@import url('https://fonts.googleapis.com/css2?family=Abel&family=Barlow+Condensed:wght@100;200&family=Cinzel&family=Gruppo&family=Jura:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
body {
    margin: 0;
    padding: 0;
    background-color: #f1f9fe;
}

section button {
    font-size: 1.3rem;
    padding: .7rem 1rem;
    display: block;
    background-color: #065682;
    border: 1px solid transparent;
    color: #ffffff;
    font-weight: 300;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

section button:hover {
    background-color: #009ac9;
    color: #ffffff;
    border-color: #009ac9;
}

.hero_img {
    /* width: 100vw; */
    height: 90vh;
    /* margin-left: 5vw; */
    /* margin-top: 0; */
    background-size: cover;
    background-position: 0;
}

.hero-img {
    background-image: url(../img/bg6-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 130%;
    position: absolute;
    z-index: -2;
}

.hero-wave img {
    width: 100%;
    height: 200px;
}


/*  .hero-img {
    background-image: url("../img/bg6-01.png");
    background-size: cover;
    width: 100%;
    height: 92%;
    position: absolute;
    z-index: -2;
}*/

.hero-info {
    position: absolute;
    z-index: 10;
    width: 80%;
    margin: 15vh 10vw;
}

.hero-info h1 {
    font-family: 'Cormorant Upright', serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}

.hero-info h2 {
    font-size: 1.3rem;
    font-family: 'Cinzel', serif;
    text-align: center;
    color: #065682;
}

.hero-info p {
    text-transform: uppercase;
    font-size: 1.3rem;
    text-align: center;
    color: #a2a8ac;
    border-bottom: 2px solid #ccd0d1;
    padding: 5px;
}

.mainHeader .logo img {
    width: 70px;
    margin-top: 1.6rem;
}

.link a {
    text-decoration: none;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.photo {
    width: 100%;
}

.page-content,
.about-content {
    width: 66vw;
    margin-left: 17vw;
    margin-top: 3rem;
}

.page-article {
    padding-bottom: 5rem;
}

.contact-icon {
    width: 24px;
}

.footer {
    background: #065682;
    color: white;
}

.footer .links ul {
    list-style-type: none;
}

.footer .links li a {
    color: white;
    transition: color 0.2s;
}

.footer .links li a:hover {
    text-decoration: none;
    color: #4180CB;
}

.footer .about-company i {
    font-size: 25px;
}

.footer .about-company a {
    color: white;
    transition: color 0.2s;
}

.footer .about-company a:hover {
    color: #4180CB;
}

.footer .location i {
    font-size: 18px;
}

.links ul li a {
    text-decoration: none;
}

.footer .copyright p {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.link a {
    text-decoration: none;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    color: #97b1cd;
    text-transform: uppercase;
}

.contact-info a {
    color: #000000;
}

.page-content,
.about-content {
    width: 66vw;
    margin-left: 17vw;
    margin-top: 3rem;
}

.about-header p {
    margin-top: 5rem
}

.page-article {
    padding-bottom: 5rem;
}

.issue-list {
    border-bottom: 1px solid #000000;
    padding: 2rem 0;
}

button a {
    text-decoration: none;
    color: #ffffff;
}

.contact-box {
    border: 1px solid #065682;
    text-align: center;
    padding: 2rem;
}

.contact-box a {
    text-decoration: none;
    color: #065682;
}

.contact-box {
    font-size: 24px;
}

.contact-box p {
    text-align: center;
    padding: 10px 0;
}

.maps {
    margin-top: 10rem;
    margin-bottom: 5rem;
    margin-right: auto;
}

h1 {
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
}

h2 {
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
}

.box {
    position: absolute;
    width: 130px;
    height: 25px;
    background-color: #B4CCD8;
    z-index: -10;
    margin-top: 20px;
    margin-left: -20px;
    opacity: 0;
}

p,
li {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
}

.offer-list {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    width: 85%;
}

.personal-info h1 {
    border-bottom: 1px solid #065682;
    width: 20vw;
}

.footer-box {
    width: 25vw;
    padding: 1rem;
    margin-top: 10rem;
    text-align: left;
}

@media screen and (min-width: 320px) {
    .page-content,
    .about-content {
        width: 90vw;
        margin-left: 5vw;
        margin-top: 3rem;
    }
    .about-company img {
        width: 80px;
        padding: 20px 0;
        margin-top: -3rem;
    }
    .hero-info h1 {
        font-family: 'Cinzel', serif;
        font-size: 26px;
        color: #065682;
    }
    h1 {
        font-size: 23px;
        font-family: 'Oswald', sans-serif;
    }
    p {
        text-align: left;
    }
    p,
    li {
        font-size: 20px;
    }
}

@media screen and (min-width: 320px) and (orientation: landscape) {}

@media screen and (min-width: 762px) and (orientation: portrait) {}

@media screen and (min-width: 720px) and (orientation: landscape) {}

@media screen and (min-width: 830px) and (orientation: portrait) {}

@media screen and (min-width: 1020px) and (orientation: landscape) {}

@media (min-width: 1200px) {
    .logo {
        width: 170px;
    }
    .page-content,
    .about-content {
        width: 70vw;
        margin-left: 15vw;
        margin-top: 3rem;
    }
    .about-header p {
        margin-top: 10rem
    }
    .personal-info {
        width: 35vw;
        left: 50vw;
    }
    .offer_img img {
        width: 30vw;
        margin-left: 40vw;
    }
    .list-container {
        width: 40vw;
        margin-top: -30vh;
    }
    .contact_img img {
        width: 50vw;
        margin-left: 40vw;
    }
    .contact-info {
        position: absolute;
        top: 30vh;
        left: 15vw;
    }
    .info-link {
        padding-top: 10vw;
        width: 40vw;
    }
    .link_img img {
        width: 25vw;
        top: 10vh;
        left: 50vw;
    }
    .hero-img {
        margin-top: -5rem;
    }
    .hero-info {
        position: absolute;
        z-index: 16;
        width: 50vw;
        margin: 15vh 25vw;
    }
    .hero-info h1 {
        font-size: 2rem;
        font-weight: 500;
        text-align: center;
    }
    .hero-info h2 {
        font-size: 1.3rem;
        font-family: 'Cinzel', serif;
        text-align: center;
        color: #065682;
    }
    .hero-info p {
        text-transform: uppercase;
        font-size: 1.7rem;
        text-align: center;
        color: #a2a8ac;
        border-bottom: 2px solid #ccd0d1;
        padding: 5px;
    }
}