.logoPara{
    font-family: 'Gill Sans MT'; 
    font-size: 30px; 
   
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 35px; 
    z-index: 0; 
    border: none; 
    outline: none;
    background-color: #1a1a1a; 
    color: white; 
    cursor: pointer; 
    padding-top: 15px; 
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px; 
    font-size: 18px;
    
  }
  
#myBtn:hover {
    background-color: #555; 
}

.over-hidden{
    overflow: hidden;
}

.text-box{
    border: none; 
    outline: none;
    background-color: #1a1a1a; 
    color: #dfdfdf; 
    cursor: pointer; 
    padding-top: 10px; 
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 20px;
    border-radius: 10px; 
    margin-top: -100px;
    opacity: 0.7;
}

.imageGradient {
    position: relative;
}

.imageGradient::after {
    content: '';
    position: absolute;
    left: 1%;
    right: 1%;
    top: 0;
    width: 98%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    z-index: 1;
 }

.descLabel{
    position: absolute;
    left: 10px;
    bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    background-color: #dfdfdf;
    font-size: 20px;
    color: #000000;
    opacity: 70%;
}

.descLabel p1{
    font-size: 30px;
    font-weight: bolder;
}


.imageTitle {
    position: absolute;
    left: 10px;
    bottom: 5px;
    padding: 20px 20px;
    z-index: 2;
    color: #dfdfdf;
    font-weight: bold;
    font-size: 20px;
 }
 
.imageTitle p {
    font-size: 20px;
}

.imageTitle p1{
    font-size: 35px;

}

#preloader{
    background: #dfdfdf url(Images/sspaceloading.gif) no-repeat center center;
    background-size: 10%;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
}

.collapsible {
    background-color: #dedede;
    color: #1a1a1a;
    cursor: pointer;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    border: 2px #858585 solid;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    z-index: 10;
}

.collapsible::after{
    content: '+';
    color: #1a1a1a;
    font-size: 25px;
    font-weight: bold;
    float: right;
    rotate: 180deg;
    margin-right: 10px;
    
}

.collapsible:hover {
    background-color: #cacaca;
}

.collapsible:active{
    background-color: #f4f4f4;
}

.collapsible.active::after{
    content: '-';
    color: #1a1a1a;
    font-size: 25px;
    font-weight: bold;
    float: right;
    rotate: 180deg;
    margin-right: 10px;
}

.content {
    padding: 0px 20px; 
    background-color: white;
    max-height: 0px;
    overflow: hidden;
    margin-top: -4px;
    margin-bottom: 10px;
    font-size: 20px;
    border: 2px #858585 solid;
    transition: max-height 0.1s ease-out;
    
}

.content p{
    z-index: 0;
    
}

.center-cropped {
    filter: brightness(50%);
    height: 120vh;
    width: 100%;
    position: relative;
    object-fit: cover;
    margin-top: -250px;
    z-index: -1;
}


.roundedBlack {
    transition-duration: 0.2s;
    border-radius: 20px;
    background-color: #1a1a1a;
    border: none;
    color: #dfdfdf;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 35px;
    font-weight: 600;
    margin-top: -10px;
    margin-bottom: 25px;
}

.roundedBlack:hover {
    background: #000000;
    color: #dfdfdf;
}

.roundedBlack:active {
    background: #333333;
    color: #dfdfdf;
}


.roundedWhite {
    transition-duration: 0.2s;
    border-radius: 20px;
    background-color: #dfdfdf;
    border: 2px solid #1a1a1a;
    color: #1a1a1a;
    padding: 5px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 35px;
    font-weight: 600;
    margin-top: -10px;
    margin-bottom: 25px;
}

.roundedWhite:hover {
    background: #CCCCCC;
    color: #1a1a1a;
}

.roundedWhite:active {
    background: #E6E6E6;
    color: #1a1a1a;
}


.locationButton:hover{
    filter: brightness(110%);
    outline: 5px #b3282f solid;

}

.locationButton:active{
    filter: brightness(90%); 
}