 /*
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: 100%;
        
    margin-top: -10px;

    padding: 0.1em;
    
    max-width: 1200px; 
    background-image: url("glyphs/tablecloth_small.png");    

}

p{font-size: .875em;}

a{ font-weight: bold;}
a:link{color: #931420;}
a:visited{color: #fs972e;}


main {
    width: 100%;
    top: 0%;


}

header{
        display: none;
}

#card_table{
    height: auto;
    width: 100%;
    float: left;
    padding: 0.125em;
    top: 0%;
    margin: 0.1em;
}

#button_panel{
    padding: 0.3125em;
}

#player_stats{
    display: none;
}

#word_box{
    border: solid black;
    border-width: 0.125em;
    border-radius: 0.5em;
    padding: 0.25em;  
    background-color: white;
}

#hagentarot ul li a{
    color: #931420;
}
#hagentarot ul{
    list-style: none;
}
#choose_btn{
    display: none;
}

#choose_btn:hover{
    background-color: yellow;
}

#hand_caption{
    background-color: white;
    border: 0.01em solid black;
    opacity: 1;
    padding: 0.25em;
    width: 25%;
    float: left;
    border-radius: 1em;  
    font-size: .875em; 
    margin: 0.1em;       
}

#hide_show_text{
    display: none;
}

#reading_btn{
    display: none;
}

#heart_revolt{
    display: none;
}

#clubs_revolt{
    display: none;
}

#alpha_choice{
    display: none;
}
#suits{
    display: none;
}
#test_space{
    display: none;
}

#img_caption{
    float: left;
    border: solid black;
    border-width: 0.125em;
    border-radius: 1em;
    padding: 0.25em;  
    font-size: 1em; 
    margin: 0.1em;    
    background-color: white;
}

#reading_spade_ranks{
    list-style-type: none;   
   
}
#reading_player_cards{
    list-style-type: none;    
}
#alpha_examine{
    padding: 0.1em;
}

#alpha_examine ul{
    clear: both;
    list-style-type: none;
    margin: 0.125em;    
}

#reading_spade_ranks li{
     display: inline;    
}
#reading_player_cards li{
    display: inline;    
}
#alpha_examine ul li{
    display: inline;
}
#diamonds_btn{
    display: none;
}


#suits_view{
    display: none;
}
#suits_view ul{
    list-style-type: none;
}
#suits_view ul li{
    display: inline;
    width: 4.5em;
}
#hide_suits{
    display: none;
    padding: 0.025em;
    margin: 0.025em;
    top: 0%;
}

#new_tribe{

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

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

#new_tribe_choice {
    display: none;
}
#hide_cards {
    display: none;
    padding: 0.025em;
    margin: 0.025em;
    top: 0%;
}

#mobile_menu{
    display: none;
}
#nav_menu{
    margin: 0.1em;
    width: 110%;
    left: 0;
}
#game_nav{
    width: 110%;
    left: 0;
    top: 20%;
    min-width: 300px;
    margin: 0.1em;
    padding: 0.05em;
}

#act_nav{
    width: 100%;
}
#nav_menu ul{
    list-style-type: none;
    width: 100%;
    position: relative;
    margin-left: -40px;
    height: 2em;
    
}
#game_nav ul{
    list-style-type: none;
    width: 100%;
    position: relative;
    margin-left: -40px;

}


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

#game_nav ul li {
    float: left;
    width: 24%;

}

#game_nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
}

#game_nav ul ul li ul{
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
}

#player_name ul li ul li{
    width: 110%;
    border-radius: 1em;
    border: 0.1em solid black;    
}

#hagentarot ul li ul li{
    width: 110%;  
    border-radius: 1em;
    border: 0.1em solid black;    
}

#new_tribe ul li ul li{
    width: 110%;  
    border-radius: 1em;
    border: 0.1em solid black;    
}

#game_nav ul ul li {
    float: none;
    position: relative;
}
#game_nav ul li:hover > ul {
    display: block;
}

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

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

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

#game_nav 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;
    font-size: 0.875em; 
    border-right: 0.1px solid white;    
}

#game_nav ul li a.current{
    color: yellow;
}

#nav_menu ul li a.current{
    color: yellow;
}
#mobile_menu{
    display: none;
}
#gallery_scroll{
    float: left;
    width: 95%;
}
#name_output{
    display: none;
    list-style-type: none;
}

#displayed_image{
    float: left;
    padding: 4px;
    margin: 3px;
    
}



#display_panel{
    width: 850px;
    overflow: hidden;
    float: left;
    left: 0px;
    height: 105px;
    padding: 0.1em;
    margin: 0.05em;

}


#images{
    position: relative;
    top: 0px;
    left: -40px;
    width: 820px;
    list-style: none;
    margin: 0.1em;

}
#images li{
    float: left;
    width: 57.5px; 
    height: 95.5px;
    border: 0.05em solid;
    border-color: #000000; 
 
}
#images li a{
    border-color: #000000;       
}
#images li a img{
    width: 57px;
    height: 95px; 
    padding: 0.01em;
    border-color: #000000;    
}
#large_img_block{
    float: none;
    width: 400px;
    margin: 3px;
    padding: 2px;
}

#value_panel{
    width: 95%;
    height: 54px;
}
#value_banner{
    float: left;
    padding: 0.1em;
    height: 50px;
}

#left_btn{
    float: left;
    display: block;
    height: 95%;
}

#left_btn img{
    margin-top: 80%;
}

#right_btn img{
    margin-top: 80%;
}

#right_btn{
    float: left;
    display: block;   
    height: 95%; 
}

#game_dialog{
    font-size: 0.875em; 
}
#caption{
     font-size: 1em; 
     margin: 0.1em;
}


#value_select{
    display: none;
    top: 1%;
    height: 100%;
    width: 100%;
    float: left;
    padding: 5px;    
}
#save_values{
    display: none;
}

#deal_block{
    padding: 0.1em;
}

#deal{
    display: none;
    top: 1%;
    width: 430px;
    overflow: hidden;
    float: left;
    height: 100px; 
    padding: 0.1em;

}

.card_image{
    width: 57px;
    height: 95px;
}

.spade_image{
    width: 15px;
    height: 95px;    
}

#deal_images{
    list-style: none;
    position: relative;
    top: 0px;
    left: -40px;
    width: 425px;  
    margin: 0.1em;
}
#deal_images li{
    display: inline;
    float: left;
}
#round_btn{
    display: none;
}

.small_button:hover{
    background-color: yellow;
}

.round_button:hover{
    background-color: yellow;    
}

.oval_button:hover{
    background-color: yellow;    
}

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

#game_nav ul li a {
    font-size: 0.875em;       
}

#game_nav ul li ul li a {
    font-size: 0.875em;       
}
    
    #display_panel{
        width: 750px;
    }
    
    #left_btn{
        display: block;
    }
    
    #right_btn{
        display: block;
    }

    
}

@media only screen and (max-width: 767px){
    #nav_menu{
        display: none;
    }
    
    p{font-size: .75em;}    
    
    #caption{
         font-size: 0.875em; 
    }    
    
    #img_caption{
         font-size: 0.875em;         
    }
    
    #hand_caption{
         font-size: 0.75em;        
    }
    
    #game_nav ul li a {
        font-size: 0.75em;       
    }

    #game_nav ul li ul li a {
        font-size: 0.75em;       
    }
    #game_dialog{
       font-size: 0.75em; 
   }   
    #mobile_menu{
        display: block;
    }

    
    .slicknav_menu{ background-color: #004400 !important;}
    body{
        width: 100%;
        margin: 0;
        border: none;
    }
    header, footer p {text-align: center;}
    footer p{margin-right: 0;}
    
    header h2{
        font-size: 1.625em;
        margin: .4em 0 .25em 0;
    }
    header h3{
        font-size: 1em;
        margin-left: 0;
    }
    header img{float: none;}
    
    header{
        display: none;
    }
    
    #display_panel{
        width: 475px;
        padding: 0;
        height: 80px;
    }
    
    #deal{
        width: 340px;
        top: 0%;
        height: 80px; 
        padding: 0.05em;

    } 
    
    #deal_images{

        width: 325px;  
        margin: 0.01em;
    }      

    #value_banner{
        height: 37px;
    }
    
    #value_panel{
        height: 42px;
    }    
    
    .icons{
        width: 12px;
        height: 12px;
    }
    
    .small_button{
        width: 18px;
        height: 18px;
    }
    
    .round_button{
        width: 37px;
        height: 37px;
    }
    
    .oval_button{
        width: 75px;
        height: 37px;
    }
    
    .round_banner{
        width: 37px;
        height: 37px;
    }
    
    .oval_banner{
        width: 75px;
        height: 37px;        
    }   
    
    .card_image{
        width: 45px;
        height: 75px;
    }
    
    .spade_image{
        width: 12px;
        height: 75px;
    }

    #images li a img{
        width: 45px;
        height: 75px;  
        margin: 0.01em;
    }
    
    #images li a{
        width: 45px;
        height: 75px;    
    }
    
    #images li{
        width: 45.5px;
        height: 75.5px;
        padding: 0.01em;
    }

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

    #game_nav ul li a {
        font-size: 0.5em;       
    }

    #game_nav ul li ul li a {
        font-size: 0.5em;       
    }  

    #caption{
         font-size: 0.75em; 
    } 

    #img_caption{
         font-size: 0.75em;        
    }
    
    #hand_caption{
         font-size: 0.7em;         
    }
    
    #game_dialog{
        font-size: 0.6em; 
    }    
    #deal{
        width: 240px;
        height: 55px; 
        padding: 0.01em;        
    }
    
    #display_panel{
        width: 300px;
        height: 55px;
    }


    .icons{
        width: 8px;
        height: 8px;
    }
    
    .small_button{
        width: 19px;
        height: 19px;
    }
    
    .round_button{
        width: 25px;
        height: 25px;
    }
    
    .oval_button{
        width: 50px;
        height: 25px;
    }
    
    #value_banner{
        height: 25px;
    } 
    
    #value_panel{
        height: 30px;
    }    
    
    .round_banner{
        width: 25px;
        height: 25px;
    }
    
    .oval_banner{
        width: 50px;
        height: 25px;        
    }
    
    .card_image{
        width: 30px;
        height: 50px;
    }
        
    
    #deal_images{

        width: 220px;  
        margin: 0.01em;
    }    
    
    .spade_image{
        width: 8px;
        height: 50px;
    }
    
    #images li a img{
        width: 30px;
        height: 50px;
        margin: 0.01em;
    }
    
    #images a{
        width: 30px;
        height: 50px;        
    }
    
    #images li{
        width: 30.5px;
        height: 50.5px;
        padding: 0.01em;
    }
}

@media only screen and (max-width: 449px){
    header h2{font-size: 1.1em;}
    header h3{font-size: .7em;}
    p{font-size: .5em;}

    #game_nav ul li a {
        font-size: 0.5em;       
    }

    #game_nav ul li ul li a {
        font-size: 0.5em;       
    }  

    #caption{
         font-size: 0.7em; 
    }   
    
    #img_caption{
         font-size: 0.7em;         
    }
    
    #hand_caption{
        font-size: 0.65em;
    }
    
    #game_dialog{
        font-size: 0.6em; 
    }    

 
}