@charset "UTF-8";
/* CSS Document */
body {
  background-color: #2aace2;
}
.boxstyle {
  border-top: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  border-radius: 0px 20px 20px 0px;
  background-color: white;
  margin-right: 7%
}
.boxstyle2 {
  border-top: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  border-radius: 0px 20px 20px 0px;
  background-color: white;
}
.boxstyle3 {
  border-top: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  border-radius: 0px 20px 20px 0px;
  background-color: white;
}
@media (min-width: 768px) {
  .boxstyle3 {
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    border-radius: 20px 0px 0px 20px;
    position: absolute;
    right: 0;
  }
}
.textheader {
  color: white;
  background-color: black;
  position: absolute;
  margin-top: -25px;
  padding: 0px 45px;
  left: 0;
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  z-index: 1;
}
.textheader2 {
  margin-top: -55px;
  left: 0;
  float: clear;
}
@media (max-width: 768px) {
  .cardsheaderbox {
    margin: 50px 0px -60px 0px;
  }
}
.cardsheader {
  color: white;
  background-color: black;
  padding: 0px 45px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  z-index: 1;
  margin: -15px 0px 20px -15px;
}
@media (min-width: 768px) {
  .cardsheader {
    margin-top: -55px;
    position: absolute;
    right: 0;
  }
}
.navbox {
  background-color: #8DCB8B;
  border-bottom: 3px solid black;
}
.navbar {
  padding-bottom: 0px;
	border-bottom: 30px solid black;
}
.navbar-toggler {
  border: 3px solid black !important;
  border-radius: 0px;
  margin-bottom: -3px;
  margin-right: 10px;
}
.navbar-toggler:hover {
  background-color: white;
}
.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
  background-color: white;
}
.bi-list {
  font-size: 40px;
}
.bi-list:hover {
  color: black;
}
.logonav h1 {
  color: white;
  text-shadow: 5px 5px 0px black;
  font-family: "amboy-black", sans-serif;
  font-size: 10vw;
}
.bg-dark {
  background-color: #8DCB8B !important;
}
.navbar .nav-item {
  font-family: "amboy-black", sans-serif;
  font-size: 20px;
  border-top: 3px solid black;
  border-left: 3px solid black;
  border-right: 3px solid black;
  border-bottom: 1px solid black;
  background-color: white;
  margin: 0px 10px;
}
.navbar .nav-item a {
  color: black !important;
  padding: 8px;
  border: none;
  border-radius: 0px;
}
.navbar .nav-item a:hover {
  background-color: #F06BA8 !important;
}
@media (max-width: 768px) {
  .navbar-nav {
    float: right;
    margin-right: -5px;
  }
  .navbar .nav-item a {
    text-align: center;
    padding: 10px 25px;
  }
}
.colorbox {
  border: 3px solid black;
  height: 200px;
}
.green {
  background-color: #8DCB8B;
}
.yellow {
  background-color: #FFE600;
}
.pink {
  background-color: #F06BA8;
}
.blue {
  background-color: #2aace2;
}
.colorlabel {
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.h1style {
  font-family: "amboy-black", sans-serif;
  font-size: 40px;
}
.h2style {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700 !important;
  font-style: bold !important;
  font-size: 30px !important;
}
.pstyle {
  font-family: "acumin-pro", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 20px !important;
}
.buttongroup a {
  border: 3px solid black;
  border-radius: 0px;
  background-color: white;
  color: black;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700 !important;
  font-style: bold !important;
  font-size: 20px !important;
  text-transform: uppercase;
  float: left;
  clear: both;
  margin: 15px 0px;
}
.btn1:hover {
  background-color: #F06BA8;
  border: 3px solid black;
  color: black;
}
.btn2:hover {
  background-color: #FFE600;
  border: 3px solid black;
  color: black;
}
.btn3:hover {
  background-color: #8DCB8B;
  border: 3px solid black;
  color: black;
}
.cards {
  padding: 0px;
}
.highlights {
  font-family: "amboy-black", sans-serif;
  font-size: 50px;
  background-color: #F06BA8;
  padding: 10px;
  border-radius: 0px 18px 0px 0px;
  border-bottom: 3px solid black;
}
.seemore {
  font-family: "amboy-black", sans-serif;
  font-size: 50px;
  background-color: #F06BA8;
  padding: 10px;
  border-radius: 0px 0px 18px 0px;
  border-top: 3px solid black;
  margin: 10px 0px 0px 0px;
}
@media (min-width: 768px) {
  .highlights {
    border-radius: 18px 0px 0px 0px;
  }
  .seemore {
    border-radius: 0px 0px 0px 18px;
    border-top: 3px solid black;
  }
}
.carriecard {
  width: 80%;
}
.cardbottom {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 30px;
  padding: 20px;
  background-color: #8DCB8B;
  border: 3px solid black;
}
.cardtop1 {
  background-image: url("../images/card1.png");
  background-size: cover;
  background-position: center;
  height: 250px;
  border: 3px solid black;
  margin-top: 50px;
}
.cardtop2 {
  background-image: url("../images/card2.png");
  background-size: cover;
  background-position: center;
  height: 250px;
  border: 3px solid black;
  margin-top: 50px;
}
i {
  font-size: 80px;
  color: black;
  text-align: center;
  transition: .25s;
}
i:hover {
  transition: .25s;
  color: #F06BA8;
}
footer {
  background-color: #8DCB8B;
  border-top: 3px solid black;
}
.gototop {
  margin-top: 9px;
}
.gototop a {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 30px;
  padding: 10px 15px;
  background-color: white;
  color: black;
  border: 3px solid black;
  transition: .25s;
}
.gototop a:hover {
  background-color: #F06BA8;
  color: white;
  transition: .25s;
  text-decoration: none;
}
footer img {
  height: 50px;
  margin-top: -30px;
  margin-right: 15px;
}
footer img:hover {
  box-shadow: 3px 3px 0px black;
}
.footericons i {
  margin-top: 20px;
  font-size: 50px;
  margin-right: 15px;
}
.footericons i:hover {
  color: white;
  text-shadow: 3px 3px 0px black;
}