html{
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-display: auto;
    scroll-behavior: smooth;
}


body{
    background-color: #fff;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.head{
    background-image: linear-gradient( rgba(55, 108, 191, 0.5), rgba(55, 108, 191, 0.5) ),url('bg.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment:fixed;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img{
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: all .5s ease-in-out;
}

.logo img:hover{
    transform: rotate(360deg);
}

.logo{
    width: fit-content;
    height: fit-content;
}

.logo h1{
    color: #fff;
    text-align: center;

}

.about{

    margin: 0 auto;
    width: fit-content;
    margin-top: 100px;
    margin-bottom: 100px;

}

.about img{
    float: left;
    width: 500px;
    transition: all .5s ease-in-out;
    filter: drop-shadow(8px 8px 8px #000);
}

.about img:hover{
    transform: scale(1.05);   
    cursor: pointer;
}

.about .text{
    float: left;
    width: 500px;
    background-color: #f1f1f1;
    border-radius: 5px;
    height: 500px;
    filter: drop-shadow(0px 0px 12px #f0f0f0 );
    box-shadow: 8px 8px 48px #c6cfd8;
    padding: 20px;
}



.text p, h1{
    padding: 10px;
}

h1{
    padding-bottom: 0;
    margin-bottom: 10px;

}

.text p{
    text-align: justify;
}


@media screen and (max-width: 1057px) {
    .about{
        width: 800px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .about .text{
        float: none;
        margin: 0 auto;
        text-align: center;
        display: block;

    }
    .about img{
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
        display: block;
    }
    
    

}



@media screen and (max-width: 1000px) {
    .about{
        width: 800px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .about .text{
        float: none;
        margin: 0 auto;
        text-align: center;
        display: block;

    }
    .about img{
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
        display: block;
    }

}

@media screen and (max-width: 800px) {
    .about{
        width: 600px;
        font-size: 1.5em;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .about .text{
        float: none;
        margin: 0 auto;
        text-align: center;
        display: block;
        height: auto;
    }
    .about img{
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
        display: block;
    }
    h1{
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

}


@media screen and (max-width: 600px) {
    .about{
        width: 500px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .about .text{
        float: none;
        margin: 0 auto;
        text-align: center;
        display: block;
        width: fit-content;
        height: auto;
    }
    .about img{
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
        display: block;
        width: 300px;
    }
    h1{
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (max-width: 400px) {
    .about{
        width: 200px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .about .text{
        float: none;
        margin: 0 auto;
        text-align: center;
        display: block;
        width: fit-content;
        height: auto;
    }
    .about img{
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
        display: block;
        width: 200px;
    }
    h1{
        width: 100px;
        margin-left: auto;
        margin-right: auto;
    }

}

.company{
    background-color: #376cbf;
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;

}

.company h1{
    font-size: 2.5em;
}

ul{
    list-style: none;
    font-size: 1.5em;
    padding: 0;
}

ul li{
    line-height: 2em;
}

.contact{
    background-color: #E3447C;
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;

}

.contact h1{
    font-size: 2.5em;
}

summary:hover{
    cursor: pointer;
    opacity: 0.8;
}

summary{
    opacity: 1;
    font-size: 1.5em;

}

.phone{
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 20px;
}



.comp{
    width: 200px;
}

.con{
    width: 100px;
    margin-bottom: 40px;
}

.hra{
    width: 100px;

}

