* {
  /*margin: 0;
  padding: 0;*/
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif !important;
}

body {
    color: whitesmoke;
    font-family: 'Open Sans', sans-serif; font-style: normal;
    /* background-image: url("../assets/v02-AC_BGwplants.png"); */
/*    background-image: url("../assets/v03_BG-D.jpg");*/
    height: 1400px;
}

table,td,tr,td>h1 {
    vertical-align: top;
}

td img {
    margin-left: 40px;
    margin-right: -45px;
}

td h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size:20pt;
}
td h2 {
    margin-top: 0px;
    color: lightgray;
    font-size:16pt;
}
#container, #person {
    /*display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;*/
}
#left {
  width: 500px;
  float: left;
  margin-left: 25px;
}
#right {
  width: 50%;
  margin-left: 535px;
  /* Change this to whatever the width of your left column is*/
}
.clear {
  clear: both;
}

.cv-container,.note-container {
    /* position: relative; */
    width: 100%;
    text-align: left;
}

.cv-container .note-text {
    color: black;
}

.cv-container .note-text h5.transcript {
    padding-top: 0px;
    padding-bottom: 5px;
    margin-top: -5px;
    margin-bottom: 0px;
}

.cv-container .note-text h5 a {
    color: navy;
}

.notepad-container {
    height: 240px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 65px;
    margin-bottom: 20px;
}

.notepad {
    width: 300px;
    height: 240px;
    /* background-image: url('../assets/v03_postit_blue.png'); */
    color: white;
    font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: normal;
}

.notepad.elaine {
    background-image: url('../assets/postits/images/v03_postit_green.png')
}

.notepad.derek {
    background-image: url('../assets/postits/images/v03_postit_orange.png')
}

.notepad.matt {
    background-image: url('../assets/postits/images/v03_postit_red.png')
}

.notepad.note-1 {
    color: white;
    font-size: 16px;
}

.notepad.note-1 p {
    /* width: 80%;
    margin: 20px auto;
    margin-left: 25px; */
}

.notepad p {
    margin-left: 10px;
}

.note-text h5 span {
    margin-bottom: 10px;
}

.video-div {
/*    margin-top: 100px;*/
    z-index: 20;
}

.ext-link-container {
    margin-top: 20px;
    margin-left: 20px;
    height: 280px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 360px;
    text-align: center;
    align-items: center;
}

.ext-link {
    width: 180px;
}

.ext-link a, .ext-link a:visited {
    display: block;
    width: 155px;
    height: 120px;
    line-height: 19px;
    background: #4E9CAF;
    /* background: #d0770d; */
    padding: 10px;
    text-align: center;
    border-radius: 0px;
    color: white;
    font-weight: bold;

}

.ext-link.alyssa a, .ext-link.alyssa a:visited {
    background: #194C77;
}

.ext-link.derek a, .ext-link.derek a:visited {
    background: #C75302;
}

.ext-link.elaine a, .ext-link.elaine a:visited {
    background: #5B8226;
}

.ext-link.matt a, .ext-link.matt a:visited {
    background: #984950;
}

.ext-link-container .ext-link a img {
    margin: 4px 35px;
}

.scrolling-content {
    /* position: absolute; */
    background-color: white;
    /* min-height: 650px; */
    /* overflow: hidden; */
    /* width: 460px; */
    /* top:75px; */
    /* z-index: 10; */
}
.under-scrolling-content {
    /* position: absolute; */
    /* background-color: #3d2a90; */
    /* height: 690px; */
    /* min-height: 690px;
    overflow: hidden; */
    /* width: 450px; */
    /* top: 0px; */
    /* left: 50px; */
    /* z-index: 9; */
    text-align: left;
    /* padding-right: 20px; */
    /* cursor: pointer; */
}

.under-scrolling-content h3 {
    /* text-align: right; */
}

.under-scrolling-content h3, .under-scrolling-content h4, .under-scrolling-content h5 {
    color: white;
}

.under-scrolling-content ul {
    list-style-type: none;
    /* width: 90%; */
    margin-left: 10px;
}

