body {
    background-image: url(bamboo-dark.jpg);
    background-repeat: repeat;
    color: white;
}

@font-face {
    font-family: Charlemagne Bold;
    src: url (charlemagne-bold.ttf);
    font-weight: bold;
}

h1 {
    font-family: "Charlemagne Bold", Times, serif;
    color: white;
}

h2 {
    font-family: "Charlemagne Bold", Times, serif;
     text-align: center;
    color: white;
}

p {
    font-family: "Charlemagne Bold", Times, serif;
}


p {text-align: center;
font-family: "Charlemagne"; Times, serif; 
color: white; 
}


h1 {
    text-align: center;
    color: white;
    font-family: "Charlemagne";
}


.sandpaper-background-survival{
	  width: 350px;
    margin: auto;
    border: 1px solid yellow;
background-image: url(sandpaper-gradient.jpg)
}


video {display: block;
margin: 0 auto;}

a:link {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: #000000;
    background-color: transparent;
    text-decoration: underline;
}


/* NAVBAR */

ul {
    list-style-type: none;
    margin: 0;
    text-align: center;
    padding: 0;
    overflow: hidden;
    background-color: #234369;
}

li {
    text-align: center;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #ebeb00;
    text-align: center;
}

li.dropdown {
    display: inline-block;
    text-align: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #234369;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown-content a:hover {background-color: #ebeb00}

.dropdown:hover .dropdown-content {
    display: block;
    text-align: center;
}


.survival-through-art {
float: right;
}

.survival-through-art-trailer {
margin: auto;
}







