
.topContainer {
	margin-top:  15vh;
}

.centerContent {
  align-items:center;
  justify-content:center;
}

h2 {
	font-family: "Jost", sans-serif;
	font-size: 36pt;
	text-align: center;
	width: 50%;
	margin: 0 75% 0 25%;
	padding-top: 50px;
}

.newsCaption {
	color: white;

  /* padding-top: 20px; padding-bottom: 20px; */
  /* padding: 20px; */

	text-align: left;
	padding-left: 90px;
	left: 0%;
	width: 100%;
	/*background-color: rgba(255, 255, 255, 0.65);*/
	background: #0f8499; 
	background: -moz-linear-gradient(-45deg, #0f8499 24%, rgba(155, 247, 241, 0.6) 63%, rgba(255, 255, 255, 0) 80%); 
	background: -webkit-linear-gradient(-45deg, #0f8499 24%,rgba(155, 247, 241, 0.6) 63%,rgba(255, 255, 255, 0) 80%); 
	background: linear-gradient(135deg, #0f8499 24%,rgba(155, 247, 241, 0.6) 63%,rgba(255, 255, 255, 0) 80%); 
}

#newsCaption{
    position: absolute;
    top: 15vh;
    z-index: 100;
}


.newsHeadline {
    /*padding-top: 20px;*/
    font-size: 25pt;
    font-family: "Jost", sans-serif;
    font-weight: bold;
}

.newsDesc {
	margin-top: 0px;
	font-size: 14pt;
	width: 100%;
	font-family: "Jost", sans-serif;
	font-weight: 300;
}

#headlineBar {
  height: 10%;
  /*margin: 20px;*/
  padding: 20px;
}

.carousel-item {
  height: 85vh;
  min-height: 300px;
  min-width:300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.fade {
  margin-top: 50px;
  background-color: white;
  opacity: 1;
}


* {
	box-sizing: border-box;
}


body {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 17px;
}

#toroidemo, #maproomvid {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -100;
	zoom: 40%;
}
#Swish {
	position: fixed;
	right: 0;
	bottom: -12%;
	min-width: 100%;
	min-height: 100%;
	z-index: -100;
	zoom: 0.5%;
}

#Mars {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -100;
	zoom: 0;
}


  #toroidemo {
  filter: brightness(100%);

 }
 

.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

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

.carousel-inner .carousel-item {
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}



@media (min-width: 1200px) {
  .d-md-block {
     display: block!important;
  }

}

@media (max-width: 1200px) {
	.newsCaption {
		padding: 10px;
	}
	.topContainer {
		margin-top:  15vh;
	  }
    #AboutHeaders {
        margin-top: 10px;
        margin-bottom: -50px;
    }
    #aboutSection p, #newsInfo ul, #SupportSection p {
        font-size: 9pt;
        margin: 10%;
    }
    #aboutSection p{
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #NewsHeaders {
        margin-top: 0px;
        margin-bottom: -50px;
    }
    #SupportHeader{
        margin-top: -40px; 
        margin-bottom: -80px; 
    }
    .carousel-inner{
    zoom: 30%;
    position: relative;
    bottom: -100px; 
    }
    #headlineBar {
        position: relative;
        padding: 0px; 
    }
    .newsHeadline {
        font-size: 10pt;

    }
    .newsDesc {
        font-size: 8pt;

    }
    #newsCaption{
        margin-top: 0vh;
        height: 14%

    }
    .newsCaption
     {
        background: #0f8499;
        background: #0f8499;
        background: #0f8499;
    }
    #myCarousel{
        margin-top: 7.9vh;
    }
    .carousel-indicators{
        bottom: -10%
    }
    .carousel-control-prev, .carousel-control-next {
        bottom: -50%
    }


}


.d-none {
     display: none!important;
}