.under-scrolling-content li {
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* h3,h4,h5 {
    position: static;
    margin-left: 40px;
    width: 84%;
} */
h3 {
    color: black;
    font-size: 20pt;
}

h4 {
    /* top: 65px; */
    color: white;
    font-size: 14pt;
    font-weight: 600;
    /* margin-bottom: 0px; */
}
h5 {
    color: black;
    font-size: 10pt;
    font-weight: 600;
}
.note-text {
    /* background-image: url('../assets/notebook-1.png'); */
    background-size: 320px;
    background-color: white;
    color: black;
    margin-left: 20px;
    width: 450px;
    height: 300px;
    padding: 10px;
    /* padding-left: 40px; */
    vertical-align: middle;
    line-height: normal;
    border: none;
}

.note-text a {
    border-left: 0 !important;
}

.note-text a:hover {
    border-left: 0 !important;
}

.note-text h4 {
    /* margin-bottom: 10px;
    margin-left: 20px; */
    color: white;
}
.note-text h5 {
    margin-top: 0px;
    color: white !important;
    margin-left: 20px;
}

.note-text h5 div {
    margin-bottom: 5px;
}

.back-to-landing {
    width: 20%;
    float: left;
    margin-left: 25px;
    margin-right: -25px;
    font-size: 24px;
}
.back-to-landing a, .back-to-landing a:visited, .next-profile a, .next-profile a:visited {
    text-decoration: none;
    color: white;
}

.note-text a {
    color: black;
}

.next-profile {
    color: white;
    margin-left: 800px;
}

@media only screen and (min-width: 600px) {
    body {
        width: 100%;
    }
}


/* landing page */
#title-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
#alumni-container {
    display: flex;
    justify-content: space-around;
}
.images {
    text-align: center;
}
.images img {
    width: 175px;
}
.images h2 {
    font-size: 22px;
}
.images h2 {
    font-size: 20px;
}
.images p {
    font-size: 18px;
}
#person {
    margin: 45px;
}
#person img {
    width: 225px;
    float: left;
    padding: 0 20px 20px 0;
}

/* start accordion */
.w3-hide {
    display: none;
}
.w3-show {
    display: block;
}
/* end accordion */

.person-banner {
    background-color: #C75302;
    padding: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 961px;
}
.person-banner.alyssa {
    background-color: #C75302;
}
.person-banner.derek {
    background-color: #984950;
}
.person-banner.elaine {
    background-color: #194C77;
}
.person-banner.matt {
    background-color: #5B8226;
}
.person-image div {
    float: right;
    flex: 0 0 300px;
}
.person-description {
    flex-grow: 2;
    width: 300px;
}
.cv-container {
    margin-bottom: 40px;
}
.note-header {
    width: 450px;
    margin-left: 20px;
    background-color: #C75302;
    color: white !important;
}
.note-header h6 {
    font-size: 22px;
    padding: 10px 20px;
    margin-bottom: 0px;
}
.note-text {
    border: 2px solid #C75302;
}
.note-header.note-links {
    background-color: #984950;
}
.note-text.note-links {
    border: 2px solid #984950;
    overflow: auto;
}
.note-header.note-links.before-hgse {
    background-color: #5B8226;
    cursor: pointer;
    transition: background-color 0.25s ease;
}
.note-header.note-links.before-hgse:hover {
    background-color: #194C77;
}
.note-text.note-links.before-hgse {
    margin-bottom: 0px;
    border: 2px solid #5B8226;
    /* display: none; */
}
.note-header.note-links.after-hgse {
    margin-top: -52px;
    background-color: #194C77;
    cursor: pointer;
    transition: background-color 0.25s ease;
}
.note-header.note-links.after-hgse:hover {
    background-color: #5B8226;
}
.note-text.note-links.after-hgse {
    border: 2px solid #194C77;
    margin-bottom: 0px;
    display: none;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 200;
}
.video-div {
    margin-left: 20px;
    margin-top: 96px;
}
h2 {
    margin-top: 0px;
}
.person-description p {
    margin-top: 0px;
}
#left a {
    color: blue;
    text-decoration-line: underline;
}
#left a:visited {
    color: purple;
}
a:hover {
    border: unset;
    outline: 3px solid black;
}