@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');


* {
    font-family: Play;
    margin: 0;
    padding: 0;
}

video {
    width: 100%;
    height: 100%;
}

img {
    width: 100%;
    height: 100%;
}

#barname {
    text-decoration: none;
}





main {
    padding-top: 60px;
}

h1 {
    text-align: center;
    overflow: hidden;
}


.headers {
    margin-top: 70px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    background-color: rgba(194, 88, 13, 0.751);
    color: white;
    padding: 10px;
    box-shadow: 1px 1px 5px black;;
    font-size: 1.5rem;
}

#video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    box-shadow: 1px 1px 10px black;
    margin-bottom: 40px;
}

p {
    text-align: center;
    line-height: 30px;
    font-size: 1.1rem;
}

section ul {
    margin-top: 7px;
    padding-left: 15px;
    list-style: square;
    line-height: 25px;
    font-size: 1.1rem;
    margin-left: 17px;
}

section li {
    margin-top: 10px;
}


#footer-title {
    margin-top: 40px;
    text-align: center;
    font-size: 1.5rem;
}

footer {
    margin-top: 30px;
    height: min-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #3b9158;
    color: white;
    height: 100%;
    padding: 10px 20px;
    text-align: left;
}

.top-section {
    display: flex;
    justify-content: space-between;
}

.bottom-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer ul {
    margin-left: 15px;
    margin-top: 7px;
    line-height: 20px;
    list-style: square;
}

footer li {
    text-align: left;
}

.socialmedia-links {
    color: #fff;
    text-decoration: underline;
    font-style: normal;
    transition: color, 0.15s;
}

.socialmedia-links:hover {
    color: rgba(255, 255, 255, 0.752);
}

.socialmedia-links:active {
    opacity: 0.4;
} 

#copyright {
    margin-top: -15px;
    font-size: 0.7rem;
}

#credits {
    margin-top: 20px;
    font-size: 0.7rem;
}





