/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.header-bold {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.header-extra-bold {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.header-normal {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.header-italicise {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.navbar-inverse {
  background: url(../img/backgrounds/top-bg.jpg) 0 50% repeat;
  padding-bottom: 1rem;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.phone {
  text-align: right;
}
.phone h2 {
  color: white;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.jumbotron {
  background: url(../img/backgrounds/jumbotron.jpg) 50% 50% repeat;
}
.carousel {
  border: 10px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px #333;
  border-radius: 3px;
}
.carousel h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
.mainBody h2,
.well h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #750202;
  font-size: 2.8rem;
  margin: 0 0 2rem;
}
.mainBody h3,
.well h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #750202;
  margin: 0 0 2rem;
}
.mainBody p,
.well p {
  font-size: 2rem;
}
.mainBody ul,
.well ul {
  padding: 0;
}
.mainBody ul li,
.well ul li {
  font-size: 1.8rem;
  list-style: none;
  margin: 0 0 0.4rem;
}
.well h2 {
  margin: 0 0 1rem;
}
.well p {
  font-size: 1.8rem;
}
.darkcontainer {
  background: #333 url(../img/backgrounds/dark_fish_skin.png) 0 0 repeat;
  color: white;
  padding: 2rem 0;
}
.darkcontainer h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #eee;
  font-size: 2.8rem;
  margin: 0 0 2rem;
  text-shadow: 1px 1px 2px #333;
}
.darkcontainer ul {
  padding: 0 0 0 1.5rem;
}
.darkcontainer ul li {
  font-size: 1.8rem;
  margin: 0 0 0.6rem;
}
.darkcontainer #links div {
  margin-bottom: 1.5rem;
}
.darkcontainer #links div img {
  border: 5px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px #000;
}
.darkcontainer .well {
  text-align: center;
}
.darkcontainer .well h2 {
  color: #750202;
  font-size: 2.3rem;
  margin: 0 0 5px;
  text-shadow: none;
}
.darkcontainer .well p {
  color: #cccccc;
}
footer {
  background: #000000 url(../img/backgrounds/simple_dashed.png) 0 0 repeat;
  color: white;
  padding: 2rem 0;
  text-align: center;
}
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .jumbotron {
    padding: 168px 2rem 30px;
  }
  #map-container {
    height: 249px;
  }
  .phone h2 {
    font-size: 2rem;
    margin: 1rem 0 1rem;
    text-align: center;
  }
  .phone span.phone,
  .phone span.address {
    font-size: 2.2rem;
    display: block;
    text-align: center;
  }
  .phone span.address {
    font-size: 1.6rem;
    margin-top: 0.6rem;
  }
  .phone span.separator {
    display: none;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .logo {
    padding: 0 4rem;
  }
  .jumbotron {
    padding: 208px 2rem 30px;
  }
  #map-container {
    height: 249px;
  }
  .phone h2 {
    font-size: 2rem;
    margin: 1rem 4rem 1rem;
    text-align: center;
  }
  .phone span.phone,
  .phone span.address,
  .phone span.separator {
    font-size: 2rem;
    display: inline;
    text-align: right;
  }
  .darkcontainer h2 {
    font-size: 2.6rem;
  }
  .darkcontainer ul {
    padding: 0 0 0 1.5rem;
  }
  .darkcontainer ul li {
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 0 0 0.6rem;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .logo {
    padding: 0;
  }
  .jumbotron {
    padding: 48px 0 30px;
  }
  #map-container {
    height: auto;
  }
  .carousel h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .phone h2 {
    font-size: 2rem;
    margin: 1rem 0 0;
    text-align: right;
  }
  .phone span.phone,
  .phone span.address,
  .phone span.separator {
    font-size: 2rem;
    display: inline;
    text-align: right;
  }
  .darkcontainer h2 {
    font-size: 2.6rem;
  }
  .darkcontainer ul {
    padding: 0 0 0 1.5rem;
  }
  .darkcontainer ul li {
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 0 0 0.6rem;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .logo {
    padding: 0;
  }
  .jumbotron {
    padding: 48px 0 30px;
  }
  #map-container {
    height: auto;
  }
  .carousel h2 {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  .phone h2 {
    font-size: 2.4rem;
    margin: 1rem 0 0;
    text-align: right;
  }
  .phone span.phone,
  .phone span.address,
  .phone span.separator {
    font-size: 2.2rem;
    display: inline;
    text-align: right;
  }
  .mainBody h2,
  .well h2 {
    font-size: 2.2rem;
  }
  .mainBody p {
    font-size: 1.8rem;
  }
  .well p {
    font-size: 1.5rem;
  }
  .darkcontainer h2 {
    font-size: 2.8rem;
  }
  .darkcontainer ul {
    padding: 0 0 0 1.5rem;
  }
  .darkcontainer ul li {
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 0 0 0.6rem;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .logo {
    padding: 0;
  }
  .jumbotron {
    padding: 68px 0 40px;
  }
  #map-container {
    height: auto;
  }
  .carousel h2 {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  .phone h2 {
    font-size: 3rem;
    margin: 1.5rem 0 0;
    text-align: right;
  }
  .phone span.phone,
  .phone span.address,
  .phone span.separator {
    font-size: 2.2rem;
    display: inline;
    text-align: right;
  }
  .mainBody h2,
  .well h2 {
    font-size: 2.8rem;
  }
  .mainBody p {
    font-size: 2rem;
  }
  .well p {
    font-size: 1.8rem;
  }
  .darkcontainer h2 {
    font-size: 2.8rem;
  }
  .darkcontainer ul {
    padding: 0 0 0 1.5rem;
  }
  .darkcontainer ul li {
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 0 0 0.6rem;
  }
}
