/* CSS Document */
  #mcgmenu .navbar {
    display: none;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: "poppins", sans-serif;
  }
   H1, H2, H3, H4, H5, H6, p, a {
    font-family: "poppins", sans-serif;
  }
  h1 {
    font-size: 45px;
    line-height: 1.2em;
    font-weight: 700;
  }
  h2 {
   font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;   
  }
  h3 {
font-size: 31px;
    line-height: 1.2em;
    font-weight: 700;
  }
  h4 {
      font-size: 25px;
    line-height: 1.3em;
    font-weight: 700;
  }
  h5 {
      font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
  }
  h6 {
      font-size: 16px;
    line-height: 1.4em;
    font-weight: 700;
  }
  p {
      font-size: 16px;
    line-height: 1.5em;
    font-weight: 300;
  }
  #google_translate_element select{
   background-color:#ffffff;
   color: blue;
   border: 1px solid blue;
   border-radius:3px;
   padding:10px 10px
 }
  .navbar {
    display: block;
  }
   .navbar, .navbar-default, .navbar-header-full, .navbar-dark {
    background-color: #001E96;
  }
.navbar ul li a {
    background-color: #001E96;
    font-size: 18px;
    font-weight: bold;
  }

  .navbar li ul li a {
    background-color: #CCCCCC;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
  }

  .connect_imgs {
    max-height: 100px;
    max-width: 10%;
    display: inline;
  }
  .connect_this_nav {
    list-style-type: none;
    margin-top: 10px;
    padding: 0;
  }
  .connect_this_nav li {
    float: left;
  }
  .connect_this_nav li a {
    display: block;
    padding: 10px;
    color: blue;
    font-weight: bold;
    font-size: 20px;
  }

    .btn-primary {
    background-color: blue;
  }

   #searchpeg {
    margin-top: -15px;
  }
    .video_connect_caption {
    color: white;
    font-weight: bold;
    font-size: 18px;
    background-color: black;
    width: 100%;
    height: 100%;
    padding: 15px;
  }

  .pegsecondarea {
    background-color: white;
    color: black;
    padding: 70px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    z-index: 2;
  }
  #logo_nav_connect {
    background-color: white;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #peg_org_about {
    background-color: blue;
    height: 100%;
  }
  #peg_video_live {
    background-color: #ccc;
  }
   #connect_footer_bottom {
    background-color: #ccc;
    padding: 25px;
  }
.connect_hero_heading {
    background-color: blue;
    padding: 80px;
    text-align: center;
    line-height: normal;
    padding-top: 45px;
    color: #ffffff;
    font-size: 46px;
    font-weight: bold;
  }
  .connect_hero_heading h1 {
    padding-top: 55px;
    color: #ffffff;
    font-size: 72px;
    font-weight: bold;
  }
 .connect_about_area {
    background-color: white;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    
  }
    .connect_channel_top {
    padding: 0px;
    background-color: #ffffff;
    height: 100%;
  }
 .connect_featured {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    Padding-bottom: 50px;
    background-color: #00ffff;
  }