/*!
 * Start Bootstrap - Coming Soon v5.0.8 (https://startbootstrap.com/themes/coming-soon)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-coming-soon/blob/master/LICENSE)
 */

html {
  height: 100%;
}

body {
  height: 100%;
  min-height: 35rem;
  position: relative;
  font-family: 'Source Sans Pro';
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather';
  font-weight: 700;
}

img {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

@media (pointer: coarse) and (hover: none) {
  body {
    background: url("../img/bg-mobile-fallback.jpg") #002E66 no-repeat center center scroll;
    background-size: cover;
  }
  body video {
    display: none;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #D8B29C;
  opacity: 0.7;
  z-index: 1;
}

.masthead, .masthead-register {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
  z-index: 2;
}

.masthead .masthead-bg{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 35rem;
  height: 100%;
  background-color: rgba(127, 65, 29, 0.8);
  transform: skewY(4deg);
  transform-origin: bottom right;
}
.masthead-register .masthead-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 35rem;
  height: 100%;
  background-color: rgba(159, 117, 92, 0.8);
  transform: skewY(4deg);
  transform-origin: bottom right;
}

.masthead .masthead-content h1, .masthead-register .masthead-content h1 {
  font-size: 2.5rem;
}

.masthead .masthead-content p{
  font-size: 1.2rem;
}
.masthead-register .masthead-content p {
  font-size: 1.5rem;
}

.masthead .masthead-content p strong , .masthead-register .masthead-content p strong {
  font-weight: 700;
}

.masthead .masthead-content .input-group-newsletter input, .masthead-register .masthead-content .input-group-newsletter input {
  height: auto;
  font-size: 1rem;
  padding: 1rem;
}

.masthead .masthead-content .input-group-newsletter button, .masthead-register .masthead-content .input-group-newsletter button {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem;
}
.masthead-register form label b{
  font-weight: bold;
}
.masthead-register form label{
  font-size: 1.5rem;
}
.masthead-register form p{
  display: inline-block;
}
.masthead-register form a{
  color: #FCA169;
}
#validation_button{
  margin-left: 30%;
}
#validation_button button{
  font-size: 1.4rem;
  width: 250%;
}

@media (min-width: 768px) {
  .masthead {
    height: 100%;
    min-height: 0;
    width: 30rem;
    padding-bottom: 0;
  }
  .masthead-register {
    height: 100%;
    min-height: 0;
    width: 92%;
    padding-bottom: 0;
  }
  .masthead .masthead-bg, .masthead-register .masthead-bg {
    min-height: 0;
    transform: skewX(-8deg);
    transform-origin: top right;
  }
  .masthead .masthead-content, .masthead-register .masthead-content {
    padding-left: 3rem;
    padding-right: 10rem;
  }
  .masthead .masthead-content h1, .masthead-register h1{
    font-size: 3.5rem;
  }
  .masthead .masthead-content p, .masthead-register p {
    font-size: 1.3rem;
  }
}

.social-icons, .social-icons-register {
  position: absolute;
  margin-bottom: 2rem;
  width: 100%;
  z-index: 2;
}

.social-icons ul, .social-icons-register ul {
  margin-top: 2rem;
  width: 100%;
  text-align: center;
}

.social-icons ul > li {
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
}

.social-icons-register ul > li {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 2.5rem;
  display: block;
}

.social-icons ul > li > a , .social-icons-register ul > li > a {
  display: block;
  color: white;
  background-color: rgba(127, 65, 29, 0.8);
  border-radius: 100%;
  font-size: 2rem;
  line-height: 4rem;
  height: 4rem;
  width: 4rem;
}

@media (min-width: 768px) {
  .social-icons{
    margin: 0;
    position: absolute;
    right: 2.5rem;
    bottom: 2rem;
    width: auto;
  } .social-icons-register {
    margin: 0;
    position: absolute;
    right: 2.5rem;
    top: 19.5rem;
    width: auto;
  }
  (.social-icons, .social-icons-register) ul {
    margin-top: 0;
    width: auto;
  }
  (.social-icons, .social-icons-register) ul > li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  (.social-icons, .social-icons-register) ul > li:last-child {
    margin-bottom: 0;
  }
  (.social-icons, .social-icons-register) ul > li > a {
    transition: all 0.2s ease-in-out;
    font-size: 2rem;
    line-height: 4rem;
    height: 4rem;
    width: 4rem;
  }
  (.social-icons, .social-icons-register) ul > li > a:hover {
    background-color: #A96842;
  }
}

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

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #ba7c37 !important;
  border-color: #ba7c37 !important;
}

