/*!
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */ 
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #36523D;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 25% 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*!.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
*/

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 500px;
  padding: 7rem 0;
  background: url("../img/v-100.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 100%;
}
.backdrop {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: url(../../../Desktop/Christmas-Holly-BG.jpg);
  background-position: center;
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-size: cover;
}
/*!
.masthead h1 {
  font-family: 'Varela Round';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: .8rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text
}*/
.masthead h2 {
  max-width: 20rem;
  font-size: 1rem
}
@media (min-width:768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem
  }
}
@media (min-width:992px) {
  .masthead {
    height: 100vh;
    padding: 0
  }
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: .8rem
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem
  }
}
.btn {
  box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0
}
.btn-2 {
  box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
  padding: 1em;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
  text-align: center;
  float: left;
  margin-left: 0px;
	margin-top: 10px;

}
.btn-3 {
  box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
  padding: 1em;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
  text-align: center;
  float: right;
  margin-right: 0px;
	margin-top: 10px;

}

a btn,
a btn::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
a btn{
  background: none;
  border: 3px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  margin: 1em auto;
  padding: 2em 6em;
  position: relative;
  text-transform: uppercase;
}
a btn::before,
a btn::after {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
}

a btn:hover {
  color: #0C449D;
}
/* BUTTON 4 */
.btn-4::after {
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.btn-4:hover:after {
  height: 100%;
}

.btn-4 {
	background-color: white;
	color: #082948;
	font-weight: bold;
  box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
  padding: 1em;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
  text-align: center;
  float: right;
  margin-right: 0px;
	margin-top: 10px;

}
.btn-primary {
  background-color: #082948;
	color: #fff;
}
.btn-primary:hover {
  background-color: #082948;
}
.btn-primary:focus {
  background-color: #082948;
  color: #fff;
}
.btn-primary:active {
  background-color: #082948 !important;
	  color: #fff;
}
.about-section {
  padding-top: 5rem;
  background-color: #082948;
}
.about-section p {
  margin-bottom: 5rem
}
.projects-section {
  padding: 5rem 0
}
.projects-section .featured-text {
  padding: 2rem
}
.footer-menu-container .footer-menu .container-fluid{
	max-width: none;
	
}
.free-html .container-fluid{
	max-width: 100% !important;
}
@media (min-width:992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: .5rem solid #082948;
  }
}
.projects-section .project-text {
  padding: 3rem;
  font-size: 90%
}
@media (min-width:992px) {
  .projects-section .project-text {
    padding: 5rem
  }
  .projects-section .project-text hr {
    border-color: #50745F;
    border-width: .25rem;
    width: 30%
  }
}
.signup-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, .1) 0, rgba(22, 22, 22, .5) 75%, #161616 100%), url(../img/bg-signup.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover
}
.signup-section .form-inline input {
  box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0
}
.contact-section {
  padding: 5rem 0 0
}
.contact-section .card {
  border: 0;
  border-bottom: .25rem solid #64a19d
}
.contact-section .card h4 {
  font-size: .8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: .15rem
}
.contact-section .card hr {
  border-color: #64a19d;
  border-width: .25rem;
  width: 3rem
}
.contact-section .social {
  margin-top: 5rem
}
.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, .1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, .3)
}
.contact-section .social a:hover {
  color: rgba(255, 255, 255, .5)
}
.contact-section .social a:active {
  color: #fff
}

a {
  color: #64a19d
}
a:focus, a:hover {
  text-decoration: none;
  color: #3c6360
}
.bg-black {
  background-color: #161616 !important
}
.bg-primary {
  background-color: #64a19d !important
}
.text-primary {
  color: #64a19d !important
}
