* {
    font-family: montserrat, sans-serif;  
}

h1, h2, h3{
    color: #1d2a3f;
}

p {
    color: #666666;
    line-height: 2;  
}

body {
    margin: 0;
}

.float-contact {
    position: fixed;
    background-color: #E45364;
    right: 0;
    color: #ffffff;
    padding: 30px;
    margin-top: 30px;
}

.pdf-download {
    color: white;
}

.info-container {
    padding: 4px 0 0 2%;
    letter-spacing: 1px;
    font-weight: 500;
}

.phone-info {
    background-color: #1d2a3f;
    color: #ffffff !important;
    min-height: 30px;
    
}

.company-name {

    font-size: 11px;
}

.phone-number {
    font-size: 11px;
    float: right;
    padding-right: 2%;
}

.icon {
    padding-right: 4px;
}



.nav-logo {
    width: 140px;
    margin: 40px 20px
}

.inner-container {
    height: 100%;
}



.label {
    text-transform: uppercase;
    color: #E45364;
    letter-spacing: 2px;
    font-size: 14px;
    
}



.hr-space {
    height: 20px;
}

.title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
}

.row {
    display: flex;
    flex-direction: column;
}

.row-reverse {
    display: flex;
    flex-direction: column-reverse;
}

.col-5 {
    width: 90%;
    padding: 10px;
}

.col-5-center {
    width: 100%;
    text-align: center;
}

.intro-text {
    line-height: 2;
}

.btn-text {
    text-decoration: underline;
    font-weight: 600;
    color: #1d2a3f;
    letter-spacing: 1px;
    margin-top: 30px;
}

.section-info {
    margin-top: 80px;
}


.section-center {
    padding: 10px 30px;
}


.arrow-down {
    width: 4%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
    
  }

  img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

  .arrow-down img {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .img-title {
      width: 80%;
      padding: 10px;
  }


  .col-3 {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    /* background-color: #F8F8F8; */
      margin-top: 60px;
  }

  .headline-pac {
      margin-top: 40px;
  }

  .img-card {
      height: 200px;
      width: auto;
  }

  .section-standard {
      margin-top: 100px;
      padding: 10px;
  }

  .section-proof {
      background-color: #1d2a3f;
      color: #ffffff !important;
  }

  .costumer-voice{
      width: 120px;
      border-radius: 100000px;
  }

  .quote {
      padding-top: 90px;
      padding-bottom: 90px;
      font-weight: 700;
  }

  .white {
      color: #ffffff !important;
  }

  .funtion-img {
      width: 50px;
  }

  .function-col {
      background-color: #f8f8f8;
      border-top: #E45364 4px solid;
      width: 85%;
      margin-left: auto;
      margin-right: auto;
      padding: 10px;
  }

  .link-btn {
      padding: 14px 30px;
      background-color: #E45364;
      color: #ffffff;
      margin-top: 20px;
      float: right;
      text-decoration: none;
  }

  .link-section {
      background-color: #1d2a3f;
      padding: 100px 40px;
      text-align: center;
      margin-top: 100px;
  }

  .white {
    color: #ffffff !important;
  }

  .btn-outline-white {
    padding: 14px 30px;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin-top: 20px;
  }

  .col-6 {
      width: 90%;
      margin-top: 30px;
  }

  .col-4 {
    width: 90%;
      padding: 10px;
  }

  .whitepaper-overview {
      margin-top: 100px;
  }

  .whitepaper-card {
      border: #c6c6c6 solid 1px;
      margin: 10px;
  }

  .rowFooter {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.section-footer {
    background-color: #F7F7F7;
    text-decoration: none !important;
    -webkit-text-decoration-none: none;
    padding-bottom: 40px;
    margin-top: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.center {
    text-align: center;
}

.footer-logo {
    width: 50%;
    margin-top: 1rem;
}

.col-1-of-4 {
    text-decoration: none;
    line-height: 2rem;
}

.textDecoration a {
    text-decoration: none;
    color: #1d2a3f;
}

.footerMail {
    margin-bottom: 10px;
}

.footerInput {
    margin-top: 15px;
}

.footerButton {
    margin-top: 10px;
}

.col-1-of-4 {
    width: 90%;
    line-height: 2rem;
    padding-top: 25px;
}

.footer-logo {
    width: 140px;
    padding: 0px 40px;
}

.link-btn-submit {
    padding: 14px 30px;
    background-color: #E45364;
    color: #ffffff;
    margin-top: 20px;
    text-decoration: none;
}

.welcome-img {
    width: 90%;
}

.login-link {
    background-color: #1d2a3f;
    color: #ffffff;
}

.cta-nav {
    background-color: #E45364;
    color: #ffffff;
}

.margin-left{
    margin-left: 20px;
    text-decoration: none;
    color: #1d2a3f;
} 

.margin-right {
    margin-right: 20px;
    text-decoration: none;
    color: #1d2a3f;
}

/* 
.welcome-img {
    width: 80%;
    -webkit-box-shadow: 36px 36px 0px 13px rgba(228,83,100,1);
  -moz-box-shadow: 36px 36px 0px 13px rgba(228,83,100,1);
  box-shadow: 36px 36px 0px 13px rgba(228,83,100,1);
  } */


  .section-contact {
      margin-top: 100px;
  }

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .label {
        font-size: 18px;
    }

    .title {
        font-size: 52px;
    }
    .intro {
        height: 80vh;
    }
    .content {
        max-width: 1400px;
        margin: 0 auto;
    }
    .row {
        display: flex;
        flex-direction: row;
    }
    
    .row-reverse {
        display: flex;
        flex-direction: row;
    }
    .col-5 {
        width: 50%;
    }
    .col-5-center {
        width: 50%;
    }
    .hr-space {
        height: 80px;
    }
    .arrow-down img {
        margin-top: 70px;
      }
      .col-3 {
        width: 27%;
        padding: 25px;
    }
    .rowFooter {
        flex-direction: row;
    }

    .img-title {
        padding: 10px 40px;
        margin-top: -80px;
    }
    .col-6 {
        width: 60%;
        margin-top: 30px;
        padding: 40px;
    }
  
    .col-4 {
      width: 40%;
      margin-top: 30px;
        padding: 40px;
    }
    .section-center {
        padding: 10px 30px;
        text-align: center;
    }

    .col-4 {
        margin-top: 30px;
      }
      .section-contact {

        padding-bottom: 100px;
    }
    .col-1-of-4 {
        width: 23%;

    }
    .function-col {
        margin-left: 0;
    }

    .section-info {
        margin-top: 100px;
    }
    
  
}

/* Navigation */

.links {
   float: right;
}

.topnav {
    overflow: hidden;

  }
  
  .topnav a {
    float: left;
    display: block;
    text-align: center;
    padding: 20px 22px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .active {
    color: #1d2a3f;
  }
  
  .topnav .icon {
    display: none;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    padding: 20px 22px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  



  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
      display: none;
    }
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }
  }