.logo-text{
    background-color: #0C326F;
    text-transform: uppercase;
    padding: 10px;
    border: 6px solid white;
}
.card-body i:hover {
    color: #68A4C4;
}
.summer{
    background-image: url("../images/sun.png") !important;
    background-position: bottom right;
    background-size: 33%;
    background-repeat: no-repeat;
}
.winter{
    background-image: url("../images/snow.png") !important;
    background-position: bottom right;
    background-size: 33%;
    background-repeat: no-repeat;
}
.bg-mcorange{
    background-color: rgb(233,170,149) !important;
  }
.bg-mcblue{
background-color: rgb(168,190,210) !important;
}
.dark-overlay {
    background: rgba(0, 0, 0, 0.58);
    margin: 0px;
    background-size: cover;
}

.title-sm{
    font-family: Righteous, Helvetica, sans-serif;
    font-size: 24px;
      letter-spacing: 0.2px;
      text-shadow: 0px 0px 100px rgba(12,12,12,0.53);
      font-weight: lighter;
}
.bg-wifi{
    background-image: url('../images/right-triangle.svg');
    background-size: contain;
    background-position-x: right;
    background-size: 50%;
    border-radius: 6%;
    -webkit-box-shadow: 7px -3px 15px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px -3px 15px -6px rgba(0,0,0,0.75);
    box-shadow: 7px -3px 15px -6px rgba(0,0,0,0.75);
  }

  .carder{
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.75);
    border-radius: 3%;
  }

  .bg-pos-bottom{
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .btn-bluish {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    animation-delay: 0.8s;
    border: 2px solid #68A4C4;
    background: transparent;
    text-decoration: none;
  }
  
  .btn-bluish:hover {
    background: #68A4C4;
    color: #fff;
    text-decoration: none;
  }
  



