@import url(http://fonts.googleapis.com/css?family=Dancing+Script);
html,body{
	height: 100%;
	width: 100%;
	max-height: none;
	max-width: none;
	/*overflow: hidden;*//*Prevent scrollbars in IE8*/
	margin: 0;
}
body {
	position: relative;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 10px;
	height: auto;
	width: auto;
}
a{
	text-decoration: none;
}

#Frame1{
	position: fixed;
	
	border: 0px solid #fff;
	margin: 0px 0 0 0px;
	width: 100%;
	left: 0;
	height: 98%;
	top: 0;
}

.navbar-brand {
	font-family: 'Dancing Script', cursive;
  	color: #2b2b2b;
}

.navbar {
    margin-bottom:0 !important;
}


.navbar {
	min-height:32px;
}


#Frames #headr h2{
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 25px;
	color:white;
	margin-top: 10px;
	padding-top: 10px;
	position: absolute;
}

#Frames #main_text p{
	display: block;
	padding-left: 25px;
	color:white;
	margin-top: 60px;
	padding-top: 30px;
	position: absolute;
}

.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  display: none;
}

.center-block {
	position:relative; 
  	display: block;
  	margin-top: 18%;
  	margin-bottom:18%;
  	margin-left: auto;
  	margin-right: auto;
}

.about .jumbotron{
	background-image: url("http://oi60.tinypic.com/2h7p6ow.jpg");
	margin: 0%;
	padding-top: 0px;
	margin-top: 0px;
	background-size: 100%;
	max-width: 100%;
	height: 690px;
	background-repeat: no-repeat;
}

#about{
	text-align: center;

}


#Footer  {
    clear: both; /*may be omitted*/
   	position: fixed;
    bottom: 1em; 
    /*background-color: #15317E;*/
    width: 100%;
    height: 5px; /* or anything you like */
 }

}
.post{
	text-align: justify;
	max-width: 100%;
	margin: 10px 50px;
	padding:10px 50px;
	overflow: hidden;
}

.post p{
	text-align: justify;
}
.post a{
	text-decoration: none;
}
