/* General Demo Style */
@import url(//fonts.googleapis.com/css?family=Dosis:200,600);

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; height: 100%;}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    font-family: 'Dosis', Calibri, Arial, sans-serif;
    color: #000;
    background: #fff;
}

a {
    color: #000;
   /* text-decoration: none;*/
}

a:hover {
    color: #000;
}

.container{

    width: 35%;
    margin:150px auto;
}

/* Header Style */
.codrops-top {
    text-transform: uppercase;
    position: relative;
    z-index: 1000;
    font-size: 0.68em;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    line-height: 2.2;
}

.codrops-top a {
    padding: 0 1em;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.2);
    display: inline-block;
}

.codrops-top a:hover {
    color: rgba(255,255,255,0.9);
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    float: left;
    display: block;
}

.hide{
    display: none;
}

.show{
    display: block;
}

.styleb2 h2 {
    font-family: 'Dosis', 'Lato', sans-serif;
    font-size: 70px;
    font-weight: 200;
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15%;
    left: 0;
    letter-spacing: 14px;
    text-align: center;
    opacity: 1;
}

.styleb2 h2,
.styleb2 h2 > span {

    /* Centering with flexbox */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.styleb2 h2 > span {
    margin: 0 15px;
}

.styleb2 p{
    top: 55%;
    font-family: Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
    font-size:20px;
}