/* Desktop responsive stylesheet.
   Copyright (c) 2021 Dave Roseman.  All rights reserved.
*/

#cookielaw-modal-dialog{
    position:fixed;
    top:auto;
    right:auto;
    left:20px;
    bottom:0;
}

#cookielaw-modal-dialog div.modal_body{
    padding-left:48px;  
    padding-right:48px;
}

#cookielaw-modal-dialog img.cookie_icon{
    position:absolute;
    left:12px;
    bottom:12px;    
    height:32px;
    width:32px;
}

#my-navbar{
    border-bottom:#CCC 1px solid;
}

#pre-footer-spacer{
   height:12px;
   background-color:#FFF;
   width:auto;
   margin:0;
}

div.noscript_outer{
    width:30%;
    margin:2px auto;
    padding:4px;
}
div.noscript_inner{
    border:red solid 1px;
    padding:4px;
}
div.noscript_inner span{
    display:block;
    font-weight:bold;
    padding:4px; 
}


noscriopt div span{ }


.carousel-item{ 
   position:relative;
   /* height:400px; */
   height:auto; 
   color:white;
   background-color:#FFF;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    width:4em;
    height:4em;
}


footer, footer#ft{
    min-height:300px;
    width:auto;
    text-align:center !important;
    color:#FFF;
    background-color:#1D2836;
    margin:auto 0 0 0;
    padding-top:2em;
    padding-bottom:1em; 
}

footer#ft a,
footer#ft a:active,
footer#ft a:link,
footer#ft a:visited
{
    color:#FFFFFF;
    text-decoration:none;
}
footer#ft a:hover{
    text-decoration:underline;
}
footer#ft h2{ 
    font-size:16px; 
} 
#ft-nav{
   width:50%;
   margin-top:1em;
   margin-bottom:1em;
}
#ft-nav h2{}

#ft-nav ul{ text-align:left; }
#ft-nav ul li{
    list-style-type:none;
}
#ft-social{ font-size:150%; }
#ft-social ul{ 
   display:inline;
   margin-left:1px;
   padding-left:1px;  
}
#ft-social ul li{
    display:inline;
    list-style:none;
    margin-right:2em;
}
#ft-social ul li a span{
    font-size:0;
    color:transparent;
}
#my-copyright{ margin-bottom:2em; }




