:root {
    --color: #6A0503;
    --font: verdana;
    --font-size: 16px;
    --smaller-font-size:13px;
}

/*
========================================================================================================================
ALL PAGES
========================================================================================================================
*/

body {
    background-color: #01012B;
}

#container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 5px;
    background-color: #EFEDB4;
    border-radius: 10px;
    background-image: url("../resources/map-background.png");
    background-size: 50% 70%;
    background-position: 50% calc(50% + 50px);
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}

#header {
    top: 0;
    margin-bottom: 30px;
}

#logo {
    width: 100%;
    pointer-events: none;
    position: absolute;
}

#logo img {
    height: 100px;
    width: 150px;
}

#placeholder {
    width: 150px;
}

#links {
    padding-top: 10px;
}

#links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #0C3603;
    border-radius: 10px;
}

#links li {
    display: inline-block;
}

#links li a {
    display: inline-block;
    color: white;
    text-decoration: none;
    vertical-align: top;
    line-height: 75px;
    width: 100px;
    font-style: italic;
    font-size: var(--font-size);
    font-family: var(--font);
}

#links li a:hover {
    font-weight: bold;
}

#links select{
    display: none;
    width: 100%;
    height: 75px;
    background-color: #0C3603;
    color: white;
    font-size: var(--font-size);
    font-family: var(--font);
}

#content {
    min-height: 90vh;
    margin-inline: 100px;
}

h1, h2, h3, h4 {
    color: var(--color);
    font-family: var(--font);
    font-size: 26px;
}

p {
    color: var(--color);
    font-size: var(--font-size);
    font-family: var(--font);
}

a {
  font-style: italic;
}

label {
    color: var(--color);
}

input[type=text] {
    padding: 5px 0;
    margin: 8px 0;
    text-align: center;
}

input[type=password] {
    padding: 5px 0;
    margin: 8px 0;
    text-align: center;
}

input[type=submit] {
    background-color: #0C3603;
    border: none;
    color: white;
    padding: 8px 20px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
}

hr {
    border: 1px solid #0C3603;
}

#line {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

#line img {
    height: 7px;
    max-width: 500px;
    width: 90%;
}

#footer {
    bottom: 0;
    margin-top: 30px;
}

#footer ul {
    list-style-type: none;
    overflow:hidden;
    margin: 0;
    padding: 0;
    bottom: 0;
    background-color: #0C3603;
    border-radius: 10px;
}

#footer li {
    display:inline-block;
    padding-left: 30px;
    color: white;
    font-family: var(--font);
    line-height: 30px;
}

#footer li a {
    text-decoration: none;
    display:inline-block;
    color: white;
    font-family: var(--font);
}

#footer li a:hover {
    font-weight: bold;
}

@media (max-width: 1080px) {
    #links select {
        display: inline-block;
        border-radius: 10px;
    }
    
    #links ul {
        display: none;
    }

    #content {
        margin-inline: 10px;
    }

    h1, h2, h3, h4 {
        color: var(--color);
        font-family: var(--font);
        font-size: 20px;
    }
    
    p {
        color: var(--color);
        font-size: var(--smaller-font-size);
        font-family: var(--font);
    }
}

#construction p {
    padding-top: 20px;
    font-size: 14px;
}
/*
========================================================================================================================
INDEX PAGE
========================================================================================================================
*/

#intro {
    text-align: left;
}

#intro h1 {
    font-family: 'copperplate', fantasy;
    font-weight: normal;
}

#british {
    color:navy;
}

#regions {
    color: white;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

#tournament {
    color: darkred;
}

#updates-box-container {
    border: 1px solid black;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

#updates-box {
    overflow: auto;
    height: 300px;
    margin: 10px;
    text-align: left;
}

#images {
    margin-top: 35px;
}

#images img {
    vertical-align: middle;
    margin: 10px;
}

.smallImages {
    width:120px;
    height:80px;
}

.centerImage {
    width:240px;
    height:160px;
}

@media (max-width: 1080px) {
    .smallImages {
        display: none;
    }
}



/*
========================================================================================================================
ABOUT PAGE
========================================================================================================================
*/

#about {
    text-align: left;
}

#about h1 {
    text-align: center;
}

/*
========================================================================================================================
FAQ PAGE
========================================================================================================================
*/

#faq {
    text-align: left;
}

#faq p{
    font-size: revert;
    margin-left: 40px;
}

#faq ul{
    color: var(--color);
}

#faq ol li{
    margin-left: 40px;
    color: var(--color);
    font-size: var(--font-size);
    font-family: var(--font);
}

#faq li a{
    display:inline-block;
    color: var(--color);
    font-size: var(--font-size);
    font-family: var(--font);
    font-style: italic;
    padding: 8px;
}

#faq li a:hover {
    font-weight: bold;
}

#faq h3 {
    margin-left: 20px;
    font-style: italic;
}

/*
========================================================================================================================
UPDATES PAGE
========================================================================================================================
*/

#all_updates{
    text-align: left;
}

#update_datetime {
    font-weight: normal;
    font-size: medium;
}

/*
========================================================================================================================
ADMIN PAGE
========================================================================================================================
*/

#add_update input[type=text] {
    width: 100%;
    padding: 5px 5px;
    margin: 8px 0;
    text-align: left;
}

#add_update textarea {
    height: 300px;
    width: 100%;
    padding: 5px 5px;
    margin: 8px 0;
    text-align: left;
}

#send_email input[type=text] {
    width: 100%;
    padding: 5px 5px;
    margin: 8px 0;
    text-align: left;
}

#send_email textarea {
    height: 300px;
    width: 100%;
    padding: 5px 5px;
    margin: 8px 0;
    text-align: left;
}

/*
========================================================================================================================
CONTACT PAGE
========================================================================================================================
*/

#contact {
    text-align: left;
}

#contact li {
    padding: 8px;
}