.hero {
    background-image: url(../img/main.jpg);
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}

.navbar-item {
    color: white;
    font-weight: 500;
}

.navbar-item .is_ctive {
    color: #cd2128;
}

.fas,
.fab {
    color: #cd2128;
}

.title {
    padding-top: 170px;
    color: whitesmoke;
    font-size: 7rem;
    font-weight: 600;
    line-height: 1.125;
    text-shadow: 2px 2px 4px #000000;
}

.title1 {
    padding-top: 130px;
    color: #590d10;
    font-size: 3rem;
    line-height: 1.125;
    text-shadow: 1px 1px 1px #000000;
}


.subtitle1 {
    padding-top: 30px;
    color: darkgrey;
    font-size: 150%;
    padding-bottom: 30px;

}

.subtitle {
    color: #cd2128;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-shadow: 2px 2px 4px #000000;

}

.navbar-item .is-active {
    color: white;
    text-shadow: 2px 2px 4px #cd2128;

}

.navbar {
    background-color: rgba(0, 0, 0, 0.6) !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-item img {}

.label {
    color: darkgray !important;
}

.about-img {
    width: 100%;
    height: auto;
}
