/* CSS Document */
html {
	background: url('/images/back.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: bottom left;
	bottom:0;
	left:0;
	color:#fff;
  	background-color:#333;
	width:100%;
	height:100%;
}

body {
	background: transparent;
	width:100%;
	height:100%;
	font-family: 'Open Sans', 'sans-serif';

}

.content {
	min-height: 100%;
	position: relative;
	overflow: auto;
	z-index: 0; 
}

.content-top {
	min-height:120px;
}

.top_block {
	position: absolute;
	width: 100%;
	display: block;
	top: 0; 
}

.bottom_block {
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0; 
	margin-bottom:50px;

}

.block_2 {
	width: 100%;
	min-height: 100px;
	background-color: rgba(0,0,0,0.8);
	}
	
.block_2 h1 {
	color:#FFF;
}
.block_2 p {
	color:#FFF;
}
	
.social-block {
	text-align:center;
	color:#FFF;
	height:100px;
}

.social-block a {
	color:#FFF;
	text-decoration:none;
}
.social-block a:hover {
	color:#09F;
	text-decoration:none;
}

.vert-c {
	margin:20px 0 0 0;
}

.slogan {
	font-variant:small-caps;
}

.col-md-7 .nav-pills > li {
  float: right;
  margin: 50px 0 0 0;
}
.col-md-7 .nav-pills > li > a {
  border-radius: 4px;
  color:#FFFFFF;
}
.col-md-7 .nav-pills > li > a:hover {
  background-color: transparent;
  color:#09F;
}
.col-md-7 .nav-pills > li + li {
  margin-left: 2px;
}
.col-md-7 .nav-pills > li.active > a,
.col-md-7 .nav-pills > li.active > a:hover,
.col-md-7 .nav-pills > li.active > a:focus {
  color: #09F;
  background-color: transparent;
}

.nav {
	font-family: 'Oswald', 'sans-serif';
	font-size:16px;
	color:#ffffff;
}

.main-box {
	position: absolute;
	width: 100%;
	display: block;
	top: 0; 
	margin-top:120px;
}

.block_3 {
	background-color: rgba(255,255,255,0.8);
	min-height:90%;
	}
	
.main-box h3 {
	font-family: 'Oswald', 'sans-serif';
	font-size:24px;
	color:#000000
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color:#09F;
}

.copyright{padding:25px 0 25px 0;color:#FFFFFF;-webkit-box-shadow: inset 0px 3px 6px -3px #333333;box-shadow: inset 0px 3px 6px -3px #333333;background-color: rgba(0,0,0,0.8);min-height:70px;width:100%;text-align:center;font-family: 'Open Sans', 'sans-serif';font-size:11px;margin-top:20px;bottom:0;}
.copyright a{text-decoration:none;color:#09F;}
.copyright a:hover{text-decoration:underline;}

.clear {
    clear: both;
}

.body-box-inside {
	background-color:#0F6;
	padding:20px;
}

.writing-description {
	font-family: 'Open Sans', 'sans-serif';
	font-size:12px;
	text-align:justify;
}

.about-description {
	font-family: 'Open Sans', 'sans-serif';
	font-size:12px;
	text-align:justify;
}

.poem-title {
	font-family: 'Open Sans', 'sans-serif';
	font-size:18px;
	font-weight:bold;
}

.aboutpic {
	width:100%;
	height:inherit;
}

.dropmenu {
	margin-top:50px;
}

.clearme {
	margin-top:120px;
}


/*-----------------------CHANGE BOOTSTRAP-----------------------*/
.navbar {
	min-height:100px;
}

.navbar-inverse {
	background-color: rgba(0,0,0,0.8);
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #09F;;
background-color: transparent;
}

.navbar-header h1 {
	color:#FFF;
	margin-left:15px;
}

.navbar-header p {
	color:#FFF;
	margin-left:15px;
}


