
@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/museo-sans/MuseoSans_100.eot?'); /* IE9 Compat Modes */
  src: url('../fonts/museo-sans/MuseoSans_100.eot?') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/museo-sans/MuseoSans_100.woff') format('woff'),
       url('../fonts/museo-sans/MuseoSans_100.woff2') format('woff2'),
       url('../fonts/museo-sans/MuseoSans_100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/museo-sans/MuseoSans_300.eot?'); /* IE9 Compat Modes */
  src: url('../fonts/museo-sans/MuseoSans_300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/museo-sans/MuseoSans_300.woff') format('woff'),
       url('../fonts/museo-sans/MuseoSans_300.woff2') format('woff2'),
       url('../fonts/museo-sans/MuseoSans_300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/museo-sans/MuseoSans_500.eot?'); /* IE9 Compat Modes */
  src: url('../fonts/museo-sans/MuseoSans_500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/museo-sans/MuseoSans_500.woff') format('woff'),
       url('../fonts/museo-sans/MuseoSans_500.woff2') format('woff2'),
       url('../fonts/museo-sans/MuseoSans_500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/museo-sans/MuseoSans_700.eot?'); /* IE9 Compat Modes */
  src: url('../fonts/museo-sans/MuseoSans_700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/museo-sans/MuseoSans_700.woff') format('woff'),
       url('../fonts/museo-sans/MuseoSans_700.woff2') format('woff2'),
       url('../fonts/museo-sans/MuseoSans_700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/museo-sans/MuseoSans_900.eot?'); /* IE9 Compat Modes */
  src: url('../fonts/museo-sans/MuseoSans_900.eot?#iefix') format('embedded-opentype'),
       url('../fonts/museo-sans/MuseoSans_900.woff') format('woff'), /* IE6-IE8 */
       url('../fonts/museo-sans/MuseoSans_900.woff2') format('woff2'),
       url('../fonts/museo-sans/MuseoSans_900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html, body{
    margin: 0;
    height: 100%;
    color: #fff;
    font-size: 14px;
    font-family: 'MuseoSans', arial, sans-serif;
    font-weight: 100;
}

a{
    color: rgb(118, 188, 33);
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

h1{
    font-size: 20px;
    font-family: 'MuseoSans', arial, sans-serif;
    font-weight: 300;
}

@media only screen and (min-width: 768px){
    h1{
        font-size: 30px;
    }
}

.hero-container{
    height: 100%;
    position: relative;
}

.content-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color:rgba(80, 80, 80, .95);
}

@media only screen and (max-width: 576px){
    .content-container{
        width: 90%;
    }
}


.content{
    padding: 30px 15px;
    text-align: center;
    max-width: 90vw;
    border-left: 7px solid rgb(118, 188, 33);
    border-right: 7px solid rgb(118, 188, 33);
    
}

@media only screen and (min-width: 1200px){
    .content{
    padding: 30px 75px;
    text-align: center;
    width: 25vw;
    border-left: 7px solid rgb(118, 188, 33);
    border-right: 7px solid rgb(118, 188, 33);
    font-size: 16px;
    }
}



@media only screen and (min-width: 768px){
    .logo{
        max-width: 20vw;
    }
}

img{
    height: 100%;
    width: 100%;
}

.hero-image{
    object-fit: cover;
    position: absolute
}

.c-green{
    color: rgb(118, 188, 33);
}

