/* Header Styling
----------------------------------------------------*/
header {
    background-color: rgb(179, 0, 0);
    color: white;
}

body {
    padding: 0;
    margin: 0;
}

b {
    font-size: large;
    padding: 10px;
}

p {
    padding: 10px;
}

/* merged: keep both selectors for flexibility */
h1.title,
h1.header_title {
    font-size: 2em;
    margin-left: 10px;
}

h1.subtitle {
    font-size: 30px;
}

h2.slogan {
    font-size: 1.2em;
    margin-right: 50px;
}

div.main_header {
    display: flex;
    align-items: center;
    margin-bottom: -20px;
    margin-left: 10px;
    padding-top: 10px;
}

div.header {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

a.page_link {
    padding: 1px 10px;
    border: 1px;
    border-radius: 10px 10px 0 0;
    color: rgb(0, 0, 0);
    background-color: rgb(218, 218, 218);
    text-decoration: none;
    align-self: flex-end;
    margin-bottom: 0px;
    margin-left: 3px;
    font-size: 2em;
}

a.page_selected {
    padding: 1px 10px;
    border: 1px;
    border-radius: 10px 10px 0 0;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    text-decoration: none;
    align-self: flex-end;
    margin-bottom: 0px;
    margin-left: 3px;
    font-size: 2em;
}

/* Body Styling
----------------------------------------------------*/
div.home_body {
    font-size: 120%;
    margin-left: 20px;
}

h1.body_title {
    font-size: 1.5em;
}

p.body_text {
    margin-bottom: 10px;
}

div.schedule_body {
    margin-left: 20px;
    text-align: center;
    font-size: 150%;
    background-color: rgb(235, 235, 235);
    width: 30em;
    margin: 20px auto 20px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
}

/* Footer Styling
----------------------------------------------------*/
footer {
    background-color: rgba(58, 46, 46, 0.7);
    color: black;
    width: 100%;
    position: relative;
    bottom: 0;
}

/* this is used to style the text inside the footer */
.foot {
    /* padding top essentially creates 
    empty space on the top to essentially make it so it isn't touching th border*/
    padding-top: 50px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

h1.footer {
    font-size: large;
}

.footText {
    padding: 0px;
    margin: 1px;
}

a.text_link {
    text-decoration: none;
    color: red;
}

a.text_link:hover {
    text-decoration: underline;
}

.footer1 {
    bottom: 0;
    left: 0;
    background-color: black;
    padding: 5px;
    text-align: center;
    color: white;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
    font-size: 0.9rem;
    margin: 0;
}

.image {
    width: auto;
    height: auto;
    align-items: center;
}



a.semi_topBtn {
    padding: 1px 10px;
    border: 1px;
    bottom: 20px;
    border-radius: 10px 10px 10px 10px;
    color: rgb(0, 0, 0);
    background-color: rgb(218, 218, 218);
    text-decoration: none;
    align-self: flex-end;
    margin-bottom: 0px;
    margin-left: 3px;
    font-size: 2em;
}
.h1Schedule {}

.foot-left,
.foot-right {
    flex: 1;
    margin: 0 20px;
}

.foot-right {
    border-left: 2px solid #ccc;
    padding-left: 20px;
}
