/* Navigator */

.nav {
    background-color: #ffffff;
    border-bottom: 2px solid #a0a0a0;
}

/* Navigator Ul */

.navul {
    margin: auto;
}

.navul li {
    padding: 2%;
    font-family: Georgia;
}

.navul li.active {
    border-bottom:  2px solid #cccc00;
    background-color: #f5f5f5;
    border-radius: 2%;
}

.navul li:hover {
    background-color: #f5f5f5;
}

/* Brand */

.brand img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5%;
}

/* Home Header */

.homeHeader {
    text-align: center;
    background-color: #ffffff;
    border-bottom: 2px solid #e3e3e3;
    padding: 5%;
    font-family: Lucida Handwriting;
}

/* Reviews */

.reviews {
    text-align: center;
    background-color: #ffffff;
    border-bottom: 2px solid #e3e3e3;
    padding: 5%;
    font-family: Lucida Handwriting;
}

.reviewsHeader {
    padding-bottom: 5%;
}

.reviews p {
    text-align: justify;
}

.checked {
  color: orange;
}

/* Home */

.home {
    text-align: center;
    background-color: #ffffff;
    border-bottom: 2px solid #e3e3e3;
    padding: 5%;
}

.home-img {
    max-width: 700px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.home img {
    width: 50%;
    border-radius: 5%;
}

.home p {
    text-align: justify;
    padding: 70px 0;
    font-family: Lucida Handwriting;
}

/* Info */

.info {
    text-align: center;
    background-color: #ffffff;
    border-bottom: 2px solid #e3e3e3;
    padding: 5%;
    font-family: Lucida Handwriting;
}

.info a {
    color: #cccc00;
}

.info a:hover {
    color: #cccc00;
    text-decoration: underline;
}

/* Top Button */

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #cccc00; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


@media screen and (min-width: 980px){
    .header { width: 980px; } 
}
@media screen and (max-width: 640px){
    .header { left: 5%; }
    .header h1 { font-size: 30px; }
    .header p { font-size: 20px; }
    .carousel-item { height: auto; }