
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

body {
    background: url('images/tlo.jpg');
}

.body {
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
}

.nav-mobile-open {
    margin: 10px 20px !important;
    background: rgba(255, 82, 82, 0.7) !important;
    color: #fff!important;
    border: 0!important;
}

.header-bg {
    max-width: 1200px;
    margin: 0 auto;
    height: 400px;
    background: #fff url(images/top.jpg) no-repeat top center;
    margin-bottom: 50px;
    border-radius: 50px;
    box-shadow: 0 .9rem 3rem 0 rgba(220,225,231,.9);

}

.header-title {
    font: bold 36px Pacifico, 'poppins', Helvetica;
    text-align: left;
    color: #7abde8;
    max-width: 1200px;
    margin: 20px auto;
    text-align: left;
    padding: 0 20px;
}

.header-title a:hover {
    text-decoration:none;
    color: #5594bb;
}

.main {
    width: auto;
    margin: 0 auto;
    margin-right: 30px;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    flex: 100%;
    max-width:885px;
}


.nav {
    flex: 370px;
    margin-left: 10px;
    padding: 10px;
    height: 100%;
}

.nav ul {
    width: 100%;
    padding: 20px 20px;
    list-style: none;
    padding-right: 0;
    margin-right: 0;
    background: #ffd76d;
    border-radius: 50px;
    box-shadow: 0 .9rem 3rem 0 rgba(220,225,231,.9);
}

.nav li a {
    margin-top: 5px;
    padding: 5px;
    display: block;
    color: #6b6529;
    text-decoration: none;
    cursor: pointer;
}

.nav li a:hover {
    color: #90893f;
}

.box-contact {

    width:100%;
    padding: 30px 20px;
    background: #d9eaca;
    border-radius: 50px;
    box-shadow: 0 .9rem 3rem 0 rgba(220,225,231,.9);
    margin-top: 50px;
    color: #335330;
    text-align: left !important;
}
.box-contact .h1 {
    margin: 10px;
    color: #83ac62;
    text-align: left;
}



.display-4, .h1 {
    color: #7abde8;
}


.h1 {
    font: 32px Pacifico,  Helvetica;
    margin: 30px 0;
    
}




table tbody tr td a img {
    border-radius: 10px;
    border: 1px solid #dfdfdf !important;
    padding: 2px;
}

.article-title {
    clear: both;
    background: #ffeeee;
    border-radius: 50px;
    padding: 15px 20px;
}


.article-title a:link,
.article-title a:visited {
    color: #740a38;
}

.footer-1 {
    background-color: #ffd5d7;
}
.footer-container {
    color: #bb6868;
}


@media only screen and (max-width: 1000px) {
	.main {
		float:none;
        padding: 0;
	}
    .header-bg {
        background-position-x: center;
        border-radius: 0;
    }
}