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

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

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

.pullquote {
  border: 2px solid #000;
  width: 150px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 20px auto 0;
font-size: 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"
}

.pullquote:before {
  content: '\0201C';
  display: block;
  font-size: 48px;
	margin-bottom: -20px;
}

.pullquote:after {
  content: '\0201D';
  display: block;
  font-size: 48px;
	margin-bottom: -20px;
	right: -135px;
	position: relative;
}


body {background-color:black}

h2{margin-bottom:0px;
	color:white;}

h3 {font-family: 'Cormorant Garamond', serif;
	font-size: 20px;
			color:white;}

picture{width:100%;
		height: 100%;
		top:-100px;
		position: absolute;
		z-index: -1;}

.col {position: absolute;
  	left: 50%;
  	top: 22%;
  	column-rule: 2px dashed black;
  	transform: translate(-50%);
  	width: 80%;
  	column-count: 3;
  	column-gap: 60px;
  	font-family: arial;
	color: black;
	text-align: justify;
	padding-bottom: 15px;}

.dc{float:left;
	font-size:80px;
	line-height:70px;
	padding-right:8px;
	color: white;}


.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;}


#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;}

#pic{top:600px;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -2;}

#pic1{top:1289px;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -2;}


@media only screen and (max-width: 1100px) {
	.col {column-count: 2;
		color: black;}
	h3{color: dimgrey;}}

@media only screen and (max-width: 700px) {
 	 .col {column-count: 1;
			color: black;}
	#logo{left:-33px;}
	picture{top:100px;}}

@media only screen and (min-width: 1100px) {
	#pic, #pic1 {display: none;}}



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

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