@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1em;
    text-align: center;
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.35);
    line-height: 1.4em;
    color: #eaebdc;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: default;
}

.cf:after,
.cf:before {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
    height: 0;
}

.cf { display: inline-block; }

html[xmlns] .cf { display: block; }

* html .cf { height: 1%; }

.hide { display: none }

.unstyled-list {
    list-style: none;
}

.list-inline li {
    display: inline-block;
}

.m-r-5 { margin-right: 5px }
.m-l-5 { margin-left: 5px }
.m-t-5 { margin-top: 5px }
.m-b-5 { margin-bottom: 5px }

.m-r-10 { margin-right: 10px }
.m-l-10 { margin-left: 10px }
.m-t-10 { margin-top: 10px }
.m-b-10 { margin-bottom: 10px }

.m-r-15 { margin-right: 15px }
.m-l-15 { margin-left: 15px }
.m-t-15 { margin-top: 15px }
.m-b-15 { margin-bottom: 15px }

.m-r-20 { margin-right: 20px }
.m-l-20 { margin-left: 20px }
.m-t-20 { margin-top: 20px }
.m-b-20 { margin-bottom: 20px }

.m-r-25 { margin-right: 25px }
.m-l-25 { margin-left: 25px }
.m-t-25 { margin-top: 25px }
.m-b-25 { margin-bottom: 25px }

.p-r-5 { padding-right: 5px }
.p-l-5 { padding-left: 5px }
.p-t-5 { padding-top: 5px }
.p-b-5 { padding-bottom: 5px }

.p-r-10 { padding-right: 10px }
.p-l-10 { padding-left: 10px }
.p-t-10 { padding-top: 10px }
.p-b-10 { padding-bottom: 10px }

.p-r-15 { padding-right: 15px }
.p-l-15 { padding-left: 15px }
.p-t-15 { padding-top: 15px }
.p-b-15 { padding-bottom: 15px }

.p-r-20 { padding-right: 20px }
.p-l-20 { padding-left: 20px }
.p-t-20 { padding-top: 20px }
.p-b-20 { padding-bottom: 20px }

.p-r-25 { padding-right: 25px }
.p-l-25 { padding-left: 25px }
.p-t-25 { padding-top: 25px }
.p-b-25 { padding-bottom: 25px }

a { text-decoration: none }

a:hover,
a:hover i {
    cursor: hand;
    cursor: pointer;
}

a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #eaebdc;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

p {
    padding-bottom: 15px;
}

hr {
    border: 0 none;
    height: 1px;
    width: 100%;
    background-color: #B9BAAB;
    margin-top: 15px;
    margin-bottom: 15px;
}

html {
    background: #000 url("../img/bg.jpg") no-repeat center bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: auto;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: -moz-linear-gradient(top, rgba(23,52,63,1) 0%, rgba(157,160,135,0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(23,52,63,1) 0%,rgba(157,160,135,0.85) 100%);
    background: linear-gradient(to bottom, rgba(23,52,63,1) 0%,rgba(157,160,135,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17343f', endColorstr='#d99da087',GradientType=0 );

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: 100%;
    min-height: 100%;
}

#wrap {
    padding: 20px;
}

#wrap > * {
    font-size: 1.5em;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

header h1 {
    font-size: 5em;
}

header h2 {
    font-size: 2em;
}

figure img {
    -webkit-border-radius: 75px;
    border-radius: 75px;
    -webkit-box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.35);
    -moz-box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.35);
    box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.35);
}

.socials a:hover {
    text-decoration: none;
}

.socials a:hover i {
    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.socials a:before {
    display: none;
}

footer {
    text-transform: uppercase;
}

footer a {
    position: relative;
}

footer a:after {
    position: absolute;
    right: -15px;
    top: -2px;
    display: inline-block;
    content: "|";
}

footer li:last-child a:after {
    display: none;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
    header h1 {
        font-size: 3em;
    }

    header h2 {
        font-size: 1.5em;
    }
}
