/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

html { font-size: 62.5%; }

body {
    background: url(../img/bg_noise.jpg);
    padding: 25px 0 0 25px;
}

.container{
    /*max-width: 1080px;*/
}

img{
    width: 100%;
}

header{
    /*width: 90%;
    margin: 4% auto;*/
}

header .logo_header h1{
    font-family: AGaramondPro-Regular;
    font-weight: normal;
    margin: 0;
    font-size: 4rem;
    line-height: 1;
}

header .logo_header p{
    font-family: "MyriadPro-Regular";
    font-size: 1.4rem;
    margin: 0;
    line-height: 1.4;
}

.ttl-sub{
    font-family: "MyriadPro-Regular";
}


.profile-block p{
    margin:3rem 0 5px;
    font-size: 1.4rem;
}


ul,li{
    margin: 0;
    padding: 0;
}
ul.prof-icon{
    display: flex;
}
ul.prof-icon li{
    width: 25px;
    margin-right: 10px;
    list-style-type: none;
}


footer{
    position: fixed;
    bottom: 2%;
}

