/* CSS */
body {
    background-image: url("bg.jpeg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Outfit', sans-serif;

}

.footer {
    text-align: center;
}
#cardd {
    border-style: ridge;
    border-radius: 4px;
}

#text {
    margin: auto;
}
.form-control {
    width: 50%;
}
.logos a{
    color: black;
    font-size: 30px;
}

#linkmail a:link{
    color:crimson;
}
#linkmail a:visited{
    color:blueviolet;
}
#linkmail a:hover {
    color:blueviolet;
}
#linkmail a:active {
    color: blueviolet;
} 
@media(min-width:768px) 
{.col-md-6{
    margin:auto;
}}
.div {
    background-color: white;
    margin: 2px;
    padding: 3px;
    border-style: ridge;
    border-radius: 4px;
    margin-top:20px;
}
.nav-link {
    display: flex;
}
.title {
    color: violet;
}
p {
    margin-top: 3px;
}
@media screen and (max-width:576px) {
   .nav-link p, .navbar-brand{  
       display: none;
   }
   
   .fa{
       font-size: 25px;

   }
   .navbar-toggler{
       margin: auto;
   }
    
}
