body {
    font-family: 'Raleway',sans-serif;
}

html, body
{
    height: 100%;
}

#home {
	width: 100%;
    height: 100%;
}

#parallax-home {
	background-image: url("../img/parallax/background.jpg");
    background-size: cover;
    background-position: 50% 0px;
    height: 100%;
    background-position-x: 50%!important;
}

.parallax {
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
}

.parallax-overlay-pattern {
    background-image: url("../img/patterns/overlay-pattern.png")!important;
    background-color: rgba(44,62,80,0.5);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
}

.beta {
	position: absolute; top: 0; right: 0; border: 0;
}

.fullscreenDiv {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.centerCover {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 480px;
    margin-top: -240px;
    margin-left: -160px;
    text-align: center;
    font-size: 12px;
    line-height: 23px;
    color: #FFFFFF;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 310px;
    height: 470px;
    margin-top: -235px;
    margin-left: -155px;
    text-align: center;
    font-size: 12px;
    line-height: 23px;
    color: #FFFFFF;
    // background-color: rgba(255,255,255,0.1);
    // border: 1px dashed white;
    // -webkit-border-radius: 200px 155px;
    //-moz-border-radius: 200px 155px;
    //border-radius: 200px 155px;
    -vendor-animation-duration: 10s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite;
}

#title {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 45px;
    -vendor-animation-duration: 10s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite;
}

.firstname {
	color: #FFFFFF; /*#27ccc0;*/
}
.lastname {
	color: #FFFFFF;
}

.subTitle {
    font-size: 18px;
    font-weight: 100;
    -vendor-animation-duration: 10s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite;
}

.line {
    width: 100%;
    border-bottom: 1px dotted #DDDDDD;
    -vendor-animation-duration: 10s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite;
}

.content {
    font-size: 18px;
    font-weight: 100;
    -vendor-animation-duration: 10s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite;
}

.sharingKit {
    margin-top: 50px;
    font-size: 15px;
    font-weight: 100;
    -vendor-animation-duration: 10s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: 10;
}

.social {
    padding: 6px;
    opacity: 0.4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    filter: alpha(opacity=0.4) ; /* For IE8 and earlier */
}

.social:hover {
    padding: 6px;
    opacity: 100;
    filter: alpha(opacity=100) ; /* For IE8 and earlier */
}

.social img {
	width: 45px;
}
