body {
    margin: 0;
    padding: 0;
    background-color: black;
    font-family: "League Spartan", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.navbar {
    background-color: black;
    border-bottom: 1px solid grey;
}

.nav-link {
    font-size: 150% !important;
    color: white;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.pvcr {

    font-size: 270%;
    font-family: "Oswald", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;

}

.jumbotron-1 {
    margin: 0px;
    padding: 0px;
    background-color: black;
}

.btn-primary {

    background-color: rgba(128, 191, 255, 0.6); 
    border: 5px solid rgba(128, 191, 255, 0.6); 
    border-radius: 0;

}
.op {

    opacity: 1 !important;

}

.jumbotron-2 {
    margin: 0px;
    padding: 0px;
    background-image: linear-gradient(black, #666);
}

.text-center {

    color: white;

}

.jumbotron-2-options {

    border: 10px solid white;
    margin-bottom: 45px;
    height: 100%;
    object-fit: cover;
    background-color: #000000;

}

.jumbotron-2-options-image {

    width: 70%;
    object-fit: cover;
    margin-top: 15px;

}
.jumbotron-2-options-image {

    filter: brightness(110%);

}

.grow {

    transition: all 0.2s ease-in-out;

}

.grow:hover {

    transform: scale(1.2);

}

.jumbotron-2-options-text {

    display: none;

}

.grow:hover .jumbotron-2-options-text {

    display: block;

}

.jumbotron-3 {

    background-color: black;
    color: white;
    margin: 0px;
    padding: 0px;

}

.jumbotron-3-container-1 {

    background-color: white;
    color: black;

}

.jumbotron-3-container-2 {

    background-color: black;
    color: white;
    padding: 50px;

}

.jumbotron-3 h3 {

    font-size: 120% !important;

}

.jumbotron-4 {

    margin: 0;
    padding: 0;

}

.jumbotron-4-container-1 {

    background-color: black;
    color: white;

}

.jumbotron-4-container-2 {

    background-color: white;
    color: black;
    padding: 50px;

}

.form-group {
    margin: 15px;
    border-radius: 0;
}

.contact-form {
    background-image: url("media/contact-us-img.jpg") !important;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    color: white;
}

.contact-form-input,
.contact-form-message {
    border: 5px solid white;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    opacity: 1 !important;
    color: white !important; 
}

.contact-form-input:focus,
.contact-form-message:focus {
    background-color: rgba(0, 0, 0, 0.5); 
    border: 5px solid white; 
    color: white !important; 
    outline: none; 
}

.contact-form-message {
    height: 250px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    border: 5px solid white; 
}
.btn-baw {

    color: white !important;
    background-color: none !important; 
    border: 5px solid white;

}
.btn-second {

    border: 5px solid rgba(128, 191, 255);
    border-radius: 0;
    color: black !important;

}
.btn-second:hover {

    border: 5px solid black;

}

.clr-blk {

    color: black !important;

}

.row {
    margin: 0px;
}

a:hover {
    color: grey !important;
}

a {

    text-decoration: none !important;
    color: white !important;

}