body {
  font-family: "Montserrat", sans-serif;
  color: black;
  background: #222;
  margin: 0em;
}
h1{
    font-size: 2em;
    font-weight: 500;
    text-transform: uppercase;
}
h2{
    font-size: 1.6em;
    font-weight: 500;
    text-transform: uppercase;
}
h3{
    font-size: 1.2em;
    font-weight: 100;
}
h4{
    font-size: 1em;
    font-weight: 100;
}
h5{
    font-size: 1em;
    font-weight: 100;
}
h6{
    font-size: 1em;
    font-weight: 100;
}
p{
    padding: 5px; 
    margin: 1px;
}
a:hover{
    color: greenyellow;
}
a{ 
text-decoration: none;
color: darkorange;
}

#work, #education, #awards {
    border-top: solid black 1px;
    padding-bottom: 1.5em;
}
.about-pic{
    border-radius: 50%;
    max-width: 250px;
}
nav {
  overflow: hidden;
  display: grid;
  grid-template-columns: [begin-edge] 260px [mid-half] 1fr [end-edge];
}
#brand {
font-size: 2em;
text-align: right;
grid-column: begin-edge/mid-half; 
}

#brand a:hover {
  color: white;
  background-color: transparent;
}

#myTopnav{
    grid-column: mid-half/end-edge;
    line-height: 2.5em;
    background-color: transparent;
}

.topnav ul {
    float: right;
    padding: 0;
    margin: 0;  
}
.topnav a {
  float: left;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1em;
}

.topnav a:hover {
  background-color: greenyellow;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 650px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    }
}

@media screen and (max-width: 650px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    float: right;
    clear: both;
    }
}
.topnav.responsive a {
    clear: both;
    float: none;
    display: block;
    text-align: center;
}

.active {
  background-color: darkorange;
  color: white;
}
#splash-main {
    min-height: 30em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: whitesmoke;
    font-size: 1.5em;
    line-height: 2em;
    background-image: url(../_images/glacierwalk.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
}
.main-content{
    background-color: white;
    padding: 1em 1em;
    overflow: auto; 
    clear: both;
}
footer {
    color: white;
    align-content:stretch;
    text-align: center;
    padding: .5em .5em;
    margin: 0em;
    clear: both;
}
