body, html{
    position:relative;
    height:100%;
    width:100%;
    color:#000;
    background:#000;
    font-family: 'Poppins', sans-serif;
}

a, a:hover, a:visited{
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}
a:link, a:visited{
    text-decoration: none;
}
h1{
	
	color: #fff;
	margin-bottom: 40px;
    margin-top: 60px;
}
h2{
    color:#000;
    text-align: left;
}
h3{
    color:#fff;
    text-align: center;
}
h4{
    color:#000;
    text-align: left;
}


.wallpaper-top-image{
    background: url("../img/se-hero-woag.jpg") no-repeat center center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.wallpaper-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0) 80%,rgba(0, 0, 0, 1));
  
}
.wallpaper-background-overlay-both {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background-image: linear-gradient(to bottom,rgba(0, 0, 0, 1),rgba(0, 0, 0, 0),rgba(0, 0, 0, 1));
  */
}
.wallpaper-bg-blur{
    background: url("../img/se-hero-woag.jpg") no-repeat center center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    filter: blur(10px);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#logo-bottom {
    position: absolute;
    bottom:60%;
    top:40%;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    z-index: 3;
}

.space10{
    padding-top:10px;
}
.top-hint{
    background-color: #dc3545;
    color:#FFFFFF;
    height: 40px;
}
.logo-spacer{
	position:relative;
	margin: 0 auto;
	height:	550px;
	max-width: 550px;
} 
.logo-spacer-sm{
	position:relative;
	margin: 0 auto;
	height:	220px;
	max-width: 1000px;
}
.img-transparent{
	opacity: 0.5;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    
}
.control-bound{
	background: rgba(0,0,0,0.5);
}

/* NEW */
.navbar  {
  background-color: #efefef;
}
.navbar {
    background: none;
    margin-bottom: 0;
}

.navbar.scrolled {
    background-color: rgba(0,0,0,0.75) !important;
    transition: background-color 500ms linear;
}
.navbar-nav > li > a {
    margin: 0 3px 0 3px;
    color: #fff!important;
    background: none !important;
}
.navbar-nav > li > a{
    color: #fff;
    background: none !important;
    border-bottom: 2px solid transparent;
}
.navbar-nav > li > a.active {
    color: #fff;
    border-bottom-color: #dc3545;
}
.navbar-nav > li > a:hover {
    color: #fff;
    border-bottom-color: #fff;
}
#naviblock {
    min-width: 345px;
}

.content-container{
    color:#dc3545;
    min-height: 100vh;
    padding: 40px 0 120px 0;
}


/* FOLD Stuff*/
.full-ht {
    height: 100vh;
    position: relative;
}
.yt-video-container{
	width: 80%;
}
.my-container{
	width: 100%;
}
.my-1{
    padding: 50px 0 0 0 ;
}
#top-down {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -11px;
    cursor: pointer;
    z-index: 3;
}
.accent {
    text-align:center;
    background-color: #FFFFFF;
    color:#000!important;
}
.accent h1, .accent a:link, .accent a:visited{
    color:#000;
}

.accent-black {
    text-align:center;
    background-color: #000!important;
    color:#fff!important;
}


.hover-fade {
    color:#FFFFFF;
    opacity: 0.75;
    transition: all .25s;
}
.hover-fade.lighter {
    opacity:0.75;
}
.hover-fade:hover {
    opacity: 1;
}

.rounded-circle{
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
}
.rounded-circle img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	transition: 1s;
}
.rounded-circle img:hover{
	transform:scale(1.1);
	transition:1s;
}

.red{
    color:#dc3545;
}
.soc-logo{
    display: inline-block;
    margin:10px;
    vertical-align: middle;
}
.soc-logo a{
    color:#EEEEEE;
}
.thumbnail{
    border:none;
    background:none!important;
    text-align:center;
}
/*End FOLD Stuff*/

/* for YT-Videos*/
.responsive-video diframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

#lowernav {
    margin-top: 40px;
    min-height: 100px;
}

/* Default: Hide the element */
.mobile-only {
    display: none;
}

/* Show the element on screens 768px wide or less */
@media screen and (max-width: 768px) {
    .mobile-only {
        display: block;
    }
}
