/*BEGIN site*/
* {box-sizing: border-box}
html {
    max-width: 1934px;
    margin: 0 auto;
}
.site {
    max-width: 1934px;
    margin-left:auto;
    margin-right: auto;
    background-color: #000;/* #fcdaac; */
}

.debug { color: #ff3131;}


body {
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
}

#main {
    max-width: 1900px;
	margin-bottom: 2em;
}
/*END site*/

/*BEGIN header*/
header {
    margin: 0;
    height: 48px;
    background-color: #990000;
}
#cmnHeader {}
h1.rrText {
    font-family: 'Caveat', cursive;
    font-size: 1.6em;/* kept small for small vw screens*/
    line-height: 1.3em;
 }
#rrBanner, .localAnchors{
    margin: 0 0 0 5px;
    float:left;
    background-color: none;
}
.localAnchorsBtn {
    background-color: #900;
    padding: 0;
    border: none;
}
h1.rrText > #rrDots{
    color: #fff;
    display: none;
}
header img {
    height: 48px;
    border: 3px double #ddd;
}
.rrBannerFlag {
    float:right;
    margin: 0 5px 0 auto;
    background-color: none;
}
.noDecoration {
    text-decoration: none;
    color: #fff;/* #FBD49F;*/
}
/*END header*/

h3 {
    margin-top: 1.2em;
    margin-bottom: -.5em;
}

/*BEGIN footer*/
#footerText {
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
}
#footerSpace{
	line-height: 2.3em;
    position:fixed;
    bottom: 0;
    width: 100%;
    max-width: 1934px;
    background-color: #fff;
    z-index: 50;
}
footer{
	height: 2.4em;
    z-index: 500;
    max-width: 1934px;
    background-color: #990000; 
    line-height: 1.5em;
    text-align: center;
	padding-top: 3px;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 3px solid black;
}
footer button {
	height: 2.4em;
    min-width: 76px;
    max-width: 30vw;
	color: black;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
	background-color: #FBE4C4;
    margin: 0 0 8px 0;
}
footer button a{}
/* Dropdown Button */
.dropbtn {
    background-color: #FBE4C4;
    color: #990000;
    border: 1px solid #000;
    position: relative;
    bottom: 0vh;
    max-width: 150px;
    height: 4em;
}
/* The container <div> needed to position dropdown content */
.dropdown {
    bottom: 0vh;
    margin: auto auto 1em auto;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    font-size: .8em;
    overflow: auto;
    left: calc(50vw - 154px);
    bottom: 2em;
    border-radius: 6px;
    background-color: rgba(241, 241, 241, 0.92);
    width: 308px;
    height: 257px;
    max-height: 90vh;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    text-align: center;
    font-weight: bold;
    z-index: 199;
}
/* Links inside the dropdown */
.dropdown-content a {
    font-size: 1rem;
    color: #333;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 6px;
    margin: 2px;
    display: inline-block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    border-radius: 6px;
    background-color: #96d18e;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: inline-block;
}
/* Change background color of dropdown btn when dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #f5c270;
}
.dropdown-content .dimmed {
    opacity: 0.5;
    filter: Alpha(opacity=50); /* IE8 and earlier */
}
.dropdown-content .localAnchor {
    font-size: .8rem;
    color: #0e7200;
    border-color: #139102;
}
#footerText .noShowSm {
    display: none;
}
.pgTopBott {
    height: 24px;
    color: #fff;
    margin: 7px 2px -7px 2px;
}
/*END footer*/

@media screen and (min-width: 422px){
    /*header text 'Roadramblings'*/
    h1.rrText {
        font-size: 2.6em;
        line-height: 1em;
    }
    /*BEGIN footer*/
    #footerText .noShowSm {
        display: inline-block;
        position: relative;
        top: 4px;
    }
    .pgTopBott {
        margin: 7px 18px -7px 18px;
    }   
}

/*@media screen and (min-height: 660px){*/
@media screen and (min-width: 660px){
    /*BEGIN header*/
    h1.rrText {
        font-size: 2.6em;
        line-height: .87em;
    }
    h1.rrText > #rrDots{
        display: inline-block;
    }
    .localAnchors-content a {
        display: block;
        border: 1px solid #139102;
    }
    /*END header*/
    /*BEGIN footer*/
    .dropdown-content a {
        display: block;
    }    
    /*END footer*/
}


@media screen and (min-width: 1934px){
    /*BEGIN header*/
    .localAnchors-content {left: calc(50vw - 952px);}
    /*END header*/
    /*BEGIN footer*/
    .dropdown-content {
        left: 813px;
    }
    /*END footer*/    
}