body,
html {
	width: 100%;
	height: 100%
}

body {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
}

a {
	color: #fdcc52;
	transition: all .35s
}

a:focus,
a:hover {
	color: #fcbd20
}

hr {
	max-width: 100px;
	margin: 25px auto 0;
	border-width: 1px;
	border-color: rgba(34, 34, 34, .1)
}

hr.light {
	border-color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 200;
	letter-spacing: 1px
}

p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px
}



#mainNav {
	border-color: rgba(34, 34, 34, .05);
	background-color: #fff;
	transition: all .35s;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 200;
	letter-spacing: 1px
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
	color: #fcbd20
}

#mainNav .navbar-toggler {
	font-size: .8rem;
	padding: 8px 10px;
	color: #222
}

#mainNav .navbar-nav > li > a {
	font-size: .8rem;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase
}

#mainNav .navbar-nav > li > a.active {
	color: #fdcc52 !important;
	background-color: transparent
}

#mainNav .navbar-nav > li > a.active:hover {
	background-color: transparent
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
	color: #222
}

#mainNav .navbar-nav > li > a:focus:hover,
#mainNav .navbar-nav > li > a:hover {
	color: #fdcc52
}

@media (min-width:992px) {
	#mainNav {
		border-color: transparent;
		background-color: transparent
	}

	#mainNav .navbar-brand {
		color: fade(white, 70%)
	}

	#mainNav .navbar-brand:focus,
	#mainNav .navbar-brand:hover {
		color: #fff
	}

	#mainNav .navbar-nav > li > a,
	#mainNav .navbar-nav > li > a:focus {
		color: rgba(24, 24, 24, 0.8)
	}

	#mainNav .navbar-nav > li > a:focus:hover,
	#mainNav .navbar-nav > li > a:hover {
		color: #fff
	}

	#mainNav.navbar-shrink {
		border-color: rgba(34, 34, 34, .1);
		background-color: #fff
	}

	#mainNav.navbar-shrink .navbar-brand {
		color: #222
	}

	#mainNav.navbar-shrink .navbar-brand:focus,
	#mainNav.navbar-shrink .navbar-brand:hover {
		color: #fdcc52
	}

	#mainNav.navbar-shrink .navbar-nav > li > a,
	#mainNav.navbar-shrink .navbar-nav > li > a:focus {
		color: #222
	}

	#mainNav.navbar-shrink .navbar-nav > li > a:focus:hover,
	#mainNav.navbar-shrink .navbar-nav > li > a:hover {
		color: #fdcc52
	}
}



header.masthead {
	position: relative;
	width: 100%;
	padding-top: 150px;
	padding-bottom: 50px;
	color: #fff;
	background-color: #ebeef3;
}

header.masthead.bg {
	 /* The image used */
	 background-image: url("../i/bg.webp");

	 /* Full height */
	 height: 100%; 
 
	 /* Center and scale the image nicely */
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
}

header.masthead .header-content {
	max-width: 500px;
	margin-bottom: 50px;
	text-align: center
}

header.masthead .header-content h1 {
	font-size: 30px;
	color: #fff;
	text-shadow: -2px 3px 7px rgba(0, 0, 0, 1)
}

header.masthead .device-container {
	max-width: 325px;
	margin-right: auto;
	margin-left: auto
}

header.masthead .device-container .screen img {
	border-radius: 3px
}

@media (min-width:992px) {
	header.masthead {
		height: 100vh;
		min-height: 775px;
		padding-top: 0;
		padding-bottom: 0
	}

	header.masthead .header-content {
		margin-bottom: 0;
		text-align: left
	}

	header.masthead .header-content h1 {
		font-size: 50px;
		color: #fff;
		text-shadow: -2px 3px 7px rgba(0, 0, 0, 1)
	}

	header.masthead .device-container {
		max-width: 325px
	}
}



section.presentation {
	position: relative;
	padding: 5rem 0
}

section.presentation h2 {
	font-size: 50px;
	margin-top: 0
}

@media (min-width:768px) {
	section.presentation h2 {
		font-size: 70px
	}
}



section.features {
	padding: 50px 0
}

section.features .section-heading {
	margin-bottom: 100px
}

section.features .section-heading h2 {
	margin-top: 0
}

section.features .section-heading p {
	margin-bottom: 0
}

section.features .table-features caption {
	padding: .75rem;
}

section.features .table-features th,
section.features .table-features tr th {
	max-width: 70px;
}

section.features .table-features th:nth-child(2),
section.features .table-features th:nth-child(3) {
	text-align: center;
	vertical-align: middle;
}

section.features .table-features tr td {
	max-width: 50px;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	vertical-align: middle;
	text-align: center;
}

section.features .table-features tr td.price {
	font-weight: bold;
	color: #EB000E;
}


section.features .feature-item {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center
}

section.features .feature-item h3 {
	font-size: 30px
}

