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

@import url("https://use.typekit.net/vrm5rny.css");

/* Start of Desktop styling */
@media screen and (min-width: 1024px){
	
.facebooklink{
	position:fixed;
	left:0px;
	top: 20vh;
	width:3vw;
	height:auto;
	display:block;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 10vw;
	border-bottom-right-radius: 10vw;
	background-color: rgba(59,89,152,1.00);
	padding:5px;
	transition:0.5s;
}
	
.facebooklink:hover{
	width:4vw;
	transition:0.5s;
	}	

	body {
		background-color: rgba(238,231,186,1.00);
		background-image:url(images/744.webp);
		background-position: top center;
		background-repeat: no-repeat;
    	background-size: cover;
		background-attachment: fixed;
		margin: 0px;
}

html {
    height: 100%
	}

.brand {
	background-color: rgba(238,231,186,1.00);
	display: block;
	width:70vw;
	border-color: rgba(59,55,53,1.00);
	border-width: thin;
	border-style: solid;
	margin: 0 auto;
	margin-top: 2vh;
}

.brand h1{
	font-family: mr-sandsfort, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: 50px;
	word-spacing: 15px;
	font-display: swap;
}

.navigation{
	width:70vw;
	margin: 0 auto;
}

.navlink{
	display:block;
	float:left;
	width:13.81vw;
	background-color: rgba(238,231,186,1.00);
	border-color: rgba(59,55,53,1.00);
	border-width: thin;
	border-style: solid;
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	color: rgba(59,55,53,1.00);
	font-size: 2vh;
}

.navlink:hover{
	background-color: rgba(59,55,53,1.00);
	color: rgba(238,231,186,1.00);
}

.maincontent{
	width:66vw;
	margin: 0 auto;
	margin-top:14vh;
	background-color: rgba(238,231,186,0.80);
	border-color: rgba(59,55,53,1.00);
	border-width: thin;
	border-style: solid;
	display: block;
	padding:2vw;
	overflow:hidden;
}

.mainleft{
	float: left;
	width: 60%;
	margin-right:10%;
}

.mainleft .button {
	width: 60%;
	border-radius: 60px;
	border-color: rgba(59,55,53,1.00);
	border-width: thin;
	border-style: solid;
	display: block;
	max-height:10vh;
	overflow:hidden;
	margin-bottom:2vh;
}

.mainleft .button a{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:2.5vh;
	padding: 1.5vh;
	padding-left: 2vw;
	float:left;
	text-decoration: none;
	color: rgba(59,55,53,1.00);
}

.mainleft .button img{
	background-color: rgba(59,55,53,1.00);
	border-radius: 60px;
	max-height:4vw;
	max-width:4vw;
	float:left;
}

.mainright{
	float:left;
	width:30%;
}

.mainright img{
	width: 100%;
	height: auto;
}

.menuleft{
	float: left;
	width: 50%;
	margin-right:10%;
}	
	
.menuright{
	float: left;
	width: 30%;
	margin-right:5%;
}	
	
.menuright img{
	width: 100%;
	height: auto;
}	
	
.maincontent h2{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:28px;
	font-display: swap;
}

.maincontent h3{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:22px;
	display:inline-block;
	padding: 0px;
	margin: 0px;
	font-display: swap;
}
	
.maincontent h4{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:15px;
	display:inline-block;
	padding: 0px;
	margin: 0px;
	font-display: swap;
}	
	
.maincontent	hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(59,55,53,1.00), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
}

.maincontent p{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	font-display: swap;
}
	
	.maincontent table{
		width:100%;
		border:none;
	}	

.maincontent th{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:18px;
	text-align: left;
	font-display: swap;
}

.maincontent td{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	text-align: left;
	font-display: swap;
}

.footer{
	wdith:100%;
	margin-top:20vh;
	display:block;
	background-color: rgba(59,55,53,0.95);
}
	
	.footercontent{
		width: 70vw;
		padding-top:2vh;
		padding-bottom: 2vh;
		margin: 0 auto;
	}	
	
	.footercontent p{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	color:#FFFFFF;
	text-align: center;
		font-display: swap;
}
	
	.footercontent a{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;
		font-display: swap;
}
	
	.footercontent a:hover{
		text-decoration: underline;
	}
	
	

