body {
	color: rgba(255,255,255,.8);
	background-color: #2e3f5f;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: rgba(255,255,255,.8);
	text-decoration: none;
}

.bg-light a:not(.btn) {
	color: #007bff;
	transition: .2s ease-in-out;
}

.bg-light a:hover {
	color: #2e3f5f;
}

.bg-grey {background-color:#6D7383;}
.logo-height {max-height:55px;}

.other-products p {font-size: 16px; color:#333; line-height:1.4em;}
.other-products .btn-primary {background-color:#191f2e;}
.other-products .btn-primary:hover {background-color:#313f5e; color:#fff;}

/*
.bg-primary {
	background-color: #2e3f5f !important;
}

.bg-primary h2 {
	color: rgba(255,255,255,.5);
}

.bg-primary p {
	color: rgba(255,255,255,.8);
}

.bg-primary h2 strong {
	color: #fff;
}

.bg-primary a {
	color: #fff;
	text-decoration: underline;
}
*/

h1 {
	display: none;
}

h2, .h2 {
	font-size: 42px;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 20px;
	color: rgba(255,255,255,.5);
}

h3, .h3 {
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 20px;
	color: rgba(255,255,255,.5);
}

h2 strong, .h2 strong,
h3 strong, .h3 strong {
	color: #fff;
}

.small-centered {
	font-size: 1rem;
	text-transform: uppercase;
	text-align: center;
}

h3.small {
	font-size: 28px !important;
	margin-bottom: 0;
	margin-top: 2rem;
}

section.bg-light,
section.bg-light h2,
section.bg-light h3 {
	color: rgba(51,51,51,.8);
}

section.bg-light strong {
	color: #333;
}


p {
	font-size: 18px;
	line-height: 1.4;
}

.anchor {
	display: block;
    position: relative;
    top: -83px;
    visibility: hidden;
}

.container {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

section.skewed {
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
}

section.skewed + section.skewed {
	margin-top: -45px;
}

section.skewed-left {
	transform: skewY(-5deg);
}

section.skewed-left .container {
	transform: skewY(5deg);
}

section.skewed-right {
	transform: skewY(7deg);
}

section.skewed-right .container {
	transform: skewY(-7deg);
}

section.bg-light {
	background: rgba(255,255,255,.9) !important;
}

section.bg-dark {
	background: rgba(0,0,0,.5) !important;
}

hr.divider {
	height: 0;
	margin-top: 6.25rem;
	margin-bottom: 6.25rem;
}

.row {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.row > * {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

section .container {
	padding-left: .75rem;
	padding-right: .75rem;
}

section .row {
	margin-left: -.75rem;
	margin-right: -.75rem;
}

section .row > * {
	padding-left: .75rem;
	padding-right: .75rem;
}

.btn {
	font-weight: 600;
	border-radius: 32px;
	border: 0;
}

.btn-lg {
	font-size: 20px;
	line-height: 24px;
	padding: 15px 30px;
}

.card-footer .btn {
	font-size: 1rem;
	line-height: 1;
	padding: 10px 15px;
}

.card-footer .btn + .btn {
	margin-top: 15px;
}

.card-footer .btn-link {
	font-size: .75rem;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
}

.card-footer .btn-link .fa-plus-circle {
	margin-right: 5px;
}

.btn-info {
	color: #fff;
	background-color: #007bff;
}

.navbar {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	/*background: linear-gradient( rgba(46,63,95,1) 75%,rgba(46,63,95,0));*/
}

.logo {
	margin-right: 0px;
}

.logo a {
	text-decoration: none;
}

.logo img {
	height: 32px;
	transition: opacity .2s ease-in-out;
}

/* Action Button */

.navbar-toggler {
	padding: 0;
	border: 0;
	height: 40px;
	width: 40px;
	border-radius: 0;
	position: relative;
}

.navbar-toggler .icon {
	margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
}

.navbar-toggler .icon i {
  width: 2px;
  height: 14px;
  background: #2e3f5f;
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 19px;
  position: absolute;
  top: 13px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.navbar-toggler .icon i:after {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background: #2e3f5f;
  position: absolute;
  left: -6px;
  top: 6px;
}

.navbar-toggler .icon:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 15px;
  top: 15px;
  -webkit-box-shadow: 14px 0px 0px rgba(255,255,255,.75), -14px 0px 0px rgba(255,255,255,.75);
  box-shadow: 14px 0px 0px rgba(255,255,255,.75), -14px 0px 0px rgba(255,255,255,.75);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

.navbar-toggler .icon:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -o-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  background: rgba(255,255,255,.75);
  position: absolute;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.navbar-toggler .icon.active:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.navbar-toggler .icon.active:after {
  -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.75), 0px 0px 0px rgba(0,0,0,.75);
  box-shadow: 0px 0px 0px rgba(0,0,0,.75), 0px 0px 0px rgba(0,0,0,.75);
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.navbar-toggler .icon.active i {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler .tap {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  left: -20px;
  top: -20px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  background-color: rgba(255,255,255,0.6);
}
.navbar-toggler .tap.active {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* full iPhone nav */

.navbar-toggler {
	z-index: 1000;
}

.navbar-collapse {
	position: absolute;
	padding-top: 64px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: calc(100vh - 64px);
	opacity: 0;
	transition: .2s all ease-in-out;
}

.navbar-collapse.show {
	width: 100%;
	background-color: #2e3f5f;
	opacity: 1;
	z-index: 1020;
	height: calc(100vh - 88px);
	margin-top: 88px;
}

.navbar-collapse .full-logo {
	margin-top: 45px;
}

.navbar-nav .nav-link {
	margin-top: 30px;
	margin-bottom: 0;
	padding: 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;	
	transition: .5s all ease-in-out;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
}

.navbar-collapse.show .navbar-nav .nav-link {
	margin-top: 15px;
}

.navbar-collapse .copyright {
	position: absolute;
	bottom: 60px;
}

/* Page Content */

.trial {
	margin-top: 30px;
}

small a .fa-chevron-right {
	margin-left: 5px;
	font-size: 12px;
	transition: .2s margin ease-in-out;
}

small a:hover .fa-chevron-right {
	margin-left: 10px;
}

.form-label {
	font-weight: bold;
}

.img-thumbnail {
	padding: 2px;
	border-radius: 4px;
	box-shadow: 0 5px 25px rgba(0,0,0,.5);
}

.input-group-overlap input,
.input-large input {
	outline: none !important;
	background: #fff;
	border-radius: 32px;
	border: 0;
	padding: 15px 30px 18px 30px;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 68px;
}

.input-large input {
	padding-bottom: 18px;
}

.input-group-overlap button {
	outline: none !important;
	position: absolute;
	right: 5px;
	bottom: 5px;
	left: 5px;
	width: calc(100% - 10px);
	-webkit-backfface-visibility: hidden !important;
	transition-timing-function: ease-in-out !important;
}

.input-group-overlap button .fa-arrow-circle-right {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 35px;
}

.form-label.text-center {
	display: block;
}

@media(min-width: 768px) {
	.form-label.text-center {
		display: inline-block;
	}
	
	.input-group-overlap input {
		padding: 16px 200px 18px 30px;
	}
	
	.input-group-overlap button {
		width: auto;
		left: auto;
		padding-right: 60px;
	}
	
	h2 {
		font-size: 60px;
		line-height: 64px;
	}
	
	.body h3 {
		font-size: 48px;
		line-height: 50px;
	}
	
	h2.small-centered,
	.h2.small-centered  {
		font-size: 1.5rem;
	}
	
	p, ol {
		font-size: 24px;
		line-height: 34px;
	}
	
	p small {
		font-size: 1.125rem;
		line-height: 1.4;
	}
	
	.intro h2 {
		max-width: 500px;
	}
	
	.paragraph {
		max-width: 650px;
	}
	
	.trial {
		max-width: 500px;
	}
	
	.navbar-collapse .copyright {
		bottom: 30px;
	}
}

@media(min-width: 1024px) {
	.body .container:not(.container-full) {
		max-width: 550px;
	}
	
	.body .section-plans .container:not(.container-full) {
		max-width: 960px;
	}
	
	.section-plans .paragraph {
		margin: 0 auto;
	}
}

@media(min-width: 1200px) {
	.body .section-plans .container:not(.container-full) {
		max-width: 1320px !important;
	}
	
	.navbar-toggler {
		display: inline-block;
	}
	
	.navbar-actions .btn {
		margin-top: 4px;
	}
	
	.navbar-collapse.show {
		height: calc(100vh - 92px);
		margin-top: 92px;
	}
}

.ratio {
	margin-left: -1.5rem;
	width: calc(100% + 3rem);
}

code {
	display: block;
	font-size: .875rem;
	margin: 15px 0;
	padding: 5px;
	color: #333;
	word-wrap: none;
	background: rgba(255,255,255,.8);
	border-radius: 4px;
}

/* Pricing */

.card {
	color: rgba(255,255,255,.8);
	background-color: #2e3f5f;
	border-radius: .5rem;
}

.card-title {
	text-align: center;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 600;
}

p.card-text {
	font-size: 1rem;
	line-height: 1.4;
	text-align: center;
}

.card-body {
	border-top-left-radius: .19rem;
	border-top-right-radius: .19rem;
}

.card-title {
	color: rgba(255,255,255,.5);
}

.card-title strong {
	color: #fff !important;
}

.card-footer {
	padding: 1rem;
	border-top: 0;
}

.inet {
	text-align: center;
}

.inet img {
	width: 64px;
	margin-bottom: 30px;
	margin-top: -15px;
}

footer {
	margin-bottom: -15px;
	padding-bottom: 50px;
	transform: skewY(-2.5deg);
	background: #2e3f5f;
	box-shadow: 0 30px 25px rgba(0,0,0,.5);
}

footer .container {
	transform: skewY(2.5deg);
}

footer p,
footer .nav,
.navbar-collapse .copyright p {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}

footer .nav-link {
	text-decoration: underline;
	color: #fff;
}

footer .nav-link:hover {
	text-decoration: none;
	color: rgba(255,255,255,.8);
}

.full-logo {
	margin-top: 50px;
	margin-bottom: 20px;
}

.full-logo img {
	width: 200px;
}

.footer-after {
	background-image: url("../img/pattern2.svg");
	height: 60px;
	width: 100%;
}

.container-text p,
.container-text ul,
.container-text ol {
	font-size: 1rem;
	line-height: 1.4;
}

.container-text h3 {
	font-size: calc(1.3rem + .6vw);
	line-height: 1.2;
	margin-bottom: .5rem;
}

.accordion-body {
	background: #fff;
}

.accordion-button {
	font-size: 20px;
}

.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #2e3f5f;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

/* Comparison */

.info {
	font-weight: bold;
	color: #fff;
}

.minus {
	color: rgba(255,255,255,.5);
}
