@charset "utf-8";
/* CSS Document */

html {
    font-family: 'Questrial', sans-serif;
}

body {
    min-width: 320px !important;
}

a {
    color: #fff;
    text-decoration: none;
    padding-bottom: 0.01em;
}

a:hover {
  border-bottom: 1px solid white;
}

p.contact i {
    margin-right: 1em;
    font-size: 1.1em;
}

h1 {
    font-size: 0.9em;
    padding-top: 1em;
    font-style: normal;
    color: #fff;
    float: left;
    padding-right: 0.5em;
    padding-left: 0.5em;
}

p {
    font-size: 1em;
    font-style: normal;
    color: #fff;
    padding-top: 1em;
}

p.bio {
    font-size: 1.1em;
    padding-bottom: 2em;
    line-height: 1.2em;
}

p.contact {
    font-size: 1em;
    padding-top: 0.75em;
}


footer p {
    float: left;
    font-size: 0.9em;
}

footer p:first-child  {
    padding-left: 2em;
}

.socials {
    font-size: 1.4em;
    padding-top: 1em;
}

a.social-ico {
	margin-right: 0.5em;
	padding-bottom: 0.01em;
}

a.social-ico:hover {
	border-bottom: 1px solid white;
}

.footer {
    padding-bottom: 1em;
}

.main {
    position: relative;
    display: block;
    width: auto;
    height: 100px;
    margin-top: 5em;
    background-repeat: no-repeat;
    background-position: 2em;
    background-image: url("../img/emanuele-surian-studio-logo-w.png");
    background-size: contain;
}

.info {
    position: relative;
    display: inline-block;
    margin-top:1%;
    padding: 2em;
}

footer {
  text-align: center;
    position: absolute;
    display: block;
    bottom: 0px;
    width: 100%;
    margin: auto;
    margin-bottom: 3px;
    padding: 3px 0 3px 0;
}

@media screen and (min-width : 320px) and (max-width : 425px) {

    .info {
        margin-top:2%;
        padding-top: 1.3em;
        padding-bottom: 1.3em;
    }

    .main {
    height: 75px;
    margin-top: 2em;
    }

    p.bio {
    padding-bottom: 1.3em;
    }

}