.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  object-fit: contain;
  overflow: clip;
  overflow-clip-margin: content-box;
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.video-wrapper {
  /* Telling our absolute positioned video to 
  never move */
  position: fixed;
  z-index:-1;


  /* Will not allow the video to overflow the 
  container */
  overflow: clip;

  /* Centering the container's content vertically 
  and horizontally */
  text-align: center;
  display: center;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.ltdiv
{
	position: relative;
    height: auto;
    transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;
    overflow: hidden;
    margin-bottom: 16px;
    border: 2px solid rgb(0, 0, 0);
    background-color: transparent;
    color: rgb(255, 255, 255);
    border-radius: 0px;
}

.lta
{
	border: none;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: auto;
    position: relative;
    padding: 16px 20px;
    margin: 0px;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    width: 100%;
    cursor: pointer;
    appearance: none;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    white-space: normal;
    background: none;
}

.forumpost
{
	border: 2px solid black;
  	border-radius: 5px;
}

.forumbody
{
	
	display: none;
}

.forummessage
{
	border: 2px solid grey;
  	border-radius: 5px;
}

.fa {
  /*padding: 10px;
  font-size: 10px;
  width: 10px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;*/
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.maincont {
  width: 100%;
  margin: auto;
  padding: 10px;
}

.one {
  width: 52%;
  float: left;
}

.two {
  margin-left: 54%;
  width: 46%
}
		   
.fa:hover {
    opacity: 0.7;
}

.fa-home {
	color: #3B5998;
}

.fa-facebook {
  color: #3B5998;
}

.fa-twitter {

  color: #3B5998;
}

.fa-google {

  color: #3B5998;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  color: #3B5998;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}

.img {
    padding: 0;
    margin: 0;
}
.fit { /* set relative picture size */
    max-width: 100%;
    max-height: 100%;
}
.center {
    display: block;
    margin: auto;
}
.wrapper {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -60px;
  margin-top: -75px;
}
head
{
	padding-top: 0px;
}
body
{
	padding-top: 0px;
	padding-bottom: 60px;
}
.stuckbottom {
	padding-bottom: 2px;
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: white;
    z-index: 100;
}
.stucktop
{
	padding-top: 2px;
    position: fixed; 
    top: 0;
    left: 0;
    right: 0;
    height: 0px;
    background-color: white;
    z-index: 100;
}

.
{ font-family: Arial, Helvetica, serif;}

figure
{
	margin-inline-start:5px; 
	margin-inline-end:5px; 
	display: inline-block; 
	vertical-align:top;
    padding: 0px;
    width: 200px;
    margin: 10px;
    --float: left;
    position: relative
}

@media (min-width: 501px)
{
	.pageimg div:not(.lb-container):not(.lb-outerContainer), img:not(.no):not(.lb-image):not(.caro):not(.nofigure):not(.nobut)
	{
		width: 70%  !important;
		display: block  !important;
		height: auto  !important;
	}figure
	{
		width: 70%;
	}
}

@media (max-width: 500px)
{ 
	.pageimg div:not(.lb-container):not(.lb-outerContainer), img:not(.no):not(.lb-image):not(.caro):not(.nofigure):not(.nobut)
	{
		width: 100%  !important;
		display: block  !important;
		height: auto  !important;
	}
	article
	{
		font-size: 1.75em  !important;
	}
	figure
	{
		width: 90%;
	}
	.foot2
	{
		visibility: visible !important;
		display: block !important;
		font-size: 1.75em !important;
	}
	.foot1
	{
		visibility: hidden !important;
		display: none !important;
	}

}

.foot2
{
	visibility: hidden;
	display: none;
	font-size: 0.5em;
}
/* modal box */
:root {
  --lightgray: #efefef;
  --blue: steelblue;
  --white: #fff;
  --black: rgba(0, 0, 0, 0.8);
  --bounceEasing: cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
 
* {
  padding: 0;
  margin: 0;
}
 
.open-modal button {
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  font-size: inherit;
}

.close-modal button {
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  font-size: inherit;
}

.modal body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font: 16px/1.5 sans-serif;
  color: #000;
}
 
.btn-group {
  text-align: center;
} 
 
.open-modal {
  font-weight: bold;
  background: var(--blue);
  color: var(--white);
  padding: .75rem 1.75rem;
  margin-bottom: 1rem;
  border-radius: 5px;
}

.modal { 
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: var(--black);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in;
}

.modal-dialog {
  position: relative;
  max-width: 800px;
  max-height: 80vh;
  border-radius: 5px;
  background: var(--white);
  overflow: auto;
  cursor: default;
  color: #000;
}

.modal-dialog > * {
  padding: 1rem;
}
 
.modal-header,
.modal-footer {
  background: var(--lightgray);
}
 
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.modal-header .modal-close {
  font-size: 1.5rem;
}
 
.modal p + p {
  margin-top: 1rem;
}

.modal {
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in;
}
 
.modal.is-visible {
  visibility: visible;
  opacity: 1;
} */

.comments
{
    margin: 10px 10px;
 	outline: 10px solid red;
    outline-offset: -30px;
}

/* carousel slideshow code */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Make the images invisible by default */
.Containers, .Containers2, .Containers3, .Containers1, .Containers4, .Containers5, .Containers6, .Containers7, .Containers8, .Containers9, .Containers10, .Containers11, .Containers12 {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* forward & Back buttons */
.Back, .forward {
  cursor: pointer;
  position: absolute;
  top: 48%;
  width: auto;
  margin-top: -23px;
  padding: 17px;
  color: grey;
  font-weight: bold;
  font-size: 19px;
  transition: 0.4s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
}

/* Place the "forward button" to the right */
.forward {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.Back {
	left: 0;
  	border-radius: 4px 0 0 4px;
}

/*when the user hovers,add a black background with some little opacity */
.Back:hover, .forward:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption Info */
.Info {
  color: #000000;
  font-size: 16px;
  font-weight: bold; 
  text-shadow: 0px 0px 5px white, 0px 0px 3px white, 0px 0px 1px white;
  padding: 15px 14px 15px 15px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

/* Worknumbering (1/3 etc) */
.MessageInfo {
  color: #f2f2f3;
  font-size: 14px;
  padding: 10px 14px;
  position: absolute;
  top: 0;
}

/* The circles or bullets and indicators */
.dots, .dots1, .dots2, .dots3, .dots4, .dots5, .dots6, .dots7, .dots8, .dots9, .dots10, .dots11, .dots12 {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 3px;
  background-color: #acc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.nobut
{
  margin: 0 3px;
  /* background-color: #acc;
  /* border-radius: 50%; */
  display: inline-block;
  transition: background-color 0.5s ease;
}

.enable, .dots:hover {
  background-color: #717161;
}

/* Faint animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.4s;
  animation-name: fade;
  animation-duration: 1.4s;
   -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@-webkit-keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}

@keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}

.containers
{
	opacity: 0;
	tranisition: opacity 500ms ease-in-out;
}

.containers.active
{
	opacity: 1;
	tranisition: opacity 500ms ease-in-out;
}