@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,700italic,700,600italic,600,400italic,300italic,300,100italic,100");
@import url("https://fonts.googleapis.com/css?family=Karla:400,400italic,700italic,700");
@import url("http://weloveiconfonts.com/api/?family=entypo");
@import url("http://weloveiconfonts.com/api/?family=zocial");

[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

body {
    background-color: #333333;
    margin: 0 auto;
}

h1 { font-size: 15px;}
h2 { font-size: 10px;}
h3 { font-size: 13px;}

h1 {
    font-weight: 500;
    color: grey;
    line-height: 1.1;
    font-family: "Josefin Sans" ,sans-serif;
}

h2 {
    font-weight: 500;
    color: grey;
    line-height: 1.1;
    font-family: "Josefin Sans" ,sans-serif;
}

h3 {
    font-weight: 500;
    color: grey;
    line-height: 0.5;
    font-family: "Josefin Sans" ,sans-serif;
}


.temporary {
    background-color: #333333;
}

.shortcaption {
    position: absolute;
    width: 100%;
    bottom: 30%;
    text-align: center;
}

.socialmedia {
    color: grey;
}

.underconstructionlogo {
    position: absolute;
    width: 110px;
    height: 110px;
    top: 45%;
    left: 50%;
    margin: -75px 0 0 -55px;
}

.box {
    font-size: 11px;
    line-height: 22px;
    margin: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-family: entypo;
    color: #ffffff;
    background: grey;
    text-align: center;
    display: inline-block;
    transition: 0.6s ease;
    float: left;
}

.box:hover {
    color: #333333;
    background-color: yellow;
    transition: 0.6s ease;
}

.socialwrapper {
    position: absolute;
    width: 100%;
    bottom: 2%;
    text-align: center;
}

.sociallink {
    position: absolute;
    width: 210px;
    height: 50px;
    bottom: 10%;
    left: 50%;
    margin: -100px 0 0 -105px;
}



