a, a:hover {
text-decoration: none;
}

.com-hero-container {
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .com-hero-container {
    position: relative;
    height: auto;
  }
}
.com-hero-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  text-align: center;
}

.com-hero-logo, .com-hero-logo svg {
  width: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .com-hero-logo, .com-hero-logo svg {
    width: 400px;
  }
}
.carousel-inner, .carousel-item, #carouselExampleIndicators {
  height:100%;
}
@media screen and (min-width: 768px) {
  .carousel-inner, .carousel-item, #carouselExampleIndicators {
    height:auto;
  }
}
.carousel-item img.img-fluid {
  max-width: none;
  margin-left: -50%;
  height:100%;
  width: auto;
}

@media screen and (min-width: 768px) {
  .carousel-item img.img-fluid {
    max-width: 100%;
    margin-left: 0;
    height:auto;
  }
}
@media screen and (min-width: 60em) {
  .carousel-item img.img-fluid {
    max-width: 100%;
    margin-left: 0;
    height:auto;
  }
}


.com-hero-logo svg {
  width: 100%;
  fill: white;
}

.com-hero-text {
  font-weight: 300;
  margin-top: 2rem;
}

.com-hero-button {
  margin-top: 6rem;
  color: #ffffff;
}
.com-hero-button:hover {
  color: #ffffff;
}

.com-button {
  padding: .75rem 1rem;
  font-size: 1rem;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  position: relative;
}

.com-button--deco:before {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  position: absolute;
  content: '';
  width: 100%;
  height: 40px;
  margin-left: -50%;
  left: 50%;
  background-image: url(/img/svg/deco.svg);
  background-repeat: no-repeat;
  top: -2rem;
  background-position: center;
  opacity: 0;
  -webkit-transition: all .5s cubic-bezier(0,.91,.02,.98);
  transition: all .5s cubic-bezier(0,.91,.02,.98);
}

.com-button--deco:after {
  -webkit-transform: rotate(180deg) translateY(-100px);
          transform: rotate(180deg) translateY(-100px);
  position: absolute;
  content: '';
  width: 100%;
  height: 40px;
  margin-left: -50%;
  left: 50%;
  background-image: url(/img/svg/deco.svg);
  background-repeat: no-repeat;
  bottom: -2rem;
  background-position: center;
  opacity: 0;
  -webkit-transition: all .5s cubic-bezier(0,.91,.02,.98);
  transition: all .5s cubic-bezier(0,.91,.02,.98);
}

.com-button--deco:hover:after {
  opacity: .7;
  -webkit-transform: rotate(180deg) translateY(0);
          transform: rotate(180deg) translateY(0);
}

