/*!
 * Start Bootstrap - Createive v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */

body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Open Sans', 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #63C76F;
}

hr.light {
  border-color: white;
}

a {
  color: #63C76F;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:focus,
a:hover {
  color: #63C76F;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

h2 {
  color: #666666;
  font-size: 24px;
  font-weight: bolder;
}

h3 {
  color: #777777;
  font-size: 18px;
  font-weight: bolder;
}

h4 {
  color: #888888;
  font-size: 16px;
  font-weight: bolder;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.bg-primary {
  background-color: #63C76F !important;
}

.bg-dark {
  color: white;
  background-color: #222222 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.text-gray {
  color: #666666;
}

section {
  padding: 100px 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: white;
  background: #222222;
  text-shadow: none;
}

::selection {
  color: white;
  background: #868e96;
  text-shadow: none;
}

img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

.pr5 {
  padding-right: 5px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}
body {
  /*-webkit-tap-highlight-color: #bfbfbf;*/
}

#mainNav {
  /*border-color: rgba(34, 34, 34, 0.05);*/
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 1px solid;
  border-color: rgba(0,0,0,0.3);
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: none;
  color: #63C76F;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
  color: #63C76F;
}

#mainNav .navbar-toggle {
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
  color: #222222;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  color: rgba(99, 199, 111, 0.7);
}

#mainNav .navbar-nav>li.nav-item>a.nav-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  color: #666666;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
  color: #63C76F;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link.active {
  color: #63C76F !important;
  background-color: transparent;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: white;
    border-bottom: 1px solid;
    border-color: rgba(0,0,0,0.3);
  }
  #mainNav .navbar-brand {
    color: #63C76F;
  }
  #mainNav .navbar-brand:focus,
  #mainNav .navbar-brand:hover {
    color: rgba(99, 199, 111, 0.7);
  }
  #mainNav .navbar-nav>li.nav-item>a.nav-link {
    color: #666666;
  }
  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    color: rgba(99, 199, 111, 0.7);
  }
  #mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    color: rgba(99, 199, 111, 0.7);
  }
}

#mainNav.navbar-shrink {
  /*border-color: rgba(34, 34, 34, 0.05);*/
  background-color: #63C76F;
}

#mainNav.navbar-shrink .navbar-brand {
  font-size: 16px;
  color: white;
}

#mainNav.navbar-shrink .navbar-brand:focus,
#mainNav.navbar-shrink .navbar-brand:hover {
  color: rgba(255, 255, 255, 0.7);
}

#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
  color: #222222;
}

#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover,
#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover {
  color: #63C76F;
}


}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /*background: rgb(0, 0, 0);*/
  background: rgba(0, 0, 0, 0.3);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.6);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}