/* override homepage */

header {
    height: 80vh;
}
.social ul li.padding{
    padding-left: 10px;
}

/* override pagina portfolio */
header .top-bar nav.desktop ul li {
    margin: 8px 0 0 20px;
    font-weight: 700;
    font-size: 1.4em;
}
header .content .explore {
    font-size: 1.2em;
}
.margin-bottom {
    margin-bottom: 0px;
}
.social ul li{
    font-size: 2.5em;
}
.title h3 {
    font-family: "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #a8a8a8;
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
    font-size: 3em;
}
footer .fixed-width.center.flex .left ul li{
    font-size: 2.5em;
}
footer .flex .right p{
    font-size: 2.5em;
}
/* override pagina */

.about-me{
    font-size: large;
}

/* override icone */

.sprite { background: url('../img/sprite.png') no-repeat top left;}
.sprite.my_work { background-position: 0 -303px; width: 135px; height: 143px; }

/* ovveride footer */
.fixed-width.center.flex p{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.65em;
}

section#about,section#hire-me {
    margin-bottom:30px;
}

.content.flex.fixed-width .right{
    min-height: 437px;
}

/* per video */

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.margin-bottom-video,.margin-bottom-images{
    margin-bottom:20px;
}
.margin-top{
    margin-top:30px;
}

#success span, #error span {
    display: block;
    position: absolute;
    width: 80%;
    top: 84%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 80px auto;
    font-size: small;
}
form#contact input, textarea{
    font-size: 17px;
}
.hire-me .form button {
    font-size: 1.85em;
}
.title.text-center.margin-top{
    font-size: 17px;
}
.container,.container.video{
    width:100%;
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
    #about{
        text-align: unset;
    }
}
span.author-frase {
    font-size: medium;
}
