.body {
  font-family: Ink Free, tahoma;
  font-size: 19px;
  color: #666;
 }
 .container-fluid {
 	font-family: Ink Free, tahoma;
 }
 

 
.navbar-brand{
	font-family: Ink Free, tahoma;
	font-size: 40px;
	font-weight: bold;
}

.navbar-nav{
	font-family: Ink Free, tahoma;
	font-size: 26px;
   color: #3a320f;
   margin-left: 18%;
}
.jumbotron{
background-color: white;
/*background-image: url('../images/7789.jpg');*/
background-repeat : no-repeat;
}

.lead{
padding-left:25%;
}

 
 .field{
  outline:5px double rgba(227, 223, 217, 1);
  margin: 7px;
  cursor: auto;
  background-color: white;
 } 

 .field:focus{
  margin-left: 5%;
  outline:5px double rgba(227, 223, 217, 1);
  cursor: auto;
 }
 
  .scroll{
  outline:5px double rgba(227, 223, 217, 1);
  cursor: grabbing;
  background-color: white;
 } 
 
  .scroll:focus{
  margin-left: 5%;
  outline:5px double rgba(227, 223, 217, 1);
 }
 textarea {
  height:174px;
}

 textarea:focus {
	outline:5px double rgba(227, 223, 217, 1);
}
 
.PostTitle {
  padding-top: 1%;
  margin-left: 18%;
  left: 18%;
 }
.head {
	font-size: 26px;
  text-shadow:0px 1px 0px #fff;
  color: #767e25;
  font-weight: bold;
  margin-left: 18%;

}
  h1 {
  font-size: 26px;
  text-shadow:0px 1px 0px #fff;
  color: #767e25;
  font-weight: bold;
  margin-left: 18%;
 }
 
 h2 {
  font-style: italic;
  text-shadow:0px 1px 0px #fff;
  font-size: 18px;
  color: #2e5b6d;
  margin-left: 18%;
 }
 
 .PostContent { 
  padding-top: 1%;
  margin-left: 18%;
  width:60%;

  font-size: 18px;
  outline:5px double rgba(227, 223, 217, 1);
 }
 
 .formstyle {
  font-size: 18px;
  text-shadow:0px 1px 0px #fff;
  color: #767e25;
  margin-left: 18%;
 }
 
  
.social {
	font-size: 16px;
   color: #5c5c5c;
	width:50px;
	float:right;
	padding-top: 20px;
}


  .button {
  display: block;
  margin: 1.5%;
  font-family: Ink Free, Constantia, Verdana;
  font-size: 16px;
  width: 55px;
  margin-left: 60%;
  background-color: white;
  cursor: pointer;
  outline:5px double rgba(227, 223, 217, 1);
  }

  .button1 {
  display: block;
  margin: 1.5%;
  font-family: Ink Free, Constantia, Verdana;
  font-size: 16px;
  width: 100px;
  margin-left: 20%;
  background-color: white;
  cursor: pointer;
  outline:5px double rgba(227, 223, 217, 1);
  }


.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #2e5b6d;
  text-align: center;
}
