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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    height: 100%;
}

img {
    max-width: 100%;
}

p {
    line-height: 1.35;
    margin-bottom: 1rem;
}

body {
    background: url("assets/COVER.jpg");

    background-color: #F9F8F4;
    height: 100%;
    font-family: "Times New Roman";
    text-align: center;
}

.landing {
    display: flex;
    align-items: center;
    justify-content: center;
}
.name {
    font-size: 4rem;
}

.title {
    font-weight: bold;
    font-size: 1rem;
    margin-top: 5px;
}

.logo{
    min-height: 314px;
}

.intro-link {
    font-family: Verdana;
    margin-top: 50px;
}

.intro-link a {
    font-size: 1.2rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro-link a img {
    width: 60px;
    transform: rotate(242deg);
    left: -35px;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 235px;
}

@media only screen and (min-width: 1200px) {
    body {
        background: url("assets/COVER.jpg");
    }
    .logo{
        min-height: 468px;
    }
    .container {
        max-width: 350px;
    }

    .name {
        font-size: 5.7rem;
    }

    .title {
        font-size: 1.35rem;
    }

    .intro-link a {
        font-size: 1.35rem;
    }
}


.intro {
    width: 90%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.intro h2 {
    padding-top: 50px;
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-weight: bold;
}

.section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.leaf-wrapper {
    width: 100px;
    height: 100px;
    margin-top: 40px;
}


.experience h2 {
    padding-top: 70px;
}

.experience .leaf-wrapper img {
    left: -11px;
    transform: rotate(242deg);
    width: 100%;
    bottom: 0;

}

.services .leaf-wrapper img {
    transform: rotate(45deg);
    left: -26px;
    bottom: 0;
}
.contact{
    margin-bottom: 50px;
}
.contact p {
    margin-top: 20px;
}