/* Style the tab */
.tab {
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  /*background-color: rgba(238,231,186,0.50);*/
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 20px;
  font-family: tablet-gothic-compressed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(59,55,53,1.00);
	font-display: swap;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: rgba(238,231,186,0.95);
}

/* Create an active/current tablink class */
.tab button.active {
  	background-color: rgba(59,55,53,1.00);
	color: rgba(238,231,186,1.00);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /*border: 1px solid #ccc;
  border-top: none;*/
}
	
input[type=text]{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	border-style: solid;
	border-color:rgba(59,55,53,1.00);	
	padding:5px;
	margin-top:5px;
	min-width:15vw;	
	font-display: swap;
}
	
select{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	border-style: solid;
	border-color:rgba(59,55,53,1.00);	
	padding:5px;
	margin-top:5px;
	min-width:15vw;	
	font-display: swap;
}	
	
textarea{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	border-style: solid;
	border-color:rgba(59,55,53,1.00);	
	padding:5px;
	margin-top:5px;
	min-width:15vw;	
	font-display: swap;
}
	
input[type=submit]{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	border-style:solid;
	border-color:rgba(59,55,53,1.00);
	background-color:rgba(59,55,53,1.00);
	color:rgba(238,231,186,1.00);
	padding:5px;
	margin-top:5px;
	min-width:15vw;	
	cursor:pointer;
	font-display: swap;
}
	
	iframe{
		border:none;
	}
	
}
/* End of Desktop styling */


/* Start of iPad styling */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	
	.facebooklink{
	position:fixed;
	left:0px;
	top: 20vh;
	width:5vw;
	height:auto;
	display:block;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 10vw;
	border-bottom-right-radius: 10vw;
	background-color: rgba(59,89,152,1.00);
	padding:5px;
	transition:0.5s;
}
	
.facebooklink:hover{
	width:7vw;
	transition:0.5s;
	}	

	body {
		background-color: rgba(238,231,186,1.00);
		background-image: url(images/744.webp);
		background-position: top center;
		background-repeat: no-repeat;
    	background-size: cover;
		background-attachment: fixed;
		margin: 0px;
}

html {
    height: 100%
	}

.brand {
	background-color: rgba(238,231,186,1.00);
	display: block;
	width:85vw;
	border-color: rgba(59,55,53,1.00);
	border-width: thin;
	border-style: solid;
	margin: 0 auto;
	margin-top: 2vh;
}

.brand h1{
	font-family: mr-sandsfort, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: 50px;
	word-spacing: 15px;
	font-display: swap;
}

.navigation{
	width:85vw;
	margin: 0 auto;
}

.navlink{
	display:block;
	float:left;
	width:19.96vw;
	background-color: rgba(238,231,186,1.00);
	border-color: rgba(59,55,53,1.00);
	border-width: thin;
	border-style: solid;
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	color: rgba(59,55,53,1.00);
	font-size: 2vh;
}

.navlink:hover{
	background-color: rgba(59,55,53,1.00);
	color: rgba(238,231,186,1.00);
}

.maincontent{
	width:80vw;
	margin: 0 auto;
	margin-top:14vh;
	background-color: rgba(238,231,186,0.80);
	border-color: rgba(59,55,53,1.00);
	border-width: thin;
	border-style: solid;
	display: block;
	padding:2vw;
	overflow:hidden;
}

.mainleft{
	float: left;
	width: 60%;
	margin-right:10%;
}

.mainleft .button {
	width: 60%;
	border-radius: 60px;
	border-color: rgba(59,55,53,1.00);
	border-width: thin;
	border-style: solid;
	display: block;
	max-height:8vh;
	overflow:hidden;
	margin-bottom:2vh;
}

.mainleft .button a{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:2.5vh;
	padding: 1.5vh;
	padding-left: 2vw;
	float:left;
	text-decoration: none;
	color: rgba(59,55,53,1.00);
	font-display: swap;
}

.mainleft .button img{
	background-color: rgba(59,55,53,1.00);
	border-radius: 60px;
	max-height:4vw;
	max-width:4vw;
	float:left;
}

.mainright{
	float:left;
	width:30%;
}

.mainright img{
	width: 100%;
	height: auto;
}

.menuleft{
	float: left;
	width: 50%;
	margin-right:10%;
}	
	
