body{
	margin:0;
	padding:0;
}
h1{
	font-family: Emily-austin;
	font-weight: 400;
	margin: 0 auto;
	
}
h1{
	font-size:calc(80px + (80 - 50) * ((100vw - 300px) / (2560 - 300)));
	
}
h2{
	font-family: proxima-nova;
	font-size:calc(24px + (24 - 12) * ((100vw - 300px) / (2560 - 300)));
	font-weight: 200;
	margin: 0 auto;
}
a{
	text-decoration: none;
	color: #E5E5E5;
}
.img1{
	background: url('../images/Serratus_2.jpg');
  background-size: contain;
	background-repeat: no-repeat;
	width: 100vw;
	height: calc(100vw * .27598);
	grid-column: 1 / 4;
    grid-row: 1 / 2;
	background-position: center;
}
.grid1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 28vw 1fr 1fr 1fr;
  height: 100vh;
  padding: 0;
	column-gap: 2rem;
	font-weight: 100;
}
.wrapper1{
	grid-column: 2/ 3;
    grid-row: 2 / 3;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
	border-bottom: 2px solid white;
}
.wrapper1a{
	grid-column: 3/ 5;
    grid-row: 3 / 4;
	text-align: center;
	align-items: center;
}
.wrapper2a{
	grid-column: 1 / 2;
    grid-row: 2 / 4;	
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
}

.wrapper2c{
	grid-column: 3 / 4;
    grid-row: 2 / 4;	
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
}
.wrapper3{
	grid-column: 1 / 4;
    grid-row: 4 / 5;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
}
.wrapper4{
	grid-column: 2 / 3;
    grid-row: 4 / 5;
		text-align: center;
	align-content: center; 
}
.wrapper5{
	grid-column: 5 / 7;
    grid-row: 2 / 4;
		text-align: center;
	display: flex;
	align-items: flex-end;
	border-bottom: 2px solid white;
}
.wrapper6{
	grid-column: 5 / 6;
    grid-row: 4 / 5;
		text-align: center;
	
}
.wrapper7{
	grid-column: 6 / 7;
    grid-row: 4 / 5;
	text-align: center;
	align-content: center; 
}
.wrapper8{
	grid-column: 3 / 5;
    grid-row: 6 / 7;
	text-align: center;
}
.wrapper9{
	grid-column: 3 / 4;
    grid-row: 4 / 5;
	padding-top: 20%;
	text-align: center;
}
.wrapper10{
	grid-column: 4 / 5;
    grid-row: 4/ 5;
	padding-top: 20%;
	text-align: center;
}
.welcome-img-box{
	position:relative;
	margin:0 auto;
	width:auto;
	height:auto;
}
.welcome-images{
	object-fit: cover;
  width: 100%;
  max-height: 100%;
}
/*
.table-left:hover .welcome-images{
	width:50vw;
	max-width: 1200px;
	height:auto;
	z-index: 0;
	opacity: .3;
	transition:  opacity 2s;
	background-color: rgba(0,0,0,0.8);
}
.table-right:hover .welcome-images{
	width:50vw;
	max-width: 1200px;
	height:auto;
	z-index: 0;
	opacity: .3;
	transition:  opacity 2s;
	background-color: rgba(0,0,0,0.8);
}*/
.welcome-container h2{
	color: #494949;
    font-size: 32pt;
	text-decoration: none;
	text-align: center;
	margin:10px auto;
}
.welcome-container a{
	
	text-decoration: none;
	
}
.headline h1{
	font-family: garamond-fb-display, serif; 
	font-weight: 300;
	font-size:28pt; 
	padding:0; 
	height:auto; 
	
	display: block;
	
}
.headline{
	border-bottom:outset #313131;
	border-bottom-left-radius: 30vw 8px;
	border-bottom-right-radius: 30vw 8px;
	width:60%; 
	margin:10vh auto 0 auto; 
	box-shadow: 0px 8px 10px -10px rgba(0,0,0,0.5);
}
.spacing{
	letter-spacing: calc(60vw / 15);
}
.f2{
	font-family: proxima-nova; 
	font-size: calc(28px + (28 - 14) * ((100vw - 300px) / (2560 - 300)));
	font-weight: 100;
}
.f3 a{
	font-family: proxima-nova; 
	font-size: calc(20px + (20 - 10) * ((100vw - 300px) / (2560 - 300)));
	font-weight: 100;
	color: #E5E5E5;
}
/*
.dropup:hover ~ .dropup-content{
	height:auto;
	visibility: visible;
	opacity: 1;
	transition: opacity 2s;
}
.dropup2:hover ~ .dropup-content2{
	height:auto;
	visibility: visible;
	opacity: 1;
	transition: opacity 2s;
}
.dropup-content:hover{
	height:auto;
	visibility: visible;
	opacity: 1;
	transition: visibility 2s,opacity 2s;
}
.dropup-content2:hover{
	height:auto;
	visibility: visible;
	opacity: 1;
	transition: visibility 2s, opacity 2s;
}
.dropup-content{
	height: 0;
	visibility: hidden;
	display: flex;
	justify-content: center;
	opacity:0;
	color:rgb(255, 255, 255);
	transition: visibility 2s, opacity 2s;
	
}

.dropup-content2{
	height: 0;
	visibility: hidden;
	display: flex;
	justify-content: center;
	opacity:0;
	transition: visibility 2s, opacity 2s;
	
}
*/
.overlay{
	object-fit: cover;
  width: 100%;
  height: calc(22.5vw *.6666);
	position: absolute;
	top:0px;
	left:0px;
	z-index: 1;
	text-align: center;
	background-color: rgba(0,0,0,0.30);
	transition: background-color 1s;
}
.overlay:hover{
	background-color: rgba(0,0,0,0.4);
	transition: background-color 1s;
}
.overlay p{
	font-family: garamond-fb-display, serif; 
	font-size:  calc(20px + (40 - 20) * ((100vw - 300px) / (2560 - 300)));
	position:relative;
	top:50%;
	transform: translateY(-65%);
	color: white;
	opacity: 0;
	transition: opacity 1s;
}
.overlay:hover p{
	position:relative;
	top:50%;
	transform: translateY(-65%);
	color:white;
	opacity: 1;
	transition: opacity 1s;
}


