
/* media for desktop sizing */

@media(min-width: 768px) {
  .video-container {
    height: 60vh !important;
    position: relative;
    overflow: hidden;
  }
}

/* sizing for mobile and below */

.video-container {
  height: 40vh;
  position: relative;
  overflow: hidden;
}

.video-main {
  object-fit: contain; 
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

body {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);

}

.white-text {
	text-align: center;
	color: #ccc;
}

.accordion-body.text-start {
	color: #000;
}

.nav-link {
	font-weight: 200;
}

.dropdown-item {
	font-weight: 200;
}

. {
	padding: 25px;
}

a {
	color: #205F6F;
}

.title-index, a:visted.title-index, .breadcrumb, .breadcrumb-list, .breadcrumb-item, .post, .main, .category, .category-title, .category-content, .category.a, .category.a:visited {
	color: #205F6F !important;
}

.category {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 13px;
    margin: 20px 0;
    padding: 0 1em;
}

.date, .breadcrumb, .teaser-body {
	padding: 20px;
}

.btn-primary {
	color: #FFF;
	background-color: #205F6F;
	border: none;
}

.charm-regular {
  font-family: "Georgia", cursive;
  font-weight: 400;
  font-style: normal;
  color: #515151;
}


