@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Lato', 'Arial', sans-serif;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#break {
    clear: both;
    padding-top: 25px;
}

.shadow {
    text-align: center;
}

.shadow1 {
    box-shadow: 10px 10px 50px 5px #333;
}

#pagewrapper {
    display: inline-block;
    background-image: url(../images/bg.jpg);
    background-color: #03b3e5;
    text-align: left;
    margin: 0 auto;
    width: 900px;
    height: 100%;
    color: #FDDC2F;
    padding-bottom: 25px;
}

#container {
    background-color: #03b3e5;


}

#left {

    width: 50%;
    height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    float: left;
}

#fullwidth {

    width: 100%;
    height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    float: left;
}


.leftbig {
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-size: 45px;
    padding-right: 30px;
    font-weight: 900;
    line-height: 85%;
}


.leftspan {
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
    line-height: 85%;
}

#right {
    position: relative;
    left: 50px;
    top: 80px;
}

.header {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #F2F2F2;
    font-size: 36px;
}

#footer {
    background-color: #F2F2F2;
    padding-top: 20px;
    height: 150px;
    text-align: left;
    padding-left: 180px;
}

.introtext {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
}

.menu {

    font-weight: 800;
    font-size: 18px;


}

.menu a {
    padding-right: 25px;
    font-weight: 800;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
}

#footer a {
    padding-right: 45px;
    padding-left: 10px;
    font-weight: 800;
    font-size: 18px;
    color: #999;
    text-decoration: none;

}

#footer a:hover {
    padding-right: 45px;
    padding-left: 10px;
    padding-bottom: 42px;
    padding-top: 16px;
    font-weight: 800;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    height: 90px;
    background-color: #03b3e5;

}


.footer_a_container {
    height: 80px;
    border-left-width: thin;
    border-left-color: #03b3e5;
    border-left-style: solid;
    float: left;
}

.footer_image {
    padding-left: 45px;
    padding-right: 45px;
    float: right;
}


p {
    color: black;
}

span.introtext {
    color: black;
}

span {
    color: black;
}

div.left {
    color: black;
}

body * {
    color: black !important;
}
