html, body {
	margin: 0;
}

.full-screen-video-container{
  width: 100vw;
  height: 100vh;
  z-index: -1;
  position: relative;
  overflow: hidden	
	
}
.full-screen-video-container video{
  z-index: -1;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  transform: translate(-30%, -30%);
	
}

.navbar.navbar-expand-lg.navbar-light.bg-light {
}
.col-xl-4 p strong {
	background-color: #F8F8F8;
	
}


p {
    background-color: #F8F8F8;
    border: thin solid #ABB0B2;
    border-spacing: 39px 10px;
    margin-right: 18px;
    padding-right: 18px;
    text-align: center;
    padding-left: 18px;
}
.container .row {
	padding-right: 0px;
}

a:link {
    color: #1F1F1F!important;
    background-color: transparent;
    text-decoration: none;
   }
/* A link that has been visited */
a:visited {
    color: #1F1F1F !important;
    background-color: transparent;
   }
/* A link that is hovered on */
a:hover {
    color: #BB0303 ;
	 background-color: transparent;
}
/* A link that is selected */
a:active {
    color: #BB0303;
    background-color: transparent;
    text-decoration: none;
    font-style: normal;
	
}

.h6 {


  color: #B91D27
    font-size: x-small;
    font-size: xx-small;
    text-align: left;
    text-decoration: none;
    min-width: .1cm;
    min-height: .1cm;
    max-width: 4cm;
    max-height: 4cm;
	}.thumbnail a .cards {
}

#button {
   display: inline-block;
  background-color: #f8f8f8;
  width: 35px;
  height: 35px;
  text-align: center;

  border-radius:10px;
  position: fixed;
  bottom: 20px;
  right: 20px;


  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;

  line-height: 35px;
  color: #fff;
}
.button:hover {
	background-color: #B22222;
	color: #FFFFFF;
	cursor: pointer;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #B3B3B3;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #f8f8f8;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
