/* CSS Document */
body {
	background-color:dimgray;
}
#theme-text {
	text-shadow: 1px 2px #000000;
}
#theme-images {
	border-radius: 50px;	
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #717DB6;
}
.btn-dse {
  color: #000;
  background-color: #999;
  border-color: #0A0B42;
}
.btn-dse:visited {
  color: #000;
  background-color: #999;
  border-color: #0A0B42;	
}

.btn-dse:hover {
  color: #FFF;
  background-color: #717DB6;
  border-color: #3c3f87;
}

.btn-dse:focus, .btn-dse.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 60, 135, 0.5);
}

.btn-dse.disabled, .btn-dse:disabled {
  color: #fff;
  background-color: #2B2C46;
  border-color: #3c3f87;
}

.btn-dse:not(:disabled):not(.disabled):active, .btn-dse:not(:disabled):not(.disabled).active,
.show > .btn-dse.dropdown-toggle {
  color: #fff;
  background-color: #2B2C46;
  border-color: #3c3f87;
}

.btn-dse:not(:disabled):not(.disabled):active:focus, .btn-dse:not(:disabled):not(.disabled).active:focus,
.show > .btn-dse.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 60, 135, 0.5);
}
.basic-raws img {
	border-radius: 8px;
	width: 50%;
	height: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 15px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.cov-container {
	position:relative;
	padding-bottom:85vh;
	/* padding-top:30px; */
	height:0;
	overflow:hidden;
}
.cov-container iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.landscape-frame iframe {
	border: none;
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height:750px;
}

.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}
.alert{
	margin-bottom:0;
	text-align: center;
}
.container {
	padding: 0;
}
.primary_color {
	background: white;
}
.footer {
	color: #aaa;
	padding-left: 3.5%;
	padding-right: 0%;
	padding-top: 0;
	text-align: center;
	font-size: 0.9em;
	background-color: #2b2c46 !important;
	white-space: nowrap;
}
.footer a {
	color: whitesmoke;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
.footer #copyright {
	text-align: left;
}
.footer #contact {
	text-align: right;
}
.sidebar1 {
	float: left;
	display: inline-block;
	width: 20%;
	height: 100%;
	font-size: 0.8em;
	margin-top: 3px;
	color: #222;
	white-space: nowrap;
}
.content {
	width: 80%;
/*	min-height: 400px;*/
	border-radius: 8px;
/*	border: 10px solid #FFF;*/
/*	background: #FFF;*/
	float: left;
/*	margin-top: 0px;*/
	margin-bottom: 12px;
/*	margin-top: 3px;*/
/*	margin-right: 1%;*/
}
.content-column-main {
	float: left;
	width: 100%;
	min-height: 600px;
	display: inline-block;
	padding: 1% 4% 0% 4%;
	margin-bottom: 0px;
}
.content-column1 {
	float: left;
	width: 75%;
	min-height: 600px;
	display: inline-block;
	padding-bottom: 1%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0;
}

.content-column1 #main_pic1 {
	border-radius: 8px;
	width: 250px;
	height: 250px;
	float: left;
/*	background-color: inherit;*/
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 15px;
}
.content-column1 #main_pic2 {
	border-radius: 8px;
	width: 250px;
	height: 250px;
	float: right;
