/* CSS Document */

body {
    background-color: #000007;
    font-size: 18px;
    font-family: 'Marcellus', serif;
    color: white;
}

.web-bckg {
    min-height: 906px;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/web-beckground-1024.jpg);
}

.web-form {
    background-color: #000007;
    padding: 1rem;
    border-radius: 10px;
}

.web-content {
    padding-top: 350px;
    
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  
}

img.rounded-corners {
  border-radius: 12px;
}

.credits-cc {
    font-size: 0.9rem;

}


@media (min-width: 576px){
.container {
    max-width: 768px;
}
}

@media (min-width: 768px){
.container {
    max-width: 992px;
}
    }

@media (min-width: 992px){
.container {
    max-width: 1024px;
}
    }