*{
    font-family: 'Tahoma';
}

/* start: Change font size in the html */
.text-xxs {
    font-size: 6px;
}

.text-xs {
    font-size: 8px;
}

.text-sm {
    font-size: 10px;
}

.text-md {
    font-size: 12px;
}

.text-lg {
    font-size: 14px;
}

.text-xl {
    font-size: 16px;
}

.text-xxl {
    font-size: 20px;
}
/* start: Change font size in the html */

a.text-decoration-no {
    text-decoration: none;
}

a:link, a:visited, a:hover, a:active{
    text-decoration: none;
}

.selectedLink{
    color: red;
}

.carousel-item {
    height: 500px;
}

.carousel-image-1 {
    background-image: url("./../img/pic1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.carousel-image-2 {
    background-image: url("./../img/pic2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.carousel-image-3 {
    background-image: url("./../img/pic3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}


#about{
    min-height: 350px;
    position: relative;
    background-image: url("./../img/storm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    background-attachment: fixed;
}
.dark-overlay{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
}

/* start: Go to Top button */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    opacity: 0.5;
  }
  
  #myBtn:hover {
    background-color: #555;
  }
/* end: Go to Top button */


.pad-x {
    padding-left: 20px;
    padding-right: 10px;
}

.bg-dark-pastel-blue {
background-color: #3d426b;
}



@media screen and (min-width: 576px) {
    
}

@media screen and (min-width: 425px) {
    .pad-x {
        padding-left: 40px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 768px) {
    .pad-x {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (min-width: 1024px) {
    .pad-x {
        padding-left: 20px;
        padding-right: 10px;
    }
}