.input {
  font-weight: 300 !important;
}
.emoji_24 {
  width: 24px;
  height: 24px;
  position: relative;
  min-height: 24px;
  min-width: 24px;
  top: 0;
  left: 0;
  transform: translateX(0%) translateY(0%);
}
.button-secondary{
  color: white;
  border: 1px #cd9557 solid;
  background-color: rgba(205, 149, 87, 0.2);
  margin-left: 50px;
  transition: font-size 0.6s;
}
.button-secondary:hover{
  color: white;
  border-color:#cd9557;
  background-color: rgba(153, 101, 43 , 0.4);
  font-size: 1.1rem;
  transition: font-size 0.6s;
}
.btn-secondary{
  transition: font-size 0.6s;
}
.btn-secondary:hover{
  font-size: 1.1rem;
  transition: font-size 0.6s;
}

.img_to_icon{
  position: relative;
  top: 0;
  left: 0;
  max-width: 48px;
  min-width: 5px;
  min-height: 5px;
  transform: translateX(0%) translateY(0%);
  z-index: 0;
}

.projects_board{
  margin: 0;
  display: flex;
  width: 52rem;
  position: absolute;
  left: 46rem;
  top: 20rem;
  z-index : 2;
  justify-content: space-around;
  flex-wrap: wrap;
}
.unit-board{
  width: 31%;
  height: 10rem;
  border-radius: 15px;
  margin-bottom: 5px;
  transition: width 0.6s, margin-bottom 0.6s, height 0.6s;
}
.unit-board:hover{
  width: 38%;
  height: 12rem;
  margin-bottom: 1px;
}
.projects_board img{
  border-radius: 15px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 5px;
  min-height: 5px;
  transform: translateX(0%) translateY(0%);
  z-index: 0;
  background-size: cover;
}

@media only screen and (max-width: 1700px)  {
	.projects_board {
		left: 38rem;
	}

}
@media only screen and (max-width: 1590px)  {
	.unit-board {
		height: 9rem;
	}
	.projects_board {
		width: 42rem;
		left: 40rem;
	}

}
@media only screen and (max-width: 1430px)  {
	.unit-board {
		width: 31%;
	}
	.unit-board:hover{
		height: 10.5rem;
		width: 35%;
	}
	.projects_board {
		width: 45rem;
		top: 17rem;
		left: 35rem;
	}

  .social-icons ul li{
    display: inline-block;
  }

  .social-icons-register ul li{
    display: inline-block;
  }

}
@media only screen and (max-width: 1300px)  {
	.unit-board {
		width: 47%;
	}
	.unit-board:hover{
		height: 10.5rem;
		width: 53%;
	}
	.projects_board {
		width: 34rem;
		top: 12rem;
		left: 33rem;
	}

  .social-icons ul li{
    display: inline-block;
  }

  .social-icons-register ul li{
    display: inline-block;
  }

}
@media only screen and (max-width: 1100px)  {
	.unit-board {
		width: 47%;
	}
	.unit-board:hover{
		height: 10.5rem;
		width: 53%;
	}
	.projects_board {
		width: 28rem;
		top: 10rem;
		left: 31rem;
	}

	.social-icons ul li{
		display: inline-block;
	}

}

@media only screen and (max-width: 945px)  {
	.projects_board {
	    width: 40%;
	    top: 35%;
	}.unit-board {
	    height: auto;
	}
}

@media only screen and (max-width: 835px)  {
	.projects_board {
	    width: 39%;
	    top: 35%;
	    left: 58%;
	}.unit-board {
	    height: auto;
	}
}


