
h1,h2,h3,h4,h5,h6{
    font-family: "Marcellus", serif;
}
p{
    font-family: "Jost", sans-serif;
}

.box-title{
    background: url(../images/page-title.jpg);
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parent{
    color: #BCBCBC;
    transition: all 1s;
}

.parent:hover{
    color: red;
}
i{
    margin-right: 10px;
}


/* ---------------------------start contact */
#contact label {
    color: black;
    font-size: 22px;
}

#contact * {
    color: black;
}

#contact h2 {
    font-weight: bold;
    color: black;
}

#contact h2 span {
    color: red;
}

#contact a {
    text-decoration: none;

}

#contact a i {
    color: red;
    margin: 0 20px 0 0;
    font-size: 20px;
}

.mainColor {
    color: red !important;
}

.navbar-brand:hover {
    color: black;
}

.navbar-brand:focus {
    color: black;
}

#contact p {
    font-size: 20px;
}

input {
    border-radius: unset !important;
    border: 1px solid red;
    outline: none;
}

input:focus {
    border: 1px solid red !important;
    outline: none !important;
    box-shadow: none !important;
}

textarea {
    width: 100%;
    height: 100px !important;
    resize: none;
    outline: none !important;
    box-shadow: none !important;
}

textarea:focus {
    border: 1px solid red !important;
    outline: none !important;
    box-shadow: none !important;
}

input,
textarea {
    color: black !important;
    border: #eee solid 2px;
}

form button {
    outline: none;
    border: none;
    box-shadow: none;
    background-color: black;
    color: white !important;
    padding: 10px 30px;
    font-size: 20px;
    transition: all .6s;
}
form button:hover{
    background-color: red !important;
}



/* -------------------------------------- */
