/*   
Theme Name: MMDWC
Author: MATTIEU MOREAU WEB CONCEPTION
Author URI: http://www.mattieumoreau.com
*/


/* 
-------------------------------------------------------------------------------*/

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

@font-face {
    font-family: 'panamamonospace';
    src: url('../FONTS/panama_monospace-webfont.woff2') format('woff2'), url('../FONTS/panama_monospace-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*-------------------------------------------------------------------------------*/


/* CSS
-------------------------------------------------------------------------------*/

html,
body {
    width: 100%;
    padding: 0;
    margin: 0
}

body {
    font-size: 0px;
    color: black;
    letter-spacing: 0px;
    font-family: 'panamamonospace';
}

a,
a:active,
a:visited {
    color: black;
    text-decoration: none;
}

a:hover span {
    /*color:rgb(0, 255, 0);*/
    border-bottom: 1px solid;
}

#wrapper {
    font-size: 2vw;
    line-height: 2.5vw;
}

* {
    -webkit-overflow-scrolling: touch;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent;
    !important;
    text-decoration: none !important;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.name {
    display: inline;
}

h2,
h1 {
    display: inline;
    /*! position: relative; */
    border-bottom: 1px solid;
    font-weight: normal;
}

.year {
    font-size: 0.7vw;
    margin-left: 8px;
    border-bottom: 1px solid;
    position: relative;
    bottom: 6px;
    line-height: 0.7vw;
    margin-right: 5px;
}

section {
    text-transform: lowercase;
    padding: 1vw;
}

#contact {
    padding: 0vw 1vw;
    position: fixed;
    bottom: 1vw;
}

section a:hover .year {}

section a:hover span {
    color: #ff5040;
}

body.friends_relative #friends {
    position: relative;
}

#friends {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-bottom: 1vw;
    padding-top: 1vw;
}

#contact .year {
    text-transform: uppercase;
}

footer,
header {
    display: none
}

@media(max-width:991px) {
    #wrapper {
        font-size: 20px;
        line-height: 30px;
        width: 100%;
        overflow-x: hidden;
        /*! font-weight: bold; */
    }
    .year {
        font-size: 10px;
        line-height: 10px;
        bottom: 4px;
        font-weight: normal;
    }
    section {
        text-transform: lowercase;
        padding: 10px;
    }
    #contact {
        padding: 10px;
        position: relative;
    }
    #friends {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding-bottom: 30px;
        padding-top: 30px;
    }
}