@import url(http://fonts.googleapis.com/css?family=Arimo);
/* #################################
Custom Color Scheme for OH! Design
by Stringz Web & Graphics
################################# */
@font-face {
    font-family: 'serifa_btroman';
    src: url('web-fonts/serifrm-webfont.eot');
    src: url('web-fonts/serifrm-webfont.eot?#iefix') format('embedded-opentype'),
         url('web-fonts/serifrm-webfont.woff') format('woff'),
         url('web-fonts/serifrm-webfont.ttf') format('truetype'),
         url('web-fonts/serifrm-webfont.svg#serifa_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: 'serifa_btroman', Georgia, Arial, serif;
    font-weight: normal;
    color: #363434;
    line-height: 1.2;
    overflow-x: hidden;
}

/***** These rules are for the hiring page
ID have been used so that they don't conflict
or override any existing css meant for other pages
**************************************************/
#hiring {
    background: #000 url('../img/jobs_background.jpg') no-repeat;
    background-size: 100%;
}
#level1>img {
    margin-top: 2em;
    margin-left: 5%;
    margin-bottom: 2em;
}
#level2 {
    background: white url('../img/about-bg.jpg') no-repeat scroll right;
    max-width: 95%;
    /*min-height: 500px;  keep it */
    margin-left: 5%;
    padding-left: 3em;
    padding-top: 3em;
    padding-bottom: 3em;

}
#l2-left {
    background-color: #ddd;
    padding: 2em;
    margin-right: 30%;
}
.orange-head {
    color: #f50;
}
.grey-head {
    color: #828281;
}
.oh-head {
    font-family: Georgia, Arial, serif;
    font-style: italic;
    font-weight: bold;
    font-size: 40px;
    line-height: 30px;
    vertical-align: baseline;
    text-transform: uppercase;
}
.hire-head {
    font-family: Georgia, Arial, serif;
    font-style: italic;
    font-weight: bold;
    font-size: 40px;
    line-height: 30px;
    vertical-align: baseline;
    text-transform: uppercase;
}
#l2-hr {
    width:70%;
    float:left;
    border: 1px solid #828281;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-pad {
    margin-left: 5.5%;
}

.left-pad {
    padding-left: 0px;
}

.joblink {
    font-family: Georgia, Arial, serif;
    
    padding-top: 3%;
    font-size: 22px;
    margin: 0px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}
.joblink>a {
    color: #777371;
    text-decoration: none;
}
.joblink>a:hover {
    color: #ff5500;
    text-decoration: none;
}
#followus,
#social-links {
    margin-top: 3%;
}
#footer-inner {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: Georgia;
    font-style: italic;
    font-size: 10px;
    line-height: 18px;
}