
body {
  font-family: 'Open Sans', serif;
  padding-top: 54px;
  color : white; 
  /* #000; */
  background: black;
  /* transparent; */
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@media (min-width: 992px) {

  html {
    background-color: #eed760;
    /* background: url('../img/sctv-seal-web-bg-01.png') no-repeat center center fixed;  */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  body {
    padding-top: 0;
    padding-left: 17rem;
  }
  #main-box {
    margin-top: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    min-height: 30rem;
    width: 80%;
    background-color: black !important;
  }
  .innerbox {
    min-height: 30rem;
  }
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 1rem;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
  }
  #sideNav .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
  }
  #sideNav .navbar-brand .img-profile {
    max-width: 15rem;
    max-height: 15rem;
  }
  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
  }


}



h1, h2 {
  color: #c32a2a;
}

h3,
h4,
h5,
h6 {
  font-family: 'Saira Extra Condensed', serif;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

h1 {
  font-size: 6rem;
  line-height: 5.5rem;
}

h2 {
  font-size: 3.5rem;
}

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Saira Extra Condensed', serif;
  font-size: 1.35rem;
}

.list-icons {
  font-size: 3rem;
}

.list-icons .list-inline-item i:hover {
  color: #000;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase;
  color: white !important; 
}

.nav-link {
  padding: 0.5rem;
}

.bg-primary {
  background-color: black !important;
}

.text-primary {
  color: #000 !important;
}

a {
  color: #557893 !important;
}

a:hover, a:focus, a:active {
  color: #757474 !important;
  text-decoration: underline;
}

/* image with caption styling */
img + em { 
  display: inline-block; 
  text-align: center;
}
