html{
    font-size: 12px;
    font-family: 'Arimo', sans-serif;
}
/*body{
    background-image: url("bg.png"); 
} */
#menu{
    width: 450px; 
    margin: 0px auto; 
 /*   webkit-text-shadow: 1px 1px 1px #000; 
    moz-text-shadow: 1px 1px 1px #000; 
    text-shadow: 1px 1px 1px #000; */
    font-size: 30px;
}

section {
    max-width: 1064px;
    margin: 0px auto;
    overflow: hidden;
    min-width: 300px;
}

#infoContainer {
    position: relative; /*absolute*/
    left: 43%;
    width: 500px;
    top: 78px;
    text-align: center;
    margin-left: -250px;
}

#container {
	width: 80%;
	margin-right: auto;
    margin-left: auto;
}

#container:before,
#container:after {
    content:"";
    display:table;
}
#container:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
#container {
    zoom:1;
}

.box{
	background-color: #7F93AE ;
    border: 1px solid black; 
    padding: 20%;
    text-align: center; 
    font-size: 1.3em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px; 
    border-radius: 0px; 
    margin: 2px; 
    -webkit-box-shadow: 1px 1px 1px #ccc; 
    -moz-box-shadow: 1px 1px 1px #ccc; 
    box-shadow: 1.5px 2px 2px #000; 
    text-shadow: 1px 1px 1px #ccc; 
}

.box a{
    text-decoration: none;
    color: inherit; 
}

.box:hover{
    box-shadow: 1px 1px 1px #ccc; 
    cursor: pointer; 
    text-shadow: 1px 1px 1px #000;
}

.box2{
    border: 1px solid black;
    padding: 20%;
    text-align: center;
    font-size: 1.3em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 2px;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1.5px 2px 2px #000;
    text-shadow: 1px 1px 1px #ccc;
}

.box2 a{
    text-decoration: none;
    color: inherit;
}

.box2:hover{
  /*  box-shadow: 1px 1px 1px #ccc;
	    text-shadow: 1px 1px 1px #000; */
    cursor: none;

}

#panelOne{
    float: left; 
    width: 5.5556%;
}

#panelTwo{
    float: left; 
    width: 5.5556%;
    margin-top: 4.9%; 
}

#panelThree{
    float: left; 
    width: 5.5556%;
    margin-top: 14.6%;
}

#lowerContainer{
    float: right; 
    margin-top:1%;
    width: 80%; 
}


.bottom{
    float: left; 
    width: 6.66666667%; 
}

@media screen and (max-width: 1000px){
    #panelTwo{
        margin-top: 5.1%;
    }

    #panelThree{
        margin-top: 15.6%;
    }
    #menu{
        width: 300px;
        font-size: 26px;
    }
}

@media screen and (max-width: 900px){
    .box{
        font-size: 0.8em;
    }
        .box2{
        font-size: 0.8em;
    }
    #panelTwo{
        margin-top: 4.4%;
    }

    #panelThree{
        margin-top: 13.6%;
    }
    #menu{
        width: 300px;
        font-size: 24px;
    }
}

@media screen and (max-width: 800px){
   #menu{
        width: 300px;
        font-size: 22px;
    }

    .box{
        font-size: 0.7em; 
    }
    .box2{
        font-size: 0.7em; 
    }

    #panelTwo{
        margin-top: 4.5%;
    }

    #panelThree{
        margin-top: 14.0%;
    }
}

@media screen and (max-width: 700px){
    #menu{
        width: 300px;
        font-size: 21px;
    }  
    .box{
        font-size: .6em;
    }
        .box2{
        font-size: .6em;
    }
    #panelTwo{
        margin-top: 4.5%;
    }

    #panelThree{
        margin-top: 13.6%;
    }
}

@media screen and (max-width: 550px){
    .box{
        font-size: .5em; 
    }
	.box2{
        font-size: .5em; 
    }
        #panelTwo{
        margin-top: 4.8%;
    }

    #panelThree{
        margin-top: 15.1%;
    }
    #menu{
        width: 300px; 
        font-size: 20px;
    }
    #infoContainer {
        top: 50px;
    }
}

@media screen and (max-width: 400px){
    
    #panelTwo{
    margin-top: 6.7%;
    }

    #panelThree{
        margin-top: 15.1%;
    }
}

#clear{
    clear: both; 
}
