* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


header.main {
    height: 90vh;
    position: relative;
    background-color: rgb(28, 38, 38);
    overflow: hidden;
}

header > * {
    position: absolute;

}
.logo {
    right: 0;
    bottom: 0;
width: 50vw;
}

.info {
    top: 30%;
    left: 5%;
    right: 5%;
    font: 1em sans-serif;
    
}

.info h3 {
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-transform: initial;
}

.info h2 {
    margin-left: 20px;
    margin-top: 30px;
    color: #03D7FF;
    font-size: 40px;
}

@media (orientation: landscape) {
    .logo {
        width:40vw;
        bottom: 0;
        right: 0;


    }
    .info {
        top: 20%;
    }

    .info h2 {
        margin-top: 15px;
    }
}
@media (orientation: portrait) and (min-width: 768px) {

    .info h3 {
        font-size: 70px;
       
    }

.info h2 {
    font-size: 60px;
    margin-top: 50px;
}
}

@media (orientation: landscape) and (min-width: 1024px) {

    .info h3 {
        font-size: 80px;
       
    }

.info h2 {
    font-size: 60px;
    margin-top: 50px;
}
}


@media (orientation: landscape) and (min-width: 1920px) {

    .info h3 {
        margin-top: 10%;
        font-size: 100px;
       
    }

.info h2 {
    font-size: 80px;
    margin-top: 60px;
    margin-left: 10%;
}
}

.our div {
    padding: 15px;
    text-align: center;
    background-color: white;
    font-family:Georgia, 'Times New Roman', Times, serif;
}

.our div p {
    margin: 15px 0 15px 0;
    
    
}
.our h3 {
    padding: 15px;
}

.lista {
    
    text-transform: lowercase;
    margin-bottom: 22px;
    
    
  
}
.lista li{ 
    padding-bottom: 8px;
    list-style: none;
    list-style-position: outside;
    font-family:Georgia, 'Times New Roman', Times, serif;
}

.contactmain {
    text-align: center;
    font-family:Georgia, 'Times New Roman', Times, serif;
    margin-bottom: 30px;
    
}

.contactmain h1 {
    padding: 10px 0;
}

.contactmain ul {
    list-style: none;
}

.contactmain li {
    padding: 10px;
    letter-spacing: 1px;
}

.contactmain a {

    line-height: 1.5;
    color: #000;
    text-decoration: none;
}

.contactmain i {
    padding-right: 5px;
}


footer {
    background-color: rgb(35, 33, 33);
    padding-bottom: 10px;
    
} 

footer p {
    padding: 5px;
    color: white;
        font-size: 13px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

footer .social {
    display: flex;
    justify-content: space-around;
    
}

.social p {
    flex-basis: 10%;
    
}

.social a {
    width: 15%;
    text-decoration: none;
    padding: 10px 10px 0 10px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}



