/*
Theme Name: Banstudio Name
Author: Soroush Mehraban
Version: 1.0
*/

.slabtexted .slabtext {
    display: -moz-inline-box;
    display: inline-block;
    white-space: nowrap
}

.slabtextinactive .slabtext {
    display: inline;
    white-space: normal;
    font-size: 1em !important;
    letter-spacing: inherit !important;
    word-spacing: inherit !important;
    *letter-spacing: 0 !important;
    *word-spacing: 0 !important;
}

.slabtextdone .slabtext {
    display: block;
    line-height: 0.9;
}

html,
body {
    color: #444;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

body {
    font: 16px/1.8 Georgia, times, serif;
    background: url(img/bg.jpg) center center no-repeat;
    background-size: 100% auto;
    background-size: cover;
}

#main {
    width: 600px;
    height: 210px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    #main {
        width: 80%;
    }
}

.amp {
    font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
    font-style: italic;
    font-weight: lighter;
}

h1,
h2 {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 2px 0 #000;
    font-family: "Droid Serif", serif;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    display: none;
}

h1 {
    margin-top: -2px;
}

h2.final {
    margin-top: 10px;
    padding-top: 3px;
    border-top-color: #fff;
    border-top-color: rgba(255, 255, 255, .5);
    border-top-width: 1px;
    border-top-style: solid;
}

h2 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 2px 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: background-color .2s ease-in;
    -moz-transition: background-color .2s ease-in;
    -webkit-transition: background-color .2s ease-in;
}

h2 a:hover {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
}


/*
h1 .slabtext,
h2 .slabtext{
    line-height: 0.9;
    display: block;
}

.first{
    word-spacing: 1.75px; letter-spacing: 0px; font-size: 44.172px;
}

.second{
    word-spacing: -1px; letter-spacing: 0px; font-size: 75.591px; 
}

.third{
    word-spacing: 0.667px; letter-spacing: 0px; font-size: 25.263px;
}

.forth{
    word-spacing: -0.999px; letter-spacing: 0px; font-size: 49.827px; 
}

.fifth{
    word-spacing: -2.2px; letter-spacing: 0px; font-size: 18.774px; 
}*/