
body{
	background: #102137;
	font-size: 20px;
	margin: 0;
	color: white;
	font-family: 'Rajdhani',sans-serif;
}

.logo{
	width: 140px;
	z-index: 1;
}
header .logo{
	position: absolute;
	top: 2em;
	left: 50%;
	margin-left: -70px;
}

#intro .container-fluid{
	height: 70vh;
	position: relative;
	float: left;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* background: url('../img/overlay-video@2x.png') no-repeat center center; */
}

#background {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.7;
}

.container-fluid {
	padding: 0;
}

h1{
	font-family: 'Montserrat',sans-serif;
	font-size: 38px;
}

.counter{
	font-size: 85px;
	/* width: 430px; */
	/* text-align: left; */
}

.item-mm span, .item-hh span, .item-ss span{
	min-width: 44px;
	display: inline-block;
}

time{
	/* text-align: left; */
}

time .item{
	position: relative;
}

time .label{
	position: absolute;
	bottom: -9.9px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 15px;
}

#text-banner p{
	padding: 0em 0.5em;
	max-width: 960px;
	margin: 0.5em auto;
}

section:not(#intro){
	padding: 1em 0;
}

#text-banner{
	padding: 2em;
	background: rgb(0,106,124); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(0,106,124,1) 0%, rgba(3,137,162,1) 50%, rgba(0,106,124,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(0,106,124,1) 0%,rgba(3,137,162,1) 50%,rgba(0,106,124,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(0,106,124,1) 0%,rgba(3,137,162,1) 50%,rgba(0,106,124,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006a7c', endColorstr='#006a7c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#features{
	font-size: 15px;
}
#features .col-4 p {
	max-width: 180px;
	display: inline-block;
}

#features .col-4{
	position: relative;
}

#features small{
	position: absolute;
	top: 0;
	left: 20%;
	font-size: 2em;
}


.badge-img{
	/* max-width: 260px; */
}

#info .container{
	max-width: 560px;
}

.separator-num{
	margin: 1em 0;
	font-size: 26px;
	position: relative;
	overflow: hidden;
}

.separator-num:before, .separator-num:after{
	content:"";
	width: 46%;
	height: 2px;
	top: 45%;
	background: white;
	opacity: 0.2;
	position: absolute;
}
.separator-num:before{
	left: 0;
}
.separator-num:after{
	right: 0;
}

#name{
	width: 100%;
	background: url('../img/btn-shape@2x.png') no-repeat center /cover;
	border: none;
	padding: 22px;
	color: white;
	text-align: center;
	font-size: 32px;
	outline: none;
	opacity: 0.3;
}

#name:focus{
	opacity: 1;
}

.main-image img{
	border-radius: 4px;
}

.image{
	position: relative;
}

.image .text-container{
	position: absolute;
	font-size: 160%;
	line-height: 0;
	transform: translate(-50%);
	white-space: nowrap;
}

#image-1 .text-container{
	bottom: 12%;
	left: 50%;
	color: #a8a184;
}

#image-2 .text-container{
	top: 46.6%;
	left: 50%;
	font-size: 140%;
	color: #DEF3F4;
}

#image-3 .text-container{
	top: 73%;
	left: 50%;
}

.thumb{
	display: inline-block;
	margin: 20px 10px;
	opacity: 0.3;
	cursor: pointer;
	border-radius: 4px;
	transition: 0.5s;
	padding: 2px;
}

.thumb.selected{
	opacity: 1;
	box-shadow: 0 3px 12px rgba(0,0,0,0.4);
	background-color: #49A2BE;
	box-sizing: border-box;
}

.thumb.selected img{
	opacity: 0.75;
}

.thumb img{
	max-width: 128px;
	border-radius: 4px;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

.share-icons a{
	margin:3rem 1em;
	display: inline-block;
}

.status .fail{
	margin: 1em 0;
	color: #ffbe48;
}

.status .success{
	margin: 1em 0;
	color: #666;
}

.form-check-label{
	font-size: 13px;
	vertical-align: middle;
}

input[type=checkbox]{
  transform: scale(2);
  padding: 10px;
  margin: 0px 20px;
  position: relative;
  vertical-align: middle;
}

.img-desc{
	font-size: 26px;
}

img{
	max-width: 100%;
}

h2{
	font-size: 6rem;
}

h3{
	font-size: 36px;
	font-family: 'Montserrat', sans-serif;
}

.closing{
	height: 50vh;
	background: url('../img/footer-bg.jpg') no-repeat 35% center  /cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.closing .container{
	max-width: 960px;
	font-size: 15px;
	align-self: flex-end;
}

.blue, a, a:hover{
	color:#49a2be
}
.font-l{
	font-size:24px;
}
.font-xl{
	font-size: 34px;
}

.disabled{
	opacity: 0.2;
	filter: grayscale(1);
	pointer-events: none;
}
.disabled, .enabled{
	transition: 0.5s;
}


footer{
	padding: 2em;
	background:#1a1c23;
}

footer *{
 vertical-align: middle;
}

footer a{
	margin: 0 4em;
	color: white;
	font-size: 15px;
}

#particles-js{
	position: absolute;
	width: 100%;
	height: 100%;
}