body {
    padding-top: 56px;
    background-color: #1B4973;
    font-family: 'Helvetica', 'Arial';
    color: rgb(230, 230, 230);
    width: 100%;
}

.left-aligned {
    margin-left: auto;
}

/* Bootstrap */
.bg-dark {
    background-color: #090d10 !important;
}

.bg-hero {
    background-color: blue;
}

/* CALLOUT */
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

/* footer */
footer a {
    color: rgb(218, 218, 218);
    font-weight: bold;
    text-decoration: none;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

/* Home */

#home_page_header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 60vh;
    background: linear-gradient(180deg, #337EC2 0%, #09345B 100%);
}

#header_text {
    margin-left: 11%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#header_img {
    padding-left: 0%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#enc_img {
    width: auto;
    height: 50vw;
    max-height: 83%;
}


#home_page_title {
    font-family: 'Helvetica', 'Arial';
    font-style: normal;
    font-weight: 800;
    font-size: calc(23px + 4.5vw);
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, .42));
    background: linear-gradient(271.08deg, #DE6121 22.59%, #FFD25E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.131em;
}


#home_page_subtitle {
    font-family: 'Helvetica', 'Arial';
    font-style: normal;
    font-weight: 600;
    filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.3));
    background: linear-gradient(273.18deg, #DE6121 10.11%, #FFD25E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#home_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 2.5%;

    /* Font */
    font-family: 'Inter', 'Arial';
    font-style: normal;
    font-weight: 300;
    color: white;
    font-size: 115%;
}

.item {
    flex: 0 42%;
    height: 250px;
    /*background: red;*/
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 1%;
    margin-top: 1%;

    /* centering items vertically */
    display: flex;
    align-items: center;
    justify-content: center;
}


#home_content img {
    max-width: 100%;
    max-height: 80%;
}

#promo_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

#promo_video {
    position: relative;
    width: 65vw;
    height: 36.725vw;
  }

/* Default Page Style */

.container {
    width: 100%;
}

/* Sidebar */

#sidebar_box {
    margin-top: 60px;
    margin-bottom: 15px;
    margin-right: 5px;
    padding: 0px 15px;
    position: sticky;
    position: -webkit-sticky;
    top: 80px;
    background-color: rgba(157, 157, 157, 0.16);
    border-radius: 15px;
    box-shadow: 5px 5px 20px rgb(0, 0, 0, 0.14);
}

#sidebar_box #contents {
    padding-top: 15px;
}

.sidebar_nav ul {
    color: rgb(213, 213, 213);
    list-style: none;
    padding: 0px;
    margin-left: 0px;
}

.sidebar_nav li {
    display: block;
    padding: 15px 0px;
}

.sidebar_nav li a {
    color: rgb(213, 213, 213);
    width: 100%;
    text-decoration: none;
    font-size: calc(11px + 0.6vw);
    font-weight: 450;
    padding: 15px 0px;
}

.sidebar_nav li a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, #DE6121 0%, #FFD25E 100%);
    color: currentColor;
    transition: width 0.4s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.sidebar_nav li a:hover:after {
    width: 100%;
    left: 0;
}

/* Content */


#main_content h1 {
    padding-top: 35px;
    padding-bottom: 10px;
    background: linear-gradient(93.46deg, #FFC25E 12.67%, #E77D33 99.2%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2.2em;
}


.header {
    margin-top: 60px;
    margin-bottom: 60px;
    font-family: 'Open Sans', 'Arial';
    font-size: calc(38px + 1.7vw);
    font-weight: 600;
}

h5, h6 {
    margin-top: 35px;
}

#main_content h6 {
    font-weight: 600;
}

p {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 1.1em;
}

#main_content img {
    width: 80%;
    height: auto;
}

.image_wrapper {
    text-align: center;
}


.table_header {
    margin-bottom: 5px;
    margin-top: 30px;
    font-size: 1.3em;
    text-align: center;
}

.caption {
    margin-top: 5px;
    margin-bottom: 20px;
    font-style: italic;
    text-align: center;
}

.references {
    color:rgb(212, 212, 212)
}

ul, ol {
    font-size: 1.1em;
}

/* Team */

.team_container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

.team_category {
    margin-top: 20px;
    margin-bottom: 20px;
}

.team_card_border_wrapper {
    width: 300px;
    height: 390px;
    background: linear-gradient(180deg, #DE6121 0%, #FFD25E 100%);
    padding: 3px;
}

.team_card_border_wrapper_eboard {
    width: 300px;
    height: 409px;
    background: linear-gradient(180deg, #DE6121 0%, #FFD25E 100%);
    padding: 3px;
}

.team_card {
    background-color: black;
    height: 100%;
    padding: 9px;
    margin: 0px;
}

.team_img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.team_name {
    background: linear-gradient(268.81deg, #E46321 28.39%, #FFD25E 120.15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.team_title,
.team_major {
    font-size: 12px;
    margin: 1px 0px;
    padding: 0px;
}

.team_description {
    font-size: 11px;
    margin: 0px;
}