
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');



* {
    background-color: #0c1821;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
}

.videogallery {
    display: flex;
    flex-direction: column;
    align-items: center;
}

nav {
    display:flex;
    justify-content: space-between;
}

ul {
    display: flex;
    list-style-type: none;
    justify-content: space-around;
    font-size: 30px;
    width: 800px;
}

li {
    text-decoration: none;
}

h1 {
    font-size: 90px;
    margin: 0;
    color: #ffffff;
}

.hero {
    height: 100vh;
    color: #ffffff;
    font-size: 40px;
}

.hero-subpage{
    color: #ffffff;
    font-size: 40px;
}

.hero-area {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.hero-text {
    margin-left: 80px;
    margin-bottom: 200px;
}


.button {
    width: 200px;
    height: 55px;
    background-color: #7c9299;
    border-radius: 25px;
    text-align: center;
    font-size: 30px;
    font-weight: 100;
    padding-top: 5px;
    margin-top: 20px;
}

.button:hover {
    background-color: #E1BB80;
}

.button:active {
    background-color: #898989;
    color: #808080
}

.socials {
    padding-bottom: 200px;
} 

.social {
    margin: 20px;
}

a {
    text-decoration: none;
    color: white;
}


.sub-section {
    display: flex;
    justify-content: space-around;
    padding: 80px;

}

.sub-section-alternative {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 80px;
}

#resourceheader{
    font-size: 50px;
}

.headshot{ 
    width: 300px;
    border-radius: 150px;
}

.headshot-container{
    display: flex;
    align-items: center;
}


.project-card {
    width: 300px;
    height: 500px;
    box-shadow: 5px 5px 20px whitesmoke;
    margin: 10px;
    padding:10px;
}


.project-container{
    display: flex;
    justify-content: space-around;
}

.project-image {
    width: 250px;
    border-radius: 200px;
    margin: 25px;
}


hr {
    margin-left: 20px;
    margin-right: 20px;
}


.project-link {
    text-decoration: none;
    color: #E1BB80;  
}

a {
    text-decoration: none;
    color: white;
}

.hamburger {
    display: none;
}

.hamburger:focus{
    outline: 0;
}

footer{
    font-size: 12px;
}

.footer-container{
    display: flex;
    justify-content: space-around;
    padding: 80px;
}

.copyright{
    text-align: center;
}

@media only screen and (max-width: 1000px) {
    .project-container {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-container{
        display: flex;
        flex-wrap: wrap;
    }

    .headshot-container{
        display: none;
    }
}


@media only screen and (max-width: 1000px) {
    .hamburger {
        display: block;
        border:0;
        background-color: transparent;
        color: white;
        font-size: 30px;
        margin: 20px;
        align-self: flex-end;
    }

    ul {
        display: none;
        background-color: #3F403F;
        margin:0px;
    }

    ul.show {
        display: block;
    }


    nav{
        align-items: flex-start;
        flex-direction: column-reverse;
        background-color: #3F403F;
    }

    .logo{
        display: none;
    }
}

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

#SibeliusShortcutsA4{
    display: flex;
    justify-content: center;
}

.buttonsib {
    width: 200px;
    height: 55px;
    background-color: #7c9299;
    border-radius: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    padding-top: 5px;
    margin-top: 20px;
}

.buttonsib:hover {
    background-color: #E1BB80;
}

.buttonsib:active {
    background-color: #898989;
    color: #808080
}


.file__container_guide{
    width:100%;
    height: 100vh;
}


.theory-link:hover {
    color: #E1BB80;
}

.theory-link:active {
    color: #808080
}