@charset "UTF-8";

html, body {

    margin: 0;
    padding: 0;
    text-align: center;

}

h1, h2, p, a {
    margin: 0;
    padding: 0;
}

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


body {
    background-color: white;
    font-family: Helvetica, Arial, sans-serif;
}

header {
    height: 400px;
}

.heading {
    font-size: 300px;
    font-weight: bold;
    margin-top: 0%;
    text-align: right;
    margin-right: 105px;
}

.h2 {
    font-size: 100px;
    font-weight: bold;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    position: absolute;
    right: 5px;
    top: 50px;

}

nav {
    height: 70px;
    text-align: left;
    word-spacing: 130px;
}

a {
    color: black;
    font-style: bolder;
    text-align: left;
    font-weight: 1000;
    font-size: 30pt;
    margin-left: 20px;
    padding: 10px;
    border: 20px;
    text-decoration: none;
}

a:hover {
    color: red;
}

hr.new { 
    width: 63.4%;
    position: absolute;
    left: 0px;
    border: 4px solid black;
}

main {
    margin-top: 50px;
    font-size: 14pt;
    width: 60%;
    text-align: left;
    margin-left: 0 auto;
    padding: 20px;
    margin-left: 50px;


}

section {
    text-align: left;
}

span {
    font-style: bolder;
    font-size: 30pt;
    font-weight: 1000;
}

.contactinfo {
    display: flex;
    justify-content: space-between;
}
.contactinfo div {
    padding: 10px;
}

img {
    display: block;
    position: absolute;
    right: 100px;
    top: 163px;
    max-width: 100%;
    z-index: -1;
}

/*
.name {
    max-width: 100%;
    height: auto;
}
*/