/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
}

button a{
	color: #000;
	padding: 5px;
}

button a:hover {
	text-decoration: none;
	color: #23415c;
}

/* NavBar */

.navbar {
	background-color: #23415c;
	padding: 1% 5px;
	font-size: 1.2em;
	border: 0px;
}

.navbar-brand {
	min-height: 55px;
	padding: 0 15px 5px;
}

.navbar-default .navbar-nav li a {
	color: #d5d5d5;
}

.navbar-default .navbar-nav li a:hover {
	color: #fff;
}

.navbar-default .navbar-nav li a:focus {
	color: #fff;
}
/* End NavBar */

#home {
	background: url("../images/headers/GuardianHeader.jpg") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top: 200px;
}

.landing-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #d5d5d5;
	text-shadow: 2px 2px 5px #000000;
}

.landing-text h1 {
	font-size: 500%;
	font-weight: 700;
}


.padding {
	padding: 100px 0;
}

#gear {
	background: url("../images/headers/GearHeader.jpg") no-repeat center center fixed;
	display: table;
	height: 60%;
	position: relative;
	width: 100%;
	background-size: cover;
}

.videoContainer {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


footer {
	width: 100%;
	background-color: #23415c;
	padding: 2% 5% 5% 2%;
	color: #fff;
}

.fa {
	padding: 5px;
	font-size: 20px;
	color: #fff;
}

.fa:hover {
	color: #d5d5d5;
	text-decoration: none;
}

.icon {
	max-width: 200px;
}

.albumLinks {
	padding-top: 10px;
}

.albumLinks a {
	padding: 10px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


@media (max-width: 768px){
	.landing-text h1 {
		font-size: 300%;
	}
	
	.fa {
		font-size: 18px;
		padding: 10px;
	}
	
	.icon {
		max-width: 100px;
	}
#home {
	background: url("../images/headers/GuardianHeaderSmall.jpg") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top: 200px;
}
		
}







