/*All page styles ================================================================================*/
body {
    margin: 0;
    background-color: #E4D0D0;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
}

p {
    max-width: 80%;
    margin: auto;
    font-size: 20px;
}

h1 {
    text-align: center;
    font-size: 45px;
}

h2 {
    text-align: center;
}

.date {
    font-size: 20px;
    margin: 30;
    text-align: center;
}

/*nav bar styles ==================================================================================*/
header {
    background-color: #D5B4B4;
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center
}
nav a {
    margin: 30px;
    padding: 20px;
    border-radius: 3px;
    color: #A66064;
    text-decoration: none;
    font-weight: bold;
    font-size: 14pt;
}
nav a:hover {
    background-color: #F5EBEB;
    text-decoration: none;
}
.active {
    background-color: #F5EBEB;
}

/*footer styling ================================================================================*/
footer {
    background-color: #D5B4B4;
    left: 0;
    right: 0;
    bottom: 0;
    position: static;
}
footer div {
    display: flex;
}
footer p {
    margin: 20px;
    color: #A66064;
    text-align: left;
}
.logo {
    width: 72px;
    margin: 20px;
    text-align: right;
}

/*home page styles ==============================================================================*/
main {
    margin-top: 90px;
}

#profile-photo {
    width: 400px;
    height: 400px;
    border-style: double;
    border-color: #F5EBEB;
    border-width: 15px;
}

.intro {
    text-align: center;
}

.intro p {
    font-size: 20px;
    margin: 30;
    text-align: center;
}

.organizations {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px;
}

.organizations img {
    text-align: center;
    height: 150px;
    margin: 30px;
}

.organizations p {
    text-align: center;
} 

/*resume page styles ============================================================================*/
.resume {
    text-align: center;
}

object {
    width: 85%;
    height: 1150px;
}

/*work samples page styles ======================================================================*/
.patientApp {
    text-align: center;
    margin: auto;
}
.patientUI {
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
}

.patientUI img {
    text-align: center;
    height: 500px;
    margin: 30px;
}

.patientCode {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.producePostman {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
}

.gameDesc {
    text-align: center;
}

/*certifications page styles ====================================================================*/
.certifications {
    text-align: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
    margin: auto;
}

.certifications img {
    width: 800px;
}

/*awards page styles =============================================================================*/
.awards_widget_container {
    display: flex;
    justify-content: center;
    align-items: top;
}

.awards_widget p{
    font-weight: bold;
    text-align: center;
}

.awards_widget li{
    list-style-type: circle;
}

.awards_widget {
    background-color: #D5B4B4;
    border-radius: 10px;
    padding: 30px;
    margin: 20px;
    max-width: 22%;
    font-size: 18px;
}