/* Mobile portrait with min 240px and max 767px */
@media only screen and (min-width: 240px) 
and (max-width: 767px) 
and (orientation : portrait){
  
  .logo {
    height: 200px;
    width: 350px;
    background-image: url(../img/logo-fedpoint-white-lg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 250px;
    /* margin-top: 25px; */
  }

  .hero-index {
    background-image: none;
    background-color: #2489ED;
    height: 700px;
  }

  .hero-services {
    background: none;
    background-color: #d2513e;
  }

  .hero-about {
    background-image: none;
    background-color: #00308f;
    height: 500px;
  }

  .hero-team {
    background-image: none;
    background-color: #cccccc;
    /*height: 500px;*/
  }

  .hero-community {
    background: none;
    background-color: #25221b;
    height: 650px;
  }
  
    .hero-careers {
    background: none;
    background-color: #6f91db;
    height: 600px;
  }

    .hero-news {
    background: none;
    background-color: #00f9ae;
    height: 600px;
  }

  .hero-contact {
    background: none;
    background-color: #dbb900;
    height: 600px;
  }


.hero-uniformedservices {
    background: none;
    background-color: #a6dee3;
    height: 450px;
    margin-top: 100px;
}

.hero-scholarship {
    background: none;
    background-color: #b0c9f2;
    height: 650px;
  }

  .push-top {
    margin-top: 120px;
  }

  .jumbotron h1.display-4 {
    font-weight: 800;
    font-size: 2rem;
    line-height: 60px;
    margin-bottom: 0px;
    text-align: center;
  }

  .jumbotron img {
    width: 100%;
  }

  .jumbotron p.lead {
    font-size: 35px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
  }


  .jumbotron h1.display-2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #000000;
    /* line-height: 50px; */
    margin: 0 0 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 30px;
    text-align: left;
  }

  .jumbotron p.lead-2 {
    color: #000000;
    font-size: 1.75rem;
    font-weight: lighter;
    /* line-height: 40px; */
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 60px;
    margin-left: 20px;
    padding-bottom: 30px;
    text-align: left;
  }

  .home-ribbon1 {
    overflow: hidden;
    height: 800px;
    width: 100%;
    position: relative;
    background-image: url(../img/img-home-ribbon-1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .ribbon-home {
      overflow: hidden;
      height: 800px;
      width: 100%;
      position: relative;
      background-image: none;
      /* background-image: url(../img/img-home-ribbon-1.jpg); */
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: #cccccc;
  }

  .ribbon-services {
      overflow: hidden;
      height: 800px;
      width: 100%;
      background-image: none;
      background-color: #cccccc;
  } 

  .ribbon-about {
      height: 1000px;
      width: 100%;
      background-image: none;
      background-color: #00308f;
  }
  .ribbon-careers {
    height: 900px;
    width: 100%;
    background-image: none;
    background-color: #2489ED;
}

  .ribbon-pad {
    padding: 20px;
    margin-top: 5rem;
    margin-left: 0rem;
  }  

  .ribbon-pad-md {
    padding: 40px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .ribbon-head {
    font-weight: 800;
    font-size: 70px;
    line-height: 75px;
    margin-bottom: 30px;
    text-align: center;
  }

  .ribbon-text {
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
  }

  .quad-pad {
    margin-top: 4rem;
  }

  .quad-pad-md {
    margin-top: 2rem;
    padding: 50px;
  }

  .quad-text-mob {
  margin-top: 150px;
  }

  .filter-tag {
  display: inline-block;
  background-color: #00308f;
  color: #fff;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
  margin-bottom: 10px;
  }


  .box-pad-team {
    padding-left: 0px;
    padding-right: 0px;
  }

  .quad-meeting, .quad-office, .quad-business, .quad-volunteer, .quad-woman-seated, .quad-administration, .quad-knowledge, .quad-security, .quad-hands, .quad-group-meet, .quad-respect, .quad-collaboration, .quad-courage, .quad-hands-in, .quad-better, .quad-nurse-scholarship, .quad-soldier-baby, .quad-nat-guard, .quad-civ-mil-shake, .quad-flags, .quad-engaged-employees, .quad-beth {
    display: none;
  }

}




/*iPhone 6, 7, & 8 Plus in landscape*/
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 

  .logo {
    height: 200px;
    width: 500px;
    background-image: url(../img/logo-fedpoint-white-lg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 250px;
    /* margin-top: 25px; */
  }
  .push-top {
    margin-top: 110px;
  }

  .hero-index {
    background-image: none;
    background-color: #2489ED;
    height: 700px;
  }

  .hero-services {
    background: none;
    background-color: #d2513e;
    height: 650px;
  }

  .hero-about {
    background-image: none;
    background-color: #00308f;
    height: 500px;
  }

  .hero-team {
    background: none;
    background-color: #cccccc;
    height: 600px;
  }

  .hero-community {
    background: none;
    background-color: #25221b;
    height: 650px;
  }

  .hero-careers {
    background: none;
    background-color: #6f91db;
    height: 650px;
  }

    .hero-news {
    background: none;
    background-color: #00f9ae;
    height: 600px;
  }

  .hero-contact {
    background: none;
    background-color: #dbb900;
    height: 600px;
  }

.hero-uniformedservices {
    background: none;
    background-color: #a6dee3;
    height: 450px;
    margin-top: 100px;
}

.hero-scholarship {
    background: none;
    background-color: #b0c9f2;
    height: 650px;
  }


  .jumbotron h1.display-4 {
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
    text-align: center;
    margin-left: 60px;
  }

  .jumbotron p.lead {
    font-size: 35px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    margin-left: 60px;

  }

.ribbon-home {
      overflow: hidden;
      height: 400px;
      width: 100%;
      background-image: none;
      background-color: #cccccc;

}
  .ribbon-services {
      overflow: hidden;
      height: 300px;
      width: 100%;
      background-image: none;
      background-color: #cccccc;
  }

  .ribbon-about {
      height: 550px;
      width: 100%;
      background-image: none;
      background-color: #00308f;
  }

  .ribbon-careers {
      height: 600px;
      width: 100%;
      background-image: none;
       background-color: #2489ED; 
  }
 .ribbon-pad {
    padding: 20px;
    margin-top: 50PX;
    margin-left: 0rem;
    /*padding-right: 15rem;*/
  }  

  .ribbon-pad-md {
    padding: 40px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .ribbon-head {
    font-weight: 800;
    font-size:50px;
    line-height: 45px;
    margin-bottom: 30px;
    text-align: center;
  }

  .ribbon-text {
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
  }

  .quad-pad-md {
    margin-top: 2rem;
    padding: 50px;
  }

  .box-pad-team {
    padding-left: 0px;
    padding-right: 0px;
  }
  .quad-meeting, .quad-office, .quad-business, .quad-volunteer, .quad-woman-seated, .quad-administration, .quad-knowledge, .quad-security, .quad-hands, .quad-group-meet, .quad-respect, .quad-collaboration, .quad-courage, .quad-hands-in, .quad-better, .quad-nurse-scholarship, .quad-soldier-baby, .quad-nat-guard, .quad-civ-mil-shake, .quad-flags, .quad-engaged-employees, .quad-beth {
    display: none;
  }


}
/*iPhone 6, 7, & 8 Plus in landscape*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {
  .hero-uniformedservices {
      background: none;
      background-color: #a6dee3;
      height: 450px;
      margin-top: 100px;
  }
}
/* iPad in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  
  body, html {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 20px !important;
    line-height: 31px;
    color: #282828;
  }

  .box-pad-team {
    padding-left: 25px;
    padding-right: 25px;
  }

  nav.navbar .navbar-nav a {
    position: relative;
    color: #333333;
    text-decoration: none;
    padding: 10px 0px 10px 0px;
    margin-left: 20px;
    margin-right: 20px;
  }


  .quad-pad {
    margin-top: 2rem;
  }

  .quad-pad-md {
    margin-top: 1rem;
    padding: 20px;
  }

  .quad-pad-sm {
    margin-top: 1rem;
    padding: 20px;
  }

  .quad-head {
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
    text-align: center;
  }

  .ribbon-pad {
    padding: 60px;
    margin-top: 2rem;
    margin-left: 1rem;
}

.ribbon-pad-md {
    padding: 40px;
    margin-top: 2rem;
    margin-left: 1rem;
}

.ribbon-home {
      overflow: hidden;
      height: 600px;
      width: 100%;
      position: relative;
      background-image: none;
      /* background-image: url(../img/img-home-ribbon-1.jpg); */
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: #cccccc;
  }

  .ribbon-services {
      overflow: hidden;
      height: 800px;
      width: 100%;
      background-image: none;
      background-color: #cccccc;
  } 

  .ribbon-about {
      height: 1000px;
      width: 100%;
      background-image: none;
      background-color: #00308f;
  }

  .ribbon-careers {
      height: 500px;
      width: 100%;
      background-image: none;
      background-color: #2489ED;
  }

.hero-index {
    background-image: none;
    background-color: #2489ED;
    height: 700px;
  }

  .hero-services {
    background: none;
    background-color: #d2513e;
    height: 550px;
    margin-top: 100px;
  }

  .hero-about {
    background-image: none;
    background-color: #00308f;
    height: 550px;
    margin-top: 100px;
  }

  .hero-team {
    background: none;
    background-color: #cccccc;
    height: 550px;
    margin-top: 100px;    
  }

  .hero-community {
    background: none;
    background-color: #25221b;
    height: 550px;
    margin-top: 100px;
  }

  .hero-careers {
    background: none;
    background-color: #6f91db;
    height: 550px;
    margin-top: 100px;
  }

    .hero-news {
    background: none;
    background-color: #00f9ae;
    height: 550px;
    margin-top: 100px;
  }

  .hero-contact {
    background: none;
    background-color: #dbb900;
    height: 550px;
    margin-top: 100px;
  }

  .video-wrap-text {
    padding-top: 0%;
    padding-left: 2dpx;
  }

  .video-bump{
    margin-top: 10%;
  }
}

/* iPad in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

   .video-wrap-text {
    padding-top: 5%
    padding-left: 2gpx;
  }

  .box-pad-team {
    padding-left: 25px;
    padding-right: 25px;
  } 

  nav.navbar .navbar-nav a {
    position: relative;
    color: #333333;
    text-decoration: none;
    padding: 10px 0px 10px 0px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .quad-pad {
    margin-top: 2rem;
  }

  .quad-pad-md {
    margin-top: 1rem;
    padding: 20px;
  }

  .quad-pad-sm {
    margin-top: 1rem;
    padding: 20px;
  }

  .quad-head {
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
    text-align: center;
  }

  .ribbon-pad {
    padding: 60px;
    margin-top: 2rem;
    margin-left: 1rem;
}

.ribbon-pad-md {
    padding: 40px;
    margin-top: 2rem;
    margin-left: 1rem;
}

.ribbon-home {
    overflow: hidden;
    height: 100%;
    width: 100%;

    /*background-image: url(../img/ribbon-homeimage1.jpg) no-repeat -945px 50px;*/
    background-image: url(../img/ribbon-homeimage1.jpg) no-repeat 945px 50px;
    /*background-size: cover;*/
}



}