.menuright{
	float: left;
	width: 30%;
	margin-right:5%;
}	
	
.menuright img{
	width: 100%;
	height: auto;
}	
	
.maincontent h2{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:28px;
	font-display: swap;
}

.maincontent h3{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:22px;
	display:inline-block;
	padding: 0px;
	margin: 0px;
	font-display: swap;
}
	
.maincontent h4{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:15px;
	display:inline-block;
	padding: 0px;
	margin: 0px;
	font-display: swap;
}	
	
.maincontent	hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(59,55,53,1.00), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
}

.maincontent p{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	font-display: swap;
}
	
	.maincontent table{
		width:100%;
		border:none;
	}	

.maincontent th{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:18px;
	text-align: left;
	font-display: swap;
}

.maincontent td{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	text-align: left;
	font-display: swap;
}

.footer{
	width:100%;
	margin-top:20vh;
	display:block;
	background-color: rgba(59,55,53,0.95);
}
	
	.footercontent{
		width: 70vw;
		padding-top:2vh;
		padding-bottom: 2vh;
		margin: 0 auto;
	}	
	
	.footercontent p{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	color:#FFFFFF;
	text-align: center;
		font-display: swap;
}
	
	.footercontent a{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;
		font-display: swap;
}
	
	.footercontent a:hover{
		text-decoration: underline;
	}
	
	

/* Style the tab */
.tab {
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  /*background-color: rgba(238,231,186,0.50);*/
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 20px;
  font-family: tablet-gothic-compressed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(59,55,53,1.00);
	font-display: swap;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: rgba(238,231,186,0.95);
}

/* Create an active/current tablink class */
.tab button.active {
  	background-color: rgba(59,55,53,1.00);
	color: rgba(238,231,186,1.00);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /*border: 1px solid #ccc;
  border-top: none;*/
}
	
input[type=text]{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	border-style: solid;
	border-color:rgba(59,55,53,1.00);	
	padding:5px;
	margin-top:5px;
	min-width:15vw;
	font-display: swap;
}
	
select{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	border-style: solid;
	border-color:rgba(59,55,53,1.00);	
	padding:5px;
	margin-top:5px;
	min-width:15vw;
	font-display: swap;
}	
	
textarea{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	border-style: solid;
	border-color:rgba(59,55,53,1.00);	
	padding:5px;
	margin-top:5px;
	min-width:15vw;
	font-display: swap;
}
	
input[type=submit]{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	border-style:solid;
	border-color:rgba(59,55,53,1.00);
	background-color:rgba(59,55,53,1.00);
	color:rgba(238,231,186,1.00);
	padding:5px;
	margin-top:5px;
	min-width:15vw;	
	cursor:pointer;
	font-display: swap;
}
	
	iframe{
		border:none;
	}


}
/* End of iPad styling */


