/*AQRT styles are for the most part styles in bootstrap.css that we have customized in this file. Do not try to alter the bootstrap.css file!*/

html {
	margin:0;
	padding:0;
}
body {
	min-height:100%;
	margin:0;
	padding: 0px;
	background-image: url(../main-images/aqrt_site_background.jpg);
	font-family: "Philosopher";	
}

.container-fluid {
	max-width: 1000px;
	float: center;
	background-color: #005826;
	padding: 0px;
	margin:0;
}
	
.pagewrap{ /*keeps page centered in browser*/
	min-height:100%;
	margin:0 auto -40px;
	padding:0;
}

header {
	position: relative; /*this combined with z-index high number keeps dropdown on top of content elements*/
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;	
	z-index: 999;
}

.row {
  	margin-right: 0;
  	margin-left: 0;
	
}
.row, .column {
	box-sizing: border-box;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

/*row >.col-sm-8{
	vertical-align:middle;
}
row >.col-sm-4{
	vertical-align:middle;
}
row >.col-sm-2{
	vertical-align:middle;
}
*/.form-control { /*Play with these settings when Google search box comes.*/
  display: inline;
  width: 150px;
  height: 34px;
 /* padding: 6px 12px;*/
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;  
}


.navbar {	
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 0;
	border:none;
	box-shadow: none;
	background-color: #005826;
	float: right;
}

.navbar-default .navbar-nav > li > a { /*nav links color*/
  color: #CDA93F;  
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus 

{
  color: #F3E968;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #F3E968;
  background-color: transparent;
}
.navbar-toggle { /*mobile hamburger menu thingy*/
  position: relative;
  float: right;
  padding: 0 15px;
  margin: 0;
  background-color: transparent;
  border-color: transparent;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 3px;
  background-color: transparent;
}

.navbar-toggle .icon-bar + .icon-bar {
  border: none;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #F3E968;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  color: #F3E968;
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar { /*hamburger menu bar color*/
  background-color: #CDA93F;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #C9312C; /*red line under hamburger menu*/
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #F3E968;
  background-color: transparent;  
}

.btn-default { /*submit button*/
  color: #000;
  background-color:#CDA93F;
  border: none;
  width:35px;
}
.button {
color: #000;
background-color:#CDA93F;	
}
gcse:searchresults-only {
	font-size:16px!important;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 150px;
  padding: 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #005826;
 /* -webkit-background-clip: padding-box;
          background-clip: padding-box;*/
  border: none;
 /*-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
}
.dropdown-menu >ul{
	margin:0;
	}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #CDA93F;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #F3E968;
  text-decoration: none;
  background-color: transparent;
}
	
.dropdown-menu > li ul {
	display: block;
	position: relative;
	/*left: 150px;*/
	top: 0;
	
}

.dropdown-menu .divider {
  height: 1px;
  margin: 0;
  background-color: #C9312C;
}
 
.nav .nav-divider {
  height: 1px;
  margin: 0;
  background-color: #C9312C;
}


#content {
	flex:1;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: center;
	border-style: solid;
	border-width: 8px 8px;
	-moz-border-image: url(../main-images/gold_border.png) 30 30 30 30 repeat;
	-webkit-border-image: url(../main-images/gold_border.png) 30 30 30 30 repeat;
	-o-border-image: url(../main-images/gold_border.png) 30 30 30 30 repeat;
	border-image: url('../main-images/gold_border.png') 18 18 18 18 repeat;
	background-color: #FFFFFF;
	max-height: none;		
}
#content a:link {
	text-decoration:none;
	color:#449d44;
	
}
#content a:visited  {
	text-decoration:none;
	color:#D58512;
	
}
#content a:hover {
	text-decoration:none;
	color:#D58512;
	
}
 
