body {
    padding: 0px;
    margin: 0px;
}

.nav-item {
    padding-left: 8px;
}

.navbar-brand {
    padding-left: 20px;
}

.brand-img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.navbar-nav {
    font-size: 20px;
}

.nav-bar {
    background-color: black;
}

.welcome-page {
    background-image: url("../images/bg.jpg");
}

.row>* {
    padding-left: 0px;
    padding-right: 0px;
}

.card-welcome {
    margin: 200px auto;
    padding: 0px;
}

.card-title {
    font-family: 'Sacramento', cursive;
    font-size: 100px;
    padding-top: 5%;
}

.card-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}

.card-text {
    font-family: 'Montserrat', sans-serif;
    padding: 4% 6%;
}

#about-us {
    padding-top: 50px;
    background-color: #00092C;
    font-family: 'Montserrat';
    color: white;
    line-height: 2;
}

.heading {
    font-family: 'Sacramento';
    padding-bottom: 30px;
}

.content {
    padding: 10px 60px;
    padding-bottom: 40px;
}

#join-us {
    padding-top: 50px;
    background-color: #343A40;
    color: white;
}

p,h1 {
    margin: 0px;
}

a {
    text-decoration: none;
    color: #C4B6B6
}

a:hover {
    color: #EBECF1;
}

label {
    margin-left: 20px;
    font-size: 20px;
}

input {
    margin-bottom: 20px;
    margin-left: 20px;
}

.message {
    height: 100px;
}

.team-content {
    font-size: 20px;
    padding-top: 10px;
}

#join-team {
    padding-top: 50px;
    background-color: #00092C;
    color: white;
}

@media (max-width: 765px) {
    .details {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .details {
        position: relative;
        left: 20%;
        text-align: center;
        padding-bottom: 20px;
    }
}

.socials {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #343A40;
}

.socials img {
    width: 40px;
    margin-right: 30px;
}
