/* This file is for modifying parts of Bootstrap. */

body {
  padding-top: 50px;
}
@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
}

h1 {
  font-family: "Slabo 27px", serif;
  font-size: 50px;
  margin-top: 50px;
  color: #ffffff;
}

h2 {
  font-family: "Slabo 27px", serif;
  font-size: 30px;
  margin-top: -15px;
  color: #ffffff;
}

h3 {
  font-family: "Slabo 27px", serif;
  font-size: 30px;
}

a {
  color: #8f171d;
}

a:hover {
  color: #720a0f;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

p.small {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  margin-top: 10px;
}

p.large {
  font-size: 20px;
  margin-bottom: 50px;
}

.overlay-title{
  color: #fff;
  font-family: "Slabo 27px", serif;
  font-size: 65px;
  padding: 70px;
  text-transform: uppercase;
  text-align: center;
}

.purple-overlay {
  width: 100%;
  height: 225px;
  background-color: #8794CD;
  opacity: 0.75;
}

.blue-overlay {
  width: 100%;
  height: 225px;
  background-color: #46AEB6;
  opacity: 0.75;
}

.green-overlay {
  width: 100%;
  height: 225px;
  background-color: #A9BD58;
  opacity: 0.75;
}

.orange-overlay {
  width: 100%;
  height: 225px;
  background-color: #EAA524;
  opacity: 0.75;
}

.sq-photo {
  margin: 10px;
  width: 325px;
  height: 250px;
  position: relative;
}

.photo-caption {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.75);
  padding: 6px 12px;
  color: white;
  margin: 0;
  font-size: 14px;
}

.bg-1 {
  color: #ffffff;
  z-index: 100;
}

.bg-footer {
    background-color: #8e171e;
    color: #fff;
    padding: 50px;
}

.bg-footer p {
    color: #fff;
    font-size: 12px;
}

.bg-footer a {
    color: #fff;
}

/* changing up the buttons */
.btn {
    padding: 9px 14px;
    border: 0 none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width:250px;
    margin-bottom: 0px;
}

.btn-sm.round {
	border-radius: 18px;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: #0099cc;
    color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}

.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}

.btn-purple {
    background: #8794CD;
    color: #ffffff;
}

.btn-purple:hover {
  background: #7283C0;
  color: #ffffff;
}

.btn-purple:active, .btn-purple.active {
    background: #7283C0;
    box-shadow: none;
}

.btn-green {
    background: #D2E49C;
    color: #ffffff;
}

.btn-green:hover {
  background: #A9BD58;
  color: #ffffff;
}

.btn-green:active, .btn-green.active {
    background: #A9BD58;
    box-shadow: none;
}

.btn-orange {
    background: #FFBF45;
    color: #ffffff;
}

.btn-orange:hover {
  background: #EAA524;
  color: #ffffff;
}

.btn-orange:active, .btn-orange.active {
    background: #EAA524;
    box-shadow: none;
}

.btn-blue {
    background: #80D5DC;
    color: #ffffff;
}

.btn-blue:hover {
  background: #46AEB6;
  color: #ffffff;
}

.btn-blue:active, .btn-blue.active {
    background: #46AEB6;
    box-shadow: none;
}

.btn-red {
    background: #8f171d;
    color: #ffffff;
}

.btn-red:hover {
  background-color: #720a0f;
  color: #ffffff;
}

.btn-red:active, .btn-red.active {
    background: #720a0f;
    box-shadow: none;
}

.btn-menu {
    background: #8f171d;
    color: #ffffff;
    display: block;
}

.btn-menu:hover {
    background: #8f171d;
}

.btn-menu:active, .btn-menu.active {
    background: #8f171d;
    box-shadow: none;
}
/* end button mods */

.jumbotron {
    background-color: #fff;
    color: #333;
    padding: 50px 25px;
    font-family: 'Montserrat', sans-serif;
}

.jumbotron2 {
    background-color: #80D5DC;
    color: #fff;
    padding: 50px 50px;
    margin-top: 20px;
}

/* carousel modifications */
.carousel img {width:100%}

.carousel-caption {
  background-color: /*rgba(0,0,0,0.5)*/ white;
  opacity: 0.9;
  left: 0;
  width:500px;
  z-index: 3;
  padding: 15px;
  color: #000;
  margin-bottom: 50px;
}

.carousel-caption h3 {
  font-family: "Slabo 27px", serif;
  font-size: 25px;
  opacity: 1;
  color: #8e171e;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 6px;
  text-align: center;
  text-shadow: /*2px 1px 2px rgba(0,0,0,0.9)*/ none;
}

