@charset "UTF-8";
/* CSS Document */
body, p, a {
    font-family: Trebuchet MS;
  }
  h1, h2, h3, h4, h5 {
    font-family: Trebuchet MS;
    font-weight: bold;
  }
  h1 {
    color: white;
    font-size: 36px;
    padding-top: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 5px;
  }
  #obpmain {
    width: 100%;
    height: 100%;
    background-color: white;
    padding: none;
    background-image: url(/obp/Resources/Images/backgrounds/fiberbackground.png);
    background-repeat: no-repeat;
    background-position: center center fixed;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -2;
  }
  #obpHmTop {
    color: black;
    height: 100%;
  }
  .obpmainhero {
    z-index: 0;
    position: absolute;
    top: 60px;
    height: 100vh;
    width: 100%;
    text-align: center;
  }
  .obpfirstarea {
    height: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #8ad5ff;
    z-index: 2;
  }
  .obpsecondarea {
    background-color: #022678;
    padding: 70px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    z-index: 2;
  }
  .obpthirdarea {
    background-color: white;
    padding: 40px;
    height: 100%;
    z-index: 2;
  }
  .hero {
    color: #022678;
    background-color: white;
    font-family: arial;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 2px 2px #fff;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border: #022678 2px solid;
  }
  .dnanotherhero {
    color: #fff;
    background-color: #022678;
    font-family: arial;
    font-size: 25px;
    padding: 25px;
    text-align: left;
    border: #022678 2px solid;
    margin-top: -10px;
  }
  .anotherdmhero {
    color: #fff;
    background-color: #022678;
    font-family: arial;
    font-size: 25px;
    padding: 25px;
    text-align: left;
    margin-bottom: 20px;
    border: white 2px solid;
  }
  .obpButton {
    background-color: #8ad5ff;
    color: #022678;
    font-size: 18px;
    padding: 5px;
    border-radius: 10px;
    margin-right: 10px;
  }
  .ccm-video-holder-home {
    width: 70%;
    padding: 0px;
    margin: 0px;
  }
  .ccmHead4Vidgeo {
    height: 100vh;
    position: relative;
    top:    padding: 5px;
  }
  #vidgeo4CCM {
    position: absolute;
    top:0%;
    left:0%;
    height:100vh;
    width:100%;
    overflow: hidden;
  }
  video {
    position:absolute;
    z-index: 0;
  }
  video.ccmHowWide {
    width: 100%;
  }
  .obpmainhero h1 {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 2px 2px #022678;
    font-size: 60px;
  }
  #obpheroareahm {
    position: relative;
    top: 350px;
    text-align: center;
    padding: 35px;
  }
  .obphmicons {
    font-size: 25px;
    color: #022678;
  }
  .obpawesome {
    font-size: 100px;
  }
  .tab-content {
    margin-top: 10px;
    padding: 30px;
    background-color: white;
    color: black;
    font-size: 20px;
  }
  .tab-pane {
    padding-bottom: 30px;
  }
  @media (max-width: 1600px) {
    #obpHmTop {
      height:   ;
    }
  }
  @media (max-width: 1361px) {
    #obpHmTop {
      height: 625px;
    }
    #obpheroareahm {
      top: 400px;
    }
  }
  @media (max-width: 1280px) {
    #obpHmTop {
      height: 665px;
    }
    #obpheroareahm {
      top: 450px;
    }
  }
  @media (max-width: 1080px) {
    #obpHmTop {
      height: 565px;
    }
    #obpheroareahm {
      top: 250px;
    }
  }
  @media (max-width: 976px) {
    #obpHmTop {
      position: relative;
      color: black;
      height: 100%;
    }
    .obpmainhero {
      height: 100%;
      position: relative;
      padding-top: 20px;
      padding-bottom: 35px;
      font-size: 30px;
    }
    .obpsecondarea {
      padding: 70px;
      margin-left: 10px;
      margin-right: 10px;
    }
    #obpheroareahm {
      position: relative;
      top: 5px;
      text-align: center;
      padding: 35px;
    }
    .obphmicons {
      font-size: 20px;
      width: 50%;
      margin-bottom: 25px;
    }
    .obpawesome {
      font-size: 70px;
    }
  }
