.Bg{
    background-color: transparent;
    padding: 0%;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  
.sticky + .content {
    padding-top: 60px;
  }

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 8px 45px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 8px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;    
}

.button2 {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}

.button2:hover {
    background-color: #008CBA;
    color: white;

}

.custombutton{
    background-color: rgb(0, 157, 255);
    border: 2px solid grey;
}

.custombutton:hover {
    background-color: grey;
}

.topnav-right {
    float: right;
}

body{min-height:200vh;}
.navbar-default{
  transition:500ms ease;
  background:transparent;
}
.navbar-default.scrolled{
  background:rgb(214, 213, 213);
}

#Slideshow {
    height: 250%;
    width: 100%;
    object-fit: cover;
}

.aboutmebanner {
    background-color:white;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: small;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
.w-100{
    width: 120%!important;
}
#container-fluid {
    padding-top: 100px;
    text-align: center;
    margin-left: inherit;
    margin-right: inherit;
}

.carousel-caption{
    text-align: center;
    top: 45%;
    bottom: auto;
}

.carousel-fill {
    height: -o-calc(100vh - 165px) !important;
    height: -webkit-calc(100vh - 165px) !important;
    height: -moz-calc(100vh - 165px) !important;
    height: calc(100vh - 165px) !important;
    width: auto !important;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

body {
    background-color:black !important;
    font-family: "Asap", sans-serif;
    color:#989898;
    margin:0px;
    font-size:16px;
  }
  
#demo {
    height:100%;
    position:relative;
    overflow:hidden;
}
  
  
.green{
background-color:#6fb936;
}
.thumb{
    margin-bottom: 30px;
}

.page-top{
    margin-top:85px;
}

    
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;  
}

.full-width-6083565e2b23f {
    min-height:100px;
    padding:90px 0 50px;
    
    background-attachment:fixed;
    background-color:#00afef;
    background-position:center bottom;
    background-repeat:no-repeat;
    margin-bottom:0px;
    
}



.iconcontainer {
    margin-top: 20px;
    margin-bottom: 20px;
}
.iconbox {
    background: #ffffff;
    background-color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    padding: 20px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
    margin-bottom: 15px;
}
.iconbox-icon {
    background-color: #008EED;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    margin-top: -70px;
}
.iconbox-icon span {
    color: #fff;
    font-size: 42px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 29px;
    text-align: center;
    vertical-align: middle;
}
.featureinfo h4 {
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.featureinfo > p {
    color: #000000;
    font-size: 16px;
    padding-top: 4px;
    text-align: left;
}
.btn-default {
    text-shadow: 0px 1px 0px #FFF;
    background-image: linear-gradient(to bottom, #FFF 0px, #E0E0E0 100%);
    background-repeat: repeat-x;
    border-color: #CCC;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:hover,
.btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.removelink{
    text-decoration: none;
    color: lightslategray;
}


