.text-black { color: #000; }

#header a { color: #000000; }

body {
    overflow-x: hidden;
    width: 100%;
}
#jobs a { 
    text-decoration: none; 
}

/** Navigation Bar Color  ***/
.bg-dark-blue { background-color: #0D87B1 !important; }

.text-dark-blue { color: #0D87B1 !important; }

.text-small { font-size: small; }

.nav-link a {
    color: #FFF;
    text-decoration: none;
}

.text-capitalize {
    text-transform: capitalize;
}

/*** Navigation **/

header.masthead {
    margin-bottom: 20px !important;
    background: no-repeat center center !important;
    background-color: #868e96 !important;
    background-attachment: scroll !important;
    position: relative !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

    header.masthead .overlay {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        height: 100% !important;
        width: 100% !important;
        background-color: #212529 !important;
        opacity: .5 !important;
    }

    header.masthead .page-heading, header.masthead .post-heading, header.masthead .site-heading {
        padding: 20px 0 10px !important;
        color: #fff !important;
    }

    

@media only screen and (min-width: 768px) {
    header.masthead .page-heading, header.masthead .post-heading, header.masthead .site-heading { padding: 20px 0 }
}

header.masthead .page-heading, header.masthead .site-heading { text-align: center }

header.masthead .page-heading h1, header.masthead .site-heading h1 {
        font-size: 50px !important;
        margin-top: 0 !important;
    }

 header.masthead .page-heading .subheading, header.masthead .site-heading .subheading {
        font-size: 24px !important;
        font-weight: 300 !important;
        line-height: 1.1 !important;
        display: block !important;
        margin: 10px 0 0 !important;
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif
    }

@media only screen and (min-width: 768px) {
    header.masthead .page-heading h1, header.masthead .site-heading h1 { font-size: 70px; }
}

header.masthead .post-heading h1 { font-size: 30px }

header.masthead .post-heading .meta, header.masthead .post-heading .subheading {
    line-height: 1.1;
    display: block
}

header.masthead .post-heading .subheading {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 30px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif
}

header.masthead .post-heading .meta {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    font-family: Lora, 'Times New Roman', serif
}

header.masthead .post-heading .meta a { color: #fff }



@media only screen and (min-width: 768px) {
    header.masthead .post-heading h1 { font-size: 55px }

    header.masthead .post-heading .subheading { font-size: 30px }
}

col.job-column {
    width: 30%;
}

@media only screen and (max-width : 320px) {
    col.job-column{
        width: 100%;
    }
}

/* SUB MENU -------------------------------------------------------------- */
ol, ul, li {
    list-style: none;
    list-style-type: none;
}


.subMenu ul {
    display: inline;
}

.subMenu ul li {
  margin: 0 1.5px;
  width: auto;
  height: 29px;
}

#subMenu > ul li .selected {
    font-weight: bold;
}

#subMenu > ul li span,
#subMenu > ul li a {
    line-height: 26px;
    color: #006FB6;
    padding-top: 5px;
    padding-left: 3px;
    padding-right: 3px;
    float: left;
}
#subMenu > ul li a:hover {
    color: #006fb6;
}

#subMenu > ul li a:active {
    color: #006fb6;
}
    /*=========================HOME PAGE====================================*/
section.masthead {
    background-image: url("../images/bg_1.jpg");
    background-size: cover;
    background-position: center center;
    min-height: 600px !important;
}
.overlay1 {
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.layer {
    width: 100%;
    max-width: 100%;
    position: absolute !important;
    top: 40% !important;
    z-index: 1 !important;
    color: #333333 !important;
}

.jobtext {
    font-size: 3.5rem;
    color: #eee;
    font-family:'Times New Roman', Times, serif;
}

/*Why choose Jobs4Moi*/
.narrow {
    margin-bottom: 0;
    padding: 2rem 0 3.5rem;
    border-radius: 0; 
}

.heading {
    font-size: 1.9rem;
    font-weight: 400;
    margin-bottom: .5rem;
}

.heading-underline1 {
    width: 7rem;
    height: .15rem;
    background-color: #00ace6;
    margin: 0 auto .5rem;
}

.heading-underline2 {
    width: 5rem;
    height: .15rem;
    background-color: #00ace6;
    margin: 0 auto 6rem;
}

.feature h3 {
    font-size: 1.3rem;
    font-weight: 500;
    padding-bottom: .4rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.feature blockquote {
    font-size: 1.1rem;
    color: #4d4d4d !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-left: 1rem;
}

.job-display {
    background-color: rgb(250, 251, 252);
    padding-top: 3rem;
}

.jobhead {
    padding-bottom: 3rem;
}

.recent {
    font-size: 2rem;
}

.fixed-background {
    height: 450px;
    background-image: url("../images/bg_1.jpg");
    z-index: -1;
}

.dark {
    height: 450px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 7rem 2rem;
}

.fixed-background h3 {
    font-size: 4rem;
    font-weight: 100;
    font-family:'Times New Roman', Times, serif;
}

.fixed-background p {
    padding-bottom: 1rem;
   font-size: 2rem;
   font-weight: 300;
   font-family: 'Times New Roman', Times, serif;
}

  /*footer*/
.foot {
    background-color: rgb(1, 9, 18);
    width: 100%;
    padding: 4rem 2rem 0 7rem;
    color: white;
}

.text1 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    padding-right: 1.5rem;
}

.text2 {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.5);
}

.foot2 a:link, a:visited {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.foot2 a:hover {
    color: white;
}

.foot2 a:active {
    font-size: 1.1rem;
    color: blue;
}

.foot5 {
    color: rgba(255, 255, 255, 0.5);
}

.fa-phone {
    margin-right: 2rem;
    margin-bottom: 2rem;
}

.fa-envelope {
    margin-right: 2rem;
}

.fa-facebook-square, .fa-twitter-square, .fa-instagram {
    margin-right: 1.5rem;
}


/*about*/
.heading-underline3 {
    width: 7rem;
    height: .15rem;
    background-color: #00ace6;
    margin: 0 auto .5rem;
}

.heading-underline4 {
    width: 5rem;
    height: .15rem;
    background-color: #00ace6;
    margin: 0 auto 2rem;
}




