@font-face {
    font-family: 'Elephant';
    src: url('Elephant.ttf')  format('truetype');
}
@font-face {
    font-family: 'Sharp-Sans';
    src: url('Sharp-Sans-Semibold.otf')  format('Opentype');
}
body{      
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/*           Typography          */

h1, .h1, h2, .h2, h3, .h3, h4, .h4{
    font-weight: 400;
    margin: 30px 0 15px;
}

h1, .h1 {
    font-size: 52px;
}
h2, .h2{
    font-size: 36px;
}
h3, .h3{
    font-size: 28px;
    margin: 20px 0 10px;
}
h4, .h4{
    font-size: 22px;
}
h5, .h5 {
    font-size: 16px;
}
h6, .h6{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
p{
    font-size: 16px;
    line-height: 1.6180em;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #999999;
    font-weight: 300;
    line-height: 1;
}
h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 60%;
}

.shafi-section{
    position: relative;
}
.shafi-container{
    min-height: 100vh;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.shafi-content{
    min-height: 100vh;
    background-image: url('../images/bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.shafi-image{
    min-height: 100%;
    background-image: url('../images/side.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.shafi-content{
    padding: 15px;
}
.shafi-content h1{
    font-family: 'Elephant';
    margin-bottom: 0px !important;
}
.shafi-content p{
    font-family: 'Sharp-Sans';
    font-weight: 300 !important;
    letter-spacing: 3px;
    padding-bottom: 10px;
}
.shafi-content .subtitle{
    font-size: 23px;
    padding-left: 10px;
}
.shafi-content img{
    display: block;
    margin: 0 auto;
    width: 35%;
}
.shafi-content .shafi-text, .shafi-text a{
    text-align: center;
    color: #93a6a4;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

@media only screen and (min-width : 299px) and (max-width : 479px){
    .shafi-content img {
        width: 80%;
    }
    .shafi-content h1 {
        font-size: 30px;
    }
    .shafi-content .subtitle {
        font-size: 18px;
        padding-left: 0px;
    }
}
@media only screen and (min-width : 480px) and (max-width : 599px){
    .shafi-content img {
        width: 80%;
    }
    .shafi-content h1 {
        font-size: 30px;
    }
    .shafi-content .subtitle {
        font-size: 18px;
        padding-left: 0px;
    }
}