body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
input,
textarea,
blockquote {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    font: 18px "Roboto", sans-serif;
    line-height: 25px;
    color: #333;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
}

h2 {
    font-family: "Roboto Slab", serif;
}

header {
    height: 90px;
    position: fixed;
    width: 100%;
    background: transparent;

    z-index: 10;
}

#header-content {
    width: 100%;
    margin-left: 50px;
    padding: 35px 0 0 0;
    overflow: hidden;
}

#header-content h1 {
    font-family: "Roboto Slab", serif;
    float: left;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

#header-content nav {
    float: right;
    margin-right: 100px;
}

#header-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#header-content nav ul li {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;

    display: inline-block;
}

#header-content nav li {
    float: left;
    font-size: 13pt;
    margin: 0 0 0 0;
    padding-right: 40px;
    list-style: none;
}

#header-content nav li a:hover {
    color: #1dbb90;
    transition: ease-in-out .2s;
}

#header-content nav ul ul {
    display: none;
    vertical-align: middle;
    z-index: 100;
}

#header-content nav ul li:hover>ul {
    display: block;
    text-align: center;
}

#header-content nav ul:after {
    content: "";
    clear: both;
    display: block;
}

#header-content nav ul ul {

    background: #000;
    opacity: .7;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 65%;

    width: 200px;
}

#header-content nav ul ul li {
    float: none;
    padding: 10px 0 10px 0px;
    position: relative;
    display: block;
    text-align: center;
    width: 200px;
    opacity: 1;
}



nav ul ul li a {
    opacity: 1;
    padding: 0px;
    color: #fff;
}

nav ul ul li:hover {
    opacity: 1;
    background: #4b545f;
    padding: 0px 15px 0 15px;
}

#header-content img {
    width: 6%;
    margin-top: -30px;

    float: none;
}

#banner {
    height: 1000px;
    position: fixed;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/images/mainimage.jpg);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/images/mainimage.jpg);
    background-size: 100%;
    background-position: center;
    width: 100%;
    top: 00px;
    z-index: 0;
}

#banner h2 {
    width: 100%;
    display: block;
    margin-top: 16%;
    color: #fdc735;
    text-align: center;
    font-size: 75px;
    line-height: 44px;
    font-weight: 700;
    font-family: Roboto Slab;

    text-decoration: none;
    background-color: transparent;

    text-transform: uppercase;
    letter-spacing: 1px;
}

#banner h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 2%;
    margin-left: 700px;
    width: 500px;
    opacity: .9;
    color: #fff;
    text-align: center;
    font-family: Roboto;
    text-transform: uppercase;
}

.logo {
    width: 20%;
    float: right;
    margin: 400px 0 0 0;
    z-index: 4;
}

.scrollbutton {
    background-color: rgba(0, 0, 0, 0.6);
    width: 200px;
    height: 50px;
    overflow: auto;
    margin-top: 50px;
    text-align: center;
    margin-left: 850px;
    border-radius: 5px;

    display: inline-block;
    padding-left: 0px;
}

.scrollbutton p {
    font-family: Roboto Slab;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.scrollbutton:hover {
    transition: ease-in-out 0.2s;
    background-color: rgba(0, 0, 0, 0.8);
}

.section {
    display: block;
    width: 100%;
    height: 100px;
    text-align: center;
    background-color: transparent;

    z-index: 1000;
    position: relative;
}

.icon {
    color: #fff;
    padding: 10px;
}

.box {

    background: -moz-linear-gradient(top, #fdc735 0%, #e3a702 100%);
    background: -webkit-linear-gradient(top, #fdc735 0%, #e3a702 100%);
    width: 300px;
    height: 300px;
    overflow: auto;
    border-radius: 200px;
    margin-top: -150px;
    margin-left: 25px;

    display: inline-block;
    padding-left: 0px;
    transition: ease-in-out 0.2s;
}

.box:hover,
.box2:hover,
.box3:hover {
    -ms-transform: scale(2, 2);
    /* IE 9 */
    -webkit-transform: scale(2, 2);
    /* Safari */
    transform: scale(1.1, 1.1);
}

.box2 {
    background: -moz-linear-gradient(top, #1eaace 0%, #1994b3 100%);
    background: -webkit-linear-gradient(top, #1eaace 0%, #1994b3 100%);
    width: 300px;
    height: 300px;
    overflow: auto;
    border-radius: 200px;
    margin-top: -150px;
    margin-left: 25px;
    transition: ease-in-out 0.2s;
    display: inline-block;
    padding-left: 0px;
}

.box3 {
    background: -moz-linear-gradient(top, #1dbb90 0%, #189a78 100%);
    background: -webkit-linear-gradient(top, #1dbb90 0%, #189a78 100%);
    width: 300px;
    height: 300px;
    overflow: auto;
    border-radius: 200px;
    margin-top: -150px;
    margin-left: 25px;
    transition: ease-in-out 0.2s;
    display: inline-block;
    padding-left: 0px;
}

.box h2,
.box2 h2,
.box3 h2 {
    color: #fff;
    width: 200px;
    padding-top: 70px;
    padding-left: 50px;
    padding-bottom: 0px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Roboto Slab;
    word-break: break-all;
}

.box p,
.box2 p,
.box3 p {
    color: #fff;
    width: 200px;
    padding-top: 0px;
    padding-left: 50px;
    font-size: 16px;
    font-weight: 700;

    text-transform: uppercase;
    font-family: Roboto;
    word-break: keep-all;
}


#content {
    background: #fff;
    width: 100%;
    position: relative;
    top: 800px;
    z-index: 2;
}

article {
    width: 1000px;
    padding: 100px 0 50px 0;
    margin: 0 auto;
}

article p {
    margin: 0 0 30px 0;
    padding-top: 20px;
}

article h2 {
    margin: 5px 0 20px 0;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    color: #1eaace;
    font-weight: 700;
}

article h3 {
    font-family: Roboto;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #333333;
}

.events {
    display: none;
    width: 100%;
    height: 500px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.events h2 {
    margin: 5px 0 20px 0;
    text-align: center;
    font-size: 32px;
    padding: 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.before {
    content: '';
    position: absolute;
    width: 300px;
    height: 2px;
    background-color: white;
    border-radius: 0;
    margin-top: 150px;
    margin-left: 0px;
    z-index: 0;
    transform: rotate(-30deg);
}



}


/*Copyright: <a href='http://www.123rf.com/profile_wavebreakmediamicro'>wavebreakmediamicro / 123RF Stock Photo</a>

Copyright: <a href='http://www.123rf.com/profile_wavebreakmediamicro'>wavebreakmediamicro / 123RF Stock Photo</a>*/