h1 {
    color: #102a72;
    font-size: 15px;
    font-family: 'sourcesansproreg';
    font-weight: normal;
}

h2 {
    color: #102a72;
    font-size: 15px;
    font-family: 'sourcesansproreg';
    font-weight: normal;
}

#header {
    margin-top: 25px;
    padding-bottom: 4px;
    margin-bottom: 7px;
    border-bottom: 1px solid rgb(160, 160, 160);
    font-family: 'emotionengine';

}

#projsource {

    color: inherit;
}

#projsource:hover {
    color: #102a72;
}

#headshot {
    border-radius: 0px;
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 30px;
    width: 290px;
    height: 340px;
    float: right;
}

#subtitle {
    margin-left: 10px;
    font-size: 15px;
}

#title {
    font-size: 20px;
    color: #102a72;
}

.subMenu {
    margin-bottom: 22px;
    font-family: 'emotionengine';
}


#menu-home {
    color: inherit;
}

#menu-home:hover {
    color: rgb(81, 81, 82);
}

#menu-works {
    color: inherit;
}

#menu-works:hover {
    color: rgb(81, 81, 82);
}

#menu-resume {
    color: inherit;
}

#menu-resume:hover {
    color: rgb(81, 81, 82);
}

#menu-about {
    color: inherit;
}

#menu-about:hover {
    color: rgb(81, 81, 82);
}

#menu-contact {
    color: inherit;
}

#menu-contact:hover {
    color: rgb(81, 81, 82);
}

div {
    display: block;
    unicode-bidi: isolate;
}

#page {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

body {
    background-color: lightgray;
}

#social_media {
    float: right;
    margin-bottom: -5px;
    display: flex;
}

a {
    text-decoration: none;
}

.social_ico {
    height: 25px;
    width: 25px;
}

#bio {
    margin-top: 15px;
    margin-right: 5px;
    color: black;
    text-align: left;
    padding-bottom: 20px;
}

.workbody {
    display: flex;
    align-items: start;
    gap: 20px;
}

.slideshow {
    text-align: right;
}

#slideimg {
    padding-top: 10px;
    width: 540px;
    height: 400px;
    padding-bottom: 20px;
    position: relative;
}

p {
    font-family: 'sourcesansproreg';
    font-size: 13.5px;

}

#projectTitle {
    color: #102a72;
    font-size: 15px;
    font-family: 'sourcesansproreg';
    font-weight: bold;
}

#projectText {
    margin-top: 15px;
    margin-right: 60px;
    color: black;
    text-align: left;
    width: 40%;
    height: 35%;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 20px;
}

.projectdesc {
    margin-top: 15px;
    margin-right: 60px;
    color: black;
    text-align: left;
    width: 40%;
    height: 35%;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 20px;
}

div.monad {
    height: 350px;
    display: block;
}

div.monad img {
    float: right;
    margin-top: 0px;
    margin-right: 20px;
}

div.p4 {
    height: 350px;
    display: block;
}

div.p4 img {
    float: right;
    max-width: 400px;
    max-height: 300px;
    margin-top: 0px;
    margin-right: 20px;
}

div.ibunn {
    height: 350px;
    display: block;
}

div.ibunn img {
    float: right;
    max-width: 400px;
    max-height: 300px;
    margin-top: 0%;
    margin-right: 20px;
}

#monadredir {
    color: inherit;
}

#monadredir:hover {
    color: rgb(81, 81, 82);
}

#p4redir {
    color: inherit;
}

#p4redir:hover {
    color: rgb(81, 81, 82);
}

#ibunnredir {
    color: inherit;
}

#ibunnredir:hover {
    color: rgb(81, 81, 82);
}

#monadcover {
    width: 400px;
    height: 300px;
}

.resumeBody {
    display: flex;
    position: relative;
    align-items: start;
    gap: 20px;
    border: none;
}

#resumetext {
    text-align: left;
    margin-left: 5px;
    max-width: 300px;
}

#monadslideimg {
    padding-top: 10px;
    width: 540px;
    height: 400px;
    padding-bottom: 20px;
}

.homepageSlideshow {
    float: right;
    text-align: right;
    margin: 15px;
}

.hpslides {
    text-align: right;
    align-items: start;
}

.prev,
.next {
    cursor: pointer;
    position: relative;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #102a72;
    font-weight: bold;
    font-size: 13px;
    transform: .06s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: auto;
}

.next {
    right: 1;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
    color: #102a72;
    font-size: 12.5px;
    font-family: 'sourcesansproreg';
    padding: 8px 12px;
    position: relative;
    top: 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1;
    }

}

#aboutstart {
    position: relative;
    margin-top: 15px;
    margin-right: 60px;
    color: black;
    text-align: left;
    width: 50%;
    height: 45%;
    box-sizing: border-box;
    padding-bottom: 20px;
}

#aboutnext {
    position: relative;
    margin-top: 10px;
    margin-right: 40px;
    width: 60%;
}

.bookshelfsection {
    width: 500px;
    margin-top: 30px;
}

#bookshelftitle {
    border-bottom: 1px solid rgb(160, 160, 160);
}

ul {
    margin-bottom: 15px;
    font-family: 'sourcesansproreg';
    font-weight: normal;
    font-size: 12.5px;
}

li {
    padding-bottom: 5px;
}

hr {
    margin-right: 60px;
}

.contactform {
    height: 100vh;
    align-content: normal;
    justify-content: space-evenly;
}

.contact-left {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.contact-name {
    font-family: 'sourcesansproreg';
}

.contact-name:focus {
    border: 2px solid #102a72;
}

.contact-email {
    font-family: 'sourcesansproreg';
}

.contact-email:focus {
    border: 2px solid #102a72;
}

.contact-message {
    font-family: 'sourcesansproreg';
    width: 400px;
    height: 50px;
}

.contact-message:focus {
    border: 2px solid #102a72;
}

button {
    font-family: 'sourcesansproreg';
}

@font-face {
    font-family: 'emotionengine';
    src: url('Fonts/emotion_engine/EmotionEngine.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sourcesansproreg';
    src: url('Fonts/source-sans-pro/SourceSansPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-size: normal;
}