/*.table-right{
	padding-right:3%;
}
.table-left{
	padding-left:3%;
}*/
@media only screen and (max-width: 1400px) {
	.f3 a{
		font-size: calc(16px + (16 - 12) * ((100vw - 300px) / (2560 - 300)));
	}
}
@media only screen and (max-width: 1000px) {
	h1{
		font-size:4em;
		margin: 2vh auto;
	}
	h2{
		font-size: calc(20px + (20 - 14) * ((100vw - 300px) / (2560 - 300)));
	}
	.f3, .f2{
		font-size: calc(20px + (20 - 14) * ((100vw - 300px) / (2560 - 300)));
	}
	.f3 p{
		margin: 10px auto;
	}
	.dropup-content{
	height: auto;
	visibility: visible;
	display: flex;
	justify-content: center;
	opacity:1;
	color:rgb(255, 255, 255);
	transition: none;
	
}
	.dropup-content a, .dropup-content2 a{
		font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (2560 - 300)));
	}
	
	.dropup, .dropup2{
		border-bottom: thin solid grey;
		margin-top: 30px;
	}
.dropup-content2{
	height: auto;
	visibility: visible;
	display: flex;
	justify-content: center;
	opacity:1;
	transition: none;
	
}
	.grid1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  padding: 0;
	column-gap: 0;
}
	.img1{
		width: 100vw;
		height:27.6vw;
	grid-column: 1 / 3;
    grid-row: 1 / 2;
	}
.wrapper1{
	grid-column: 1 / 3;
    grid-row: 2 / 3;
}
.wrapper2a{
	grid-column: 1 / 2;
    grid-row: 3 / 4;
}
.wrapper2c{
	grid-column: 2 / 3;
    grid-row: 3 / 4;
}
.wrapper3{
	grid-column: 1 / 3;
    grid-row: 4 / 5;
}
.wrapper4{
	grid-column: 2 / 3;
    grid-row: 5 / 6;
		text-align: center;
}
	
.wrapper5{
	grid-column: 1 / 3;
    grid-row: 7 / 8;
		text-align: center;
}
.wrapper6{
	grid-column: 1 / 2;
    grid-row: 9 / 10;
		text-align: center;
}
.wrapper7{
	grid-column: 2 / 3;
    grid-row: 9 / 10;
		text-align: center;
}
	.wrapper9{
	grid-column: 1 / 3;
    grid-row: 10 / 11;
		text-align: center;
		padding-top: 0;
		margin-top: 20px;
}
	.wrapper10{
	grid-column: 1 / 3;
    grid-row: 11 / 12;
		text-align: center;
		padding-top: 0;
}
.wrapper8{
	grid-column: 1 / 3;
    grid-row: 12 / 13;
		text-align: center;
}
.welcome-img-box{
	position:relative;
	margin:0 auto;
	width:auto;
	height:auto;
}
.welcome-images{
	object-fit: cover;
  width: 100%;
  max-height: 100%;
	visibility: hidden;
}
	.overlay p{
	font-family: proxima-nova,garamond-fb-display, serif; 
	font-size:  calc(14px + (20 - 10) * ((100vw - 300px) / (2560 - 300)));
		font-weight: 300;
	position:relative;
	top:50%;
	transform: translateY(-65%);
	color: black;
		opacity: 1;
	transition: none;
		height: calc(47vw *.6666);
}
	.overlay:hover p{
	
	color: black;
	transition: none;
}
	.overlay{
		transition: none;
		height: calc(47vw *.6666);
	}
}/*.overlay{
	position: absolute;
    top:0px;
	left:0px;
	bottom:7px;
	width:auto;
	height: auto;
	right:0px;
	max-width: 1200px;
	z-index: 1;
	text-align: center;
	background-color: rgba(0,0,0,0.00);
	overflow: auto;
	transition: background-color 1s;
}
		 .welcome-images{
			 width:50vw;
			 min-width: 150px;
			 height:auto;
}*/
	
