  @font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/roboto/roboto-regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto/roboto-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto/roboto-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/roboto/roboto-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto/roboto-regular-webfont.svg') format('svg'); /* Legacy iOS */
  }

  @font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/roboto/roboto-bold-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto/roboto-bold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto/roboto-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/roboto/roboto-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto/roboto-bold-webfont.svg') format('svg'); /* Legacy iOS */
  }
  @font-face {
    font-family: 'RobotoBlack';
    src: url('../fonts/roboto/roboto-black-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto/roboto-black-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto/roboto-black-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto/roboto-black-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/roboto/roboto-black-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto/roboto-black-webfont.svg') format('svg'); /* Legacy iOS */
  }

  @font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/roboto/roboto-light-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto/roboto-light-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto/roboto-light-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/roboto/roboto-light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto/roboto-light-webfont.svg') format('svg'); /* Legacy iOS */
  }

body {
    margin: 0;
    background-color: #000;
    background-image: url("../images/greens.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#mainWrapper {
    height: 100vh;
    background: linear-gradient(to right, black 0%, black 20%, transparent 100%);
    padding: 0% 15%;
}

.logoWrapper {
    margin-bottom: 10%;
    display: block;
    padding-top: 8%;
}

.logoWrapper .logo {
    width: 25%;
}

.headerRightContent {
    text-align: right;
    width: 50%;
    display: inline-block;
}

hr {
    width: 150px;
    margin-left: 0;
    display: block;
    height: 3px;
    border: none;
    background-color: #d65050;
    margin-top: 5%;
}

#main {
    color: #999;
    font-family: 'RobotoLight', sans-serif;
    padding-bottom: 0;
}

h1 {
    font-family: 'RobotoBlack', sans-serif;
    font-size: 110px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

h2 {
    margin: 0;
    color: #fff;
}

#extraInformation {
    color: #999;
    font-family: 'RobotoRegular', sans-serif;
}

#informationTitle {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'RobotoBlack', sans-serif;
    margin: 0;
}

a.emailButton {
    background-color: #d65050;
    padding: 15px 45px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    display: block; 
    margin-top: 50px;
    width: max-content; 
}

footer {
    position: absolute;
    width: 75%;
    min-height: 6rem;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 700;
    color: #fff;
    font-family: 'RobotoBlack', sans-serif;
    margin-left: auto;
    margin-right: auto;
    
}

footer ul li {
    display: inline-block;
    margin-right: 20px;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
     
}

footer ul li a:hover {
    cursor: pointer;
    color: #999;
    transition: 0.3s;
}

.bottomInformation {
    width: 40%;
    display: inline-block;
}

.bottomLinks {
    width: 40%;
    display: inline-block;
}

.bottomLinks a {
    font-size: 24px;   
}