/* fonts */
@font-face {
  font-family: 'edoregular';
  src: url('fonts/font1/edo-webfont.eot');
  src: url('fonts/font1/edo-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/font1/edo-webfont.woff2') format('woff2'),
       url('fonts/font1/edo-webfont.woff') format('woff'),
       url('fonts/font1/edo-webfont.ttf') format('truetype'),
       url('fonts/font1/edo-webfont.svg#edoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'meta_procond_regular';
  src: url('fonts/font2/ffmetaprocondrg-webfont.woff2') format('woff2'),
       url('fonts/font2/ffmetaprocondrg-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    min-height: 100vh;
  }

.header {
    height: 50px;
    background: #282A38;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 150px;
    padding-right: 140px;
    font-family: 'meta_procond_regular';
  }

  .logo {
    font-size: 24px;
    color: #F9FaF8;
  }

  .head-link {
    font-size: 18px;
    color: #E5E7EB;
    padding: 10px;
  }

  .hero {
    height: 250px;
    background: #282A38;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .hero-text {
    display: flex;
    flex-direction: column;
    max-width: 450px;
    margin-left: 150px;
  }

  .hero-main {
    font-size: 48px;
    font-weight: bolder;
    color: #F9FaF8;
    font-family: 'edoregular';
  }

  .hero-sub {
    font-size: 18px;
    color: #E5E7EB;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 10px;
    font-family: 'meta_procond_regular';
  }

  .float-right {
    margin-right: 150px;
  }

  .button1 {
    background-color: #b99c71;
    border: none;
    border-radius: 4px;
    color: white;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 75px;
  }

  .everywhere {
    margin-top: 25px;
    font-family: 'meta_procond_regular';
  }

  .info {
    display: flex;
    justify-content: center;
    height: 250px;
    padding: 10px;
  }

  .etitle {
    font-size: 36px;
    font-weight: bolder;
    color: #201b0d;
    display: flex;
    justify-content: center;
    padding: 10px;
    font-family: 'edoregular';
  }

  .text {
    color: #201b0d;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 5px;
    max-width: 100px;
  }
  
  .column {
    display: flex;
    flex-direction: column;
    max-width: 200px;
    margin-left: 12px;
    margin-right: 12px;
    align-items: center;
  }

  .icon {
    border-radius: 15%;
    padding: 5px;
  }

  .quote {
    background-color: #f9fafb;
    color: #201b0d;
    display: flex;
    flex-wrap: wrap;
    height: 250px;
    padding-top: 50px;
    font-family: 'meta_procond_regular';
  }

  .words {
    font-size: 36px;
    margin-left: 350px;
    margin-right: 350px;
    align-self: center;
  }
  
  .author {
    font-weight: bold;
    margin-left: auto;
    margin-right: 350px;
  }

  .action {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bigbutton {
    background-color: #b99c71;
    color: white;
    width: 550px;
    height: 100px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    font-family: 'meta_procond_regular';
  }

  .warning {
    margin-left: 50px;
    margin-top: 25px;
  }

  .button2 {
    background-color: #b99c71;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    color: white;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 100px;
    align-self: flex-end;
    margin-right: 50px;
    margin-top: -40px;
    font-family: 'edoregular';
  }

  .footer {
    height: 50px;
    background: #282A38;
    color: #E5E7EB;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  a {
    text-decoration: none;
  }

  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  li {
    display: inline;
  }