@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
.body-home, .body-login{
    background: url(../img/background.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.back-fill{
    background: rgba(0,0,0,0.5);
    min-height: 100vh;
}
#homeNav {
    background: rgba(255,255,255,0.5) !important;
}
.welcome-text {
    min-height: 80vh;

}
.welcome-text img {
    width: 100px;
}
.welcome-text h4 {
    color: #eee;
    font-size: 51px;
    font-family: 'Lobster', sans-serif;

}
.welcome-text p {
    color: #222;
    background: rgba(255,255,255,0.5) ;
    padding: 5px;
    border-radius: 4px;
    
}
#about {
    min-height: 100vh;
}
#about .card-1{
    max-width: 600px;
    width: 90%;
    background: rgba(255,255,255,0.5) ;
    padding: 20px;
    border-radius: 5px;
}
#about .card-1 h5 {
    font-family: 'Lobster', sans-serif;
    font-size: 25px;
}
#about .card-1 p {
    text-align: justify;
}
#contact {
    min-height: 100vh;
}
#contact form{
    max-width: 600px;
    width: 90%;
    background: rgba(255,255,255,0.5) ;
    padding: 20px;
    border-radius: 5px;
}
#contact form h3{
    text-align: center;
    font-family: 'Lobster', sans-serif;
}
textarea{
    resize: none;
}
.login{
    max-width: 500px;
    width: 90%;
    background: rgba(255,255,255,0.5) ;
    padding: 10px;
    border-radius: 10px;
}
.login h3{
    text-align: center;
    font-size: 50px;
}

.w-450 {
    width: 450;
    
}


.body-logedin{
    background: url(../img/background.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.n-table {
    max-width: 20%;
}