/*	background-color: inherit;*/
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 30px 15px 15px 15px;
}
.content-column2 {
	float: right;
	width: 25%;
	padding-bottom: 1%;
	color: #222;
}
.sidebar-container-title {
	margin-right: 3px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: solid #2B2C46;
	border-width: 0% 1%;
	background: #2B2C46;
	color: #FFF;
	padding: 0;
	font-weight: bold;
	text-align: center;
/*	font-size: 1em;*/
}
.sidebar-container-separator {
	margin-right: 3px;
	border: solid #999;
	border-width: 0px 3.5%;
	color: #000;
	background: #999;
	padding-left: 5%;
	font-weight: bold;
	text-align: center;
/*	font-size: 1em;*/
}
.sidebar-container-separator-bbb {
	margin-right: 3px;
	display: block;
	position: relative;
/*	border: 1px solid #999;*/
	border-top: 1px solid #999;
	background: #999;
	border-radius: 0 0 8px 8px;
	max-height: 244px;
/*	font-size: 1em;*/
}
.sidebar-container-separator-bbb img {
	display: block;
	max-width: auto;
	max-height: 82px;
	margin: 3px auto 0 auto;
}
.sidebar-container-mid {
	margin-right: 3px;
	border: solid #CCC;
	border-width: 0px 3.5%px;
	background: #CCC;
/*	padding-left: 20%;*/
	text-align: center;
}
.sidebar-container-bottom {
	margin-right: 3px;

	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;

	border: solid #CCC;
	border-width: 0px 3.5%;
/*	padding-left: 20%;*/
	text-align: center;
	background: #CCC;
}
.sidebar-container-mid li, .sidebar-container-bottom li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.content-column2-title {
	margin: 3px 0 0 3.5%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: solid #2B2C46;
	border-width: 0px 10px;
	background: #2B2C46;
	color: #FFF;
	padding: 0.75em 0.75em;
	font-size: 0.9em;
	font-weight: bold;
}
.space-horizontal-10px {
	height: 10px;
}
.space-horizontal-20px {
	height: 20px;
}
.content-column2-container-220x160 {
	margin: 0 0 0 3.5%;
	background: #CCC;
	height: 160px;
	position: relative;
	overflow: hidden;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.content-column2-container-220x160 img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.content-column2-container-220xflex {
	margin: 0 0 0 3.5%;
	background: #CCC;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.content-column2-bottom-end {
	margin-left: 3.5%;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: solid #CCC;
	border-width: 0px 3.5%;
	background: #CCC;
	width: 93%;
	height: 3%;
}

.indent {
	text-indent: 30px;
}
.indent2 {
	text-indent: 50px;
}
.indent3 {
	text-indent: 70px;
}
.indent4 {
	text-indent: 90px;
}

ul.RSSfeed {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.RSSfeed li {
	padding: 1.5% 3.5% 0;
	font-size: 0.8em;
	color: #000;
}
ul.RSSfeed a, a:visited {
	display: block;
	cursor: pointer;
	background-color: #CCC;
	color: #222;
	text-decoration: none;
}

ul.RSSfeed a:hover, a:active, a:focus {
	background: #717DB6;
	color: #FFF;
}
@media only screen and (max-width : 414px) {
	.sidebar-container-title,.sidebar-container-mid,.sidebar-container-bottom,.sidebar-container-separator,.sidebar-container-separator-bbb {
		display:none;
		width: 0%;
	}
	.content {
		width: 100%;
	}
	.content-column1{
		width: 100%;
	}
	
}

@media only screen and (max-width : 450px) {
	.content-column1 {
		width: 100%;
		min-height: 550px;
	}
	.footer #copyright {
	text-align: center;
	}
/*
	.content-column-main {
	  float: left;
	  width: 100%;
	  padding: 1% 4% 0% 4%;
	  margin-bottom: 0;
	}
*/
	.cov-container {
	  position: relative;
	  padding-bottom: 85vh;
	}
	.sidebar1 {
		white-space: nowrap;
		text-overflow:ellipsis; 
		overflow: auto;
		text-align: left;
/*		min-width: 125px;*/
	}
	.sidebar-container-bottom{
		text-align: inherit;
		white-space: nowrap;
		text-overflow:ellipsis; 
		overflow: hidden;
	}
	.sidebar-container-mid{
		text-align: inherit;
		white-space: nowrap;
		text-overflow:ellipsis; 
		overflow: hidden;
	}
	.sidebar-container-separator{
		text-align: inherit;
		white-space: nowrap;
		text-overflow:ellipsis; 
		overflow: hidden;
	}
	body {
		font-size: 1.0rem;
		line-height: 1.15;
	}
	.sidebar-container-separator-bbb img {
		display: block;
		max-width: auto;
		max-height: 40px;
		margin: 1px auto 0 auto;
	}	
}
@media only screen and (max-width : 575.99px) {
	.content-column1 {
		width: 100%;
		min-height: 600px;
	}
	.footer #copyright {
		text-align: center;
	}
/*
	.content-column-main {
	  float: left;
	  width: 100%;
	  padding: 1% 4% 0% 4%;
	  margin-bottom: 0;
	}
*/
	.cov-container {
	  position: relative;
	  padding-bottom: 85vh;
	}
	.sidebar1 {
		white-space: nowrap;
		text-overflow:ellipsis; 
		overflow: auto;
		text-align: left;
/*		min-width: 125px;*/
	}
	.sidebar-container-bottom{
		text-align: inherit;
		white-space: nowrap;
		text-overflow:ellipsis; 
		overflow: hidden;
	}
	.sidebar-container-mid{
		text-align: inherit;
		white-space: nowrap;
		text-overflow:ellipsis; 
		overflow: hidden;
	}
	.sidebar-container-separator{
		text-align: inherit;
		white-space: nowrap;
		text-overflow:ellipsis; 
		overflow: hidden;
	}
	.sidebar-container-title {
		text-align: inherit;
		white-space: nowrap;
		text-overflow:ellipsis; 
		overflow: hidden;
	}
	.sidebar-container-separator-bbb img {
		display: block;
		max-width: auto;
		max-height: 40px;
		margin: 1px auto 0 auto;
	}
	
}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
	.content-column1 {
		width: 100%;
		min-height: 550px;
	}
/*
	.content-column-main {
	  float: left;
	  width: 100%;
	  padding: 1% 4% 0% 4%;
	  margin-bottom: 0;
	}
*/
	.footer #copyright {
	text-align: center;
	}
	.cov-container {
	  position: relative;
	  padding-bottom: 85vh;
	}
	.sidebar1 {
		white-space: nowrap;
		text-overflow:ellipsis; 
		overflow: auto;
		text-align: left;
/*		min-width: 125px;*/
	}
	.sidebar-container-bottom{
		text-align: inherit;
		white-space: nowrap;
		text-overflow:ellipsis; 
		overflow: hidden;
	}
	.sidebar-container-mid{
		text-align: inherit;
		white-space: nowrap;
		text-overflow:ellipsis; 
		overflow: hidden;
	}
	.sidebar-container-separator{
		text-align: inherit;
		white-space: nowrap;
		text-overflow:ellipsis; 
		overflow: hidden;
	}
	.sidebar-container-title {
		text-align: inherit;
		white-space: nowrap;
		text-overflow:ellipsis; 
		overflow: hidden;
	}
	.sidebar-container-separator-bbb img {
		display: block;
		max-width: auto;
		max-height: 52px;
		margin: 2px auto 0 auto;
	}
}
@media only screen and (min-width: 768px) and (max-width : 991.99px) {
	.content-column1 {
		width: 100%;
	}
/*
	.content-column-main {
	  float: left;
	  width: 100%;
	  padding: 1% 4% 0% 4%;
	  margin-bottom: 0;
	}
*/
	.cov-container {
	  position: relative;
	  padding-bottom: 85vh;
	}
	.sidebar-container-separator-bbb img {
		display: block;
		max-width: auto;
		max-height: 60px;
		margin: 3px auto 0 auto;
	}
}