/*GENERAL STRUCTURE*/



.bg {
position: fixed;
width: 100vw; 
height: auto;
display: block;
overflow: hidden;
}

.row{
	margin-top:10%;
}

body, html {
padding: 0;
margin: 0;
text-align: center;
}

.span{
	background-color:rgba(0,0,0,.6);
	padding-top:50px;
	padding-bottom: 30px;
	margin-bottom: 50px;
	margin-top:50px;
	margin-left:-15px;
	margin-right:-15px;
}

.textbox{
	padding:40px;
}


/*NAVBAR STYLE*/



.navbar-text > a {
	color:inherit;
	text-decoration: none;
}

.navbar-default {
	background: rgba(0,0,0,0.8);
	border-color: transparent;
	color: transparent;
	z-index:4;
}

.navbar-default .navbar-brand {
	color: #00A388;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #79BD8F;
	background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #F58357;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #7e7e7e;
	background-color: #ffffff;
}


.navbar-default .navbar-nav > open >a,
.navbar-default .navbar-nav > open >a:hover,
.navbar-default .navbar-nav > open >a:focus{
	background-color: #00A388;
	color: #79BD8F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dropdown-menu {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	opacity: 0.85;
}



/*LOGO STYLES*/



.logo img{
	display:block;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: auto;
	height: auto;
}

.logo{
	padding-top: 100px;
	padding-bottom: 60px;
	padding-left: 10%;
	padding-right: 10%;
	align-self: center;
}

.corner-logo{
	height: 20px;
	width: auto;
}



/*THUMBNAIL STYLES*/



a.box img {
width: 100%;
	margin-bottom:15px;
}

#thumb{
background:rgba(0,0,0,.8);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	height: 250px;
}

	

/*LIGHTBOX CONTENT STYLES*/


.blogbody{
	position: absolute;
	background-color: black;
	padding: 50px;
	margin: 50px;
}



/*TYPOGRAPHY STYLES*/



h3{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-align:center;
	margin-top:auto;
	margin-bottom:auto;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size:18px;
}

h4{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-style: italic; 
	font-size:12px;
	font-weight:lighter;
	letter-spacing: 0px;
	text-align:center;
	line-height: 20px;
	color: rgba(255,255,255,1.00);
	margin-bottom: 28px;
}

h2{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size:40px;
	font-weight:bold;
	letter-spacing: 10px;
	text-align:center;
	color:white;
}

p{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size:16px;
	line-height: 32px;
	color: white;
	letter-spacing: 1px;
	text-align:left;
	color: rgba(#FFFFFF);
	margin-bottom: 28px;
}

p.date{
	font-size:16px;
	line-height: 32px;
	color: white;
	font-style: italic;
	text-align: center;
	margin-bottom: 100px;
}

p.subhead{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: white;
	text-align:left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.dropcaps{
	color: white;
  	float: left;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  	font-size: 90px;
  	line-height: 32px;
  	padding-top: 4px;
  	padding-right: 8px;
  	padding-left: 3px;
}

p.body{
	font-size:16px;
	line-height: 32px;
	color: white;
}

p.quote{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	line-height: 32px;
	font-size: 16px;
	color: white;
	text-align:center;
}

p.author{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: white;
	text-align:center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
}

blockquote{
	border-left: 3px solid white;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size:16px;
	line-height: 32px;
	color: white;
	text-align:left;
	letter-spacing: 1px;
}

p.footnote{
	font-size: 10px;
}



/*BUTTON STYLE*/



.button {
	
    margin-top: 50px;
	background-color: white; /* Green */
    border: 4px solid #f58357;
    color: white;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #F58357;
}

.button:hover{
	background-color: #f58357;
	color: white;
	text-decoration: none
}

.button:focus{
	box-shadow: none;
	outline: none;
}

.btn-primary{
	background-color: #7e7e7e;
	border-color: #7e7e7e;
	color: #ffffff;
	float:right;
	margin-top: 10px;
	margin-right: 15px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #FFFFFF;
	background-color: #FF6138;
	border-color: #FF6318;
}



/*FOOTER*/



.copyright{
	display:block;
	margin-left:auto;
	margin-right:0;
	max-height: 100%;
	width:auto;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-align:center;
	color: rgba(255,255,255,.5);
}

.socialmedia{
	padding-top:30px;
	padding-bottom:30px;
}

.navbar navbar-inverse navbar-fixed-bottom{
	background-color: #FFFFFF;	
	margin: 50px;
}



/*LIGHTBOX STYLE*/



/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.box-target {
position: fixed;
top: -200%;
width: 100%;
background: rgba(0,0,0,.5);
opacity: 0;
overflow: scroll;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.box-target img{
margin: auto;
position: relative;
top: 100px;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
margin-bottom: 0px;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Positions the close, left and right links */

a.box-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
color: white;
text-decoration: none;
position: absolute;
top: 50px;
left: 0;
}

a.box-left {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
color: white;
text-decoration: none;
position: absolute;
top: 50px;
left: 50px;

}

a.box-right {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
color: white;
text-decoration: none;
position: absolute;
top: 50px;
left: 100px;
}

/* Provides parts of the x, <, and > */

a.box-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: white;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}


a.box-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: white;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

a.box-left:before {
content: "";
display: block;
height: 15px;
width: 1px;
background: white;
position: absolute;
right: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

a.box-left:after {
content: "";
display: block;
height: 15px;
width: 1px;
background: white;
position: absolute;
right: 26px;
top:20px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

a.box-right:before {
content: "";
display: block;
height: 15px;
width: 1px;
background: white;
position: absolute;
right: 26px;
top:20px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

a.box-right:after {
content:"";
display: block;
height: 15px;
width: 1px;
background: white;
position: absolute;
right: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.box-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.box-target:target div {
display: block;
max-width: 100%;
	margin-left: 15%;
	margin-right: 15%;
	padding-left: 10%;
	padding-right: 10%;
	
}

.box-target:target img {
display: block;
max-height: 80%;
max-width: 70%;
}


.box-target:target a.lightbox-close {
top: 0px;
}





@media (max-width: 767px)  {

.navbar-default {
	background-color: #000000;
	border-color: #000000;
	color: #000000;
	opacity: 0.85;
}
.bg {
	position: fixed;
  	min-height:100vh;
	width: auto; 
	display: block;
	overflow: hidden;
}
.box-target:target div {
	margin-left: 0%;
	margin-right: 0%;
	
}

.box-target:target img {
	max-height: 70%;
	max-width: 100%;
}
	
	#thumb{
		height: auto
	}
	
h2{
	font-size: 40px;		
	}
}

@media (max-width: 1500px)  {
	
.bg {
	position: fixed;
  	min-height:100vh;
	width: auto; 
	display: block;
	overflow: hidden;
}
}