@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
* {
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
}

html,
body {
    margin: 0;
}

header {
    height: 220px;
    background: #282E34;
    text-align: center;
}

header img {
    height: 130px;
    margin: 30px 10px 10px 20px;
}

.topNav {
    text-align: center;
    font-size: 20px;
    background: #282E34;
    color: #000;
    font-family: 'Oswald', sans-serif;
}

.topNav a {
    display: block;
    color: #b7b7b7;
    background: #282E34;
    padding: 0 20px;
    text-decoration: none;
}

.topNav a:hover {
    color: #3661c3;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
}

.topNav li {
    display: inline-block;
}

.topNav ul {
    display: block;
    margin-bottom: -40px;
}

.subNav {
    height: 160px;
    text-align: center;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    background: #282E34;
    color: #000;
}

.subNav a {
    display: block;
    color: #b7b7b7;
    padding: 0 20px;
    background: #282E34;
    text-decoration: none;
}

.subNav a:hover {
    color: #3661c3;
}

.subNav li {
    margin-top: 60px;
    display: inline-block;
}

.button.secondary {
    margin-top: 260px;
    margin-left: 235px;
}

h1,
h2 {
    color: #282E34;
    font: 600 50px/1.8 "Lato", sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0 40px 380px 0;
}

section {
    height: 90vh;
    position: relative;
}

#section1.homepage {
    background: url(../img/background1.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#section1 {
    background: url(../img/background2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#section1 img {
    margin-left: 30px;
    margin-top: 60px;
    padding: 40px;
}

#section1.home h1 {
    color: #282E34;
}

#section2.homepage {
    background: url(../img/background2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#section2 {
    background: url(../img/background.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#section2.homepage img {
    margin-bottom: 190px;
    padding-left: 110px;
}

#section2 img {
    margin-bottom: 180px;
    padding-left: 280px;
}

#section2 h1 {
    padding-right: 900px;
    color: #b7b7b7;
    font-size: 90px;
}

#section2 h2 {
    font-size: 60px;
    font-family:
}

#section3 {
    background: url(../img/background3.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#section3.homepage img {
    margin-left: 190px;
  
}

#section3 img {
    margin-left: 415px;
     margin-bottom: 115px;

}

#section3 h1 {
    font-size: 90px;
    margin-right: 60px;
}

footer {
    background: #282E34;
    height: 180px;
}

#footer1 {
    width: 140px;
    margin: 35px 35px 0px 10px;
}

#footer2 {
    margin: 60px 10px 10px 10px;
    width: 320px;
    cursor: pointer;
}

#footer3 {
    margin-left: 340px;
    margin-top: 70px;
    font-size: 20px;
    font-family: 'Oswald';
    cursor: pointer;
}