body {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  /* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
  }
  body {
    margin-bottom: 60px; /* Margin bottom by footer height */
  }
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
  }
  

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-brand.active {
    color: rgba(0, 0, 0, 0.9);
}

nav.fixed-top {
    opacity: 0.9;
}

.custom-size {
    font-size: 3rem;
}

.hnet {
    /* font-size: 1rem;
    line-height: 3rem; */
    opacity: 0.75;
}


.net {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;
    color: rgb(158, 6, 6); 
}

.imgsmall {
    width: 192px;
    height: 192px;
}


.thumbnail {
    margin:10px;
}


.figure-left {
    clear: left;
    margin-top: 5px;
    margin-right:20px;
    width: 200px;
}

.figure-left-large {
    clear: left;
    float: left;
    margin-top: 5px;
    margin-right:20px;
    width: 288px;
}

.figure-right {
    clear: right;
    margin-top: 5px;
    margin-left:20px;
    width: 200px;
}

.img-thumbnaild {
    width: 200px;
    height: 200px;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.bold {
    font-weight: bold;
}

.bckgnd {
    background-color: #EEEBDE;
}

.fig-in-lead {
    width:215px;
    padding-left: 15px;
}


figure {
    margin-bottom: 0.8rem;
}

#art {
    overflow: auto;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

.figure-showcase {
    margin-right: 20px;
    margin-bottom: 20px;
}

.pale {
    color: #a5b2bf;
}


div.pswp__top-bar {
    background-color: rgba(0, 0, 0, 0.0) !important;
}


.final-slide {
    width: 100%;
    max-width: 400px;
    color: #FFF;
    margin: 120px auto 0;
    text-align: center;  
}

#galleryinfo {
    color:#888;
    cursor: pointer;
}

#more-images {
    display: inline-block;
    width:185px;
    height:178px;
    margin:20px 14px 14px 14px;
    color: #FFF;
    background-color: darkgray;
    text-align: center;
    vertical-align: middle;
    /* line-height: 86px; */
    font-size: 35px;
    padding-top: 35px;
    cursor: pointer;
}

/* .gallerywrap {
    opacity: 0;
} */

.under-construction {
    color:rgb(158, 6, 6);
}

.hidden {
    display: none;
}



#twitter-widget-0 {
    vertical-align: middle;
    /* margin-right: 20px; */
}

.small {
    font-size: 0.75rem;
}

.followtext {
    margin-bottom: 10px;
}

.social {
    opacity: 0;
}

#followbtns {
    line-height: 40px;
    margin-bottom: 10px;
    /* overflow: auto; */
}

#btn-fb {
    padding: .21rem .5rem;
    font-size: .8rem;
    margin-right: 20px;
}

.spacer {
    display: inline-block;
    min-width: 23px;
}

#btn-instagram {
    /* display: inline-block;
    margin-right: 50px; */
}

#btn-signup {
    padding: .21rem .5rem;
    font-size: .8rem;
}

#btn-donate {
    padding: .21rem .5rem;
    font-size: .8rem;
    font-weight: bold;
}

.red {
    color:rgb(158, 6, 6); 
}

.email {
    color:rgb(158, 6, 6);
    font-weight: bold;
}


#contact {
    cursor: pointer;
}


#sharebtns {
    line-height: 40px;
}

#twitter-widget-1 {
    vertical-align: bottom;
}

span.IN-widget {
    vertical-align: -2px !important;
    transform: scale(1.4);
    margin-left: 20px !important;
    margin-right: 13px !important;
}

.fb-share-button {
    margin-left: 9px;
}

#ytplayer {
    margin: auto;
    max-height:100%;
    max-width:100%;
    width:480px;
    height:480px;
}

.fbshare {
background-color: #4267B2;
}

@media (max-width: 1199.98px) {


}

@media (max-width: 991.98px) {

    .carousel-item img {
        width: 192px;
        height: 192px;
    }


}

@media (max-width: 767.98px) {

    .carousel-item img {
        width: 128px;
        height: 128px;
    }



}

@media (max-width: 575.98px) {

        .carousel-item img {
            width: 120px;
            height: 120px;
        }

        
        .figure-left-large {
            float: none;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .responsive-column {
            flex-direction: column !important;
        }

        .responsive-column img {
            margin-bottom: 20px;
        }

        .responsive-column .media-body {
            padding-left: 15px;
            padding-right: 15px;
            order: 1;
        }


    /*     .carousel-item .col-lg-4 {
            margin-left: 25%;
            margin-right: 25%;
        }
     */    
        
        }


@media screen and (max-width: 480px) {
    #ytplayer {
        /*aspect-ratio:4/4;*/
        /*max-width: 100% !important;
        max-height:100% !important;*/
        width: 100%;
        height: 480px;
    }
}

   