body{
    overflow-y: hidden;
    margin: 0;
    font-family: 'Roboto';
}
.company{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(0,0,0,1) url(../images/02-bg.png) center center no-repeat;
    background-size: cover;
    transition: background-image 1s ease-in-out;
}
.company-info__adress{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.company-info__legal-information{
    display: flex;
    flex-direction: column;
    margin: 35px 0;
}
.legal-information__lawyer-details{
    display: flex;
}
p{
    margin: 0 !important;
    letter-spacing: 2.5px;
    font-weight: normal;
    color: #FFFFFF;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.73);
}
a{
    transition: -webkit-text-decoration 0.8s linear;
    transition: text-decoration 0.8s linear;
    transition: text-decoration 0.8s linear, -webkit-text-decoration 0.8s linear;
    text-decoration: none;
 }
a:hover{
    text-decoration: underline;
}
h2{
    margin: 15px 0;
    font-weight: bold;
    letter-spacing: 3px;
}
.company-info{
    font-size: 22px;
    color: white;
}
.lightbackground{
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}
.company-info__logo h2{
    font-size: 180px;
    margin: 0;
    font-weight: normal;
    font-family: 'Roboto slab';
}
.overlay{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: rgba(0,0,0,0.5);
    transition: display 0.5s linear;
}
.company-info__header h2{
    font-size: 36px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.73);
}
.contact-no{
    margin-top: 15px;
}