.carousel-caption p {
  margin-top: 0;
  font-size: 13px;
  opacity: 1;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  text-shadow: none;
}

.carousel-caption a {
  color: #8f171d;
  text-decoration: none;
}

.carousel-caption a:hover {
  text-decoration: underline;
}

.carousel-control { width: 15% }
.carousel-indicators { margin-bottom: 2px; }
.carousel-indicators .active { background: #8e171e; border: none;}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
  width: 25px;
  height: 25px;
  font-size: 30px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
}
/* end carousel modifications*/

/* Slide out menu */
.c-menu {
  position: fixed;
  z-index: 600;
  padding-top: 50px;
  background-color: #222222;
  transition: transform 0.3s;
  font-family: 'Montserrat', sans-serif;
}

.c-menu p {
  display: block;
  font-size: 12px;
  margin-left: 15px;
  color: #aaaaaa;
}

.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-menu__close {
  color: #fff;
  background-color: #222222;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.c-menu__close:focus {
  outline: none;
}

body.has-active-menu {
  overflow: hidden;
}

.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.c-menu--slide-right {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.c-menu--slide-right .c-button {
  font-size: 20px;
}

@media all and (min-width: 320px) {
  .c-menu--slide-right {
    width: 300px;
  }
}

/* This was used for my previous styling, before the dropdown effect
.c-menu--slide-right .c-menu__item {
  display: block;
  text-align: left;
  border-top: solid 1px #8f171d;
  border-bottom: solid 1px #8f171d;
}

.c-menu--slide-right .c-menu__item:first-child {
  border-top: none;
  margin-top: -10px;
}

.c-menu--slide-right .c-menu__item:last-child {
  border-bottom: none;
}

.c-menu--slide-right .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff;
  text-decoration: none;
} */

.c-menu--slide-right .c-menu__link__small {
  display: block;
  font-size: 12px;
  margin-left: 15px;
  color: #aaaaaa;
  text-decoration: none;
}

.c-menu--slide-right .c-menu__link__small:hover {
  text-decoration: underline;
}

.c-menu--slide-right .c-menu__link__med {
  display: block;
  font-size: 14px;
  margin-left: 10px;
  padding: 5px;
  border-bottom: solid 1px #333;
  color: #eee;
  text-decoration: none;
}

.c-menu--slide-right .c-menu__link__med:hover {
  text-decoration: none;
  color: #aaa;
}

.c-menu--slide-right .c-menu__link__med:last-child {
  border-bottom: none;
}

.c-menu__btn {
  display: block;
  padding: 2px 10px;
  border: 0 none;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 270px;
  margin-bottom: 10px;
  margin-left: 15px;
  border-radius: 18px;
}

.c-menu--slide-right .c-menu__btn-red {
  background: #8f171d;
  color: #ffffff;
  text-decoration: none;
}

.c-menu--slide-right .c-menu__btn-red:hover {
  background-color: #720a0f;
  color: #ffffff;
  text-decoration: none;
}

.c-menu--slide-right .c-menu__btn-red:active, .c-menu__btn-red.active {
  background: #720a0f;
  box-shadow: none;
  text-decoration: none;
}

.c-menu--slide-right .c-menu__close {
  display: block;
  padding: 12px 24px;
  width: 100%;
}

.c-menu--slide-right {
  top: 0;
  right: 0;
  transform: translateX(100%);
}

@media all and (min-width: 320px) {
  .c-menu--slide-right {
    transform: translateX(300px);
  }
}

.c-menu--slide-right.is-active {
  transform: translateX(0);
}

/* The drowndown-styled links */
.accordion {
  background-color: #222222;
  padding: 10px;
  color: #ffffff;
}

.title_link {
  padding: 10px;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #444;
}

.title_link h2 {
  font-size: 20px;
  margin: 0;
  color: #fe9d98;
}

.title_link .glyphicon {
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #8f171d;
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.sublink {
  max-height: 0;
  overflow: hidden;
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.sublink p {
  padding: 20px;
}

.linku {
  display: block;
  font-size: 14px;
  margin-left: 10px;
  padding: 5px;
  border-bottom: solid 1px #ccc;
  color: #777;
  text-decoration: none;
}

.linku:hover {
  text-decoration: none;
  color: #8f171d;
}

.accordion li.open .title_link .glyphicon {
  transform: rotate(180deg);
}

.accordion li.open .sublink {
  max-height: 600px;
}

ul {
  margin-bottom: 0;
}

/* begin scroll to top button */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 300;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/*end scroll to top button */

@media (max-width: 2000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		    top: 0;
		    border-width: 0 0 1px;
	  }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		    margin-top: 7.5px;
	  }
	  .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		  display:block !important;
	}
}
