/*   
Theme Name: Earth-Field Theme
Author: ita
Author URI: http://earth-field.org
Template: twentysixteen

*/

@import url('../twentysixteen/style.css');

#masthead {
    padding-bottom: 10px;
}

.box1 {
    border: 1px solid;
    margin: 0em 7.6923%;
    padding: 1em;
}

.box1 dt {
    float: left;
}

.box1 dd {
    margin-bottom: 0.2em;
}

.box1 h3 {
    color: darkgreen;
}

.s2ndboxes {
    margin: 0em 7.6923%;
}

.s2ndboxes div{
    width:32.9%;
    float: left;
    border: 1px solid;
    margin: 10px 1px;
}

@media screen and (max-width: 44.375em) {
    .s2ndboxes div{
        width:100%;
        clear:both;
        border: 1px solid;
        margin: 10px 1px;
    }

}

.s2ndboxes div dt{
    text-align: center;
    background-color: darkgreen;
    color: #FFF;
    font-weight: bold;
}

.s2ndboxes div dd{
    padding: 5px;
    font-size: 0.8em;
    margin-bottom: 5px;
}

.fbboxes {
    text-align: center;
    clear: both;
}

.headlink p{
    float: right;
    margin-left: 25px;
}