/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 14, 2018, 5:21:54 PM
    Author     : Hagenart
*/
/*960 and up
*/

body{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 100%;
    width: 96%;
    margin-top: -15px;
    padding: 15px 0;
    max-width: 1200px; 
}
section, h1, h2, h3, p {
    margin: 0;
    padding: 0;
    
}
p{font-size: .875em;}
section, article, aside{
    margin-top: 1.5em;
    margin-bottom: 1em;
}
a{ font-weight: bold;}
a:link{color: #931420;}
a:visited{color: #fs972e;}

li{display: inline;}

main {
    width: 99.5%;
    float: left;
    margin: 0;
}

header{
    padding-bottom: 2em;
    background-image: url("glyphs/banner_alt.png");
    background-repeat: no-repeat;
    background-position: left top;
    height: 200px;
    width: 100%;
    margin: 0;
    background-color: black;
}

header h1{

    font-size: 2.5em;
    color: #ffffff;
    text-shadow: 2px 3px 0 black;
    margin-left: 4%;
    margin-bottom: .25em;    
        
}


header img{
    float: left;
    margin-left: 20px;
}
header h2{
    font-size: 2.25em;
    color: #f2972e;
    text-shadow: 2px 3px 0 black;
    margin-left: 12%;
    margin-bottom: .25em;
}
header h3{
    font-size: 1.25em;
    font-style: italic;
    margin-left: 12%;
}

h4{
    font-size: 1em;
}

footer{
    clear: both;
    width: 100%;
    padding-top: .7em;
}
footer p{
    font-size: .75em;
    text-align: right;
    margin-right: 2%;
}

#mobile_menu{
    display: none;
}
#menu{
    width: 100%;
}

#nav_menu{
    margin-top: 0;
    padding-top: 0;
    width: 100%;   
}

#nav_menu ul{
    list-style-type: none;
    width: 100%;
    margin-left: -40px;
    margin-top: -15px;
}

#post_nav{
    list-style-type: none;
    width: 95%;
}

#nav_menu ul li {
    float: left;
    width: 25%;
}

#nav_menu ul li a {
    text-align: center;
    display: block;
    width: 100%;
    padding: 1em 0;
    text-decoration: none;
    background-color: #004400;
    color: white;
    font-weight: bold;
    border-right: 2px solid white;
}

#post_nav li{
    float: left;
    width: 24%;
}

#post_nav li a{
    text-align: center;
    font-size: 0.875em;
    display: block;
    padding: 1em 0;
    width: 100%;
    text-decoration: none;
    background-color: white;
    color: #116611;
    font-weight: bold;
    border-right: 2px solid white;    
}

#nav_menu ul li a.current{
    color: yellow;
}
#mobile_menu{
    display: none;
}

#current_post{
    width: 96%;
    margin: 2em;
    clear: both;
    border: 0.25em solid #116611;
    padding: 1em;

}

#current_post p{
    font-size: 0.875em;
}

#banners{
    list-style-type: none;
    width: 100%;
}

#hagenart{
    width: 96%;
}

#hagenart p{
    margin-left: 20%;
    font-size: 1em;
}

#hagenart h5{
    font-size: 1em;
}

#hagenart h5:hover{
    font-size: 125%;
    color: #44aaee;
}

#hagenart p:hover{
    font-size: 125%;
    color: #12ffaa;
}

#list_sites{
    list-style-type: none;
    width: 250px;
}

#list_sites li{
    width: 33%;
    min-width: 100px;
    float: none;

}

#list_sites li a{
    text-align: center;
    font-size: 0.875em;
    display: block;
    padding: 1px;
    width: 100%;
    text-decoration: none;
    background-color: white;
    color: #116611;
    font-weight: bold;
    border: 1px solid #999999;  
    border-radius: 0.25em;
}

#list_sites li a:hover{
    font-size: 1em;
    border: 2px solid #ffcc88;
    background-color: #ffcc88;
    
}

#banners li{
    width: 30%;
    float: left;
}

#banners li a{
    display: block;
/*    width: 70%; */
    padding: 0.5em;
    margin: 0.25em;
    background-color: white;
    
}

.hidden{
    display: none;
}


@media only screen and (max-width: 959px){
    #nav_menu ul li a{font-size: .875em;}
    section h1, article h1{font-size: 1.5em;}
    section h2, aside h2{font-size: 1.125em;}
    
    #banners li{
        float: none;
    }    
}

@media only screen and (max-width: 767px){
    #nav_menu{
        display: none;
    }
    #mobile_menu{
        display: block;
    }
    .slicknav_menu{ background-color: #004400 !important;}
    body{
        width: 100%;
        border: none;
    }
    header, footer p {text-align: center;}
    footer p{margin-right: 0;}
    
    header{
       background-image: url("glyphs/banner_alt_med.png"); 
       height: 118px;
    }
    
    header h1{
        font-size: 2em;
    }
    
    header h2{
        font-size: 1.625em;
        margin: .4em 0 .25em 0;
    }
    header h3{
        font-size: 1em;
        margin-left: 0;
    }
    
    h4{
        font-size: 0.875em;
    }
    
    header img{float: none;}
 
    aside{
        width: 92%;
        float: none;
        margin: 0 2% 2% 2%;
    }

    #post_nav li a{
        font-size: 0.75em;
        padding: 0.5em 0;
        border-right: 1px solid white;    
    }    
    
    #current_post{
    margin: 1em;
    border-width: 0.2em;
    padding: 0.8em;

    }

    #current_post p{
        font-size: 0.75em;
    }
    
    #hagenart h5{
        font-size: 0.875em;
    }  

    #hagenart p{
        font-size: 0.75em;
    } 
    
    #list_sites li a{
        font-size: 0.75em;
        display: block;
        padding: 0.75em 0; 
        border-radius: 0.75em;
    }    
    
    #hagenart h5:hover{
        font-size: 105%;
    }

    #hagenart p:hover{
        font-size: 105%;
    } 
    
    #list_sites li a:hover{
        font-size: 0.9em;
        border: 1.5px solid #004400;
    }    

}
@media only screen and (max-width: 479px){
    
    header{
        background-image: url("glyphs/banner_alt_sm.png"); 
        height: 50px;        
    }

    header h1{
        font-size: 1.6em;
    }
    
    header h2{font-size: 1.375em;}
    header h3{font-size: .8125em;}
    p{font-size: .875em;}
    article h1, aside h2{
        font-size: 1em;
    }
    
    h4{
        font-size: 0.75em;
    }
    
    aside li{font-size: .875em;}
    article img{
        float: none;
        width: 100%;
        margin-right: 0;
    }
    aside h3{font-size: .9375em;}
    footer p{font-size: .6875em;}
    
    #post_nav li a{
        font-size: 0.6em;
        padding: 0.3em 0;  
    }    
    
    #current_post{
    margin: 0.75em;
    border-width: 0.2em;
    padding: 0.7em;

}

    #current_post p{
        font-size: 0.6em;
    }
    
    #hagenart h5{
        font-size: 0.75em;
    }    
    
    #hagenart p{
        font-size: 0.6em;
    } 
    
    #list_sites li a{
        font-size: 0.6em;
        display: block;
        padding: 0.6em 0; 
        border-radius: 0.6em;
    } 
    
    #hagenart h5:hover{
        font-size: 85%;
    }

    #hagenart p:hover{
        font-size: 85%;
    } 

    #list_sites li a:hover{
        font-size: 0.75em;
        border: 1px solid #004400;
    }     
 
}