@charset "UTF-8";
/* CSS Document */
* {
    box-sizing: border-box;
}
@font-face {
    font-family: myfont;
    src: url("font/Gotham-Book.otf")
}

.topbar {
	padding-left: 80px;
    padding-right: 80px;
  width: 100%;
	padding-top: 60px;
    overflow: auto;
	margin-bottom: 3px;
	outline: solid;
	outline-color: black;
}

.topbar a {
  float:left;
  padding-right: 30px;
	padding-left: 6px;
	margin-right: 3px;
	padding-bottom: 6px;
	padding-top: 6px;
  text-align: center;
	outline: solid;
	outline-color: black;
}

.topright a {
    float:right;
  padding-right: 30px;
	padding-left: 6px;
	margin-right: 3px;
	padding-bottom: 6px;
	padding-top: 6px;
  text-align: center;
	outline: solid;
	outline-color: black;
}

.navbar {
	padding-left: 80px;
    padding-right: 80px;
  width: 100%;
	padding-top: 60px;
  overflow: auto;
	margin-bottom: 3px;
	outline: solid;
	outline-color: black;
}

/* Navigation links */
.navbar a {
  float:left;
  padding-right: 30px;
	padding-left: 6px;
	margin-right: 3px;
	padding-bottom: 6px;
	padding-top: 6px;
  text-align: center;
	outline: solid;
	outline-color: black;
}
h1 {
    color: #000000;
	font-weight: 600px;
    font-size: 32px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
	margin-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
	padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 0px;
}

h2 {
    font-size: 24px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
}
h8 {
	    color: white;
	background-color: black;
    font-size: 24px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    margin-bottom: 50px;
    text-align: left;
}
h3 {
    color: #000000;
    font-size: 18px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    padding-left: 10px;
    text-align: Left;
    padding-right: 80px;
}
h4 {
    color: #000000;
    font-size: 14px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 500px;
    padding-left: 80px;
	padding-top: 40px;
    text-align: Left;
}
h5 {
    color: white;
    font-size: 14px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 500px;
    padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	margin-left: 8px;
    text-align: left;
	background-color: black;
	position: absolute;
}
h6 {
    color: #000000;
    font-size: 16px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 500px;
	margin-bottom: 6px;
	margin-top: 6px;
    text-align: left;
}
#h7 {
    color: black;
    font-size: 24px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	padding-top: 40px;
    text-align: center;
	filter: opacity(0);
	z-index: 3;
}
.b1 {
	margin: 10px;
	outline: solid;
	outline-color: black;
}
.outer-grid {
	padding-left: 80px;
    padding-right: 80px;
	padding-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
}
.inner-grid {
    flex: 25%;
    max-width: 50%;
	padding: 6px;
	margin: 0px;
}
.inner-grid img {
	background-color: black;
    width: 100%;
	height: auto;
	padding: 6px;
	margin-top: 40px;
	margin-bottom: 0px;
	vertical-align: middle;
}
.inner-grid2 {
    flex: 25%;
    max-width: 50%;
	padding: 6px;
	margin: 0px;
}
.inner-grid2 img {
	background-color: black;
    width: 100%;
	height: auto;
	padding: 6px;
	margin-top: 40px;
	margin-bottom: 0px;
	vertical-align: middle;
}

@media screen and (max-width: 800px) {
.inner-grid {
    flex: 50%;
    max-width: 50%;
}
}

@media screen and (max-width: 600px) {
.inner-grid {
    flex: 100%;
    max-width: 100%;
}
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
	
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid black; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: black;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: gray;
}

/* Add a background color and some padding around the form */
.container {
  margin-left: 80px;
	margin-right: 80px;
	padding-bottom: 80px;
	padding-top: 12px;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

#myImg2 {
  cursor: pointer;
  transition: 0.3s;
}

#myImg2:hover {opacity: 0.7;}

#myImg3 {
  cursor: pointer;
  transition: 0.3s;
}

#myImg3:hover {opacity: 0.7;}

#myImg4 {
  cursor: pointer;
  transition: 0.3s;
}

#myImg4:hover {opacity: 0.7;}

#myImg5 {
  cursor: pointer;
  transition: 0.3s;
}

#myImg5:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: auto; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1000px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: fadein;
  animation-duration: 0.5s;
}

@keyframes fadein {
  from {opacity: 0}
  to {opacity: 1}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
body {
    height: 100%;
}

#bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    widht: 100%;
    height: 100%;
    z-index: 1;
    background: white;
	transition: all 1s;
}

#trigger {	
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 480px;
	margin-left: -250px;
	margin-top: -240px;
	transition: all 1s;
	z-index: 2;
}

/* KEY */
#trigger:hover ~ #bg {
    background: black;
}
#trigger:hover {
	filter: invert(1);
}
.container3 {
  position: relative;
  text-align: center;
}

.container2 {
	position: relative;
	background-color: black;
}

.centered {
	color: black;
    font-size: 24px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    text-align: center;
	filter: opacity(1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lefted {
	position: absolute;
  transform: translate(10%, 0%);
	background-color: white;
}
#te {
	opacity: 0;
	transition: all 1s;
}

#trigger:hover #te {
	opacity: 1;
}
a:link {
  text-decoration: none;
}
a:hover {
	background-color: black;
	color:white;
}
		.try {
			color: white;
			background-color: black;
		}
		.this {
			color:black;
		}

