
/* GLOBAL
-------------------------------------------------- */
body {
    font-family: 'Open Sans', sans-serif;
    line-height: 28px
}

section{
    padding-top: 25px;
    padding-bottom: 25px;
}
.spacer{
    height: 90px;
}
footer a{
  text-decoration: none;
  color: #000;
}
footer a:hover{
  text-decoration: none;
  color: #243551;
}
/* NAV
-------------------------------------------------- */

.logo{
    position: fixed;
    width: 300px;
    left: -50px;
    top: 0;
    z-index: 1100;
  }

  .navbar{
    border-bottom:#243551 solid 40px;

  }
  .navbar-collapse {
    padding-top: 20px;
  }

/* COLOURS
-------------------------------------------------- */
.bg-green{
    background-color: #243551;
}
.border-bottom-brown{
    border-bottom:#bb6d38 solid 2px;
}
.border-top-brown{
    border-top:#bb6d38 solid 25px;
}
.border-left-brown{
    border-left:#bb6d38 solid 25px;
}
.border-bottom-green{
    border-bottom:#243551 solid 25px;
}
.text-brown{
color : #bb6d38;
}
#contact {
    border-top:#bb6d38 solid 1px;
    border-bottom:#bb6d38 solid 1px;
}

.bg-lbrown{
    background-color : #faf6f4;
}
/* TYPOGRAPHY
-------------------------------------------------- */
H1{
    font-size: 35px;
    color: #bb6d38;
}
H2{
    font-size: 20px;
    color: #bb6d38;
    line-height: 35px;
}
H3{
    font-size: 13px;
    margin-top: 20px;

}
/* LINKS
-------------------------------------------------- */

#contact a {
    color: #000;
}
.navbar-nav .nav-link {

    border:#FFF solid 1px;
    padding: 10px;
  }
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
    color:  #000;
    border:#bb6d38 solid 1px;
  }
/* BUTTONS
-------------------------------------------------- */
.btn-primary {
    --bs-btn-color: #bb6d38;
    --bs-btn-bg: #faf6f4;
    --bs-btn-border-color: #bb6d38;
    --bs-btn-hover-color: #faf6f4;
    --bs-btn-hover-bg: #bb6d38;
    --bs-btn-hover-border-color: #bb6d38;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #faf6f4;
    --bs-btn-active-bg: #bb6d38;
    --bs-btn-active-border-color: #bb6d38;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #faf6f4;
    --bs-btn-disabled-bg: #bb6d38;
    --bs-btn-disabled-border-color: #bb6d38;
    --bs-btn-border-radius: 0rem;
  }


  .icons img {
    border: 2px solid #bb6d38;;
  }
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }

  #myCarousel2 .carousel-indicators [data-bs-target] {
    background-color: #243551;
  }
  
  /* Declare heights because of positioning of img element */
 


  /* X-Small devices (portrait phones, less than 576px)*/
/*No media query for `xs` since this is the default in Bootstrap*/

  /* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }

  /*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {  }

  /* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {  }

  /*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    section{
        padding-top: 100px;
        padding-bottom: 100px;
    }
 }

  /*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 
    .logo{
    position: fixed;
    width: 480px;
    left: 0;
    top: 0;
    z-index: 1100;
  } }
