.am-i-blue
{
    background-color: whitesmoke;
    background-repeat: repeat;
    background-position: center;
    justify-content: center;
}

.center-mass
{
    align-items: center;
}
 
.lefty
{
    width: 25%;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-right: 1em;
    border-right: 1px solid gray;
    text-align: right;
    padding-top: 1em;
}

.righty
{
    width: 65%;
    font-size: large;
    padding: 3rem;
}

.big-box
{
    width: 40%;
}

.title-design
{
    display: block !important;
    text-align: center;
    text-decoration: underline;
    justify-content: center;
    padding-bottom: 0.3em;
}



/* Testing responsive breakpoints for site layout */

@media screen and (min-width: 992px) {
    .lefty-2 {
        margin-left: 6rem;
    }
    .righty-2 {
        margin-right: 6rem;
    }

}

@media screen and (min-width: 992px) {

}


.lefty-2
{
    padding-bottom: 2rem;
    justify-content: center;
    text-align: center;
}

.righty-2
{
    padding-bottom: 2rem;
    justify-content: center;
    text-align: center;
}

.radio-please
{
    color: #7e6f3a;
}

.radio-item
{
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid black;
    background-color: whitesmoke;
}

.radio-item:hover 
{
    background-color: #7e6f3a;
    color: whitesmoke !important;
}

input:checked + .radio-item
{
    background-color: #7e6f3a;
    color: whitesmoke !important;
}

/*disable default radio menu checkbox */
.radio-input 
{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

.two-image
{
    max-width: 70%;
    max-height: 70%;
    /* border: 2px solid gray; */
    border-radius: 7px;
    margin-left: 15%;
    margin-right: 15%;
}
.two-carousel {

        margin-left: 15%;
    margin-right: 15%;
}

  /*beginning of multi-item carousel 2*/

  #row {
  transition: 0.75s transform;
}

.tile-img
{
    width: 300px;
    height: 150px;
    max-width: 100%;
    max-height: 100%;
}

.tile {
  width: 300px;
  height: 150px;
  border: 1px solid black;
  background-color: none;
  padding: 0px;
  box-sizing: border-box;
  transition: 0.5s ;
  transform-origin: left; 
  float: left;
  margin-right: 5px;
}

/*#row:hover {
  transform: translate3d(-75px, 0, 0);
}   */
    
.tile:hover 
{
  transform: scale(1.5);
}



.tile:hover ~ .tile 
{
  transform: translateX(150px);
} 


.lefty-3
{
    width: 65%;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-right: 1em;
/*    border-right: 1px solid gray;*/
    text-align: right;
    padding-top: 1em;
    text-align: justify;
}

righty-3
{
    width: 20%;
    height: auto;
}


.pls-no-senpai 
{
    background: none;
    border: none !important;
}

.oh-senpai
{
    border-radius: 7px;
}



.services .container {
    max-width: unset;
    width: 80%;
    text-align: center;

}
.services .container p {
    text-align: justify;
}
.services .row {
    padding-bottom: 2em;
}
.services .service {
    padding: 2em;
    width: 100%;
    display: flex;
    /* border: 1px #fff solid;
    background-color: white; */
}



.services .service .left-col {
    width: 25%;
}

.services .service .right-col {
    width: 75%;
    text-align: left;
    padding-left: 1.5em;

}

/* .services .service .left-col i {
    background-color: #f3f3f3;

} */
.services .service .right-col p {
    text-align: left;
}
.services i.fas {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0 0 2px #f3f3f3;
    padding: 0.2em;
  
}

.map {
    margin-bottom: 0;
    padding-bottom: 0;
    border-left: none;
    border-right: none;
}

/* CSS for accomodation tooltip */
.tooltip-custom {
    position: relative;
    display: inline-block;
  }
  
  .tooltip-custom .tooltiptext {
    visibility: hidden;
    width: 18rem;
    background-color: #3960A7;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    top: 100%;
    left: 50%;
    margin-left: -9rem;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
  }
  
  .tooltip-custom:hover .tooltiptext {
    visibility: visible;
  }

.landmark-element {
    display:flex;
    flex-direction: column;
    padding: 1em;
}

.landmark-element h2 {
    border-bottom: 2px solid grey;
    padding-bottom: 0.2em;
    cursor: pointer;
    margin-top:auto;
}
.landmark-element h2:hover {
    border-bottom: 2px solid #ac8b51;
}

.maincarousel-item{
    height: 100%;
    overflow: hidden;
}