.com-button--deco:hover:before {
  opacity: .5;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.com-button--white-transparent {
  color: white;
  border: 1px solid white;
}

.com-button--white-transparent:hover {
  color: #4a4a4a!important;
  background-color: white;
}

.com-button--tiffany {
  color: #6bc0c1;
  border: 1px solid #6bc0c1;
}

.com-button--tiffany:hover {
  color: white!important;
  background-color: #6bc0c1;
}

.com-button--small {
  font-size: .75rem;
  padding: .5 .75rem;
}

.com-section {
  padding: 3rem 0;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (min-width: 768px) {
  .com-section {
    padding:5rem 0;
  }
}

.com-section--lighter {
  position: relative;
  padding: 2rem 0;
  font-family: 'Montserrat', sans-serif;
}

.com-section--intro {
  padding-bottom: 2rem;
}

.com-section--colored {
  background: #6bc0c1;
  color: white;
}

.com-section--centered {
  text-align: center;
}
.com-section--deco {
  position: relative;
  background-image: url(/img/partition.svg);
  background-repeat: no-repeat;
}
.com-section--deco:after {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .2;
  background-image: url(/img/concrete.jpg);
}

.com-section--pattern {
  background: url(/img/flower-pattern.svg);
}
.com-section-content {
  z-index: 2;
}
.com-title--centered {
  text-align: center;
}

.com-title-main {
  font-size: 3rem;
  font-weight: 200;
  text-transform: uppercase;
}

.com-title--small .com-title-main {
  font-size: 2rem;
}

.com-title-main strong{
  font-weight: 500;
}

.com-title-subtitle {
  font-weight: 200;
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 3rem;
}

.com-title--small .com-title-subtitle {
  font-size: 1.125rem;
}

.com-title--bordered .com-title-subtitle:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1rem;
  height: 1px;
  width: 100px;
  background: #6bc0c1;}



.com-title--centered.com-title--bordered .com-title-subtitle:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -1rem;
    height: 1px;
    width: 100px;
    background: #6bc0c1;}

.com-typo-p {
  font-weight: 200;
  font-size: .9rem;
  line-height: 1.8;
}

.com-title-secondary {
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 3rem;
  font-weight: 500;
}
.com-title-secondary--tiffany {
  color: #6bc0c1;
}

.com-circle-item {
  padding: 0 4rem;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .com-circle-item {
    padding: 0 2rem;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .com-circle-item {
    margin-bottom: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .com-circle-item {
  padding: 0 2rem;
  }
}

.com-circle-item-image {
  border-radius: 200px;
  border: 1px solid white;
  padding: 5px;
  margin: 0 1.5rem 1rem 1.5rem;
  position: relative;
}
.com-circle-item-image img {
  border-radius: 200px;
}

.com-circle-item-title {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 1.125rem
}

.com-circle-item-title strong {
  font-weight: 600;
}

.com-circle-item-subtitle {
color: #4a4a4a;
font-weight: 300;
font-size: .925rem;
margin-top: .75rem;}

.com-circle-item-overlay {
opacity: 0;
position: absolute;
background: rgba(0,0,0,0.3);
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 200px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
font-size: 1.5rem;
-webkit-transition: all .5s ease-out;
transition: all .5s ease-out;
color: white;}

.com-circle-item-overlay svg{
fill: white;
-webkit-transform: scale(.2);
        transform: scale(.2);
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
width: 40px;
height: 40px;}


.com-circle-item:hover svg{
-webkit-transform: scale(1);
        transform: scale(1);}


.com-circle-item:hover .com-circle-item-overlay {
opacity: 1;
color: white;}

.com-thumb-image {
  overflow: hidden;
}

.com-thumb-image img {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.com-thumb:hover .com-thumb-image img {
  -webkit-transform: scale(1.1) rotate(1deg);
          transform: scale(1.1) rotate(1deg);
}

.com-thumb-title {
  color: #4a4a4a;
}

.com-thumb-title h3 {
  font-weight: 200;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  position: relative;
}

.com-thumb-title h3:after {
  content: '';
  position: absolute;
  height: 1px;
  bottom: -.5rem;
  left: 0;
  background-color: #6bc0c1;
  width: 80px;
}

.com-thumb-title p {
  font-weight: 300;
  font-size: .925rem;
}

.com-quote {
  text-align: center;
  color: white;
}

.com-quote-main {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.com-quote-author {
  font-style: italic;
}

.com-icon-item {
  color: #4a4a4a;
  text-align: center;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 1s cubic-bezier(0,.5,.02,.5);
  transition: all 1s cubic-bezier(0,.5,.02,.5);
  margin-bottom: 4rem;
}

.com-icon-item:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.com-icon-item h4{
  font-size: .825rem;
  margin-top: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.com-icon-item svg{
  fill: #6bc0c1;
  width: 4rem;
  height: 4rem;
}

.navbar {
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.navbar.smaller {
  border-top: 5px solid #6bc0c1;
  background: white;
  color: #4a4a4a;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
          box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navbar.smaller .navbar-nav {
  margin: .5rem 0 .5rem 0;
}

.smaller.navbar-inverse .navbar-nav .nav-link {
  color: #4a4a4a;
}

.navbar-logo {
  display: none;
}
.smaller .navbar-logo {
  display: block;
  fill: #4a4a4a;
  width: 150px;

}

.smaller .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer {
margin-top: 1rem;
position: relative;}

.mod-footer-lace {
  fill:#6bc0c1;
  width: 440px;
  margin: 0 auto;
  transform: translateX(-40px);
}
@media screen and (min-width: 768px) {
  .mod-footer-lace {
    max-width: 600px;
    width: 80%;
    transform: translateX(0);
  }
}
.mod-footer-content {
position: absolute;
color: white;
margin-left: -200px;
left: 50%;
bottom: -60px;
z-index: 4;
text-align: center;
width: 400px;
}

@media screen and (min-width: 768px) {
  .mod-footer-content {
  bottom: 10px;
  }
}
.mod-footer-logo svg {
  fill: white;
  width: 260px;
  margin: 0 auto;
}
.mod-footer-social a {
  color: white;
  padding: .5rem;
  margin: .5rem;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.mod-footer-social a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.mod-footer-social a svg {
  width: 2rem;
  height: 2rem;
  fill: white;

}
footer:after {
  content:'';
  height: 6rem;
  background: #6bc0c1;
  position: absolute;
  bottom: -4rem;
  width: 100%;
}

.com-divider {
  font-family: 'Montserrat', sans-serif;
  height: 16rem;
  margin-top: 84px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.com-divider-title {
  position: relative;
}

.com-divider-title-main {
  text-transform: uppercase;
  font-weight: 200;
}
.com-divider-title-main strong {
  font-weight: 500;
}

.com-divider-subtitle {
  font-size: 1.25rem;
  font-weight: 300;
}

.com-divider-title:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 50px;
  margin-left: -50%;
  left: 50%;
  background-image: url(/img/svg/deco.svg);
  background-repeat: no-repeat;
  top: -3.5rem;
  background-position: center;
}

.com-divider-title:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 50px;
  margin-left: -50%;
  left: 50%;
  background-image: url(/img/svg/deco.svg);
  background-repeat: no-repeat;
  bottom: -2.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: center;
}

.com-sidebar-menu {
padding:0 1rem 0 0;
margin: 0;
list-style: none;}

.com-sidebar-menu-link {
font-size: .8rem;
padding: 1.75rem .75rem;
display: inline-block;
color: #4a4a4a;
text-transform: uppercase;
width: 100%;
-webkit-transition: all .5s ease-out;
transition: all .5s ease-out;
cursor: pointer;}

.com-sidebar-menu-link--active, .com-sidebar-menu-link:hover {
color: white;
background-color: #6bc0c1;
position: relative;}

.com-sidebar-menu-link--active:after {
content: '';
width: 0;
height: 0;
border-top: 38px solid transparent;
border-bottom: 38px solid transparent;
border-left: 12px solid #6bc0c1;
position: absolute;
right: -12px;
top: 0;}

.com-sidebar-menu-item {
border-bottom: 1px solid #eee;}

.com-music-box {
  cursor: pointer;
  position: relative;
  width: 100%;
  border: 1px solid #6bc0c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem .5rem .25rem 1rem;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
  min-height: 8rem;
}

.com-music-box__author {
  font-size: .8rem;
  text-transform: uppercase;
}

.com-music-box__title {
  font-size: .8rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 1rem;
}

.com-music-box-footer {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.com-music-box-icon {
  width: 2rem;
  height: 2rem;
  display: inline-block;
}
.com-music-box-icon svg {
  width: 2rem;
  height: 2rem;
  fill: #6bc0c1;
}

.com-filter {
  padding-right: 1.25rem;
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: .85rem;
  transition: all ease-out .5s;
}
.com-filter.active, .com-filter:hover {
  padding-right: 1.25rem;
  color: #6bc0c1;
  text-transform: uppercase;
  font-size: .85rem;
}

.carousel-control-prev, .carousel-control-next {
  z-index: 10;
}

.carousel-inner::after {
  background-color: rgba(0,0,0,0.6)!important;
}

.margined-mobi {
  margin-top: 2rem;
}


@media screen and (min-width: 768px) {
  .margined-mobi {
    margin-top: 0;
  }
}
