/*!
 * Start Bootstrap - Small Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 100%;
	line-height: 1.2;
	color:#000;
    background-color: #ffffff;
	padding-top: 0px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

.stylejournal {
	color: #666633;
}



.navbar {
	margin-bottom: 0px;
	background-color:#004646;
	min-height: 70px;
} 

.col-sm-4 {
	margin-top: 20px;
	background-color:#F1E8C8;
	font-size: 90%;
	padding: 10px;
}

.col-sm-8 {
	
}

.row1 {
	margin-right: 0px;
	margin-left: 0px;
}

a {
  color: #FF0000;
  text-decoration: none;
}

a:active, a:visited {
	text-decoration: line;
}
	
a:active {
	color: #990000;
}
	
a:hover,
a:focus {
	text-decoration: underline;
	color: #990000;
}
	
a:visited {
	color: #CC3333;
}

.container {
    border: 1px dashed #CCCCCC;
	padding-right: 0px;
    padding-left: 0px;
}
	
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

.blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  
  
}

.well {
	border:1px dashed #333;
	background-color:#E5DBBA;
}

.well2 {
	border:1px dashed #CC0000;
	background-color:#E2D8BF;
	padding-bottom: 15px;
}


.welljournal {
	border:1px dashed #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.wellgws {
	border:1px dashed #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}


.col-md-4 {
	border:1px dashed #FFD691;
	padding-bottom: 15px;
}
	
.carousel-indicators li {
	background-color: #E2D8BF;
}

.carousel-indicators .active {
	background-color: #CC0000;
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
}

.carousel-control {
    color: #CC0000;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}

	

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 820px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 820px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Georgia, Times New Roman, Times, serif;
  color: #FF0000;
  font-style: normal;
}

h4 {
	margin-bottom: 0px;
    margin-top: 0px;
}

h3 {
	margin-top: 0px;
	color: #FF0000;
}

h1 {
	margin-bottom: 0px;
    margin-top: 7px;
	line-height: 0;
	color: #FF0000;
}

h2,h5,h6 {
	color: #FF0000;
}
	
.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

.navbar-inverse {
	background-color:#000;
	background-image:-moz-linear-gradient(top,#000,#000);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#000),to(#000));
	background-image:-webkit-linear-gradient(top,#000,#000);
	background-image:-o-linear-gradient(top,#000,#000);
	background-image:linear-gradient(to bottom,#000,#000);
	background-repeat:repeat-x;
	border-color:#FF0000;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333',endColorstr='#ff333333',GradientType=0);
}

/*! .navbar-default {
	background-color: hsl(80, 69%, 43%) !important; background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#93ca25", endColorstr="#86b921");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#93ca25), to(#86b921));
	background-image: -moz-linear-gradient(top, #93ca25, #86b921);
	background-image: -ms-linear-gradient(top, #93ca25, #86b921);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #93ca25), color-stop(100%, #86b921));
	background-image: -webkit-linear-gradient(top, #93ca25, #86b921);
	background-image: -o-linear-gradient(top, #93ca25, #86b921);
	background-image: linear-gradient(#93ca25, #86b921);
	border-color: #86b921 #86b921 hsl(80, 69%, 42%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06);
	-webkit-font-smoothing: antialiased;
}*/	
	

footer {
    padding: 30px 0;
}

.well {
	border:1px dashed #333;
	background-color:#E5DBBA;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.topperimage {
	margin-top: 20px;
}

@media(min-width:768px) {
    body {
        padding-top: 0px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}

@media (max-width: 768px) {
	body {
    font-size: 120%;
	line-height: 1.35;
	}
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 5px;
}