
* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	text-align: center;
	color: black;
	text-align: center;
}

a {
	text-decoration: none;
}
.logout {
	background-color: black;
	color: #fff;
}

nav {
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-toggle {
	right: 30px;
}
.navbar-default .navbar-brand {
    color: #fff;
    font-size: 25px;
    margin-left: 25px;
}

/* Link */
.navbar-default .navbar-nav > li > a {
    color: #fff;
    margin-right: 60px;
    font-size: 18px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}

#navbar ul li a:active{
}


#navbar ul li a:hover {
	color: white;
}

.navbar-default {
	background-color: rgba(0, 0, 0, .5);
	/*background-color: transparent;*/
	border: none;
}

ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

.primary-header {
	position: fixed;
	width: 100%;
	top:0;
	left: 0;
	right: 0;
	z-index: 100;
}

h1 {
	font-size: 55px;
	font-family: 'Signika', sans-serif;
	color: white;

}

h2 {
	font-family: 'Love Ya Like A Sister', cursive;
	font-size: 40px;
	color: white;
	font-weight: 700;
}

.container {
	width: 100%;
}

img {
	max-width: 100%;
}

.boxes:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  text-decoration: none;
}

.container {
	position: absolute;
	top: 25.75%;
	background-color: transparent;
	left: 0;
	right: 0;
	text-align: center;
}

li {
	color: white !important;
}

#imageGallery {
	top: 25.75%;
	background-color: transparent;
}
.boxes {
	display: inline-flex;
	flex-wrap: wrap;
	width: 210px;
	height: 200px;
	flex-grow: 1;
	margin-right: 15px;
	margin-left: 15px;
	background-color: transparent;      animation: bounce 1s;
	margin-bottom: 50px;
}




.boxes a {
	text-decoration: none; 
	color: white !important;
}

.boxed:hover {
	transform: scale(.5);
	transition: all .5s;
}

.centered {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.intro {
	height:100vh;
	background: url("../img/.jpg") repeat fixed 100%;

   /* transition the background-color over 1s with a linear animation */
   transition: background-color 1s linear;
	line-height: 100vh;
	overflow:hidden;
	background-size: cover;
	box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
/*  Background fallback in case of IE8 & down, or in case video doens't load, such as with slower connections  */
  background: #333;
  background-attachment: fixed;
  background-size: cover;
  background: url("../img/.png") repeat fixed 100%;
}


#video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;

}

/* The background overlay code finally found 
body:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}
*/



.general {
	bottom: 0;
	right: 0;
	opacity: 0;
	position: fixed;
	z-index: ;

}

@media (max-width: 767px) {
	.container {
		top: 10%;
	}
}





/******************** MEDIA QUERIES ********************/
/*@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../img/videoframe.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}

/*@media (max-width: 2000px) {
	.intro {
		line-height: 100vh;
		height: 100vh;

	}

@media (max-width: 736px) {
	h1 {
	font-size: 35px;
	font-family: 'Signika', sans-serif;
	color: white;
	}
	.boxed {
	background-color: transparent;
	border: 3px solid white;
	display: inline-flex;
	flex-wrap: wrap;
	width: 250px;
	height: 75px;
	flex-grow: 1;
	margin-right: 25px;
	margin-top: 1%;
	color: black;
}

/*

@media (min-width: 626px) and (max-width: 885px) {
	.intro {
		line-height: 130vh;
		height: 130vh;

	}
}

@media (min-width: 886px) {
	.intro {
		line-height: 105vh;
		height: 105vh;

	}
}
/******************** MEDIA QUERIES ********************/