.footer {
	position: relative;
	text-align:center;
	font-size:12px;
	width: 100%;
	padding: 10px 0 10px 0;
	/* Set the fixed height of the footer here */
	height: auto;
	background-color: #005826;
	color: #CDA93F;
	
}
.footer ul{
	list-style-type: none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.footer li{
	display:inline;
	padding:10px;
	font-size:13px;
}
.footer li a{
	color: #CDA93F;
	text-decoration:none;
}

.footer li > a:hover,
.footer li > a:focus {					
	color:#F3E968;
}
.footer_copyright {
	color:#E2E2E2;
}
.article {
	text-align: justify;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 20px;
}

.article a:link {
	text-decoration:none;
	font-weight: 700;	
}
.article a:visited {
	text-decoration:none;
	color:#D58512;
	
}
.article ul{
	list-style-type: none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.img {
	padding-top: 20px;
	}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.caption {
	font-size: 80%;
	line-height: .95;
	padding-top: 2px;
	padding-bottom: 0px;
	display:block;
	color: #777;
}
.row.pirs {
	padding: 20px 0 20px 0;
}
.row.concepts {
	padding: -20 -30 0 -30;
}
.sage {
	background-color:#BBC4A2;
}
.medgray {
	background-color:#e3e3e3;
}
.lightgray {
	background-color:#ebebeb;
}
.bluetile {
	background-image: url('../main-images/delft_tile_sm.png');
	height:25px;
}

h1 {
	font-family: "Marcellus SC","serif";
	text-align:center;
	font-variant: small-caps;
	font-size:28px;	
	margin-bottom: 30px;
}

h2 {
	font-size:20px;
	margin: 0;
	padding: 0;		
}
h3 {
	font-family: "Marcellus SC","serif";
	font-size:20px;	
}

h4 {
	font-size: 18px;
	font-weight:700;
	text-align: center;
}

dt {
	font-style: italic;
	}
.no-em {
	font-style: normal;	
}

 /* This CSS is used for the Show/Hide functionality. */
   .more {
      display: none;
	  border:none;
}
  
	  
/*.linkbox {background: url(../images/aqrt_site_background.jpg);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 10px;
	border: 1px solid #005826;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -10px;
	margin-right: -15px;
	margin-left: 0px;
	margin-bottom: 0px;	
}*/
.imgcenter-block {  /*only applied to images in sidebar*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 20px;
 }
 
.ol {
  padding: 8px 10px;
  margin:0;
  list-style: none;
  width:100%;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 16px;
}
.breadcrumb > .active {
font-size: 1.2em;
  color: #C9312C;
}

.breadcrumb > li + li:before {
  padding: 0 2px;
  color: #C9312C;
  content: ">";
}
.row .breadcrumb {
margin:0;	
}

#sidebar {
	padding: 10px 3px 0 3px;
	background-color: #ebebeb;
	display:flex;
	flex-direction:column;
	justify-content:center;
	
}
#sidebar > ol li{
font-size:14px;	
}
#sidebar li {
list-style-type:none;	
}
#sidebar a:link {
	text-decoration: none;
	color: #398439;
	
}
#sidebar a:visited {
	text-decoration:none;
	color:#D58512;	
}
#sidebar a:hover, 
#sidebar a:focus {
	text-decoration:none;
	color:#EBC321;
}
#bottombar {
	background-color: #ebebeb;
	padding-top:10px;
	padding-bottom: 1px;
}
#bottombar-second {
	background-color: #ebebeb;
	padding-bottom: 5px;
}
hr {
	width: 80%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #C9312C;
	color: #C9312C;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
blockquote {
	padding: none;
	/*width: 80%;*/
	margin: 10px 50px 10px 50px;
	font-size: 16px;
	border: none;
	word-spacing: 0.10em;
	line-height: 95%;
}
.border-right {
	border-right: 1px solid #C9312C;
}

@media (max-width: 767px) {
html, body {
	/*overflow: hidden;*/
	width:100%;	
} 
/* .container-fluid {
	 overflow: hidden; }/*keeps vertical scrollbar away to stabilize page*/
	
	 
 .navbar{
	font-size:18px; 
}
 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #CDA93F;
	font-size: 18px;
}

/*.navbar .navbar-collapse {
	overflow:hidden;
	}*/
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #F3E968;
}
	[class*="col-"] {
      padding-left: 0;
      padding-right: 0;
}
   
.row {
      margin: 0;	
	  padding-bottom:10px; 
}
	
.footer li > a {
font-size:16px;	
}
	
dd {
	margin-bottom: 1em;
	}
	
/*#sidebar > h2 {
	vertical-align:middle;
}*/
#sidebar > ol > li > a{
	font-size: 16px;
}
#sidebar > ol > li > a:active{
	font-size: 20px;
}
.imgcenter-block{ /*image disappears om small screen*/
	display:none
	!important;	
}

.byeimage {
	display:none
	!important;
}
	
	audio {
		width: 110%;
	}
#content{
	/* These are for hyphens in justified text to avoid large spaces between words. The first two are technically the same, but use both */
  	overflow-wrap: break-word;
  	word-wrap: break-word;
  	-ms-word-break: break-all;
  	word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  	-ms-hyphens: auto;
  	-moz-hyphens: auto;
  	-webkit-hyphens: auto;
  	hyphens: auto;
	padding-right:5px;
	padding-left: 5px;
}
.ilahis {
	font-size: 14px
	!important;
	}
.article {
	font-size: 18px;
}
.article-writings {
	font-size: 18px;
}
h1 {
	font-size: 24px;
	margin-bottom: 20px;	
}


blockquote {
font-size:16px;
margin: 0 10px 0 10px;	
}
.topspacer5 {
padding-top: 5px;	
}
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
 /* Make Navigation Toggle on Desktop Hover */
    .dropdown:hover .dropdown-menu {
        display: block;
    } 
	.whitefb {
	margin-top:-5px;
	width: 50px;
	height: 5px;
}
 
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
} 
 .vertalign {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
 .article {
	padding: 20px 30px 0 30px;
}
.article-writings {
	padding: 0;
	text-align: justify;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 20px;
}
	
.bluetilebg {
	background-image: url(../main-images/delft_tile_sm.png);
	width: 100%;
	height: auto;
	opacity: 0.5;
}
.topspacer20 {
padding-top:20px;	
}
.picdiv {
	padding:0 0 20px 0;
}

.breadcrumb {
	display: none;
}
/*.breadcrumb > li {
  font-size: 14px;
}*/

.footer li{
	font-size:13px;
	padding: 30px;
}
}
@media only screen 
and (min-width : 1200px) {
/* Desktops and laptops ----------- */
.imgcenter-block {
	margin-right:0;
}
.topspacer20 {
padding-top:20px;	
}
}
.byeimage {
}
