@charset "UTF-8";
/* CSS Document */

*{margin:0px;
	padding:0px;
	text-size:0px;}

html,body {width:100vw;
    	   height: 100vh;
    	   margin: 0;}

body{background-color: black;}

h1{font-family: 'Montserrat', sans-serif;
    font-size: 30px;
	text-align:center;
	color: white;
	padding-bottom: 15px;
	padding-top: 10px;
	top: 150px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);}

.vid-con{position: absolute;
	top:220px;
	width: 100%;
	text-align: center;}

.vid{width:48%;	
	display:inline-block;
	padding: 5px;}

	@media only screen and (max-width: 600px) {
 		 .vid {width:100%;}}

.dropbtn{background-color: transparent;
		color: white;
		padding: 16px;
		width: 100px;
		font-size: 16px;
		border: none;
		margin-bottom: 20px;}

.dropdown{position: fixed;
		display: inline-block;
		width: 100px;
		right: 10px;
		top: 20px;}

.dropdown-content{display: none;
				position: absolute;
				width: 100px;
				z-index: 1;
				text-align: center;
				background-color: black;}

.dropdown-content a{color:cornsilk;
					padding: 10px 16px;
					text-decoration:none; 
					display: block;
					border-radius: 10px;
					font-family: 'Montserrat', sans-serif;}

.header {text-align: center;
  padding: 32px;}

#text{text-align: center;
	font-size: 30px;
	position: absolute;
	top: 135px;
	left: 42%;
	color: aliceblue;}

#header{background-color: white;
		width: 100%;
		position: fixed;
		z-index: 1;
		height: 100px;}

#title{position: absolute;
		left:50%;
		top:20px;
		transform: translate(-50%);
		font-size: 40px;
		color:black;
		z-index: 1;
		font-family: 'EB Garamond', serif;}

#menu{width: 30px;
	height: auto;}

#logo{position: absolute;
			width: 200px;
			top:-50px;
			left:-20px;
			height: auto;
			z-index: 1;}

@media only screen and (max-width: 600px) {
	h1 {width: 100%;}
	#logo{left:-33px;}}

.dropdown-content a:hover{color:gray;}

.dropdown:hover .dropdown-content {display: block;}