.logo img {
    width: 150px;
}

.navbar li a {
    color: #fff;
    font-weight: 500;
}

.navbar li a:hover {
    color: #d5d5d58c;
}

.buttons a {
    background-color: #fbe29f;
    border: 0;
    color: #2e2e2e;
    font-weight: 500;
    padding: 10px 20px 10px 20px;
    margin-left: 15px;
}

.buttons a:hover {
    background-color: #dec278;
    color: #2e2e2e;
}
.buttonspage {
    display:flex;
    justify-content: center;
    flex-direction: row;
    margin: 15px;
}
.buttonspage a {
    background-color: #fbe29f;
    border: 0;
    color: #2e2e2e;
    font-weight: 500;
    padding: 10px 20px 10px 20px;
    margin-left: 15px;
}

.buttonspage a:hover {
    background-color: #dec278;
    color: #2e2e2e;
}

h1,
h2,
h3 {
    color: #2e2e2e;
    font-weight: 400;
}

h1 {
    font-size: 35px;
    text-align: center;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

.page p,
.page li {
    font-weight: 400;
    color: #2e2e2e;
}

.page img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
@media (max-width:768px){
    .navbar>.container {
       flex-direction: column; 
    }
}
.navbar-toggler {
    color:#fff;
    border:#fff solid 1px;
    background-color: #d5d5d508;
}
.logofooter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}