@font-face {
    src: url(fonts/Serpiente-Display-Medium.otf);
    font-family: serpiente;
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* Master Styles */
body {
    margin: 0px;
}

.container {
    display: grid;
    grid-template-columns: 1fr;
}

/* Nav Styles */
.nav-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 38px;
}

.left-side {
}

.nav-wrapper > .left-side > div{
    margin-bottom: 10px;
    font-size: 0.9m;
}

.nav-link-wrapper {
    height: 22px;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.5s;
}

.nav-link-wrapper a {
    color: #8a8a8a;
    text-decoration: none;
    transition: color 0.5s;
}

.nav-link-wrapper:hover {
    border-bottom: 1px solid black;
    }

.nav-link-wrapper a:hover{
    color: black
}

/* FONTS */
/* FONTS */
/* FONTS */
/* FONTS */
/* FONTS */
/* FONTS */
/* FONTS */

@font-face {
  font-family: "s7-b-i";
  src: url("fonts/s7-b-i.otf");
  }  
@font-face {
  font-family: "s-7-r";
  src: url("fonts/s-7-r.otf");
  } 
@font-face {
  font-family: "Merriweather-Light";
  src: url("fonts/Merriweather-Light.ttf");
  } 
@font-face {
  font-family: "Merriweather-LightItalic";
  src: url("fonts/Merriweather-LightItalic.ttf");
  } 


/* INDEX */
/* INDEX */
/* INDEX */
/* INDEX */
/* INDEX */
/* INDEX */
/* INDEX */
/* INDEX */
/* INDEX */
/* INDEX */



.title {
font-family: s7-b-i;
font-size: 40px;
margin-left: 100px;
margin-top: 10px;
    margin-bottom: 20px;}

.subtitle {
font-family: Merriweather-LightItalic;
font-size: 10px;
color: darkgray;
margin-left: 150px;
margin-top: 10px;
    margin-bottom: 40px;}







.emma1 {
    height: 700px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 100px;
}

.emma2 {
    height: 500px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 100px;
}

.emma3 {
    height: 500px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 150px;
}

.emma3quer {
    height: 350px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 150px;
}




/* cv */
/* cv */
/* cv */
/* cv */
/* cv */
/* cv */
/* cv */
/* cv */


.title-cv {
font-family: s7-b-i;
font-size: 20px;}

.subtitle-cv {
font-family: Merriweather-Light;
font-size: 12px;}

