

body, html {
    height: 100%;
    width:auto;
    margin:0%;
    overflow:hidden;

}

body {
    font-weight: 200;
    font-size: 1.5rem;
}


.intro-left {
    background: url(../img/avatar2.jpg);
    position: absolute;
    left: 0;
    color:black;
}

.h1{
  font-family: "papyrus";
  font-weight: bold;
}

.h2 {
  font-style: italic;
  font-size: medium;
}

h3 {
    color: black;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.outset {
    border-style: outset;

}
@media (max-width: 768px) {
    .intro-left {
        height: 30vh;
        margin-bottom: 0;
        position: absolute;
        width: 100%;
        
    }
}
.avatar {
    width:60%;
    height:60%;
    border-radius: 40%;
    margin:1rem;
    
}
.full-height {
    height: 100%;
}
.quote {
    float: right;
    font-size: medium;

}
.blockquote {
    font-size: x-large;
    font-family: Roboto-Black;
    color: black;

}
section {
    margin: 1rem;
}
.panel-right {
    overflow-y: scroll;
    height:100vh;
    background-image: url(../img/blend2.jpg);
    background-color: whitesmoke;
    background-blend-mode:luminosity;
}


  
.link{
    color: red;
    text-decoration: none !important;
}

a {
    color: black;
    text-decoration: none !important;
}
a:hover{
    color: black;
}
.navbar {
    background-color: #2D2319;  
}

h1{
    font-family:"Monaco";
    text-decoration: underline;
}


