::-webkit-scrollbar {
	background-color: #202324;
}

::-webkit-scrollbar-thumb {
	background-color: #454a4d;
}

body {
    font-family: Calibri;
    background-color: #131516;
    color: papayawhip;
    min-width: 1000px;
}

h2 {
    margin-bottom: 5px;
}

a {
	color: #2edfda;
    text-decoration: none;
}

.light {
    background-color: papayawhip;
    color: black;
}

.light .pdf {
    background: white;
    box-shadow: 0rem 0rem 1.5rem 0rem rgb(19, 21, 22);
}

.holder {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdf {
    background: rgb(19, 21, 22);
    box-shadow: 0rem 0rem 1.5rem 0rem #A6A6A6;
    width: 83%;
    max-width: 1100px;
    display: inline-block;
    text-align: left;
    padding: 5% 8%;
}

.title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.name a{
    font-size: 50px;
    color: blanchedalmond;
}

.details {
    display: block;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* width: 100%; */
}

.column {
    display: flex;
    flex-direction: column;
    flex-grow: 100%;
    flex: 1;
}

.pad-top {
    margin-top: 15px;
}

.pad-left {
    margin-left: 15px;
}

.experience {
    margin: 15px;
    margin-bottom: 30px;
}

.experience .row{
    margin: 6px 0;
}

.experience .row:nth-child(odd) {
    background-color: rgb(57, 55, 55);
}

.light .experience .row:nth-child(odd) {
    background-color: rgb(237, 235, 235);
}

.catagory {
    font-weight: bold;
}

.bottom-padding {
    padding-bottom: 7%;
}

.bold-underline {
    text-decoration: underline;
    font-weight: bold;
}

.date {
    margin-left: 10px;
}

.philosophy {
    padding: 10px;
}

.date{
    margin-left: 10px;
}

.indent {
    padding-left: 15px;
}

.experience .row > .column:first-child, .col-names.row > div:first-child  {
    max-width: 380px;
}

.text-right {
    text-align: right;
}

#svg {
    float: right;
    cursor: pointer;
}
