@charset "utf-8";
/* image gallery fancybox lightbox stylesheet */

body {
/*
    background-color: #0F4157 !important;
    font-family: "Asap", sans-serif;
    color: #989898;
*/
    margin: 10px;
    font-size: 16px;
}
/*

#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green {
    background-color: #6fb936;
}
    
*/    
.thumb {
    margin-bottom: 30px;
}
.page-top {
    margin-top: 105px;
}
img.zoom {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.modal-header {
    border-bottom: none;
}
.modal-title {
    color: #000;
}
.modal-footer {
    display: none;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(35,36,37,0.6); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 7px 11px; /* Some padding */
    border-radius: 100px; /* Rounded corners */
    font-size: 16px; /* Increase font size */
}
#myBtn:hover {
    background-color: #262626; /* Add a dark-grey background on hover */
}
