body {
    background-color: rgb(204, 202, 199);
}

a {
    color: black;
}

#hero {
    min-height: 100vh;
    background-image: url("../../assets/m_refantazio/banner.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 150%;
    color: white;
}

#hero>h1 {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.95);
    width: 100%;
    padding: 0.6em 0;
}

.hero_btn {
    color: white;
    text-decoration: none;
    text-align: center;
    display: block;
    background-color: rgba(0, 0, 0, 0.95);
    padding: 0.6em 2em;
    border-radius: 15px;
    box-shadow: 5px 5px 5px rgba(245, 145, 162, 0.5);
}

.hero_btn:hover {
    background-color: rgb(0, 0, 0);
    color: white;
    box-shadow: 5px 5px 10px rgba(245, 145, 162, 0.5);
}

video {
    width: 100%;
}

main h2 {
    text-align: center;
    margin-bottom: 1em;
}

#overview,
#details,
#form {
    margin-top: 6em;
}

#overview .row,
#details .row,
#form .row {
    align-items: center;
}

#form {
    background-color: rgb(199, 194, 188);
    padding: 4em;
    border-radius: 15px;
}

form input[type="text"] {
    background-color: rgba(172, 170, 167, 0.5) !important;
    border: 1px solid black;
    font-size: 90% !important;
}

fieldset {
    border: 1px solid black;
    padding: 2em;
    border-radius: 15px;
}

#form h3 {
    text-align: center;
    margin-bottom: 1em;
}

#form .btn {
    background-color: rgb(0, 0, 0) !important;
    color: white !important;
}

#form textarea {
    min-height: 20vh;
}


#resources {
    margin-top: 6em;
    overflow: hidden;
    margin-bottom: 3em;
}

#resources h2 {
    text-align: left;
}


table {
    border: 1px solid black !important;
}

th,
td {
    background-color: rgba(201, 197, 193, 0.5) !important;
}

textarea {
    background-color: rgba(172, 170, 167, 0.5) !important;
    border: 1px solid black !important;
}

#resources a{
    color: black;
}

#resources a:visited{
    color: purple;
}