* {
    font-family: open sans condensed;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    overflow-x: hidden;
}
h2 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.5em;
}
p {
    font-size: 1.085em;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 33, 71, 0.85);
}
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
button:not(.home-button):not(.button-disabled) {
    border: none;
    font-size: 1em;
    border: 1px solid #333;
    background-color: rgba(0, 0, 0, 0);
    padding: 1.75% 3.75%;
    cursor: pointer;
}
button:hover:not(.home-button):not(.button-disabled) {
    transition: 0.5s;
    color: white;
    background-color: rgb(109, 152, 245);
    border: 1px solid rgb(109, 152, 245);
}
button:focus {
    outline: 0;
}
.button-disabled {
    border: none;
    border: 1px solid #333;
    background-color: rgba(0, 0, 0, 0);
    padding: 2% 4%;
    cursor: not-allowed;
}
/* HOME SECTION */
.home-page {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: white;
}
.home {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.home-menu ul {   
    position: relative;
    top: 0px;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
} 
.home-menu ul li:not(.menu-title) {
    float: right;
    color: black;
    font-size: 1.25em;
    cursor: pointer;
    padding: 2% 2.5%;
} 
.home-menu .menu-title {
    float: left;
    color: black;
    font-size: 1.35em;
    padding: 2% 2.5%;
}
.home-menu ul li:hover:not(.menu-title) {
    transition: 0.5s;
    color: rgb(109, 152, 245);
} 
.home-image {
    position: relative;
    width: 100%;
    height: 45vh;
    background-image: url("../img/background/offer-background.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.home-button {
    border: none;
    border: 1px solid white;
    color: white;
    font-size: 1.15em;
    background-color: rgba(0, 0, 0, 0);
    padding: 20px 35px;
    cursor: pointer;
}
.home-button:hover {
    transition: 0.5s;
    border: 1px solid rgb(109, 152, 245);
    color: white;
    background-color: rgb(109, 152, 245);
}
.home-text {
    width: 90%;
    text-align: left;
    padding-left: 5%;
    
}
.home-mobile, .mobile-text {
    display: none;
}

/* ABOUT SECTION */
.about-page {
    position: relative;
    width: 100%;
    height: 75vh; 
    background-image: url("../img/background/cover-photo.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    color: rgb(200, 200, 200);
}
/* OFFER SECTION */
.offer-page {
    position: relative;
    width: 100%;
    height: auto; 
    background-color: white;
    padding: 8% 0% 16% 0%;
}
.box {
    margin-top: 4%;
}
.box-title {
    margin-bottom: 4%;
}
.box:first-of-type {
    margin: 0%;
}
.modal-cert {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: white;
    width: 100%;
    height: 0vh;
    box-shadow: 5px 0px 45px #555;
    overflow: hidden;
    transition: 0.5s;
}
.modal-list {
    list-style-type: square;
    display: block;
    text-align: left;
}
.modal-list li {
    font-size: 1.05em
}
.modal-icon {
    position: absolute;
    top: 5%;
    right: 3.5%;
    transform: translate(3.5%, -5%);
    color: #333;
    font-size: 1.4em;
    cursor: pointer;
}
.modal-icon:hover {
    transition: 0.5s;
    color: rgb(109, 152, 245);
}
/* CLIENTS SECTION */
.clients-page {
    position: relative;
    width: 100%;
    height: auto; 
    background-color: white;
    padding: 12% 0% 4% 0%;
}
.client-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.client-list li {
    font-size: 1.5em;
    padding: 4% 0%;
    font-family: amatic sc;
    font-weight: bold;
    color: #444;
}
/* FOOTER SECTION */
footer {
    position: relative;
    width: 100%;
    height: auto;
    background-color: white;
    padding: 8% 0% 0% 0%;
}
.footer-text {
    color: rgb(200, 200, 200);
    text-align: left;
}
.footer-image {
    position: relative;
    width: 100%;
    height: 40vh;
    background-image: url("../img/background/footer-background.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
/* ICONS STYLING */
.contact-icons {
    position: absolute;
    bottom: 5%;
    transform: translateY( 5%);
    padding: 0% 2.5%;
}
.social-icon {
    padding: 0% 0.5%;
    font-size: 1.6em;
    color: rgb(16, 47, 114);
    cursor: pointer;
}
.social-icon:hover {
    transition: 0.5s;
    color: rgb(109, 152, 245);
}
.arrow-icon {
    position: absolute;
    bottom: 5%;
    right: 0%;
    transform: translateY(0%, 5%);
    padding: 0% 2.5%;
    font-size: 2.25em;
    color: rgb(16, 47, 114);
    cursor: pointer;
}
.arrow-icon:hover {
    transition: 0.5s;
    color: rgb(109, 152, 245);
}
/* IMAGES STYLING */
.profile-picture {
    width: 65%;
    border-radius: 5px;
    filter: saturate(30%);
}
.cert {
    width: 80%;
    box-shadow: 1px 1px 8px black;
    cursor: pointer;
}
.logo {
    width: 80%;
    opacity: 0.8;
    padding: 5%;
}
.list-icon {
    width: 80%;
    opacity: 0.8;
    padding: 0%
}
@media only screen and (max-width: 768px) {
    body {
        margin: 5%;
    }
    hr {
        width: 80%;
    }
    h2 {
        font-size: 1.5em;
    }
    p {
        font-size: 1.1em;
    }
    .offer-page {
        margin-top: 10%;
    }
    /* MOBILE HOME STYLING */
    .home-mobile, .mobile-text {
        display: block;
    }
    .home {
        width: 90%;
    }
    .mobile-image {
        position: relative;
        width: 100%;
        height: 50vh;
        background-image: url("../img/background/offer-background.jpg");
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }
    .contact-icons {
        position: absolute;
        bottom: 1%;
        transform: translateY(1%);
        padding: 0%;
    }
    .arrow-icon {
        position: absolute;
        bottom: 1%;
        right: 0%;
        transform: translateY(1%);
        padding: 0%;
    }
    .menu-icon {
        position: absolute;
        top: 1%;
        right: 1%;
        transform: translate(1%, -1%);
        padding: 0%;
        font-size: 1.5em;
        color: rgb(16, 47, 114);
        cursor: pointer;
    }
    .menu-icon:hover {
        transition: 0.5s;
        color: rgb(109, 152, 245);
    }
    .home-menu .menu-title {
        padding: 0%;
    }
    /* ABOUT */
    .about-page, .clients-page {
        display: none;
    }
    /* HIDING ELEMENTS */
    .box, .mobile-off, .home row, .home-text, .home-image, .home-menu li:not(.menu-title), form, .offer-page div.col-md-6 .offer-item{
        display: none;
    }
}