body {
    font-family: "Raleway", Helvetica, Arial, sans-serif!important;
    font-weight: 500;
    line-height: 1.7;
    font-size: 14px;
    color: #555;
  }
  
  h1, h2, h3, h4, h5 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #555;
  }

  h1 { font-size: 22px; } 
  h2 { font-size: 20px; } 
  h3 { font-size: 17px; } 
  h4 { font-size: 14px; } 

.tagline {
  font-family: "Square Peg";
  font-size: 1.6em;
  color: #555;
  padding-left: 20px;
  padding-right: 2px;
  padding-top: 5px;
  padding-bottom: 0px;
}


@media screen and (min-width: 480px) {
  .tagline {
    font-family: "Square Peg";
    font-size: 26px;
    color: #555;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 2px;
  }

}
.logo-2nd-line {
  font-family: "Raleway", Helvetica, Arial, sans-serif!important;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  padding-left: 8px;
  padding-top: 3px;
  padding-bottom: 0px;
  color: #5d5c5c;

}
 
  a {
    color: #ff7301;
    text-decoration: none;
  }

  a:hover {
    color: #c0c0c0;
    text-decoration: none;
  }

.hover-effect:hover {
    opacity: 0.6;
}

.big_quote {
  font-family: "Coustard";
  color: #ff7200;
  font-size: 2em;
  line-height: 0;
  vertical-align: middle;
}

.photographer-list {
  font-size: 11px;
  font-style: italic;
}



/* NAVBAR */

.nav-link {
  color: #555;  
  line-height: 1.2;
}
  
  .nav-link:hover {
  color: #ff7200;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
  
  .dropdown a {
    display: block;
    color: #555;
    line-height: 1.2;
    font-size: 14px;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    background-color: white;
}

.dropdown a:hover {
    color: #ff7200;
    background-color:white;
}

.navbar {
  --bs-navbar-padding-y: 0;
}



/* FOOTER */

#content-wrap {
  padding-bottom: 25px;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25px;            /* Footer height */
}
.footer_space {
  margin-top: 100px;
  padding:10px;
  background: #bbb;
}
.footer_small_print {
  font-size: .75em;
  color: white;
  padding-left: 10px; 
  padding-top: 12px;
}



/* BACK TO TOP BUTTON */

#btn-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 0px;
    color: #555;
    width: 2.5rem;
    height: 2.5rem;
}



