/** GLOBALS **/

/* Fonts */
@font-face{ 
     font-family: 'Alegreya';
	src: url('fonts/alegreyasans.eot');
	src: url('fonts/alegreyasans.eot?iefix') format('eot'),
	     url('fonts/alegreyasans.woff') format('woff'),
	     url('fonts/alegreyasans.ttf') format('truetype'),
	     url('fonts/alegreyasans.svg#webfont') format('svg');
     font-family: 'Euphoria';
	src: url('fonts/euphoria.eot');
	src: url('fonts/euphoria.eot?iefix') format('eot'),
	     url('fonts/euphoria.woff') format('woff'),
	     url('fonts/euphoria.ttf') format('truetype'),
	     url('fonts/euphoria.svg#webfont') format('svg');
}

/* Base structure */
html,
body {
	height: 100%;
	background:#000 url(img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

p {
	color:#fff;
	font-family:"Alegreya", sans-serif;
	font-size:16px;
	margin-top:10px;
	text-align:left;
}

h1 {
	color:#fff;
	font-family:"Euphoria", cursive;
	font-size:50px;
	line-height:0px;
	text-align:left;
	display:inline-block;
}

h2 {
	margin-top:50px;
	margin-bottom:20px;
	color:#fff;
	font-family:"Euphoria", cursive;
	font-size:30px;
	line-height:0px;
	text-align:left;
}

/* Links */
a,
a:focus,
a:hover {
	color: #fff;
	text-decoration:none;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
	display: table;
	width: 100%;
	height: 100%; /* For at least Firefox */
	min-height: 100%;
} 
.site-wrapper-inner {
	display: table-cell;
	vertical-align: top;
}
.cover-container {
	background:rgba(0,0,0,0.5);
	width:400px;
	margin-left:100px;
	padding:10px;
}

/* Padding for spacing */
.inner {
	padding: 30px;
}


/* Header */

.masthead-brand {
	margin-top: 50px;
	margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-family:'Alegreya';
  font-size: 25px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
}

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color:none;
    border-color: #337ab7;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  text-decoration: none;
  background-color:rgba(0, 0, 0, 0);
}


.dropdown-menu > li > a {
	color: #fff;
	background-color:rgba(0, 0, 0, 0);
	font-family:'Alegreya';
}

ul.dropdown-menu {
    color:#fff;
    background-color:rgba(0, 0, 0, 0.5);
    font-family:'Alegreya';
    border:none;
}

.dropdown-menu > li > a:hover {
    color:#fff;
    background-color:rgba(0, 0, 0, 0.5);
    font-family:'Alegreya';
    border:none;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

@media (min-width: 768px) {
	.masthead-brand {
		float: left;
	}
	.masthead-nav {
		float: right;
	}
}


/* Cover */
.cover {
	padding: 0 20px;
}
.cover .btn-lg {
	padding: 10px 20px;
	font-weight: bold;
}


/* Footer 
.mastfoot {
	color: #999; /* IE8 proofing 
	color: rgba(255,255,255,.5);
} */


/* Affix and center */
@media (min-width: 768px) {
/* Pull out the header and footer */
	.masthead {
		position: fixed;
		top: 0;
	}
	.mastfoot {
		position: fixed;
		bottom: 0;
	}
/* Start the vertical centering */
	.site-wrapper-inner {
		vertical-align: top;
		padding-top: 200px;
	}
/* Handle the widths */
	.masthead,
	.mastfoot,
	.cover-container {
		width: 100%; /* Must be percentage or pixels for horizontal alignment */
	}
}

@media (min-width: 962px) {
	.masthead,
	.mastfoot,
	.cover-container {
		margin-top:50px;
		width: 600px;
	}
}
