/*** STClimbing.css *****************************************************************/

/*** GLOBAL *******************************************************************/

*
{
    box-sizing: border-box;
}

html, body
{
    background-position: center;
    text-align: center;
    height: 100%;
    margin: 0;
}

/*** DIV **********************************************************************/

div.wrapper
{
    min-height: 100%; 
    min-width: 100%; 
    height: 100%;
    width: 100%;
    border: var(--active-border);
}

div.outer
{
    height: 100%;
    width: 100%;
    vertical-align: middle;
    margin: 0 auto;
}

div.header
{
    width: 100%;
    height: 30%;
    text-align: center;
    float: left;
    padding-top: 20px;
    border-top: var(--active-border);
    border-left: var(--active-border);
    border-right: var(--active-border);
    background-color: var(--cell-background);
}

div.header_l
{
    width: 25%;
    height: 100%;
    text-align: left;
    float: left;
    padding-left: 100px;
    border: var(--border-none);
    background-color:var(--cell-background);
}

div.header_c
{
    width: 50%;
    height: 100%;
    margin: 0 auto;
    padding-top: 0px;
    text-align: center;
    float: left;
    overflow: hidden;
    border: var(--border-none);
}

div.header_r
{
    width: 25%;
    height: 100%; 
    margin: 0 auto;
    padding: 6px;
    padding-top: 15px;
    float: left;
    text-align: center;
    border: var(--border-none);
}

div.cell
{
    width: 170px;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0;
    padding-top: 5px;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
    font-size: 16pt;
    text-align: center;
    overflow: hidden;
    box-shadow: 3px 3px var(--active-shadow);
    border: 2px solid var(--cell-border);
    background-color: var(--cell-background);
}

ul.no_bullet
{
    list-style-type: none;
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
}

ul.bullet
{
    text-align: left;
    padding-left: 160px;
    list-style-image: url('/images/bullet.ico');
}

li.l1
{
    margin: 30px 0;
    padding-left: 20px;
}

li.l2
{
    margin: 20px 0;
    padding-left: 10px;
}

li.l3
{
    margin: 10px 0;
    padding-left: 10px;
}

div.main
{
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    border-bottom: var(--active-border);
    border-left: var(--active-border);
    border-right: var(--active-border);
}

div.lower
{
    height: 320px;
    width: 820px;
    top: 120px;
    position: absolute;
}

/*** MISC *********************************************************************/

h1
{
    margin: 0%;
    padding-top: 15px;
    font-size: 36pt;
    color: var(--active-color);
    text-shadow: 2px 2px var(--active-shadow);
}

a:link
{
    text-decoration: none;
    color: var(--email-color);
}

a:hover
{
    text-decoration: none;
    color: var(--email-hover);
}

span.category:hover
{
    font-weight: 900 !important;
    color: var(--active-color) !important;
}

.email1
{
    font-size: 16pt;
    font-weight:700;
}

.email2
{
    font-size:24pt;
    font-weight:700;
}

/*** UNUSED ******************************************************************/

/*
div.head_r
{
    width: 80%;
    height: 35px;
    text-align: center;
    border: 2px solid var(--cell-border);
    float: left;
    margin: 0 auto;
    margin-top: 25px;
    padding: 0;
    padding-top: 0px;
    cursor: pointer;
    background-color: var(--button-background);
    background-image: url("images/little-pluses.png");
    font-weight: bold;
    font-size: 16pt;
}
 */

/*
div.head_r:hover
{
    background-color: var(--button-highlight);
} 
*/

/*
div.cell1
{
    Top: 10px;
    Left:10px;
}

div.cell2
{
    Top: 10px;
    left: 210px;
}

div.cell3
{
    Top: 10px;
    Left: 410px;
}

div.cell4
{
    Top: 10px;
    Left: 610px;
}
*/

/*
h2
{
    color: fuchsia;
}
*/

/*
a:visited
{
    color: var(--email-white);
    text-decoration: none;
}
*/

/*
a.email2:hover
{
    color: var(--email-hover);
    text-decoration: none;
}
*/
    
/*
.content
{
    font-family: Arial, Helvetica, sans-serif;
    top: 0px;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url("images/background2.png");
    opacity: 0;
    color: var(--content-color);
    border: 2px solid var(--cell-border);
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    position: relative;
    text-align: center;
    float: left;
    overflow-x: hidden;
    overflow-y: hidden;
}
*/

/* 
#c1!
{
    position: absolute;
    height: 100px;
    width: 200px;
    top: 20px;
    left: 900px;
    overflow-y: auto;
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16pt;
    font-family: Times New Roman, Times, serif;
}

#c2!
{
    position: absolute;
    height: 100px;
    width: 200px;
    top: 130px;
    left: 900px;
}

#c3!
{
    position: absolute;
    height: 100px;
    width: 200px;
    top: 240px;
    left: 900px;
    padding-top: 100px;
    font-size: 24pt;
}

#c4!
{
    position: absolute;
    height: 100px;
    width: 200px;
    top: 350px;
    left: 900px;
    font-size: 18pt;
}
*/

/*
.duplicate
{
    z-index: 100;
    position: absolute;
    height: 100px;
    width: 200px;
    left: 900px;
    background-image: url("images/background1.png");
    overflow-y: hidden;
    overflow-x: hidden;
    opacity: 0.25;
    border: solid 2px var(--cell-border);
    cursor: pointer;
    font-size: 48pt;
}
*/

/*
#d1!
{
    top: 30px;
}

#d2!
{
    top: 140px;
}

#d3!
{
    top: 250px;
}

#d4!
{
    top: 360px;
    font-size: 30pt;
}
*/

/*
a.email2
{
    font-size: 24pt;
    color: var(--email-white);
}
*/

/*
a.link
{
    color: var(--email-color);
    cursor: pointer;
}
*/

/*
.container
{
    width: 1000px;
    height: 600px;
    display: inline-block;
    text-align: left;
}
*/
