/*
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{
    margin-top: 1.5em;
    margin-bottom: 1em;
}
a{ font-weight: bold;}
a:link{color: #931420;}
a:visited{color: #fs972e;}

li{
    display: inline;
}

main {
    width: 95%;
    float: left;
}

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;    
        
}

#draft{
    float: left;
}

#hamojis{
    font-size: 0.875em;
}

#meme_control{
    width: 96%;
}

#meme_image{
    width: 20em;
    height: 12em;    
    display: block;
    background-image: url("images/scarecrow.png");
    background-repeat: no-repeat;
    background-position: left top;
    border: 1px solid black;
    text-align: center;
    vertical-align: text-top;
    color: white;
    display: block;
}

#meme_text{
    color: white;
    top: 0.05em;
    align-self: center;
    padding: 0.05em;
    font-size: 0.875em;
}

#meme_verbiage{
    height: 10em;
    width: 30em;
    font-size: 0.875em;    
    
}

#hagen_mojis{
    display: none;
    width: 25em;
    height: 5em;
    padding: 0.01em;
    margin: 0.05em;
}

header img{
    float: left;
    margin: 0;
    /*
    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%;
}

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

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

#nav_space{
    margin: 0;
    padding: 0;
}

#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;
 
}
#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;
}
#nav_menu ul li a.current{
    color: yellow;
}
#meme_nav ul{
    list-style-type: none;
    width: 100%;
    position: relative;
    padding: 0.05em;   
}

#edit_panel{
    height: 1em;
}

#edit_panel ul{
    list-style-type: none;
    width: 25em;
    position: relative;
    padding: 0.05em;     
}

#back_btn{
    left: 0%;
}

#meme_nav ul li{
    float: left;
    width: 24%;    
}

#edit_panel ul li{
    float: left;
    width: 19%;     
}

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

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

#edit_panel * a{
    font-size: 0.75em;    
}

#meme_nav ul li a.current{
    color: blue;
}

#choose_format ul li a.current{
    color: blue;    
}

#meme_nav ul ul{
    display: none;
    top: 100%;
    left: 0.01em;
    position: relative;
}

#choose_format ul ul{
    display: none;
    top: 100%;
    left: 0.01em; 
}

#meme_nav ul ul li {
    float: none;
    position: absolute;
    width: 100%;
}

#choose_format ul ul li{
    float: none;
    position: relative;    
}

#meme_nav ul li:hover > ul {
    display: block;
}

#choose_format ul li:hover > ul{
    display: block;    
}

#meme_nav > ul::after {
    content: "";
    display: block;
    clear: both;        
}

#choose_format > ul::after{
    content: "";
    display: block;
    clear: both;    
}

#meme_nav ul ul li a {
    text-align: center;
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
    background-color: white;
    color: black;
    font-weight: bold;
    border-right: 0.1px solid white;    
}

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

#mobile_menu{
    display: none;
}
#gallery_scroll{
    display: none;
}


#choose_format{
    display: none;
    width: 45em;
    float: left;
    margin: 1em;
}

#choose_format ul{
    list-style-type: none;
    width: 100%;
    position: relative;
    padding: 0.05em; 
}

#choose_format ul li{
    float: left;
    width: 31%;
}

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

 #choose_format * a{
        font-size: 0.875em;
    }

#composition{
    display: none;
    float: left;
    margin: 1em;
}

#share_instructions{
    display: none;
    margin: 1em;
    float: left;
    padding: 0.25em;
    width: 40em;
}

#share_wizard{
    display: none;
    width: 95%;
}

#prepare_meme{
    display: none;
}

#cancel_space{
    display: none;
}

#display_panel{
    width: 500px;
    overflow: hidden;
    float: left;
    height: 175px;
    padding: 5px;

}

#hamoji_display{
    width: 20em;
    overflow: hidden;
    float: left;
    height: 3em;
    padding: 1px;    
}

#close_panel{
    float: left;
    width: 95%;
    height: 2em;
}

#back_moji{
   display: none;
    float: left;
    top: 0%;
}

#forward_moji{
   display: none;
    float: right;
    top: 0%;
}

#close_moji{
    float: right;
    top: 75%;
}

#images{
    position: relative;
    left: -30px;
    width: 2400px;
    list-style: none;
    background-color: white;
}

#mojimages{
    position: relative;
    left: -2em;
    width: 20em;
    list-style: none;
    background-color: white;    
}

#images li{
    float: left;
    width: 100px;
    
}

#mojimages li{
    float: left;
    width: 24px;
}

#images li img{
    width: 95px;
}

#mojimages li a img{
    width: 20px;
}

.buttons{
    width: 55px;
    height: 175px;
}
#left_btn{
    float: left;
}

#forward_btn{
    float: right;
}

#share_panel{
    width: 15em;
}

#right_btn{
    float: left;
}
#image_caption{
    float: none;
}


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

    #meme_nav * a{
    font-size: 0.875em;
    }
    
    #choose_format * a{
        font-size: 0.875em;
    }  
    

}




@media only screen and (max-width: 767px){
    
    h1{font-size: 1.125em;}
    h2{font-size: 1em;}
    
    header{
       background-image: url("glyphs/banner_alt_med.png"); 
       height: 118px;
    }

    header h1{
        font-size: 2em;
    }
    
    #nav_menu{
        display: none;
    }
    p{font-size: 0.75em;}

    #mobile_menu{
        display: block;
    }
    .slicknav_menu{ background-color: #004400 !important;}
    body{
        width: 100%;
        border: none;       
    }
    footer p {text-align: center;}
    footer p{margin-right: 0;}
    
    #meme_nav * a{
        font-size: 0.75em;
    }
    
    #choose_format{
        width: 20em;
    }

    #choose_format * a{
        font-size: 0.75em;
    }   
    #display_panel{
    width: 300px;

    padding: 0;

    }
    
    #meme_verbiage{
        height: 7em;
        width: 25em;
        font-size: 0.75em;        
    }   

    #hamojis{
        font-size: 0.75em;
    }        

}
@media only screen and (max-width: 479px){
    header h2{font-size: 1.375em;}
    header h3{font-size: .8125em;}
    h1{font-size: 1em;}    
    
    p{font-size: 0.6em;}

    footer p{font-size: 0.6em;}
    
    header{
        background-image: url("glyphs/banner_alt_sm.png"); 
        height: 50px;        
    }    
    
    header h1{
        font-size: 1.6em;
    }
    
    #display_panel{
    width: 150px;
    }
    
    #edit_panel ul{
        width: 20em;
        padding: 0.01em;     
    }    
    
    #hamoji_display{
        width: 15em;
        padding: 0px;    
    }
      
    
    #meme_nav * a{
        font-size: 0.6em;
    }
    
    #edit_panel * a{
    font-size: 0.6em;    
    }
    
    #choose_format * a{
        font-size: 0.6em;
    }
    
    #hagen_mojis{
        width: 20em;
        height: 3em;
        padding: 0.005em;
        margin: 0.01em;
    }  

    #hamojis{
        font-size: 0.6em;
    }        
}

@media print{
    #cancel_space{
        display: none;
    }
    #main{
        width: 22em;
        height: 22em;
    }
    
    #body{
        width: 22em;
        height: 22em;
    }
    
    #print_btn{
        display: none;
    }
    
    #cancel_btn{
        display: none;
    }
    
}