@charset "UTF-8";
.header1 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #FFFEFE;
	font-size: 51px;
	padding-left: 0px;
	padding-top: 19px;
	padding-bottom: 0px;
	background-color: #070707;
	text-align: left;
	max-width: 900px;
	font-style: normal;
	font-weight: lighter;
	left: 0px;
	float: none;
	clear: none;
	overflow-x: visible;
	overflow-y: visible;
	text-indent: 42px;
}
.button2 {
	width: 40px;
	height: 15px;
	border: 1px dashed #0C0C0C;
	background-color: #F8F6B0;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #070707;
	font-size: 12px;
	font-weight: lighter;
}
#header2 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	padding-left: 47px;
	background-color: #CDCDCD;
	border-top-left-radius: 27px;
	color: #FBFBFB;
	text-align: left;
	max-width: 904px;
	font-weight: lighter;
	border-top-right-radius: 27px;
}
.h3{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #060606;
	font-size: 25px;
	font-weight: lighter;
	font-style: italic;
}
#bgvideo{
	background-position: fixed;
	right:0;
	bottom:0;
	min-height:50%;
		min-width:50%;
}

.body1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	border-width: 0px 0px 0px 32px;
	/* [disabled]background-color: #D1CFCF; */
	padding-left: 0px;
	padding-right: 20px;
	max-width: 900px;
	max-height: 800px;
	text-indent: 0px;
	vertical-align: 17px;
	list-style-position: outside;
	margin-left: 40px;
	/* [disabled]-webkit-box-sizing: border-box; */
	/* [disabled]-moz-box-sizing: border-box; */
	/* [disabled]box-sizing: border-box; */
	color: #000000;
	text-align: left;
}
.body2 {
	background-color: black
}
.button {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	background-color: #DBDBDB;
	width: 82px;
	height: 40%;
	border: 1px solid #FFFFFF;
	color: #000000;
}
.button1:hover {
	background-color: #FAFAFA;
	font: italic;
	color: black;
}

* {
  box-sizing: border-box;
}
div.a {
  font-size: 40px;
}
div.b {
  font-size: 20px;
}

body {
  margin: 0;
}

/* Style the header */
.header {
	background-color: #f1f1f1;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 55px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	line-height: 46px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.body1 #mySidenav a {
	color: #F7F7F7;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 15px;
}

.sidenav a {
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 32px;
	padding-bottom: 20px;
	text-decoration: none;
	font-size: 43px;
	color: #818181;
	display: block;
	transition: 0.3s;
	line-height: 30px;
	min-height: 30px;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.sidenav a:hover {
	color: #D3E3F3;
	background-color: #D2FFE5;
	height: 40px;
	/* [disabled]-webkit-box-sizing: content-box; */
	/* [disabled]-moz-box-sizing: content-box; */
	/* [disabled]box-sizing: content-box; */
	display: block;
}

.sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
div.gallery {
	margin: 0px;
	float: left;
	width: 180px;
	height: 160px;
}

div.gallery:hover {
  border: 0px solid #777;
}

div.gallery img {
	width: 250px;
	height: 150px;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-left: 1px;
}

div.desc {
	padding: 0px;
	text-align: center;
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 10px;
}

.row {
  margin: 5px -5px;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column {
  padding: 0.5
	  px;
}
/* Clear floats after rows */ 
.row:after {
	 content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to each other */
.column {
  float: center;
  width: 100%;
}

.row:after {
	 content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 1px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 100%;
  max-width: 100%;
  padding: 0 5px;
}

.column img {
  margin-top: 5px;
  vertical-align: left;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Gallery Styling */
.gallery img {
  width: 200px;  /* Adjust size */
  height: 133px;
  margin: 5px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.gallery img:hover {
  transform: scale(1.01);
	width: 102%;
}

/* Lightbox Styling */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999; /* Make sure it appears above other content */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);  /* Dark background */
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

.close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: white;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #f1f1f1;
  text-decoration: none;
}
