body {
  font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.navbar-custom {
    background-color: #ff5500;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
/*    color: #22aae2; */
    color: #1D71B8;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
/*    color: #22aae2; */
    color: #1D71B8;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
/*    color: #22aae2; */
    color: #1D71B8;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #ff5500;
}
.navbar-custom .dropdown-item {
    color: #ffffff;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
/*    color: #22aae2; */
    color: #1D71B8;
    font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead {
  position: relative;
  background: #00a19a; /* Old browsers */
  background: -moz-linear-gradient(top, #00a19a 0%, #2989d8 40%, #2989d8 54%, #207cca 68%, #1d71b8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00a19a 0%,#2989d8 40%,#2989d8 54%,#207cca 68%,#1d71b8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00a19a 0%,#2989d8 40%,#2989d8 54%,#207cca 68%,#1d71b8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a19a', endColorstr='#1d71b8',GradientType=0 ); /* IE6-9     */

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}


.btn-primary {
    background: #1D71B8;
    font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn.outline {
	background: none;
	padding: 12px 22px;
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: -10px;
    font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-primary.outline {
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
}

.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
	border: 4px solid #FFFFFF;
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.btn-primary.outline:active, .btn-primary.outline.active {
	border-color: #FFFFFF;
	color: #FFFFFF;
	box-shadow: none;
}

a {
    color: #1D71B8;
}

#logo {
    height: 40px;
}
