@charset "UTF-8";

@media only screen and (max-width: 100dvw) {
body {
	background-color: #FFF;
	margin-left: 0px;
	padding: 0;
	color: #000;
	background-repeat: no-repeat;
	align-items: center;
}	

#header {
  	position: fixed;
	width: 100dvw;
	height: 55px;
	margin-top: -10px;
	margin-left: 0;
	padding: 0;
	background-color: #FFF;
	align-items: left;
	text-align: left;
}

.box{
	float: right;
	padding-right: 5px;
	padding-top: 2px;
}
	
.dropdown {
  position: inherit;
  display: block;
  cursor: pointer;
}

.dropdown-content {
	display: none;
  	position: relative;
  	background-color: #FFF;
	margin-left: -10px;
  	min-width: 140px;
  	box-shadow: 0px 9px 15px 0px rgba(0,0,0,0.2);
  	z-index: 1;
}

.dropdown:hover .dropdown-content {
	height: auto;
	left: 0;
	width: 0;
	margin-top: 0;
	margin: 0;
  	display: block;
	padding-top: 0;
	cursor: pointer;
}

.dropdown-content a {
	height: auto;
	left: 0;
	width: 220px;
	margin-top: 0;
	margin: 0;
	padding: 9px;
  	display: block;
	border-top: 1px solid rgba(255, 215, 0, 0.10);
	border-bottom: 1px solid rgba(255, 215, 0, 0.10);
	transform: translateX(0);
	transition: transform 250ms ease-in-out;
	background: #FFF;
	box-sizing: border-box;
	text-transform: uppercase;
	font-color: #b08f26;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	cursor: pointer;
	text-decoration: none;
}
	
.desc {
  padding: 15px;
  text-align: center;
}

body.nontouch dropdown a:hover {
    display: none;
}

h1, h2, h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: lighter;
	font-size: 20px;
	color: #b08f26;
	text-align: center;
}

#p1 {
	font-weight: bold;
	text-align: center;
}

#p2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	color: #b08f26;
	text-align: center;
}

.logo {
	width: 100dvw;
	display: flex;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	margin-top: 10px;
	margin-left: 0px;
  	justify-content: center;
  	align-items: center;
}
.logo img {
	width: 100dvw;
	height: auto;
	margin-right: 0px;
}
	
.flex-container {
	display: flex;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	margin-top: 10px;
	margin-left: 0;
  	justify-content: center;
  	align-items: left;
}

.flex-container img {
	width: 375px;
	height: auto;
}

.flex-item {
	width: 100dvw;
	margin-top: 10px;
	margin-left: 0;
	padding: 0;
	background: #FFF;
	align-items: center;
	text-align: center;
}

.flex-item-2 img {
	margin: 0;
	width: 150px;
	height: 200px;
	align-items: center;
}

.flex-item iframe {
	width: 100dvw;
	height: 280px;
}

.flex-item-2 {
	width: 850px;
	margin-top: 10px;
	margin-left: 0;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 14px;
}

.flex-item-1 {
	width: 100dvw;
	margin-top: 10px;
	margin-left: 0;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 14px;
}

.flex-item p {
	margin-left: 75px;
	margin-right: 75px;
	color: #b08f26;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 14px;
	font-weight: lighter;
	text-align: center;
	align-items: center;
}

.flex-item-1 p {
	margin-left: 20px;
	color: #b08f26;
	font-family: Helvetica, Arial, sans-serif; 
	margin-right: 20px;
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
	align-items: center;
}

.flex-item-3 {
	width: 375px;
	margin-top: 3px;
	margin-left: 3px;
	padding: 0;
	background: #FFF;
	text-align: center;
	align-items: center;
}

.flex-item-3 img {
	margin: 5px;
	width: 150px;
	height: 200px;
	align-items: center;
}

.flex-item-4 {
	width: 100dvw;
	height: auto;
	margin-top: 60px;
	margin-left: 0;
	padding: 0;
	background: #FFF;
	text-align: center;
}

.flex-item-4 img {
	width: 100dvw;
	height: auto;
	margin-top: 3px;
	margin-left: 20px;
	padding: 0;
	background: #FFF;
	text-align: center;
}

.flex-item-4 p {
	margin-left: 10px;
	margin-right: 10px;
	color: #b08f26;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 15px;
	font-weight: lighter;
	text-align: center;
	align-items: center;
}

a:link {
	color: #b08f26;
	text-decoration: none;
}

a:visited {
	color: #f8c92b;
}

a:hover, a:active, a:focus {
	color: #e5b441;
	text-decoration: underline;
}

.flex-item-1 a:link {
	color: #b08f26;
	text-decoration: none;
}
.flex-item-1 a:visited {
	color: #b76e79;
}
.flex-item-1 a:hover, a:active, a:focus {
	color: #d4af37;
	text-decoration: underline;
}

hr { overflow: visible; /* For IE */ height: 0px; width: 60%; border-style: dotted; border-color: #d4af37; border-width: 1px 0 1px 0; border-radius: 6px; }
}