@charset "UTF-8";
/* Body */
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: black;
	margin: 0;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
}

/* Header */
.headerbackground {
	background: linear-gradient(#4280B7,black);
}

.primary_header {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
}
.secondary_header {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	clear: left;
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}
.fade-in-up-on-scroll h1 {
    text-align: center !important;
    color: white !important;
}

h6 {text-align: center;}
.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Source Sans Pro";
	font-weight: normal;
	color: white;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 20%;
	transition: all 0.3s linear;
}
.secondary_header ul li:hover {
	color: #717070;
	cursor: pointer;
}
.title {
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro";
	text-align: center;
	color: black;
	letter-spacing: 2px;
}

/* Slider */
.slider_container {
	position: relative;
	margin: auto;
	width: 50%;
	height: 30rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
  }

  .slider {
	position: relative;
	width: 900%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	animation: 30s cubic-bezier(1, 0.95, 0.565, 1) sliding infinite;
  }
  .slide {
	position: relative;
	min-width: 100%;
	height: 100%;
  }
  .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

/* Gallery Picture Column */
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: black;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}

.row {
	width: 100%;
	height: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block
}

.thumbnail {
	width: 18%;
	height:250px;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: black;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 5px;
	border-bottom: 4px solid #6DC7D0;
}

.cards {
	width: 100%;
	height: auto;
	object-fit: contain;
	max-width: 400px;
	max-height: 150px;
	opacity: 0.8;
}

@keyframes fadeInUp {
	from {
	  transform: translateY(100px);
	  opacity: 0;
	}
	to {
	  transform: translateY(0);
	  opacity: 1;
	}
  }
  .fade-in-up {
	animation: 4s both fadeInUp;
  }


.gallery .thumbnail p {
	margin: 0;
	color: white;
	text-align: left;
	padding-left: 20px;
}

.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.gallery .thumbnail h4 {
	color: black;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
/* copyright at bottom */

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}

footer {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
}

/* interactive components */

.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}

/* Mobile */
@media (max-width: 320px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
	.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
	.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}

.column {
	width: 100%;
	margin-top: 0px;
}

.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.secondary_header ul li {
	margin-top: 10px;
	margin-right: 7%;
	margin-bottom: 10px;
	margin-left: 7%;
}
	.text_column {
	width: 100%;
}

.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
}

/* interactive things */
a:link {
	text-decoration:none;
	color: white;
	list-style: none;
	margin-top: 0px;
	font-family: "Source Sans Pro";
	font-weight: normal;
	letter-spacing: 1px;
	transition: all 0.3s linear;
}
a:visited {
	text-decoration:none;
	color: white;
	list-style: none;
	margin-top: 0px;
	font-family: "Source Sans Pro";
	font-weight: normal;
	letter-spacing: 1px;
	transition: all 0.3s linear;
}

a:hover {
	color: #717070;
	cursor: pointer;
}

@keyframes sliding {
	0%, 11.11% {
	  transform: translateX(0%);
	}
	12.5%, 23.61% {
	  transform: translateX(-100%);
	}
	25%, 36.11% {
	  transform: translateX(-200%);
	}
	37.5%, 48.61% {
	  transform: translateX(-300%);
	}
	50%, 61.11% {
	  transform: translateX(-400%);
	}
	62.5%, 73.61% {
	  transform: translateX(-500%);
	}
	75%, 86.11% {
	  transform: translateX(-600%);
	}
	87.5%, 98.61% {
	  transform: translateX(-700%);
	}
	100% {
	  transform: translateX(-800%);
	}
  }