/* ----- Universal Styles ----- */

.montserrat-font_family {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
  }

#main_menu {
    background-color: rgb(31, 76, 255);
    text-align: center;
    font-style: normal;
    padding: 5px;
    margin-left: 5%;
    margin-right: 5%;   
}

#main_menu a {
    font-size: 25px;
    /* color: black; */
    color: rgb(251, 249, 249);
    font-weight: bold;
    padding-left: 25px;
    padding-right: 0px;
    padding-top:  5px;   
    text-decoration: none;
}

#logo {
    width: 50%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

body {
    background-color: rgb(31, 76, 255);
    /* background-image: url('Photos and Logo/regal_pattern.png');  rgb(33, 93, 222)    */
    background-size: 50%;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-size: 40px;
    padding: 0px;
    margin-top: 0%;
    margin-bottom: 0%;
    text-align: center;
}

h2 {
    font-size: 25px;
    color: rgb(251, 249, 249);
    padding: 0px;
    margin-top: 0%;
    margin-bottom: 0%;
    text-align: center;
}

h3 {
    padding: 1%;
    margin-top: 0%;
    margin-top: 1%;
    font-size: 32px;
    text-align: center;
}

#nav_menu_and_text {
    padding: 0%;
    margin-left: 20%;
    margin-right: 20%;
    /* background-color: rgba(113, 195, 228, 0.267); */
    border-radius: 30px;
}

p {
    font-size: 20px;
    margin-left: 12%;
    margin-bottom: 1%;
    width: 76%;
}

.section_headers {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
}

footer {
    text-align: center;
    background-color: rgb(31, 76, 255);
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 40px;
    padding-bottom: 5px;
}

#footer_button {
    background-color: rgb(113, 195, 228, 0.658);
    border-radius: 40px;
    padding: 13px;
    color: black;
    text-decoration: none;
    font-size: 20px;
}

/* ----- Biography Page ----- */

#biography_section {
    padding: 0%;  /* 0% */
    margin-top: 0%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5px;
    background-color: rgba(160, 222, 247, 0.994);
    border-radius: 30px;
}

/*
#biography_text {
    padding-bottom: 3px;
}
*/

#bio_pic {
    width: 80%;
    margin: auto;
    display: block;
}

/* ----- Teaching Page ----- */

#teaching_statement {
    padding: 5%;
    border-width: 5px;
    border-color: black;
    margin: 10%;
    background-color: rgb(113, 195, 228, 0.658);
    border-radius: 30px;
}

#teaching_pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

/* ----- Contact Page ----- */

#contact_section {
    padding: 5%;
    margin: 40px;
    background-color: rgba(113, 195, 228, 0.658);
    border-radius: 30px;
}

#contact_button {
    text-align: center;
    background-color: aliceblue;
    border-radius: 40px;
    padding: 13px;
    color: black;
    text-decoration: none;
    font-size: 20px;
}

#contact_pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

