﻿body {
    background-color: #f8f8f8;
    position: relative;
    min-height: 100vh;
    color:#000 !important;
}


ul {
    padding-left: 0
}

.left .logo {
    width: 250px;
    margin-top: 50px;
    margin-bottom: 200px;
}

.left h1 {
    font-family: Arial;
    margin-bottom: 25px;
    font-weight: 700;
}

.left h2 {
    font-family: Arial;
    transform: rotate(90deg);
    font-size: 75px;
    text-align: center;
    position: relative;
    height: 0;
    visibility: hidden;
}

.left h5 {
    color: #71ada4;
}

.left .information {
    font-family: Arial;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 25px;
}

.left .socials li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

.left .socials i {
    margin-right: 7px;
}

.left .socials a {
    background-color: #d9a900;
    color: white;
    padding: 10px;
    margin-right: 10px;
    text-decoration: none;
    transition: 0.5s;
    border: 2px solid transparent;
}


.left .contact {
    margin-top: 75px;
}

.left .logo-icon {
    background-color: #006661;
    width: 60px;
    height: 60px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    top: 0%;
    visibility: hidden;
}

    .left .logo-icon img {
        width: 40px;
        height: 40px;
        filter: invert(72%) sepia(25%) saturate(3582%) hue-rotate(7deg) brightness(94%) contrast(101%);
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        display: block;
    }


.left .contact ul {
    float: left;
}

.left .contact li {
    list-style-type: none;
    margin-top: 10px;
    color: #8bbcb5;
    display: inline-block;
    position: relative;
    padding-left: 35px;
}

.left .contact i {
    color: #d9a900;
    margin-right: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.left .contact a {
    color: #8bbcb5;
    margin-right: 25px;
}

    .left .contact a:hover {
        color: #d9a900;
        text-decoration: none;
    }


.rotated {
    font-family: 'Rufina', serif;
    color: #0c6c67;
    transform: rotate(-90deg);
    font-size: 125px;
    text-align: center;
    position: relative;
    top: 43%;
    left: 50%;
}

.img {
    height: 450px;
    width: 300px;
    object-fit: cover;
    margin-left: -75px;
    position: absolute;
    top: 33%;
}

.patern {
    position: absolute;
    top: 35%;
    object-fit: cover;
    width: 150px;
    height: 150px;
    margin-left: -150px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

@media only screen and (max-width: 991.5px) {
    .img {
        left: 10%;
    }
}

@media only screen and (max-width: 767.5px) {
    body {
        overflow-x: hidden;
        padding-top:125px;
    }

    .left {
        margin-top: -100px;
    }

    .img {
        left: 23%;
    }

    .left .logo {
        visibility: hidden;
        max-height: 0;
    }

    .rotated, .patern {
        visibility: hidden;
        display: none
    }


    .left .logo-icon {
        visibility: visible;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .left {
        margin-top: -100px;
    }

        .left .logo {
            visibility: hidden;
            max-height: 0;
        }

    .rotated, .patern {
        visibility: hidden;
        display: none;
    }

    .left h2 {
        position: absolute;
        left: 65%;
        z-index: -1;
        top: 55%;
        visibility: visible;
    }

    .left .logo-icon {
        visibility: visible;
    }
}
