html,
body {
    height: 100%;
    margin: 0;
    font-size: 16px;
    font-family: "lato", sans-serif;
    font-weight: 400;
    line-height: 1.8em;
    color: #666;

}


.container {

    max-width: 1300px;
    margin: 0 auto;  
}

a {
    text-decoration: none;
    color: white;
}

ul {
    list-style: none;
}


header {
    background-color: #038998;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px;

}

nav ul {
    display: flex;
    gap: 1rem;
}

nav li {
    font-size: 1.8rem;
    border-bottom: 0.4rem transparent solid;
    transition: 0.3s ease-in-out;
}

nav li:hover{
    
    border-bottom: 0.4rem yellow solid;
}





.logo {
    font-size: 3rem;
    font-weight: 700;
    color: #282e34;
    

}






.pimg1 {
    background-image: url(media/p3.jpg);
    min-height: 100%;


}

.pimg2 {
    background-image: url(media/p2.jpg);
    height: 400px;
}

.pimg3 {
    background-image: url(media/p4.jpg);
    min-height: 400px;
}

.pimg1,
.pimg2,
.pimg3 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.dimg2 {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 27px;
    letter-spacing: 8px;
    text-transform: uppercase;


}

.timg3 {
    background-color: #666;
}

.ptext {

    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: black;
    letter-spacing: 8px;
    text-transform: uppercase;

}


.section {
    padding: 50px 80px;
    text-align: center;
}





.sectio-dark {
    background-color: #282e34;
    color: #ddd;
}

.textBg {
    text-shadow: 5px 4px 6px rgba(1, 1, 1, 0.9);
    font-weight: 900;
}