/* main.css */

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body {
	color: #656565;
	font-size: 1.1rem;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	color: #5a5a5a;
}

h1 {
	padding-bottom: .8rem;
	font-size: 3rem;
	/* color: #e84486; */
	color: #737373;
}

h2 {
	padding-top: 2.2rem;
	padding-bottom: 1rem;
	color: #5a5a5a;
}

.soft {
	color: #999;
}

h3 {
	margin-top: 1.4rem;
	margin-bottom: .6rem;
	color: #5a5a5a;
	font-size: 1.5rem;
}

h4 {
	margin-bottom: .6rem;
	font-size: 1.4rem;
}

.carousel-caption h5 {
	color: #fff;
}

ul {
	list-style-type: square;
}

ul li {
	padding-top: .3rem;
	padding-bottom: .3rem;
}

ul.list_links li {
	padding-top: .6rem;
	padding-bottom: .6rem;
}

ul.list_links li a, .text_link {
  text-decoration: none;
  margin-bottom: 1px;
    color: #5a5a5a;
 /*  color: #ca1a75; */
  border-bottom: solid 1px #4c4c4c;
}

ul.list_links li a:hover, .text_link:hover {
  text-decoration: none;
    color: #5a5a5a;
 /*  color: #ca1a75; */
  margin-bottom: 0;
  border-bottom: solid 2px #4c4c4c;
}

.navbar {
	padding: .6rem 2rem;
	/* background-color: rgba(0,0,0,0.7); */
}

.main-navbar {
	padding-left: .4rem;
	padding-right: .4rem;
	background-color: rgba(0,0,0,0.7);
	border-radius: 5px;
}

.navbar-toggler {
	background-color: #000;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.8);
	font-size: 1rem;
	border-radius: 5px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .active>.nav-link {
	color: #fff;
	background-color: rgba(255,255,255,.5);
}

.navbar.shrink {
	background-color: #000;
}

.allo_text {
	display: none;
}

@media (max-width: 992px) {
	.navbar .navbar-brand img {
		display: none;
	}

	.allo_text {
		display: inline;
		font-size: 1.6rem;
	}

	.navbar-dark .navbar-nav .nav-link {
		padding-left: 8px;
	}

	.feature img {
		margin-bottom: 1rem;
	}

	.news_item img {
		padding-bottom: 1rem;
	}
}

/*
.carousel-item {
	height: 500px;
	width: 100%;
}
*/

.carousel-caption {
	padding: 15px 25px 10px 25px;
	background-color: rgba(0,0,0,0.6);
	text-align: left;
	border-radius: 5px;
}

.carousel-caption h5 {
	font-weight: 400;
}

.carousel-caption p {
	margin-bottom: 2rem;
	font-weight: 200;
}

.carousel-caption h5 a {
	margin-left: 2rem;
}

.carousel-indicators {
	padding-bottom: 10px;
}

.feature {
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
}

.feature img.float-right {
	margin-left: 2rem;
}

.feature img.float-left {
	margin-right: 2rem;
}

.link_title {
	padding-bottom: 2px;
	text-decoration: none;
	color: #e24584;
}

.link_title:hover {
	text-decoration: none;
	padding-bottom: 0;
	color: #e24584;
	border-bottom: solid 2px #545a61;
}

.feature_section {
	padding: 2rem;
	border: solid 1px #cfd0d1;
	border-radius: 5px;
}

.feature h3 {
	margin-top: 0;
}

footer {
	margin-top: 3rem;
	padding-top: 1.2rem;
	padding-bottom: 1.5rem;
	border-top: solid 1px #cfd0d1;
	/* background-color: #333; */
}

footer p {
	margin-bottom: .2rem;
	color: #949595;
	font-size: .8rem;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Magnific Popup, custom */

.popup_content {
  position: relative;
  background-color: #fff;
  /* background-color: #222; */
  padding: 25px 35px;
  width: auto;
  max-width: 900px;
  max-height: 700px;
  margin: 20px auto;
  color: #545a61;
  overflow-y: auto;
}

.popup_content h3 {
	margin-bottom: 8px;
	font-weight: 500;
	color: #545a61;
}

@media only screen and (min-width: 768px) {
	.img_float_rt {
		float: right;
		margin: 0 0 18px 40px;
	}
}

.img_float_rt {
	margin-bottom: 18px;
}

/*
.mfp-bg {
	opacity: 0.8;
	background: #292929;
}
*/

.popup_content::-webkit-scrollbar {
	background-color:#EEE;width:10px;
}

.popup_content::-webkit-scrollbar-thumb {
	border:1px #EEE solid;
	border-radius:2px;
	background:#777;
	-webkit-box-shadow: 0 0 8px #555 inset;
	box-shadow: 0 0 8px #555 inset;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.popup_content::-webkit-scrollbar-track {
	-webkit-box-shadow: 0 0 2px #ccc;
	box-shadow: 0 0 2px #ccc;
}	

.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.30s ease-out;
  -moz-transition: all 0.30s ease-out;
  transition: all 0.30s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* End Magnific Popup */

.square_box {
	text-align: center;
}

.square_box a {
	width: 200px;
	height: 200px;
	/* padding: 34px 20px 18px 20px; */
	background-color: #454545;
	color: #abaaaa;
	text-decoration: none;
	display: block;
}

.square_box a:hover, .square_box a:focus {
	color: #2b2b2b;
	text-decoration: none;
 	background-color: #696969;
}

.square_box div {
	position: relative;
	top: 32%;
}

.square_box p {
	margin-bottom: .2rem;
}

.date {
	margin-bottom: .6rem;
	font-size: .9rem;
}

.news_item {
	padding-top: 1.5rem;
	padding-bottom: .8rem;
	border-bottom: solid 1px #cfd0d1;
}

.people h5 {
	margin-top: 1.2rem;
}

.people p {
	margin-bottom: 0;
}

.people .row {
	margin-bottom: 2.4rem;
}

.sub_section {
	margin-bottom: 2rem;
}

.sub_section h4 i {
	padding-right: .46rem;
	color: #545a61;
}

.photo_gallery {
	width: 76%;
	/* margin: 0 auto */
}

.center_link_text {
	position:  relative;
	left:  310px;
	top:  160px;
	width:  40%;
}

.center_link {
	position: relative;
	width:  250px;
	height:  210px;
}

.center_link a {
	position: absolute;
	width:  60%;
	padding:  .6rem .5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
 }   
   

.home-top-video video{
    display: block; // If cross-browsering performance
    width: 100%;    // Not needed for your purpose because its gets from HTML attribute
    height: 100%;
    object-fit: cover;
}


.home-top-video-video2 {
     display: block; 
    position: absolute;
    top:0;
    left:0;
    z-index: -999;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container-fluid{margin: 0; padding: 0; height: 100%;}
.embed-responsive{height: 100%;}

 /* Style the video: 100% width and height to cover the entire window */
.myVideo {
position: relative;
  right: 0;
  bottom: 0;
  min-width: 50%;
  min-height: 50%;
object-fit: cover;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Style the button used to pause/play the video */
.myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

.myBtn:hover {
  background: #ddd;
  color: black;
} 