section.features .feature-item i {
	font-size: 80px;
	display: block;
	margin-bottom: 15px;
	background: linear-gradient(to left, #7b4397, #dc2430);
	background-clip: text;
	-webkit-text-fill-color: transparent
}




section.capability {
	padding: 50px 0;
}

section.capability .section-heading {
	margin-bottom: 50px
}

section.capability .section-heading h2 {
	margin-top: 0
}

section.capability .section-heading p {
	margin-bottom: 0
}

section.capability .capability-desc {
	text-align: center;
}

section.capability .capability-desc svg,
section.capability .capability-desc img {
	width: 74px;
	height: 74px;
	margin: 20px;
	transition: all .3s;
}

section.capability .capability-desc img:hover,
section.capability .capability-desc img:active {
	opacity: .5
}

section.capability .capability-desc p {
	font-size: 1rem;	
}



section.pricing {
	padding: 5rem 0
}

section.pricing .card {
  border: none;
  border-radius: .25rem;
  transition: all 0.2s;
  box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, 0.1);
}

section.pricing .card hr {
	margin: 1.5rem 0;
	width: 100%;
	max-width: initial;
}

section.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

section.pricing .card-price {
  font-size: 2.2rem;
  margin: 0;
}

section.pricing .card-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

section.pricing .card-price .period {
  font-size: 1.2rem;
}

section.pricing table.desc {
	margin-bottom: 2rem;
	text-align: right;
}

section.pricing table.desc tr td:last-child {
	text-align: left;
}

section.pricing table.desc strong {
	margin-left: 1rem;
}

section.pricing table.desc .text-muted {
  opacity: 0.7;
}

@media (min-width: 768px) {
  section.pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  section.pricing .card:hover .btn {
    opacity: 1;
  }
}


section.gallery {
	padding: 5rem 0
}



section.logos {
	padding: 30px 0
}

section.logos .list-group {
	align-items: center;
  justify-content: center;
}

section.logos .list-group-item {
	border: none;
	filter: grayscale(1);
	transition: all .5s;
}

section.logos .list-group-item:hover,
section.logos .list-group-item:active {
	filter: none;
}




section.contact {
	padding: 50px 0
}

section.contact .info {
  text-align: center;
  border-right: 1px solid rgba(0,0,0,.3);
	padding: 25px 0
}

section.contact .info svg,
section.contact .info img {
  width: 40px;
  height: 40px;	
	margin-bottom: 10px
}

section.contact .info:last-child {
  border: none
}

section.contact .info .txt1 {
  font-size: 1.2rem;
  line-height: 32px;
  text-transform: uppercase;
  display: block;
  font-weight: 800;
  white-space: nowrap;
}

section.contact .info .txt2 {
  font-size: 1rem;
  line-height: 22px;
  display: block;
}

section.contact form textarea {
	min-height: calc(1.5em + .75rem + 2px);
	max-height: calc(6 * (1.5em + .75rem + 2px));
}

@media screen and (max-width: 767px) {
section.contact .info {
    width: 100%;
    border: none;
	}
}

section.contact form {
	margin: 30px 0 
}

section.contact form input,
section.contact form textarea {
	margin: 10px 0
}




footer {
	padding: 30px 0;
	text-align: center;
	color: rgba(255, 255, 255, .4);
	background-color: #222
}

footer p {
	font-size: 1rem;
	margin: 0
}


.media {
	margin: 20px 0;
	justify-content: center;
  align-items: center;
}

@media (max-width:768px) {
	.media {
		flex-direction: column;
		text-align: center;
	}

	.media-body {
		margin: 1rem 0;
	}
}


.bg-primary {
	background: #fdcc52;
	background: linear-gradient(#fdcc52, #fdc539)
}

.text-primary {
	color: #fdcc52
}

.bg-secondary {
	background: #ebeef3;
	background: linear-gradient(#eaeaea, #ebeef3)
}

.bg-diff {
	background: #f8f8f8;
}

.no-gutter > [class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.btn-outline {
	color: #fff;
	border-color: #fdcc52;
	background-color: #fdcc52
}

.btn-outline.active,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
	color: #fff;
	border-color: #fdcc52;
	background-color: #fdcc52
}

.btn {
	border-radius: 5px;
	font-family: Lato, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase
}

.btn-xl {
	font-size: 11px;
	padding: 15px 45px;
}

.btn-xl.black {
	color: #222;
}


.map {
	height: 400px;
	width: 100%;
	background-color: #f0efe8;
}

.map #map_canvas {
	height: 400px;
	width: 100%
}

.mailto {
	color: #212529;
}

.error {
	border-color: #EB000E;
	box-shadow: .05rem .05rem .5rem 0 rgba(235, 0, 14, 0.7);
}

#successmessage {
	margin: 57px 0;
}

.from-top {
	top: 25%
}