@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    font-family: 'Lato', sans-serif;
    color: rgb(0, 0, 0);
}

a {
    text-decoration: none;
}

header {
    background-image: url(../images/hero-image-crop-mid.png);
    background-size:auto 100%;
    background-repeat: no-repeat;
    background-color: #0051a0;
    background-position: bottom right;
    height: 80%;
}

.header-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 80vh;
    padding-bottom: 20px;
}

.header-text h1 {
    font-size: 100px;
    font-weight: 700;
    line-height: 1.0;
    margin: 0;
}

.header-text h2 {
    font-size: 70px;
    line-height: 1.0;
    margin: 0;
}

.header-text h3 {
    font-size: 30px;
    margin: 10px 0px;
}

.logo img {
    max-height: 150px;
}

.header-text h1, h2, h3 {
    color: #fff;
}

.buttons a {
    color: #fff;
    text-decoration: none;
}

.button-header-text {
    border: 2px #00a8ff;
    border-radius: 80px;
    background: #0051a0;
    border-style: solid;
    display: inline-block;
    padding: 1px 50px 1px 80px;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    margin-left: 260px;
    z-index: 5;
}

.write-button {
    border:2px #00a8ff;
    border-radius: 80px;
    background: #00a8ff;
    border-style: solid;
    display: inline-block;
    padding: 1px 50px;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 6;
}

/* Menu */

.menu-over {
    position: absolute; 
    top: 76.5vh;
    z-index: 1;
    width: 100%;
}

.topnav {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    height: 70px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 24px -7px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 8px 24px -7px rgba(66, 68, 90, 1);
    box-shadow: 0px 8px 24px -7px rgba(66, 68, 90, 1);
    align-items: center;
    justify-content: space-around;
}

.topnav a {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
}

.topnav a:hover {
    color: #0051a0;
    font-weight: 500;
}

.vl {
    border-left: 1px solid #888888;
    height: 40px;
  }

/* Our Center */

.div-title h1 {
    font-size: 56px;
    font-weight: 700;
    color: #0051a0;;
}

.left-col-normal-text {
    font-size: 20px;
    font-weight: 300;
}

.left-col-big-blue-text {
    font-size: 30px;
    font-weight: 300;
    color: #0051a0;
}

.blue-bold {
    color: #0051a0;
    font-weight: 700;
    display: inline;
}

.right-col-text {
    font-size: 20px;
    font-weight: 300;
    padding-top: 16px;
    padding-bottom: 40px;
}

.facilities-ico {
    max-height: 100px;
}

.flex-display-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.icon-text {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.padding-ico {
    padding-bottom: 40px;
}

.break-column {
    flex-basis: 100%;
    width: 0;
}

/* Office */

.office-title {
    font-size: 30px;
    font-weight: 700;
}

.office-description {
    font-size: 18px;
    font-weight: 300;
}

.office-grey-title {
    font-size: 25px;
    color: #888888;
    font-weight: 400;
}

.office-eq-list ul{
    padding-left: 1.5rem;
}

.office-eq-list li {
    font-size: 18px;
    font-weight: 300;
}

.contact-button .button {
    border: 2px #00a8ff;
    border-radius: 50px;
    background: #fff;
    border-style: solid;
    display: inline-block;
    padding: 10px 25px;
    font-size: 20px;
    color: #00a8ff;
    font-weight: 400;
}

.row .col-lg-7 {
    display: flex;
    align-items: center;
}

.icon-office img {
    max-width: 25px;
}

.icon-office {
    justify-items: left;
    justify-content: left;
    justify-self: left;
}

.office-image {
    max-height:max-content;
}

.office-image img {
    width: 100%;
    object-fit: contain;
}

/* Location */

.location-bold-text {
    font-size: 22px;
    font-weight: 500;
}

.location .col-10 {
    padding-left: 0;
}

.align-center {
    align-items: center;
}

#map {
    height: 500px;
    width: 100%;
}

/* Opinions */

.opinions {
    background-color: #f0f0f0;
}

/* Form & Contact */

.form-row {
    display: flex;
    align-items: flex-end;
}

.mess {
    align-items:unset;
}

.form-row .col-2 {
    max-width: 60px;
}

.mess img {
    position: relative;
    top: 30px;
}

.form-row-img img {
    max-height: 38px;
}

.blue-contact-box {
    height: 520px;
    background-color: #0051a0;
    border-radius: 30px;
}

.blue-box-text, .blue-box-text a {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.btn , .btn-primary {
    background: rgb(0,168,255);
    background: linear-gradient(90deg, rgba(0,168,255,1) 0%, rgba(0,81,160,1) 100%);
    padding: 10px 80px;
    font-size: 30px;
    font-weight: 700;
    border-radius: 30px;
}

label {
    font-size: 20px;
    font-weight: 300;
}

.contact .col-10 {
    align-items: center;
    display: flex;
}

.contact .row {
    padding: 20px 20px;
}

.blue-box-icon img {
    max-height: 40px;
}

.blue-box-social img {
    max-height: 40px;
}

.social-icons {
    display: flex;
}

.social-icons img{
    max-height: 45px;
    padding-right: 5px;
}

.social-img img{
    height: 45px;
    padding-right: 5px;
}

.blue-contact-box {
    background-image: url(../images/contact/sygnet-01.svg);
    background-size:50%;
    background-repeat: no-repeat;
    background-position: 110% 110%;
}

#down {
    padding-top: 70px
}

/* Footer */

footer {
    background-color: #0051a0;
}

.footer-logo img {
    max-height: 80px;
}

.footer-logo .row {
    align-items: center;
}

.footer-text {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

@media (max-width: 1100px) {
    .header-text h1 {
        font-size: 80px;
    }
    
    .header-text h2 {
        font-size: 60px;
    }
    
    .header-text h3 {
        font-size: 30px;
    }

    .button-header-text {
        font-size: 30px;
        margin-left: 220px;
    }

    .write-button {
        font-size: 30px;
    }
  }

  @media (max-width: 991px) {
    .blue-contact-box {
        height: 425px;
    }

    #down {
        padding-top: 20px
    }
  }

  @media (max-width: 850px) {
    .header-text h1 {
        font-size: 50px;
    }
    
    .header-text h2 {
        font-size: 40px;
    }
    
    .header-text h3 {
        font-size: 20px;
    }

    .button-header-text {
        font-size: 20px;
        margin-left: 180px;
    }

    .write-button {
        font-size: 20px;
    }

  }

  @media (max-width: 767px) {
    header {
        background-image: none;
    }

    .header-flex {
        min-height: 60vh;
    }

    .menu-over {
        display: none;
    }

    .logo {
        display: flex;
        justify-content: center;
    }

    .map {
        padding-top: 20px;
    }

    .div-title h1{
        font-size: 40px;
    }

    .py-5 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }

    .pb-5 {
        padding-bottom: 2rem!important;
    }
}

@media (max-width: 430px) {
    .button-header-text {
        margin-left: 145px;
        padding: 1px 30px 1px 40px;
    }

    .write-button {
        padding: 1px 30px 1px 30px;
    }
}

@media (max-width: 380px) {
    .header-text h1 {
        font-size: 30px;
    }
    
    .header-text h2 {
        font-size: 25px;
    }
    
    .header-text h3 {
        font-size: 20px;
    }

    .button-header-text {
        font-size: 20px;
    }

    .btn, .btn-primary {
        padding: 10px 50px;
    }
}