body {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 50px 0px 30px 0px;
  font-size: 13px;
  text-align: center;
}

h1{
    font-size: 15pt;
    text-align: left;
    letter-spacing: .5px;
    font-weight: 500;
    color: black
}

h1 a{
    text-decoration: none;
    color: black;
    transition: all .2s ease-in-out;
}

h1 a:hover{
    text-decoration: none;
    color: gray;
}

nav ul {
    text-align: right;
}

nav ul li{
    display: inline;
    text-align: center;
    color: black;
    text-decoration: none;
    letter-spacing: .8pt;
}

nav ul li a{
    padding: 10px 15px 10px 15px;
    color: black;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

nav ul li a:hover {
    color: #fff;
    background-color: black;
    border-radius: 5px;
}

h4 {
    font-weight: 600;
    font-size: 30pt;
    color: black;
    margin-top:60px;
    margin-bottom: 100px;
    letter-spacing: 1px;
    text-align: left;
}

h4 a{
    text-decoration: none;
    color: black;
    transition: all .2s ease-in-out;
}

h4 a:hover {
    text-decoration: none;
    color: gray;
}

h3 {
    margin-bottom: 100px;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 1px;
}

.box1 {
    background-color:#F8F8F8;
    height: 400px;
    margin-bottom:25px;
    border-radius: 5px;
}

.box1:hover {
    background-color:#696969;
}

.box1 a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    box-shadow: 0px 25px 103px -15px rgba(0,0,0,0.33);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.box1 a img:hover {
    box-shadow: 0px 46px 103px -4px rgba(0,0,0,0.33);
}

.box1 p {
    font-size:16px;
    font-weight: bold;
    letter-spacing: .7pt;
    line-height: 20px;
    color: #000;
    text-align: left;
    padding-top: 10px;
    position: absolute;
    padding: 15px 15px 15px 15px;
}

.box2 {
    background-color:#F8F8F8;
    height: 400px;
    margin-top: 20px;
    margin-bottom:25px;
    border-radius: 5px;
    box-shadow: 0px 46px 103px -4px rgba(0,0,0,0.33);
}

.box2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all .2s ease-in-out;
    border-radius: 5px;
}

h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    letter-spacing: 1pt;
    margin-top: 25px;
    line-height: 17pt;
}

.aboutme {
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    color: gray;
    letter-spacing: 1pt;
    margin-top: -15px;
    line-height: 17pt;
}

.resumetitle {
    margin-top: 25px;
}

.resumetitle a{
    text-decoration: none; 
    color: #696969;
    font-size: 9pt;
    font-weight: 700;
    padding: 10px 10px 10px 10px;
    border: 1px solid lightgray;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}

.resumetitle a:hover{
    text-align: center;
    color: #696969;
    font-size: 9pt;
    font-weight: 700;
    margin-top: 25px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #696969;
    border-radius: 5px;
}

.company {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: gray;
    letter-spacing: 1pt;
    margin-top: -18px;
    line-height: 17pt;
}

.resume {
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    color: gray;
    letter-spacing: 1pt;
    line-height: 17pt;
    margin-top: 5px;
}

.resume ul li{
    text-indent: -19pt;
    padding-left: 19pt; 
}

h5 {
    font-size: 9pt;
    text-align: left;
    color: gray;
    font-weight:400;
    letter-spacing: .8pt;
    line-height: 25px;
}

h6 {
    font-size: 9pt;
    text-align: right;
    color: gray;
    font-weight:400;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: .8pt;
}

h6 a {
    color: gray;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

h6 a:hover {
    color: black;
}

h7 {
    font-weight: 600;
    font-size: 30pt;
    color: black;
    margin-top:60px;
    margin-bottom: 100px;
    letter-spacing: 1px;
    text-align: left;
}

section h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1.5pt;
    margin-top: 25px;
    line-height: 17pt;
}

section form {
    max-width: 400px;
    margin:0 auto 25px;
}

input, textarea{
    width: 100%;
    padding: 10px;
    float:center;
}

[type="submit"] {
    max-width: 100px;
}


textarea {
    height: 170px;
    width: 100%;
}

section form .contact-info-group label{
    font-size: 9pt;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}

section form label {
    font-size: 9pt;
}

section form label span{
    display:block;
}

