html,
body {
  width: 100%;
  height: 100%;
  color: #c85c74;
}

body {
  font-family: 'Quicksand', sans-serif;
}

a {
  color: #303591;
  -webkit-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #303591;
}

hr {
  max-width: 100px;
  margin: 5px auto 0;
  border-width: 1px;
  border-color: white;
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 100px 0;
}

section h2 {
  font-size: 50px;
}

.section-heading {
	font-weight: bold;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  -webkit-transition: all .35s;
  transition: all .35s;
  font-family: 'Quicksand', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand {
  color: #303591;
  font-family: 'Quicksand', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 20px 0;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #303591;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #303591;
}

#mainNav .navbar-nav > li > a {
  font-size: 11px;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
  color: #303591 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #303591;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #303591;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: white;
    background-color: white;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: #303591;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: #303591;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #303591;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #303591;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #303591;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #303591;
  }
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: #1d2129;
  background-color: #f8f9fa;
}

header.masthead .header-content {
  margin-bottom: 100px;
  text-align: center;
}

header.masthead .header-content h1 {
  font-size: 50px;
  font-weight: bold;
  color: #303591;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: center;
  }
  header.masthead .header-content h1 {
    font-size: 70px;
	font-weight: bold;
  }
}

section.highlight {
  position: relative;
  padding: 150px 0;
}

section.highlight h2 {
  font-size: 50px;
  margin-top: 0;
}

section.highlight .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.highlight .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.highlight .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.highlight .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.highlight h2 {
    font-size: 70px;
  }
}

footer {
  padding: 25px 0;
  text-align: center;
  color: #6a6a6a;
  background-color: #eeeeee;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: #6a6a6a;
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.bg-red {
  background: #ff3c61;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3c61), to(#ff3c61));
  background: linear-gradient(#ff3c61, #ff3c61);
}

.text-red {
  color: #ff3c61;
}

.text-blue {
	color: #313592;
}

.text-lightblue {
  color: #a5a8ec;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #303591;
  background-color: #303591;
}

.btn {
  border-radius: 300px;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}

.feature {
	background: #303591 !important;
}

#feature {
	background-color: #303591;
}

#feature .feature-item {
  right: 0;
  margin: 0 0 15px;
}

#feature .feature-item .feature-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#feature .feature-item .feature-link .feature-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}

#feature .feature-item .feature-link .feature-hover:hover {
  opacity: 1;
}

#feature .feature-item .feature-link .feature-hover .feature-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#feature .feature-item .feature-link .feature-hover .feature-hover-content i {
  margin-top: -12px;
}

#feature .feature-item .feature-link .feature-hover .feature-hover-content h3,
#feature .feature-item .feature-link .feature-hover .feature-hover-content h4 {
  margin: 0;
}

#feature .feature-item .feature-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
}

#feature .feature-item .feature-caption h4 {
  margin: 0;
  text-transform: none;
  font-weight: bold;
}

#feature .feature-item .feature-caption p {
  font-size: 16px;
  margin: 0;
  font-family: 'Quicksand', sans-serif;
}

#feature * {
  z-index: 2;
}

@media (min-width: 767px) {
  #feature .feature-item {
    margin: 0 0 30px;
  }
}

.profile-member {
  margin-bottom: 50px;
  text-align: center;
}

.profile-member img {
  width: 160px;
  height: 160px;
  border: 7px solid rgba(0, 0, 0, 0.1);
}

.profile-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
  font-weight: bold;
}

.profile-member p {
  margin-top: 0;
}

section.profile h2 {
  font-size: 50px;
  margin-top: 0;
}

@media (min-width: 768px) {
  section.profile h2 {
    font-size: 70px;
  }
}

.carousel-item {
  height: 100vh;
  min-height: 100%;
  background: no-repeat center center scroll;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: none;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  font-weight: bold;
  color: red;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  font-weight: bold;
  color: red;
}

section.download {
  position: relative;
  padding: 0 0 150px 0;
}

section.download h2 {
  font-size: 50px;
  margin-top: 0;
}

section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.download .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}

.col-half-offset{
    margin-left:4.166666667%
}