@charset "UTF-8";
/* Body */
body {
	font-family: boogaloo;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 2150px;
	background-image: url( "../Images/background/wood-1700562_1920.jpg");
}
/* Navigation */
header {
	width: 100%;
	height: 2.5%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
}
.logo {
	color: ghostwhite;
	font-weight: normal;
	text-align: undefined;
	width: 30%;
	float: left;
	margin-top: 3px;
	margin-left: 25px;
	letter-spacing: 4px;
	font-size: 40px;
	font-family: boogaloo;
	
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 20px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: ghostwhite;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}
.hero_header {
	color: ghostwhite;
	text-align: center;
	font-family: boogaloo;
	font-size: 60px;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	text-shadow: -3px -3px 0 #000000,
	-3px 3px 0 #000000,
		3px -3px 0 #000000,
		3px 3px 0 #000000;
	
}

 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: boogaloo;
  background-color: #202125;
}

.heading {
    text-align: center;
    font-size: 2.0em;
    letter-spacing: 1px;
    padding: 40px;
    color: white;
}

.gallery-image {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {
  height: 250px;
  width: 350px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 250px;
  width: 350px;
  overflow: hidden;
  display: inline-block;
  color: #FCD110;
  position: relative;
  background-color: transparent;
	text-shadow: -1px -1px 0 #000000,
	-1px 1px 0 #000000,
		1px -1px 0 #000000, 
		1px 1px 0 #000000;
  
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  height: 150px;
  width: 150px;
	margin-top: 120px;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
	
}

.img-box:hover img { 
transform: scale(1.1)
	
}

.img-box:hover .transparent-box {
  background-color:rgba(0, 0, 0, 0);

}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 15px;
}

.opacity-low {
  opacity: 0.75;
}


/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}

footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}

.copyright {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #342B26;
	color: ghostwhite;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

*, *:before, *:after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
}

.wrapper {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
   background: radial-gradient(ellipse farthest-corner at 50% 50%, #1d0661 0%, #000000 100%)
}

.mosaic {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  
  .mosaic-wrap {
    position: absolute;
    z-index: 1;
    width: 70vw;
    height: 70vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    //background: #ffffff08;
	}

}
	
	
@media (max-width: 320px){
	
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:5900px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
}
	
	/* Navigation */
header {
	width: 100%;
	height: 1.5%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
}
	.logo {
    color: #FCD110;
    width: 95%;
    float:left;
    margin-top: 6px;
    margin-left: 10px;
	margin-bottom: auto;
    letter-spacing: 4px;
    font-family: boogaloo;
    font-style: normal;
	font-size: 28px;
	
}
	nav {
	float: right;
	width: 100%;
	text-align: center;
	margin-right: 20px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 15px;
	text-align: center;
	margin-right: 8px;
	margin-top: 1px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	font-family: boogaloo;
	
}
ul li a {
	color: ghostwhite;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}	
	
.hero_header {
	color: ghostwhite;
	text-align: center;
	font-family: boogaloo;
	font-size: 28px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display:block;
	letter-spacing: 4px;
	text-shadow: -3px -3px 0 #000000,
	-3px 3px 0 #000000,
		3px -3px 0 #000000,
		3px 3px 0 #000000;
	
}	
	
}


@media (min-width: 320px) and (max-width: 600px){
	
	
	
	/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:5900px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
}
	
	/* Navigation */
header {
	width: 100%;
	height: 1.5%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
	
}	
	
.logo {
    color: ghostwhite;
    text-align: center;
    width: 100%;
    margin-top: 10px;
	margin-bottom: auto;
	margin-left: 0px;
	margin-right: center;
    letter-spacing: 4px;
    font-family: boogaloo;
	font-size: 28px;
}
	
nav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 4px;
}	
	
	header nav ul {
	
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	width:98%;
	text-align:left;
	
}	
	
	nav ul li {
	color: ghostwhite;
	font-size: 12px;
	margin-left: auto;
	margin-right:auto;
	display:inline-block;
	letter-spacing: 4px;
	transition: all 0.3s linear;
	font-family: boogaloo;
	text-align:left;
	width:24%;
}

	
ul li:hover a {
	color: #FCD110;
}	
	
	
.hero_header {
	color: ghostwhite;
	text-align: center;
	font-family: boogaloo;
	font-size: 40px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display:block;
	letter-spacing: 4px;
	text-shadow: -3px -3px 0 #000000,
	-3px 3px 0 #000000,
		3px -3px 0 #000000,
		3px 3px 0 #000000;
	
}	
	
	
}


@media ( min-width : 600px ) and (max-width : 797px ){
	
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:5900px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
}
	
	/* Navigation */
header {
	width: 100%;
	height: 0.8%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
	
}	
	
.logo {
    color: ghostwhite;
    width: 45%;
	text-align: left;
    margin-top: 6px;
    margin-left: 3px;
    letter-spacing: 4px;
    font-family: boogaloo;
    font-style: normal;
	font-size: 25px;
	
}
nav {
	float: right;
	width: 52%;
	text-align: right;
	margin-right: 1px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 12px;
	text-align: right;
	margin-right:15px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	font-family: boogaloo;
	
}
ul li a {
	color: ghostwhite;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}	
	
	
.hero_header {
	color: ghostwhite;
	font-family: boogaloo;
	font-size: 40px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display:inline-block;
	text-align:center;
	letter-spacing: 4px;
	text-shadow: -3px -3px 0 #000000,
	-3px 3px 0 #000000,
		3px -3px 0 #000000,
		3px 3px 0 #000000;
	
}	
	
}

@media (min-width : 798px ) and ( max-width : 960px ){
			
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:3200px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
}
	
	/* Navigation */
header {
	width: 100%;
	height: 1.3%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
	
}	
	
.logo {
    color: ghostwhite;
    width: 45%;
	text-align: left;
    margin-top: 6px;
    margin-left: 3px;
    letter-spacing: 4px;
    font-family: boogaloo;
    font-style: normal;
	font-size: 25px;
	
}
nav {
	float: right;
	width: 52%;
	text-align: right;
	margin-right: 1px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 12px;
	text-align: right;
	margin-right:15px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	font-family: boogaloo;
	
}
ul li a {
	color: ghostwhite;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}
	
	
.hero_header {
	color: ghostwhite;
	font-family: boogaloo;
	font-size: 40px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display:inline-block;
	text-align:center;
	letter-spacing: 4px;
	text-shadow: -3px -3px 0 #000000,
	-3px 3px 0 #000000,
		3px -3px 0 #000000,
		3px 3px 0 #000000;
	
}	
		
	
}

@media ( min-width : 960px ) and (max-width : 1166px ){
	
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:3250px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
}
	
	/* Navigation */
header {
	width: 100%;
	height: 1.8%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
	
}	
	
.logo {
    color: ghostwhite;
    text-align: undefined;
    width: 40%;
    float: left;
    margin-top: 6px;
    margin-left: 25px;
    letter-spacing: 4px;
    font-family: boogaloo;
    font-style: normal;
	font-size: 40px;
	
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 20px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	font-family: boogaloo;
	
}
ul li a {
	color: ghostwhite;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}	
	
	
}
