/* Remove the navbar's default margin-bottom and rounded borders */ 

/* 

    font-family: 'Courgette', cursive;

    font-family: 'Boogaloo', cursive;

    font-family: 'Squada One', cursive;

    font-family: 'Timmana', sans-serif;

    font-family: 'Russo One', sans-serif;

 */
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 25px;
    }
    
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      height:100%;
  }

.carousel-caption h3{
    color: #fff;
  text-shadow:
    -1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
    font-family: 'Boogaloo', cursive;
  
}
.tccp {
  color: aliceblue;
  position: absolute;
  left: 18%;
  font-family: 'Russo One', sans-serif;

}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}


  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .logo {  
      height: 90px;
      
    }
    .navbar-brand{
      right:10px;
      padding-top: 50px !important;
    }
    .carousel-caption h3{
     font-size: 12px;
   }
    .carousel-caption p{
     font-size: 11px;
   }
    .tccp {
      font-size: 12px;
      left: 25%;
    }
    .mapbox {
      padding-top: 25px;
    }
  }


 @media (max-width: 900px) and (min-width: 600px) {
    .logo {  
      height: 120px;
      
    }
   .carousel-caption h3{
     font-size: 22px;
   }
   
   .tccp {
      font-size: 16px;
     left: 18%;
    }
   
  }