body
{
    color: #fff;
    background-color: #461616;
    font-family: "DM Sans", sans-serif;
}
h1,h2,h3,h4,h5, .nav-link, .navbar-brand
{
    font-family: "Sansita", sans-serif;
    font-size: 1.5em;
    font-weight: 800;
    font-style: italic;
    margin: 10px;
}
h4
{
    font-size: 1.2em;
}
h5
{
    font-size: 1em;
    font-weight: 600;
}
.nav .nav-link,
.navbar-brand, 
.navbar-brand:hover
{
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.navbar-brand img
{
    width: 80px;
    height:auto;
    margin-right: 15px;
}
.navbar-toggler
{
    background-color:#757373
}
nav .nav-link:hover
{
    background-color: #7d7979;
}

.navbar
{
    background-color: #272626;
    border-bottom: 1px solid #6d6b6b;
}
section,footer
{
    background-color: #2d2d2d;
}
.carousel-container
{
    padding: 25px;
}
section
{ 
    margin: 20px 0;
    padding-top: 40px;
}

.nav .nav-link.active
{
    background-color: #461616;
    color: #fff;
}
p{
    font-family: "DM Sans", sans-serif;
    font-size: 1em;
}

#equipe .card
{
    border:2px solid #6b6b6b;
    background-color: transparent;
    border-radius: 15%;
    color: #fff;
    margin: 10px;
    padding: 25px;
}
#equipe .card-body img
{
    border-radius: 15%;
}
 #equipe a
{
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    font-family: "DM Sans", sans-serif;
}
 #equipe .card a
 {
    font-size: 1em;
 }
#contato h2, #equipe h2
{
    border-bottom: 2px solid #fff;
    padding-bottom:20px;
}
footer
{
    justify-content: space-between;
    text-align: center;
}
footer p 
{
    font-size: 1em;
    padding: 10px;
    font-weight: 800;

}
form 
{
padding: 5%;
width: 50%;
font-family: "DM Sans", sans-serif;
font-size: 1em;
font-weight: 800;
}

.form-control::placeholder
{
    color: #fff;
}

.form-control
{
    margin-bottom: 10px;
}
.form-control,.form-control:focus{
    background-color: transparent;
    color: #fff;
}

#mensagem
{
    height: 150px;
}

form button
{
    background-color: transparent;
    color: #fff;
    font-weight: 800;
    border: 2px solid #fff;
    border-radius: 15px 15px 40px;
    padding: 5px 20px 5px 10px;
    margin-top: 10px;
}
form button:hover
{
    background-color: #fff;
    color: #272626;
}

.tab-content
{
    display: flex;
    justify-content:center;
}
#equipe .container{
    display: flex;
    justify-content: center;

}
@media screen and  (min-width: 768px) { 
    .social_media
    {
        margin: 150px;
    }
    
}
    
@media screen and  (max-width: 767px) {

    #sobre img,.card-link
    {
        display: flex;
        justify-content: center; 
    }
    #sobre img
    {
        margin-left: 150px;
    }
    form{
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-left: 200px;
      }
        
}