/*
====================================
Cascading Stylesheet File
Written by _<Your Name>_ on _<Date>_
====================================
*/

/* Selectors and Formatting Directives go here */

/* Entire Website will be done in Bryce Font 3. */

/* Ivory: #FFFFF0; */
:root {
    --heading_foreground: #FFFFF0; /* Ivory */
    --heading_background: #000000; /* Dark */
    --Ivory: #FFFFF0;
    --Gold:#FFB200;
}


@font-face {
  font-family: bryceFont;
  src: url(../ttf/BryceFont3-Light.otf);
  font-weight: 100;
}

@font-face {
  font-family: bryceFont;
  src: url(../ttf/BryceFont3-Regular.otf);
  font-weight: normal;
}

@font-face {
  font-family: bryceFont;
  src: url(../ttf/BryceFont3-Bold.otf);
  font-weight: bold;
}

#A
{
    font-weight:100;
}

#B
{
    font-weight:normal;
}

#C
{
    font-weight:bold;
}

html
{
    background-color: #DDDDDD;
    scroll-behavior: smooth;
    font-family:bryceFont;
    font-weight:normal;
}

body
{
    margin:0px;
    background-color:lightblue;
}

#body_content, #footer_text, #section_home
{
    /*margin-left:200px;*/
    margin-left:max(200px, 26%);
    margin-right:auto;
    width:900px;
}

#body_content p
{
    padding-left:20px;
    padding-right:20px;
    font-size:25pt;
}

#body_content
{
    background-image:url(../png/bricks_zp.png);
    border-style:solid;

    font-weight:normal;
    font-size: 16pt;
}

.space
{
    height:600px;
    border-style:dashed;
    border-radius: 1px;
}

.mainmenu
{
    padding-top:10px;
    z-index: 1;
    background-color:white;
    border-right-style: solid;
    /*border-left-style: solid;*/
    border-color:black;
    height:100%;
    width:180px;

    position:fixed;
    top:0px;
    left:0px;

    text-align:center;
}

.mainmenu a
{
    text-decoration: none;
    font-weight: bold; /* Bryce Font - Bold */
    display: inline-block;
    text-align: center;
    color:black;
    font-size: 20pt;

    background-image:url("../png/button.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size:79px 79px;

    width:80px;
    height:80px;

    text-shadow:.5px .5px 1px black;
    margin-top:5px;
}

.mainmenu a:hover
{
    background-image:url("../png/button_hover.png");
}

.mainmenu a:active
{
    background-image:url("../png/button_pressed.png");
    position:relative;
    top:1px;
}


.mainmenu a .kind1 /* 1 longer piece of text. */
{
    position:relative;
    top:30px;
    font-size: 12pt;
}

.mainmenu a .kind2 /* 1 small piece of text. */
{
    position:relative;
    top:23px;
}

.mainmenu a .kind3 /* Two lines. */
{
    font-size: 14pt;
    position:relative;
    top:15px;
}

.title
{
    font-size:50pt;
    text-align: center;
    padding-top:100px;
    padding-bottom:100px;
    font-weight:bold;
    background-color:lightblue;
    position:relative;
    left:-3px;
    top:-3px;
    width:906px;
    border-bottom-style: solid;
    border-width: 20px;
}

.subtitle
{
    font-size:38pt;
    font-weight:normal;
}

/* Two Columns */
.two_columns tr td
{
    vertical-align: top;
    width: 450px;
    padding:25px;
}

/* Headings */
h1, h2, h3, .format1
{
    color: var(--heading_foreground);
    background-color: var(--heading_background);
    margin-top:64px;
    padding: 12px;
    font-weight: bold;
}

.graphic
{
    width:100%;
}

#graphic_lobby
{
    background-image: url("../png/lobby.png");
    height:300px;
    background-repeat:no-repeat;
    background-position: center;
    border-bottom-style: solid;
}

#graphic_footer
{
    padding-top:100px;
    background-image: url("../png/bricks_x_medium.png");
    height:500px;
}

#footer_text
{
    padding-top:20px;
    padding-bottom:18px;
    font-size: 20pt;
    background-color:rgba(255, 255, 255, 0.9);
    text-align:center;
    border-radius: 20px;
}

#header_text
{
    padding-top:20px;
    padding-bottom:18px;
    font-size: 20pt;
    background-color:rgba(255, 255, 255, 0.9);
    text-align:center;
}

#section_summary
{

}

#section_lobby
{
    margin-bottom:40px;
}

.text, .format4, .format2
{
    background-color: rgb(250, 250, 250);
    padding-bottom:10px;
    border-left:solid;
    border-right:solid;
    border-bottom:solid;
    border-width:5px;    
}

/* Fun section windows. */
.format1
{
    font-size: 20pt;
    height:305px;
}

/* Windows for the things
   to do section. */
.format2
{
    padding-top:20px;
    height:160px;
    font-size:18pt;
    top:50px;
    border-radius:5px;
    border-style:solid;
    border-width:1px;
    padding-right:10px;
}

.format2 li
{
    padding-bottom:10px;
}

.format2 li::before
{
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--Gold); /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#graphic_map
{
    width:890px;
    border-top-style:solid;
    border-bottom-style:solid;
    border-width:1px;
    margin-bottom:20px;
}

#schedule_buttons
{
    padding-top:20px;
    padding-bottom:20px;
    font-size:20pt;
    border-top-style:solid;
    border-bottom-style:solid;
    margin-top:10px;
    margin-bottom:10px;
    border-color:gray;
}

#section_home
{
    margin-top:20px;
    padding-top:20px;
    padding-bottom:18px;
    font-size: 50pt;
    background-color:rgba(255, 255, 255, 0.9);
    text-align:center;
    border-radius: 20px;
    font-weight:bold;
}

#body_content a
{
    text-decoration: none;
    /*background:rgba(235, 235, 235, 1);*/
    background:rgba(0, 0, 0, .1);
    color:rgba(0,0,255,.9);
    padding:5px;
    /*margin:5px;*/
}

#body_content a:hover
{
    background:rgba(0, 0, 255, .2);
}

#body_content a:active
{
    background:rgba(0, 0, 0, .5);
}

#fun ul li + li
{
    margin-top: 5px;
}

#fun a
{
    background-color:rgba(235, 235, 235, 1);
}

#fun a:hover
{
    background-color:rgba(204, 204, 255, 1);
}

#body_content a:active
{
    background-color:rgba(128, 128, 128, 1);
}

#fun_button
{
    margin-top:15px;
    position:relative;
    top:7px;
}

#ScheduleLink
{
    display:block;
    margin-top:5px;
    margin-bottom:10px;
}

#ScheduleLink a
{
    all:unset;
    font-weight:bold;
    background-color:rgba(235, 235, 235, .5);;
    padding:5px;
    border-style: solid;
    border-radius:5px;
    border-color:gray;
    border-width:1px;
}

#ScheduleLink a:hover
{
    background-color:rgba(235, 235, 235, 1);;
    border-color:gray;
    cursor: pointer; /* Hovering over link. */
}

#ScheduleLink a:active
{
    background-color:rgba(0, 0, 0, .3);;
    border-color:gray;
}

#news
{
    position:relative;
    left:-3px;
    top:-3px;
    background-color: lightblue;
    width:906px;
    padding-top:20px;
}