html{}
body{ margin:0; } /* Remove body margins */

.title{
    background-color: #1E252A;
    padding-top: 25px;
    padding-bottom: 18px;
}
.title h1{
    font-family: 'Italiana', serif;
    color:white;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    letter-spacing: 0.03em;
}
h1, p, h2{
    font-family: 'Maitree', serif;
}
h2{
    font-size:13px;
}
p{
    font-size: 12px;
}

/* nav */
.nav{
    background: #A6B4BE;
    height: 60x;
    width: 100%;
}

.nav div button{
    font-family: 'Abel', sans-serif;    
    width: 19.6%;
    display: inline-block;
    border: none;
    padding: 2rem 2rem;
    background-color: #A6B4BE;
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
}

.nav div button:hover, .nav div button:focus{
    background-color: white;
    color:#1E252A;
}

/* carousel */
.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}
img{
    object-fit: cover;
    height: 500px;
}

/* line break top */
.line-break1 img{
    margin-top: 50px;
    margin-bottom: 30px;
    width: 100%;
    height: 40px;
    object-fit:scale-down;
}

/* line break bottom */
.line-break2 img{
    margin-top: 30px;
    margin-bottom: 50px;
    width: 100%;
    height: 40px;
    object-fit:scale-down;
}


.body-text{
    margin-left: 30%;
    margin-right: 30%;
}

.basic-info, .about{
    align-items: center;
}

.basic-info *{
    text-align: center;
}

/* footer */
.footer{
    background-color: #1E252A;
    padding-top: 25px;
    padding-bottom: 18px;
    height: 110px;
}
.footer footer{
    font-family: 'Abel', sans-serif;    
    color:white;
    padding-left: 30%;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}