/* Start of iPhone X styling */
@media screen and (max-width: 1024px){


	body {
		background-color: rgba(157,120,97,0.60);
		margin: 0px;
		background-image:url(images/744.webp);
		background-position: top center;
		background-repeat: no-repeat;
    	background-size: cover;
		background-attachment: fixed;
}

html {
    height: 100%
	}
	
.facebooklink{
	position:fixed;
	left:0px;
	top: 25vh;
	width:10vw;
	height:auto;
	display:block;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 10vw;
	border-bottom-right-radius: 10vw;
	background-color: rgba(59,89,152,1.00);
	padding:5px;
	transition:0.5s;
}
	
.facebooklink:hover{
	width:15vw;
	transition:0.5s;
	}		
	
.brand {
	background-color: rgba(238,231,186,1.00);
	display: block;
	width:100%;
	border-color: rgba(59,55,53,1.00);
	border-width: thin;
	border-style: solid;
	margin: 0 auto;
	margin-top: 0vh;
}

.brand h1{
	font-family: mr-sandsfort, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: 4vh;
	word-spacing: 15px;
	font-display: swap;
}

.navigation{
	width:100%;
	margin: 0 auto;
}

.navlink{
	display:block;
	float:left;
	width:15vw;
	padding-left:2.1vw;
	padding-right:2.1vw;
	background-color: rgba(238,231,186,1.00);
	border-color: rgba(59,55,53,1.00);
	border-width: thin;
	border-style: solid;
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	color: rgba(59,55,53,1.00);
	font-size: 2vh;
}

.navlink:hover{
	background-color: rgba(59,55,53,1.00);
	color: rgba(238,231,186,1.00);
}

.maincontent{
	width:92vw;
	margin: 0 auto;
	margin-top:14vh;
	background-color: rgba(238,231,186,0.80);
	border-color: rgba(59,55,53,1.00);
	border-width: thin;
	border-style: solid;
	display: block;
	padding:4vw;
	overflow:hidden;
}

.mainleft{
	float: left;
	width: 95%;
	margin-right:0%;
}

.mainleft .button {
	width: 60%;
	border-radius: 60px;
	border-color: rgba(59,55,53,1.00);
	border-width: thin;
	border-style: solid;
	display: block;
	max-height:10vh;
	overflow:hidden;
	margin-bottom:2vh;
}

.mainleft .button a{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:2.5vh;
	padding: 1.5vh;
	padding-left: 2vw;
	float:left;
	text-decoration: none;
	color: rgba(59,55,53,1.00);
	font-display: swap;
}

.mainleft .button img{
	display:none;
	background-color: rgba(59,55,53,1.00);
	border-radius: 60px;
	max-height:10vh;
	max-width:4vw;
	float:left;
}

.mainright{
display: none;
	}

.mainright img{
	width: 100%;
	height: auto;
}

.menuleft{
	float: left;
	width: 90%;
	margin-right:10%;
}	
	
.menuright{
display:block;
margin-top:2vh;	
	;}	
	
.menuright img{
	width: 100%;
	height: auto;
}	
	
.maincontent h2{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:3vh;
	font-display: swap;
}

.maincontent h3{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:2.5vh;
	display:inline-block;
	padding: 0px;
	margin: 0px;
	font-display: swap;
}
	
.maincontent h4{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:2vh;
	display:inline-block;
	padding: 0px;
	margin: 0px;
	font-display: swap;
}	
	
.maincontent	hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(59,55,53,1.00), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
}

.maincontent p{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:2vh;
	font-display: swap;
}

.maincontent th{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:2vh;
	text-align: left;
	font-display: swap;
}

.maincontent td{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:2vh;
	text-align: left;
	font-display: swap;
}

.footer{
	wdith:100%;
	margin-top:20vh;
	display:block;
	background-color: rgba(59,55,53,0.95);
}
	
	.footercontent{
		width: 70vw;
		padding-top:2vh;
		padding-bottom: 2vh;
		margin: 0 auto;
	}	
	
	.footercontent p{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	color:#FFFFFF;
	text-align: center;
		font-display: swap;
}
	
	.footercontent a{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;
		font-display: swap;
}
	
	.footercontent a:hover{
		text-decoration: underline;
	}
	
	

/* Style the tab */
.tab {
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  /*background-color: rgba(238,231,186,0.50);*/
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 3vh;
  font-family: tablet-gothic-compressed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(59,55,53,1.00);
	font-display: swap;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: rgba(238,231,186,0.95);
}

/* Create an active/current tablink class */
.tab button.active {
  	background-color: rgba(59,55,53,1.00);
	color: rgba(238,231,186,1.00);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /*border: 1px solid #ccc;
  border-top: none;*/
}
	
input[type=text]{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:4vw;
	border-style: solid;
	border-color:rgba(59,55,53,1.00);	
	padding:1vw;
	margin-top:3vh;
	min-width:15vw;
	width:100%;
	font-display: swap;
}
	
select{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:4vw;
	border-style: solid;
	border-color:rgba(59,55,53,1.00);	
	padding:1vw;
	margin-top:3vh;
	min-width:15vw;
	width:100%;
	font-display: swap;
}	
	
textarea{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:4vw;
	border-style: solid;
	border-color:rgba(59,55,53,1.00);	
	padding:1vw;
	margin-top:3vh;
	min-width:15vw;
	width:100%;
	font-display: swap;
}
	
input[type=submit]{
	font-family: tablet-gothic-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	border-style:solid;
	border-color:rgba(59,55,53,1.00);
	background-color:rgba(59,55,53,1.00);
	color:rgba(238,231,186,1.00);
	padding:5px;
	margin-top:5px;
	min-width:15vw;	
	cursor:pointer;
	font-display: swap;
}
	
	
}
/* End of iPhone X styling */

