@import url(https://fonts.googleapis.com/css?family=PT+Serif);
html{
    background: #577f94;
    position: relative;
    min-height: 100%;
}

body{
    background:  transparent;
    font-family: 'PT Serif', serif;
    color:#fff;
    font-size:18px;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

a, a:hover {
    color: #040404;
    text-decoration: underline;
}

h1, .h1{color:#054047;}

.navbar-right h1{
	margin-top:20px;
	font-size:25px;
	font-family: Arial;
}

figure {
    margin: 0;
    max-width: 255px;
}

figure figcaption {
    font-size:12px;
}


.wwwebsite {
    z-index:999;
    position:absolute;
    height:0;
    width:0;
    border:transparent;
    background:transparent;
    margin:0;
    top:0;
    left:0;
    clear:both;
    font-size:0px;
    line-height:0px;
}

.navbar-brand {
    display:none;
}

.navbar{
    min-height:20px;
}

.page-header {
    border-bottom: 0px solid #eee;
	margin: 10px 0 20px;
}


.nav > li{
    margin-right:5px;
}

.nav > li:first-child{
    margin-left:16px;
}

.nav > li:last-child{
    margin-right:0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:0;
}


.nav > li:last-child{
    padding-right:0px;
}

.panel-body{color:#000;}


nav.navbar{
    
	background-color: rgba(141, 17, 25, 0.7); /* Color white with alpha 0.9*/
   	width:100%;
    border:0px;
    border-bottom:0px solid #040404;
    border-top:0px solid #040404;
    border-radius:0px;
	position:static;
	bottom:0;
}
.dropdown-menu{
    
	background-color: rgba(141, 17, 25, 0.9);	
}
    nav.navbar a{
    font-weight:normal;
    font-size:20px;
    color:#040404;
}

.navbar-nav > li > a {
    padding-bottom: 13px;
    padding-top: 13px;
	font-family: Arial;
	text-decoration: none;

}

.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
	border: 1px solid #84a34d;
	width:100%;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
	min-width:160px; 
	text-align:center;
}

.dropdown-menu {
    border: 0 solid rgba(0, 0, 0, 0.15);
    box-shadow: none;
}

.dropdown-menu > li > a {
	font-family: Arial;
	text-align:center;
    border-bottom: 1px solid transparent;
    color: #040404;
    font-size: 18px;
    /*margin: 0 21px;*/
    padding-left: 0;
    padding-right: 0;
	background-color: transparent;
	text-decoration:none;
}

.dropdown-menu > li > a:hover {
	background-color: transparent;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #84a34d;
    color: #fff;
}

.navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
	
}
.dropdown-menu > li:last-child > a {
    border-bottom:0px solid #040404;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #fdba13;
}

.navbar-default .navbar-brand {
    color: #040404;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #84a34d;
}

.navbar-default .navbar-nav  > li > a:hover, .navbar-default .navbar-nav  > li > a:focus {
    color: #84a34d;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
   background-color: #84a34d; /* Color white with alpha 0.9*/
    color: #fff;
	text-align:center;
}



div.thumbnail {
    background-color: #84a34d;
    border: 0px solid #ddd;
    border-radius: 0px;
    padding: 10px;
}

.trans{
background-color: rgba(255, 255, 255, 0.6); /* Color white with alpha 0.9*/
padding:10px;
 margin-bottom: 300px;
}

.navbar-right {
    text-align: left;
    width: 45%;
}
#border{letter-spacing:1px;}

blockquote {
    border-left: 0px solid #eee;
	border-bottom: 2px solid #567f93;
    font-size: 18px;
    margin: 0px;
    padding: 50px;
	padding-top:30px;
	padding-bottom:30px;
	background:#82b0c8;
	color:#21414e;
	width:100%;
	max-width:500px;
	/*float:right;*/
	clear:right;
}

.align_left{
	float:left;
	padding-right:10px;
}

.align_right{
	float:right;
	padding-left:10px;
}

.navbar-default .navbar-brand {
    color: #fff;
	text-decoration:none;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: transparent;
}



@media (max-width:1200px){
    .navbar-brand{
		display:block;
    }
	
	.navbar-right h1 {display:none;}
	
	.navbar{
	padding-left: 20px;
}

}

@media (max-width:767px){
	
	h1, .h1{font-size:20px; }
	.trans{margin-bottom: 0px; text-align:center;}
	nav.navbar {
		background-color: rgba(0, 0, 0, 0.2);
	}
	
	img#logo{width:190px; height: auto;}
	
	.navbar-default .navbar-nav > li > a {
		min-width:100%; 
		text-align:left;
	}
	
	.dropdown-menu > li > a {
		text-align:left;
	}
	
	.nav > li:first-child{
		margin-left:0px;
	}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		text-align:left;
	}
}


