/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,700;0,800;1,900&display=swap');

body {
  
  color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10; margin-left:-100px;
}

.carousel-caption p {color: #000; font-size:90px;}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: none;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

@media (max-width: 768px) {
	
	.carousel-caption {
    z-index: 10;
    margin-left: 25px;}
.carousel-caption h1 {color:#00a9a1; margin:0px 0px 0px; margin-right:25%;font-weight:900; font-size:25px;text-shadow: none;line-height:100%; padding:5px 0px;font-family: 'Montserrat', sans-serif; text-transform:uppercase;}
 .carousel-caption h2 span{color:#FFF; margin:0px 0px 30px;margin-right:25%; font-weight:900; font-size:24px;text-shadow: none;line-height:120%; padding:5px 0px;font-family: 'Montserrat', sans-serif; text-transform:uppercase;}
 
  .carousel-caption h2 {color:#FCC707; margin:0px 0px 30px; font-weight:900;margin-right:25%; font-size:24px;text-shadow: none;line-height:120%; padding:5px 0px;font-family: 'Montserrat', sans-serif; text-transform:uppercase;}
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 5px;
    font-size: 21px; font-weight:300;
    line-height: 100%; text-shadow: none;
  }
  
 .carousel-caption h1 {color:#00a9a1; margin:0px 0px 0px; font-weight:900; font-size:50px;text-shadow: none;line-height:100%; padding:5px 0px;font-family: 'Montserrat', sans-serif; text-transform:uppercase;}
 .carousel-caption h2 span{color:#FFF; margin:0px 0px 30px; font-weight:900; font-size:48px;text-shadow: none;line-height:120%; padding:5px 0px;font-family: 'Montserrat', sans-serif; text-transform:uppercase;}
 
  .carousel-caption h2 {color:#FCC707; margin:0px 0px 30px; font-weight:900; font-size:48px;text-shadow: none;line-height:120%; padding:5px 0px;font-family: 'Montserrat', sans-serif; text-transform:uppercase;}
  
  .carousel-caption p span { font-weight:bold; }
  
  .competion p { font-size: 12px; font-weight:400;}
  .competion p span { font-weight:bold; color:#00a9a1; }
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

#type3 {
  background: #ffa726;
  padding-bottom: 60px;
  position: relative;
}


.btn-5 {
  text-align: left;
  display: inline;
  padding: 15px 40px; font-family: 'Montserrat', sans-serif;
  border: 2px solid #FCC707; color: #FCC707;
  cursor: pointer; font-size:16px;
  letter-spacing: 2px; font-weight:700;
  position:relative;
  overflow:hidden; text-decoration: none;
  margin: 20px 0px;
}

.btn-5:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  background : #fff; color: #FCC707;
  left: 0; text-decoration: none;
  bottom: 0;
  transition: all .3s; z-index;99;
  opacity: 0.3;
}

.btn-5:hover:before {
  width: 100%; text-decoration: none; color: #fff;
}

.btn-5:hover {
  text-decoration: none; color: #FCC707; z-index;999;
}
