@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700italic);
@charset "UTF-8";
/* CSS Document */

body {
	background: #f1f1f2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	position: relative;
	min-height: 100%;
}
body {
	margin: 0 0 195px; /* bottom = footer height */

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', sans-serif; font-weight:700;
	text-transform: uppercase;
	letter-spacing: 2px
}
h1, button{
  color:#fff;
  text-align: center;
  padding: 20px;
}
p {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif; font-weight:300;

	letter-spacing: 1px
}
header {
	background: #1a1d25;
	padding: 10px 0;
}
header .logo {
	max-width: 120px;
}
.jumbotron {
	width: 100%;
	min-height: 450px;
	background: url('https://jdnevins.ca/wp-content/uploads/2018/05/apps-blur-button-267350-4.jpg') center center;
	background-size: cover;
	opacity: 1;
	display: table;
	width: 100%;
	position: relative;
	border-radius: 0px;
	color: white;
	text-transform: uppercase;
	margin: 0;
	-webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
	overflow: hidden;
  
}
.jumbotron h1 {
	font-size: 50px;
}
.jumbotron h2 {
	font-size: 18px;
	margin: 0;
}
#video-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	background: #000;
	z-index: -1;
	/*background-size: cover;*/
	opacity: 1;
}
#black {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	background: rgba(26,29,37,0.8);
}
#main-wrapper {
	margin-top: 0;
}
.main-content {
	padding-top: 25px;
}
.main-content .white-box {
	padding: 25px;
	margin: 25px 0;
	background: #fff
}
.main-content ul {
	list-style: initial;
	margin-left: 15px
}
.main-content .final-cta {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif; font-weight:700;
	text-transform: uppercase
}
.form-container {
	background: #fff;
	padding: 25px;
	border-radius: 3px;
	margin-top: -100px;
}
.form-container div {
	margin: 20px 0;
}
.form-container input, .form-container select {
	border: none;
	border-bottom: 1px solid #ccc;
	font-family: 'Open Sans', sans-serif; font-weight:300;
	font-size: 12px;
	padding: 3px 0;
	border-radius: 0px;
	box-shadow: none;
	-webkit-appearance: none;
	color: #000;
	letter-spacing: 1px
}
.form-container option {
	margin: 0;
}
.form-container label {
	display: none
}
.form-container h4 {
	margin: 0;
}
.form-container .placeholder {
	color: #000 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif; font-weight:300;
}
select option:first-child {
	display: none;
}
::-webkit-input-placeholder {
 color: #000 !important;
 text-transform:uppercase;
letter-spacing:1px;
font-size:12px;
font-family:Gibson-Light;
}
.form-container .btn-primary {
	background: #e2b934;
	padding: 15px 0;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif; font-weight:700;
	text-transform: uppercase;
	color: white;
}

/*Button Three*/
.button-three {
    position: relative;
    background-color: #f39c12;
    border: none;
    padding: 20px;
    width: 100%;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
}

.button-three:hover{
   background:#fff;
   box-shadow:0px 2px 10px 5px #97B1BF;
   color:#000;
}

.button-three:after {
    content: "";
    background: #f1c40f;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.button-three:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

/* END Button Three*/

/*TESTIMONIALS*/
.main-gallery {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  border-top: solid 10px #1e73be;
  height: 400px;

}

.gallery-cell {
  width: 100%;

}

.testimonial {
  text-align: center;
  max-width: 750px;
  margin: 20px auto 20px auto;
  padding: 0 15px;
  font-style: italic;
}

.testimonial-avatar {
  width: 100px;
  border-radius: 50%;
  
}

.testimonial-quote {
  display: block;
  font-size: 20px;
  font-weight: 300;
  padding: 15px 0;
}

.testimonial-author {
  display: block;
  font-weight: 600;
  color: #1e73be;
}

.flickity-page-dots {
  bottom: 15px;
}

.flickity-page-dots .dot.is-selected {
  background: #1e73be;
}
/*TESTIMONIAL END*/

/*STATS BOX*/

.box {
	background: linear-gradient(#1e73be, #165165);
	margin: 15px auto 0;
	border-radius: 5px;
	width: 100%;
}

.box__header {
	padding: 15px 25px;
	position: relative;
}

.box__header-title {
	color: #fff;
	font-size: 18px;
}

.box__body {
	padding: 0 25px;
}

/* STATS */

.stats {
	color: #fff;
	position: relative;
	padding-bottom: 25px;
}

.stats__amount {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.2;
}

.stats__caption {
	font-size: 18px;

}

.stats__change {
	position: absolute;
	top: 10px;
	right: 0;
	text-align: right;
	color: #B1B7C8;
}

.stats__value {
	font-size: 18px;
}

.stats__period {
	font-size: 14px;
}

.stats__value--positive {
	color: #AEDC6F;
}

.stats__value--negative {
	color: #FB5055;
}

.stats--main .stats__amount {
	font-size: 54px;
}
/*END-STATS BOX*/

:-moz-placeholder { /* Firefox 18- */
 color: #000 !important;
 text-transform:uppercase;
letter-spacing:1px;
font-size:12px;
font-family: 'Open Sans', sans-serif; font-weight:300
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #000 !important;
 text-transform:uppercase;
letter-spacing:1px;
font-size:12px;
font-family: 'Open Sans', sans-serif; font-weight:300
}

:-ms-input-placeholder {
 color: #000 !important;
 text-transform:uppercase;
letter-spacing:1px;
font-size:12px;
font-family: 'Open Sans', sans-serif; font-weight:300
}
footer {
	color: #999;
	position: absolute;
	background: rgba(26,29,37,1);
	left: 0;
	bottom: 0;
	height: 175px;
	width: 100%;
	padding: 10px 0;
	font-size: 12px;
}

Block {
	color: #000;
	position: absolute;
	background: rgba(255,255,255,1);
	left: 0;
	bottom: 0;
	height: 55px;
	width: 100%;
	padding: 10px 0;
	font-size: 12px;
}

@media (min-width: 320px) and (max-width: 480px) {
.jumbotron {
	min-height: 460px;
	padding: 5px 15px;
}
.jumbotron h1 {
	font-size: 30px;
}
.jumbotron h2 {
	font-size: 16px;
}
.form-container {
	margin-top: 20px;
}
} /**** END 320 and 480 ****/
