

.logo {
    float: left;
}

.logo h1 a {
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    color: #1C97CA;
    font-size: 40px;
    font-weight: 100;
    padding: 40px 0px;
    display: block;
    letter-spacing: 4px;
    text-transform: uppercase;

}

.container1 {
    width: 1080px;
    height: 80px;
    margin: 0 auto;
}

.menu {
    float: right;
}

.menu ul li {
    display: inline-block;
    padding: 33px 15px;
}

.menu ul li a {
    float: right;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    color: #4e4f4f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
}

.menu ul li a:hover {
    color: #1C97CA;
}
.banner {
    background: url(../images/banner1.jpg) no-repeat fixed;
    padding: 150px 0px;
    cursor: default;
    background-size: cover
}

.header-text {
    text-align: center;
    color: #fff;
}

.big-text {
    font-size: 30px;
    line-height: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.header-text h2 {
    font-size: 40px;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    line-height: 60px;
}

.small-text {
    width: 65%;
    margin: 0 auto;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 40px;
}

.small-text a {
    color: #fff;
    border-bottom: 1px dotted #fff;
    text-decoration: none;
}

.color-border {
    background: url(../images/color_border.jpg) repeat-x scroll center top;
    width: 100%;
    float: left;
    display: block;
    height: 5px;
}

.desc {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 80px 0px;
}

.desc h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 15px 0px;
}

.desc p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    width: 85%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    text-align: left;
}