/*!
 * Start Bootstrap - Freelancer v5.0.2 (https://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
 */

body {
  font-family: 'Raleway', sans-serif;
  line-height: 150%;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

strong {
	font-weight: 700;
}

p {
	text-align: justify;
}

section {
  padding: 10rem 0;
}

section h2 {
  font-size: 2.25rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  section h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}

.btn-xl {
	padding: 0.5rem 1.75rem;
    font-size: 1.25rem;
}


#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  /*font-family: 'Montserrat';*/
}

#mainNav .navbar-brand {
  color: #fff;
}

#mainNav .navbar-nav {
  margin-top: 1rem;
  letter-spacing: 0.0625rem;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #333333;
  font-size: 20px;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: #6fb5b1;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
  color: #333333;
}

#mainNav .navbar-toggler {
  font-size: 20px;;
  padding: 0.8rem;
}

#mainNav .navbar-toggler:hover {
    background-color: #6fb5b1 !important;
	border-color:  #6fb5b1 !important;
}



@media (min-width: 992px) {
  #mainNav {
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  #mainNav .navbar-brand {
    font-size: 2em;
    -webkit-transition: font-size 0.3s;
    transition: font-size 0.3s;
  }
  #mainNav .navbar-nav {
    margin-top: 0;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    border-bottom: 5px solid #8cc4c1;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #000;
	border-bottom: 5px solid #8cc4c1;
  }
  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

header.masthead {
  padding-top: calc(6rem + 72px);
  padding-bottom: 6rem;
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(10rem + 106px);
    padding-bottom: 6rem;
  }
}

.title p {
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  line-height: 100%;  
}

.sub-title p {
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;  
}

.sub-title-2 p {
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  display: inline-block;
  margin: 0;
}

.title.c-green p {
  color: #a8cfca;
}

.title.c-black p {
  color: #000;
}

.team strong {
  font-weight: 800;
  font-size: 28px;	
}

.team .rounded-circle {
	border: 5px solid #fff;
}

.team img {
	margin: 0 auto;
}

.form-group button {
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
}

.floating-label-form-group {
  position: relative;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  font-weight: 300;
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #999999;
  padding: 10px;
}

.floating-label-form-group input {
  min-height: 60px;	
}

.floating-label-form-group textarea {
  height: 145px;
}

.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}

.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e9ecef;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #18BC9C;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e9ecef;
}

.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2C3E50;
  color: #fff;
}

.copyright {
  background-color: #1a252f;
}

a {
  color: #18BC9C;
}

a:focus, a:hover, a:active {
  color: #128f76;
}

.btn {
  border-width: 2px;
}

.bg-white {
  background-color: #fff !important;
}

.bg-primary {
  background-color: #11110d !important;
}

.bg-secondary {
  background-color: #a8cfca !important;
}

.bg-third {
  background-color: #ecd04f !important;
}

.text-primary {
  color: #18BC9C !important;
}

.text-secondary {
  color: #2C3E50 !important;
}

.text-third {
  color: #ecd04f !important;
}

.btn-primary {
  background-color: #6fb5b1;
  border-color: #6fb5b1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #377976;
  border-color: #377976;
}

.btn-secondary {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
