#Body {background:url() no-repeat top center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.skinWrapper {background:none;}

header .social li {
    display: inline-block;
    text-align: center;
    margin: 0px 0px 5px 3px;
}

/*---Added css---*/

.v2-template .flex-row-fw {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 2%;
}

@media screen and (min-width: 768px) {
    .v2-template .flex-row .flex-row-col-md-7 {
        flex: 0 1 70%;
        max-width: 70%;
        position: 7;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (min-width: 768px) {
    .v2-template .flex-row .flex-row-col-md-5 {
        flex: 0 1 30%;
        max-width: 30%;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
    }
}

}/*----------- styled divider-------------*/

body {
  margin: 0;
}

#logo {
  width: 100%;
}

#logo, #logo:before, #logo:after {
  float: left;
}

#logo:before {
  content: '';
  width: 54%;
  min-height: 100px; /* height of image */
  border-bottom: 3px solid goldenrod;
  margin-top: -30px;
}

#logo:after {
  content: '';
  width: 46%;
  min-height: 100px; /* height of image */
  border-bottom: 3px solid goldenrod;
  margin-top: -70px;
}

#logo:before {
  margin-left: -120px;
}

#logo:after {
  margin-right: -120px;
}

#logo img {
  float:left;
  padding: 0 20px;
}

}
}/*----------- styled divider end -------------*/


.dnnEditState .v2-template .flex-row-fw
Specificity: (0,3,0)
 {
    margin-left: 0px;
    margin-right: 0px;
}

.v2-template .flex-row-fw {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
}

.dnnEditState .v2-template .flex-row-fw > .flex-row-main
Specificity: (0,4,0)
 {
    padding-right: 2%;
    padding-left: 2%;
}


.responsive-iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------VIDEO WITHTEXT OVERLAY---------------------*/

html, body {
  font-family: 'Raleway', sans-serif;
  background-color: teal;
}
video {
  width: 100dvw;
  min-height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover; 
}
.header-text {
  position: absolute;
  color: white;
  display: flex; 
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transform: translateY(-5rem);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;  
}
.header-text h1 {
  font-weight: 400;
  font-size: 1.75rem;
  text-transform: uppercase;
  line-height: 1;
}
.header-text span {
  display: block;
  font-weight: 900;
  font-size: 6rem;
}
.description {
  position: absolute;
  bottom: 0; 
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  background-color: hsl(181deg 50% 20% / 70%);
  padding: 2rem; 
}
.description p {
  max-width: 40rem;
  margin-inline: auto;
  line-height: 1.6;
}
.credit {
  font-size: .75rem;
}
.credit a {
  color: white; 
  text-underline-offset: 2px;
}

/*----------------------END VIDEO WITHTEXT OVERLAY---------------------*/





































