@charset "UTF-8";

.navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light #navbarSupportedContent1 .navbar-nav.ml-auto {
    color: #999999;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    font-size: 14px;
}

.center {
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        perspective: 20px;
        display: flex;
        flex-direction: column;
      }

.main {
        width: 100%;
        height: 100vh;
        min-height: 50vh;
        transform-style: preserve-3d;
        z-index: -1;
      }

.main img {
	 position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

.main img:nth-child(1) {
        transform: translateZ(-10px) scale(2.5);
      }

.main img:nth-child(2) {
        transform: translateZ(1px) scale(1);
      }

.main img:nth-child(3) {
        transform: translateZ(-3px) scale(1.5);
      }

.main img:nth-child(4) {
        transform: translateZ(-1px) scale(1.5);
      }

.main img:nth-child(5) {
        transform: translateZ(-3px) scale(1.5);
      }

.content {
        width: 100%;
        height: auto;
        background: rgb(255, 255, 255);
        box-sizing: border-box;
        padding: 20px;
   		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
        font-size: 30px;
        color: #999999;
        display: flex;
        align-items: top-center;
        justify-content: center;
		box-shadow: 0px 2px 5px 5px #999999, 0px -2px 5px 5px #999999;;
}

.container-fluid .center footer {
	 margin-top: 30px;
    color: #999999;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: right;
	margin-right: 30px;
    margin-bottom: 20px;
}
	

.row {
  display: flex;
	width: 100%;
  flex-wrap: wrap;
  padding: 0 4px;
	z-index: 8;
	background: rgb(255, 255, 255);
}


/* Create four equal columns that sits next to each other */
.column {
	position: relative;
  flex: 25%;
  max-width: 100%;
  padding: 40px 30px;
		z-index: 5;
	background: rgb(255, 255, 255);
}

.column img {
  margin-top: 0px;
  vertical-align: middle;
  width: 100%;
	 z-index: 8;
		border: 2px solid #CCCCCC;
	box-shadow: 2px 1px 6px 2px #CCCCCC, -2px 1px 6px 2px #CCCCCC;
	  cursor: pointer;
  transition: 0.5s;
}

div.column img:hover {
  border: 2px solid #CCCCCC;
	opacity: 0.5;
	transform: scale(1.01);
}

div.desc {
  padding: 15px 5px 15px 5px;
margin-bottom: 60px;
  text-align: center;
	 color: #999999;
	border: 2px solid #CCCCCC;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14pt;
  background: rgba(255, 255, 255, 0.5); /* Black see-through */
	transform: translate(0%, 0%);
	width: 100%; 
	box-shadow: 0px 2px 5px 2px #CCCCCC, 0px 2px 5px 2px #CCCCCC;
	z-index: 5;
	opacity: 0.5;
}

div.viddesc {
  padding: 15px 5px 15px 5px;
margin-bottom: 0px;
  text-align: center;
	 color: #999999;
	border: 2px solid #CCCCCC;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14pt;
  background: rgba(255, 255, 255, 0.5); /* Black see-through */
	transform: translate(0%, 0%);
	width: 100%; 
	box-shadow: 0px 2px 5px 2px #CCCCCC, 0px 2px 5px 2px #CCCCCC;
	z-index: 5;
	opacity: 0.5;
	position: absolute;
}

div.desc:hover {
	opacity: 1;
	}



/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
	color: #666666;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 18px;
	height: 35px;
	
}

.col-25cvheading {
  float: left;
  width: 25%;
	color: #666666;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 18px;
	height: 35px;
	margin-top: 28px;
	
}

.col-25cv {
  float: left;
  width: 75%;
	color: #999999;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 16px;
	height: auto;
	padding-bottom: 30px;
	margin-top: 28px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
	color: #666666;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 18px;
	height: 35px;
	margin-top: 20px;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.container .row .col-25cv {
    line-height: 22px;
}
.row .col-25cv li {
	float: left;
  width: 100%;
	color: #999999;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 16px;
	height: auto;
}
.col-25cv li a: link {
	color: #999999;
	 text-decoration: none;
}



.col-25cv li a::visited {
  color: #666666;
  text-decoration: none;
}

.col-25cv li a:hover {
	 color: #333333;
	}

.col-25cv li a:active {
  color: #999999;
  text-decoration: none;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 20px;
  }
}


.row .col-25 label {
    color: #666666;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 18px;
	margin-top: 28px;
}


.row .col-75 input {
	color: #999999;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 18px;
	width: 100%;
	height: 35px;
	border-width: 2px;
	border-color: #CCCCCC;
	border-style: solid;
	border-radius: 0px 5px 5px 0px;
	padding: 6px;
  resize: vertical;
	display: inline-block;
}

.row .col-75 textarea {
	width: 100%;
	color: #999999;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 18px;
	margin-top: 12px;
	border-width: 2px;
	border-color: #CCCCCC;
	border-style: solid;
	border-radius: 0px 5px 5px 0px;
	padding: 6px;
	margin-top: 2px;
	resize: vertical;
}

.row input[type="submit"] {
	width: 100px; 
	height:35px; 
	border-radius:8px; 
	background-color:#999999; 
	color:#ffffff; 
	border: none; 
	font-size: 16px; 
	font-weight: 600; 
	float: right; 
	margin-top: 90px;
	}

.row input[type="submit"]:hover {
  background-color: #666666;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
    z-index: 8;
    background: rgb(255, 255, 255);
    margin-left: 0px;
    margin-right: 0px;
    right: auto;
  }
}

/* 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%;
	   z-index: 8;
	  background: rgb(255, 255, 255);
  }
}
