.container {
  max-width: 960px;
}

/* Global Styles */
@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:wght@400;700&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  background-color: #fff;
}

.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a
{
  text-decoration: none;
  text-decoration-style: solid;
  color: #ffbd00;
}

a:focus
{
  text-decoration: none;
  text-decoration-style: solid;
  outline-width: 0px;
  outline-style: none;
}

a:hover, .selected
{
  font-weight: bold;
  text-decoration-style: solid;
  color: #ff0000;
}

a.header-navbar-container
{
  text-decoration: none;
  text-decoration-style: solid;
  font-weight: normal;
  color: #333;
}

a:focus.header-navbar-container
{
  text-decoration: none;
  text-decoration-style: solid;
  outline-width: 0px;
  outline-style: none;
}

/* Line 152 */
a:hover.header-navbar-container, .selected
{
  text-decoration: none;
  text-decoration-style: solid;
  font-weight: bold;
  color: #00ff00 ;
}


a.nav-link.active
{
  font-weight: bold;
  color: #ccccff ;
}

.btn {
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 700;
  letter-spacing: 1px;
  overflow: hidden;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4 {
  margin-bottom: 15px;
}

h5,h5 {
  margin-bottom: 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}



/* ============================================================== 
     # Topbar 
=================================================================== */
.top-bar-area {
  padding: 10px 0;
  position: relative;
}

.top-bar-area.top-up {
  padding: 0;
  margin: 0;
}


.top-bar-area li, 
 .top-bar-area a {
  font-weight: 500;
}

.top-bar-area a {
  font-size: 16px;
}

.top-bar-area.one-line .info li p span {
  color: #ffffff;
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  padding-left: 10px;
}


.top-bar-area.one-line .info {
  margin-left: 15px;
}

.top-bar-area li {
  border-left: 1px solid rgba(255, 255, 255, 1);
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  margin-left: 20px;
  padding-left: 20px;
  margin-top: 5px;
}


.top-bar-area .info li:first-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.top-bar-area.info-cell .info .icon i {
  color: #bf3654;
}

.top-bar-area .info li p {
  font-weight: 600;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

.top-bar-area .info li p span {
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  color: #cccccc;
  margin-top: -3px;
}

.top-bar-area .info li .icon {
  display: table-cell;
  vertical-align: middle;
}

.top-bar-area  li {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

.nav#stbh-menubar {
	opacity: 1;
}


  a.facebook-icon {
  text-decoration: none;
    color: #4867aa;
  }

  a.facebook-icon:hover, .selected{
  text-decoration: none;
    color: #fff;
  }



/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  object-fit: cover;
  width: 100vw;
  height: 90vh;
  position: fixed;
  right: -1;
  top: -40;
  left: 0;
  bottom: -200;
}