#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  .content {
    position:  relative;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
  
  }
  .intro h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
  .intro .overlay {
    height: 400px;
}

  /* Style the button used to pause/play the video */
  #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  
  #myBtn:hover {
    background: #ddd;
    color: black;
  }
  
       .form-control {
      display: block;
      width: 100%;
      padding: 6px 12px;
      font-size: 16px;
      line-height: 1.42857143;
      color: #444;
      background-color: #fff;
      background-image: none;
      border: 1px solid #e6e6e6;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
  }
  .error {
      color:#f00;
      font-size: 11px;
  }
  #footer {
  
      position: relative;
  }
  .list-group .active a{
  color:#fff;
  }
  .list-group-item {
      border:0;
      border-bottom: 2px solid #e4e4e4;
  }
  .list-group-item:first-child {
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
  }
  .co a:before {
      top: 10px;
      right: 100%;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 12px 12px 0;
      border-color: transparent #0079c2 transparent transparent;
      content: " ";
  }
  
  .list-group-item {
   
      display: block;
      padding: 15px 15px;
        margin: 5px 0px;
       background-color: transparent; 
  
  }
  #page-nav ul {
      margin: 0!important;
  }
  #page-nav>ul>li:first-child {
      border-top: 1px solid #DDD;
  }
  #page-nav>ul>li {
      border-bottom: 1px solid #DDD;
      padding: .4em 0;
  }
  #page-nav>ul>li>a {
      display: block;
      text-decoration: none;
      font-family: "Montserrat","helvetica neue",arial,helvetica,sans-serif;
      line-height: 44px;
  }
  
  #page-nav>ul>li.co a {
      color: #FFF;
      font-weight: bold;
      background-color: #0079c2;
      padding-left: .6em;
      padding-right: .6em;
      position: relative;
  }

  .copyright:hover{
    transition: transform .5s;
    transform: scale(1.8);

}
 @media (min-width: 768px){
  .on .navbar-right{
   float: right!important;
      margin-right: -15px;
      margin-top: 0 !important;
  }

  #footer .social i {
font-size: 26px;
padding: 4px;
color: #cab17a;
transition: all .3s;
}

  
 
  .navbar-fixed-top .navbar-right {
      float: right!important;
      margin-right: -15px;
      margin-top: 32px;
  }

}
@media (max-width: 568px){
#menu.navbar-default a img {
width: 85px;

}}

.on {
background-image: #000000b0!important;
 background: #000000b0!important;
padding: 0!important;
padding: 10px 0!important;
}


#footer a:hover,#footer a:focus {
text-decoration: none;
color: #fff;
}

@media (min-width: 1200px){
.container {
    width: 80%;
}
}

/* on phone */
@media (max-width: 568px) {

    header .intro-text-fixed {
      margin-top: 50px;
      padding-top: 30px;
      padding-bottom: 0;
      text-align: center;
  }
  .intro .overlay {
      height: 350px;
  }
  .intro-text-fixed h2 {
    font-size: 25px !important;
}

.intro h2 {
  padding-top: 60px;
  font-size: 30px;
  font-weight: 350;

}
}
/* Restore browser default list rendering inside CMS-authored content.
   The global style_6.css applies `ul,ol{list-style:none;padding:0}` which
   strips bullets/numbers from any list typed in the admin editor. */
.cms-content ul {
  list-style: disc outside !important;
  padding-left: 40px !important;
  margin: 0 0 10px !important;
}
.cms-content ol {
  list-style: decimal outside !important;
  padding-left: 40px !important;
  margin: 0 0 10px !important;
}
.cms-content ul ul { list-style-type: circle !important; }
.cms-content ul ul ul { list-style-type: square !important; }
.cms-content ol ol { list-style-type: lower-alpha !important; }
.cms-content ol ol ol { list-style-type: lower-roman !important; }
.cms-content li {
  display: list-item !important;
  line-height: 1.6;
}
