@font-face {
    font-family: ubuntu-b;
    src: url('../fonts/Century-Schoolbook-Std-Regular.otf');
}
@font-face {
    font-family: ubuntu-l;
    src: url('../fonts/Ubuntu-L.ttf');
}
@font-face {
    font-family: Century-Schoobook-r;
    src: url('../fonts/Century-Schoolbook-Std-Regular.otf');
}
@font-face {
    font-family: Brandon Grotesque Regular;
    src: url('../fonts/brandon-grotesque-regular.ttf');
}
@font-face {
    font-family: Brandon Grotesque light;
    src: url('../fonts/brandon-grotesque-light.otf');
}
h1, h2, h3, h4, body, h5{
    font-family: Century-Schoobook-r;
    font-weight: bold;
    font-weight:lighter;
}
section{
    overflow: hidden;
}
.home-text{
    font-size: 27px;
    font-weight: lighter;
}
.second-font-light{
    font-family: Brandon Grotesque light;
}
.second-font-regular{
    font-family: Brandon Grotesque Regular;
}
.button-default{
    background-color: #181818;
    padding: 20px 50px;
    border-radius: 10px !important;
    border:0;
    font-family: sans-serif;
    font-weight: regular;
}
.background-dark{
    background-color:black;
}
.home-first{
    background-image: url('../image/Image-hero.png');
    background-size: cover;
    background-position:center;
    padding-top:5%;
    padding-bottom: 5%;
}
.fixed-top .nav-item > .nav-link{
    color: #ffffff !important;
}
.video-container{
    max-width: 100%;
    width: 100%;
    box-shadow: -1px -1px 10px #717171;
    border-radius: 3px;
}
/* .video-container video{
    position: absolute !important;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
} */
.default-color{
    color: #FB0204;
}
.default-bg{
    background-color: #FB0204;
}
.secondary-bg{
    background-color: #EC3233;
}
tbody > tr > td:first-child{
    color:#f28d17;
}
.data-table{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 20px;
    border: 1px solid rgb(222, 222, 222);
    overflow: hidden;
}
.data-table > table{
    margin: 0;
}
.nav-tabs > li{
    float: none;
    display: inline-block;
}
.nav-tabs > li > a{
    color:#f28d17;
    font-size: 22px;
}
.nav-tabs{
    display:  block !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-color: #fff #fff #f28d17 !important;
    color:#f28d17;
}

@media(max-width: 510px) {
    .table td, .table th{
        font-size: 0.6em;
    }
    .video-container > .seperate{
        width: 100% !important;
        left: -15% !important;
        display: none;
    }
    .home-first h1{
        font-size: 1.8em !important;
        margin:30px 0 10px;
    }
    .home-first h5{
        font-size: 1em !important;
    }
    .navbar-nav{
        flex-direction: row;
        justify-content: flex-end;
    }
    .video-player{
        font-size:18px !important;
        position: absolute;
    }
    .video-player img{
        max-width: 65px;
        padding: 0px !important;
    }
    .button-default{
        padding: 10px 25px;
        font-size: 16px;
    }
}
.playpause{
    font-size: 100px;
    top: 60%;
    transform: translate(-50%,-50%);
    left: 50%;
    z-index:11;
}
.playpause i{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.playpause:hover i{
    cursor: pointer;
    /*font-size: 130px;*/
}
.sticky.navbar{
    background-color: rgba(0,0,0,0.4) !important;
}
.img-grid{
    max-height: 120px;
    min-height: 120px;
}
.navbar-nav > .nav-item:hover a{
    color:#f28d17 !important;
}
.nav-item .social{
    background-color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1200px){
    .container {
        max-width: 980px;
    }
}
.home-location, .video-section, .contact-section{
    padding-top: 5%;
    padding-bottom:5%;
}
.video-section, .video-section-1, .video-section-2{
    background-image: url('../image/banner1.png');
    background-size:cover;
    background-position: center;
}
.close-video{
    top:-20px;
    right:-20px;
    background-color:white;
}
.video{
    opacity: 0;
    transition:all 0.5s;
}
.video.active{
    opacity:1;
}
.video-player img{
    width:220px;
    padding:0 50px;
}
.video-player{
    font-size:30px;
    font-weight: 600;
    font-family: sans-serif;
    display:flex;
    cursor: pointer;
}
.btn-second{
    background-color: #FB0204;
    padding: 15px 40px;
    width:100%;
    max-width:80%;
    margin:auto;
    border-radius: 10px !important;
    border:0;
    font-family: sans-serif;
    font-weight: 500;
    color:white;
    font-size:26px;
    font-weight: 500;
    opacity: 1 !important;
}
.input-group .form-control{
    font-size: 24px;
    color:black;
    background-color:#ECECEC;
    border:0;
    height: 50px;
    margin-bottom:10px;
    width:100% !important;
}
.input-group .controls{
    width:100%;
}
.input-group .form-control::placeholder{
    color:black;
}
.video-section-2 {
    position: relative;

}
.video-section-2 .video-player{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-section-2 .youtube-video{
    opacity: 0;
}
.video-section-2 .youtube-video.active{
    opacity: 1;
}
#_form_115_{
    width: 100% !important;
}
.map_icon{
    position: absolute;
    width: 31px;
    height: 45px;
    z-index: 999;    
    background: url(https://makeabortionillegalagain.org/image/map_mark.png);
    background-size: contain;
    background-repeat: no-repeat;
}
a.co_js {
    left: 21%;
    top: 70%;
}
a.co_pa {
    left: 54.5%;
    top: 29%;
}
a.co_ny {
    left: 65.5%;
    top: 19%;
}
a.co_ppi {
    left: 73%;
    top: 30%;
}
a.co_princ {
    left: 71%;
    top: 30%;
}
.map_icon:hover{
  width: 40px;
  height: 60px;
}
.button{
  font-family: Brandon Grotesque light;
  font-weight: bold;
  padding: 10px 25px;
  background: #fff;
  color: #000;
  text-decoration: none;
  margin-top: 20px;
}
.button:hover{
  background: #000;
  color: #fff;
  text-decoration: none;
}