@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700');
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('../fonts/MyriadPro-Bold.otf');
    font-weight: bold;
    font-style: bold;
}


/*
	Eventually by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/


/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}


/* Box Model */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* Basic */

@-ms-viewport {
    width: device-width;
}

body {
    -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
    html,
    body {
        min-width: 440px;
    }
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    color: #fff;
}

.container {
    width: 100%;
    height: 100%;
    position: relative;
}

#intro {
    top: 50px;
    right: 3%;
    z-index: 2;
    position: absolute;
    width: auto;
}

.texto-coming {
    margin-left: 20px;
}

.texto-coming h1 {
    font-family: 'MyriadPro-Regular', 'Comfortaa', verdana, arial, sans-serif;
    font-size: 40px;
    color: #fff;
    padding: 10px 10px;
}

.texto-coming p {
    font-family: 'MyriadPro-Regular', 'Comfortaa', verdana, arial, sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 5px 5px;
    line-height: 20px;
}

.texto-coming p a {
    font-family: 'MyriadPro-Regular', 'Comfortaa', verdana, arial, sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.texto-coming p a:hover {
    color: #dce0ec;
}

span.social a i {
    color: #fff;
    text-decoration: none;
    font-size: 26px;
}

.clockcontainer {
    position: absolute;
    top: 20px;
    right: 0px;
}

#fondo {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
}

.button-bio {
    border: 2px solid white;
}


/*****************************************/

.buttons {
    margin-top: 10px;
}

.buttons a {
    margin-right: 30px;
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    line-height: 48px;
    background-color: #eaeaea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: linear-gradient(top, #f6f6f6, #eaeaea);
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
}

.buttons a:active {
    top: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f6f6f6));
    background-image: -webkit-linear-gradient(top, #eaeaea, #f6f6f6);
    background-image: -moz-linear-gradient(top, #eaeaea, #f6f6f6);
    background-image: -ms-linear-gradient(top, #eaeaea, #f6f6f6);
    background-image: -o-linear-gradient(top, #eaeaea, #f6f6f6);
    background-image: linear-gradient(top, #eaeaea, #f6f6f6);
}

.buttons a::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    background-color: #eaeaea;
    -moz-border-radius: 140px;
    -webkit-border-radius: 140px;
    border-radius: 140px;
    opacity: 0.5;
}

.buttons a:active::before {
    top: -9px;
}

.buttons a i {
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding-left: 4px;
}

.buttons a:hover::before {
    opacity: 1;
}

.buttons a.twitter:hover::before {
    background-color: #fff;
}

.buttons a.facebook:hover::before {
    background-color: #dae1f0;
}

.buttons a.dribble:hover::before {
    background-color: #fadae6;
}

.buttons a.rss:hover::before {
    background-color: #f8ebb6;
}

.twitter img {
    vertical-align: -7px;
}

.dribble img {
    vertical-align: -12px;
}

.facebook img {
    vertical-align: -12px;
}

.rss img {
    vertical-align: -7px;
}

.buttons a img {
    border: 0;
}

.footer {
    width: 600px;
    margin: auto;
    margin-top: 100px;
    font-size: 15px;
    font-weight: bold;
    color: #cdcdcd;
    text-shadow: 1px 2px 0 #fff;
}

.footer a {
    color: #bebebe;
    text-decoration: none;
}

.footer a:hover {
    color: #bebebe;
    text-decoration: none;
    border-bottom: 1px dashed #cdcdcd;
}


/*****************RESPONSIVE DESIGN************************/

@media only screen and (min-width: 320px) and (max-width: 639px) {
    #intro {
        top: 200px;
        left: 1%;
        z-index: 2;
        position: absolute;
        width: 300px;
    }
    .texto-coming h1 {
        font-family: 'Comfortaa', verdana, arial, sans-serif;
        font-size: 30px;
        text-align: left;
        color: #fff;
        padding: 10px 10px;
    }
    .buttons a {
        margin-right: 10px;
        width: 32px;
        height: 32px;
        display: inline-block;
        position: relative;
        line-height: 32px;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
        border-radius: 16px;
    }
    .buttons a:active::before {
        top: -9px;
    }
    .buttons a i {
        font-size: 18px;
        color: #fff;
        text-align: center;
        padding-left: 3px;
        padding-top: 2px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    #intro {
        top: 50px;
        bottom: 10px;
        right: 3%;
        z-index: 2;
        position: absolute;
        width: 300px;
    }
    .buttons a {
        margin-right: 10px;
        width: 40px;
        height: 40px;
        display: inline-block;
        position: relative;
        line-height: 40px;
    }
    .buttons a i {
        font-size: 24px;
        color: #fff;
        text-align: center;
        padding-left: 3px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #intro {
        top: 50px;
        bottom: 10px;
        right: 3%;
        z-index: 2;
        position: absolute;
        width: 300px;
    }
    .buttons a {
        margin-right: 10px;
        width: 40px;
        height: 40px;
        display: inline-block;
        position: relative;
        line-height: 40px;
    }
    .buttons a i {
        font-size: 24px;
        color: #fff;
        text-align: center;
        padding-left: 3px;
    }
}