﻿/*ryecatcher_webpage_header_style_rules*/

body {
    margin: 0;
    padding: 0;
}

header {
    width: auto;
    background-color: firebrick;
    height: 150px;
    margin-top: 0px;
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

#ryecatcherca {
    font-family: "Times New Roman", serif;
    color: gold;
    text-align: center;
    font-size: 500%;
    font-style: normal;
    font-weight: normal;
}

#menu_selector {
    width: auto;
    height: 30px;
    margin-top: 0;
    background-color: black;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style-type: none;
    color: white;
    margin-bottom:0px;
}

#header_selector li {
    display: inline;
    width: 100px;
}

ul li a {
    text-decoration: none;
    color: white;
}
