/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

  --font-family-sans-serif: -apple-system, "Mark Pro Heavy", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  font-family:-apple-system, "Mark Pro Heavy", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  background-color: #eaeaea;
  height:100vh;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top: 3px solid #eaeaea;
	margin: 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5 rem;
}

p {
  margin-bottom: 1rem;
}


a {
  text-decoration: none;
  color:#333333;
  font-size:.875em;
  font-weight:500;
  background-color:#e9e9e9;
  padding:10px 1.3px;
  border-radius:2px;
  margin-right:5px;
  margin-bottom:6px;
  cursor:pointer;
  transition: all .5s ease-out;
  display:inline-block;
  text-align:center;
  vertical-align:middle;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  overflow:visible;
}

a:hover {
  color: #ffffff;
  background-color:#333333;
	  
}

.active a {
    background-color:#333333;
    color: #FFFFFF;
}


a:not([href]) {
  text-decoration: none;
}

a:not([href]):hover, a:not([href]):active {
  color: #fff;
  text-decoration: none;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Mark Pro Heavy', 'Mark Pro Bold', Helvetica, Arial, "sans-serif";
}

h1, .h1 {
  font-size: 2.5rem;
  color: #D9D9D9;
  text-decoration: none;
  padding:0;
}

h2, .h2 {
  font-size: 2rem;
  color:#9D9D9D;
  line-height: 1em;
  text-align: left;
  padding-bottom:.5em;
	padding-left: 20px;

}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
  text-align: left;
	padding-left: 20px;
}

h5, .h5 {
  font-size: 1.25rem;
  color:#def5f0;
  text-align: left;
}

h6, .h6 {
  font-size: 1rem;
}

#mainBody{
	height: 100vh;
}

.buildout {
    background-color:#6c6c6c;
    padding:40px 0;
	height: auto;
}

 .heading {
}

 .heading p{
	text-align:left;
    color: #6c6c6c;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 1em;
    margin: 0 0 0 20px;
}

#contentColumn{
	padding: 50px 0px 0 0;
	background-color: #fff;
}

.videoContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
	padding-bottom: 40px;
 }


.fillerTxt{
	font: 1em Arial, "sans-serif";
	color: #555;
}


#postHolder{
	width: 100%;
	height: 100%;
	border: 1px solid #ededed;
}

video, video:active, video:focus{
	outline: none;
}

.archive a{
	background-color: #b7b7b7;
    color: #555;
}

.archive a:hover{
	background-color: #777;
    color: #ccc;
}


/* ACCORDION */

.accordion-button{
	background-color: inherit;
	color: inherit;
	padding-bottom: 0;
}

.accordion-button:focus {

    border: none;
	border-color: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
	box-shadow: none;
}

.accordion-button:not(.collapsed)::after {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.btnPlain{
  border: inherit;
  text-decoration: none;
  color:#333333;
  font-size:.9rem;
  font-weight:500;
  background-color:#e9e9e9;
  padding:10px 1.3pc;
  border-radius:2pc;
  margin-right:5px;
  margin-bottom:6px;
  cursor:pointer;
  transition: all .5s ease-out;
  display:inline-block;
  text-align:center;
  vertical-align:middle;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  overflow:visible;
}

.btnPlain:hover {
  color: #ffffff;
  background-color:#333333;
	  
}

.btnPlain.active {
    background-color:#333333;
    color: #FFFFFF;
}




/*//// Mobile sizes ////*/

@media (max-width: 768px) {
	
	.accordion-body{
		padding: 1rem 0;
	}
	
	.btnPlain{
		border-radius: 0px;
		font-size: 1.2rem;
		
	}


	
}

