/*
 * Globals
 */

/*
 * Base structure
 */

html,body {color: #fff;text-align: center;}
h1 {font-family: 'Roboto', sans-serif;color:#5f5f5f;font-weight: lighter;}
p{font-family: 'Open Sans', sans-serif;color:#5f5f5f;}
a:hover {text-decoration: none;}

.logo-wp {padding: 7% 0 7% 0;height: 20%;}

.main-bkg{min-height: 250px;background:url(../img/header-transparent.png) top center no-repeat;min-height: 250px;}
.main-right{background:url(../img/header-transparent-right.png) top center no-repeat !important;min-height: 250px;}
.main-left{background:url(../img/header-transparent-left.png) top center no-repeat !important;min-height: 250px;}
.icon-wp {vertical-align: middle;padding-top: 43px;}
.icon-wp IMG { width:178px; height:144px;}
.text-wp {width: 60%;display: block;margin: auto;}

span.text-wp { cursor:pointer;}
span.text-wp:hover h1 { color:#337ab7}
span.text-wp:hover p { color:#337ab7}

.footer-wp {margin-top: 90px;}
ul.menu {
    display: inline-block;
    list-style: initial;
    border-bottom: 3px solid #337ab7;
    text-align: CENTER;
    PADDING: 0;
}
ul.menu li{
    padding: 20px;
    display: inline-block;
}

p.copyright {
    text-align: center;
    margin: 16px auto;
    font-size: 11px;
}



@media (max-width: 800px){
.icon-wp IMG { width:100px; height:81px;}
ul.menu {width:80%;}

}

@media (max-width: 480px){
.icon-wp IMG { width:100px; height:81px;}
ul.menu {width:inherit;}

}