@media only screen and (max-width: 768px)  {
	.projects_board{
		width: 90%;
    	top: 46%;
    	left: 5%;
	}
	.mb-auto, .my-auto {
    margin-top: 10px!important;
	}
	.unit-board {
    	width: 31%;

	}
	.unit-board:hover{
    	width: 35%;
	}
	.masthead .masthead-content p{
		width: 90%;
		font-size: 1.1rem;
	}

	.masthead .masthead-content span{
		width: 55%;
		font-size: 1.1rem;
	}
	.mb-5, .my-5 {
	    margin-bottom: 1.5rem!important;
	}

}
@media (max-width: 768px) {
  .social-icons {
    margin: 0;
    position: absolute;
    right: 2.5rem;
    bottom: 2rem;
    width: auto;
  }
  .social-icons ul {
    margin-top: 0;
    width: auto;
  }
  .social-icons ul > li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
	display: inline-block;
  }
  .social-icons ul > li:last-child {
    margin-bottom: 0;
  }
  .social-icons ul > li > a {
	    transition: all 0.2s ease-in-out;
	    font-size: 2rem;
	    line-height: 4rem;
	    height: 4rem;
	    width: 4rem;
  }
  .social-icons ul > li > a:hover {
    	background-color: #A96842;
  }
  .masthead .masthead-bg {
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: 0;
	    left: 0;
	    width: 100%;
	    min-height: 23rem;
	    height: 80%;
	    background-color: rgba(127, 65, 29, 0.8);
	    transform: skewY(4deg);
	    transform-origin: bottom right;
   }
   .input-group{
	   	position: absolute;
	   	left: 93%;
	   	top: 6rem;
   }
   .container {
    	padding-right: 25px;
    	padding-left: 5px;
    	margin-left: 50px;
	}.pt-5, .py-5 {
    	padding-top: 1.5rem!important;
	}.masthead .masthead-content h1 {
    	margin-left: 30px;
	}.masthead .input-group div {
		padding-top: 1rem;
		width: 29%;
	}.masthead .input-group div div {
		width: 100%;
	}
}
@media (max-width: 680px) {
	.input-group {
	    position: relative;
	    top: auto;
	    left: auto;
	}.masthead .input-group div {
	    padding-top: 1rem;
	    width: 100%;
	}.masthead .input-group div div {
	    width: 49%;
	}
	.masthead .masthead-bg {
	    min-height: 23rem;
	    height: 90%;
	}.projects_board {
	    top: 53%;
	}
}
@media (max-width: 500px) {
	.masthead .masthead-content h1 {
    	font-size: 1.7rem;
	}.masthead .masthead-content p {
    	font-size: 0.8rem;
	}.masthead .masthead-content span {
    	font-size: 0.8rem;
	}
	.projects_board {
		width: 80%;
    	top: 65%;
    	left: 10%;
	}.container {
	    padding-right: 25px;
	    padding-left: 5px;
	    margin-left: 10px;
	}.mb-5, .my-5 {
	    margin-bottom: 1.4rem!important;
	}.pb-5, .py-5 {
	    padding-bottom: 1.4rem!important;
	}
	.masthead .masthead-bg {
	    min-height: 23rem;
	    height: 69%;
	}.input-group {
	    position: relative;
	    top: auto;
	    left: auto;
	}.masthead .input-group div {
	    padding-top: 1rem;
	    width: 100%;
	}.masthead .input-group div div {
	    width: 49%;
	}.masthead .masthead-content p {
	    width: 100%;
	    font-size: 0.8rem;
	}.masthead .masthead-content span {
	    width: 100%;
	}.unit-board {
	    height: auto;
	    width: 48%;
	}.unit-board:hover {
	    height: auto;
	    width: 49%;
	}.social-icons ul > li > a {
	    transition: all 0.2s ease-in-out;
	    font-size: 1rem;
	    line-height: 2rem;
	    height: 2rem;
	    width: 2rem;
	}.social-icons {
    	top: 112%;
    }
    .social-icons ul > li{
    	margin-bottom: 0rem;
	}.overlay {
	  height: 120%;
	}
}

@media (min-width: 769px) {
	.masthead .input-group div {
		padding-top: 1rem;
		width: 100%;
	}.masthead .input-group div div{
		position: relative;
		width: 49%;
	}

}
@media (max-width: 345px) {
	.masthead .masthead-bg {
	    min-height: auto;
	    height: 100%;
	}
}