body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: relative;
	width: 100%;
	height: 100%;
	color: #000;
	background-color: #FFF;
}
html {
	width: 100%;
	height: 100%
}
h1, h2, h3, h4, h5, h6 {
	font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin: 0 0 35px;
	letter-spacing: 1px;
	text-transform: uppercase
}
p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 25px
}
@media (min-width:320px) {
	.top {
		display: none;
	}
	.icon-bar {
		display: none;
	}
}
@media (min-width:375px) {
	.top {
		display: none;
	}
	.icon-bar {
		display: none;
	}
}
@media (min-width:380px) {
	.top {
		display: none;
	}
	.icon-bar {
		display: none;
	}
}

@media (min-width:768px) {
	.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
}
	.columncard {
    float: left;
    width: 100%;
		padding: 5px;}
p {
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 35px
}
}
a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #42dca3
}
a:focus, a:hover {
	text-decoration: none;
	color: #1d9b6c
}
#mainNav {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #e2e2e2;
	background-color: black;
}
#mainNav .navbar-toggler {
	font-size: 12px;
	padding: 11px 15px;
	color: #fff;
	border-bottom: 1px solid #e2e2e2;
}
#mainNav .navbar-brand {
	font-weight: normal
}
#mainNav a {
	color: #fff;
	font-size: 14px;
}
#mainNav .navbar-nav .nav-item {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out
}
#mainNav .navbar-nav .nav-item:hover {
	color: fade(white, 80%);
	outline: 0;
	background-color: transparent
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
	outline: 0;
	background-color: transparent
}

@media (min-width:992px) {
	.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
}
	.columncard {
    float: left;
    width: 25%;
		padding: 5px;}
#mainNav {
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: background .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s;
	-moz-transition: background .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s;
	transition: background .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s;
	letter-spacing: 1px;
	background: #415670;
	
}
#mainNav.navbar-shrink {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
	background: #415670;
}
#mainNav .nav-link.active {
	outline: 0;
	background-color: rgba(255,255,255,.3);
	font-size: 14px;
}
#mainNav .nav-link.active:hover {
	color: #fff;
	font-size: 14px;
}
}
.masthead {
	display:flex;
	width: 100%;
	height: auto;
	padding:0;
	text-align: center;
	color: #000000;
background-color: #2f3e54;
-webkit-background-size: cover center top;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	margin: 0;
}
#contact {
	display: table;
	width: 100%;
	height: 606px;
	padding: 50px 0;
	text-align: center;
	color: white;
	background: #44aaed;
	background-color: #44bced;
-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
.masthead .intro-body {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	background-size: cover;
	height: auto;
}
.masthead .intro-body .brand-heading {
	font-size: 50px
}
.masthead .intro-body .intro-text {
	font-size: 18px;
	color: #000;
}

@media (min-width:768px) {
	.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
}
	.columncard {
    float: left;
    width: 25%;
		padding: 5px;}
.masthead {
	height: 100%;
	padding: 0
}
.masthead .intro-body .brand-heading {
	font-size: 100px
}
.masthead .intro-body .intro-text {
	font-size: 22px
}
}
.btn-circle {
	font-size: 26px;
	width: 55px;
	height: 55px;
	margin-top: 15px;
	line-height: 45px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	color: #000;
	border: 2px solid #e2e2e2;
	border-radius: 100%!important;
	background: 0 0
}
.btn-circle:focus, .btn-circle:hover {
	color: white;
	outline: 0;
	background: rgba(255,255,255,.1)
}
.content-section {
	padding-top: 150px;
	padding-bottom: 150px
}
.download-section {
	color: #fff;
	background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#map {
	width: 100%;
	height: 300px
}

@media (min-width:992px) {
	.column {
    float: left;
    width: 33.3%;
    padding: 10px;
    height: auto; /* Should be removed. Only for demonstration */
}
	.columncard {
    float: left;
    width: 25%;
		padding: 5px;}
.content-section {
	padding-top: 50px;
	padding-bottom: 150px
}
#map {
	height: 350px
}
}
.btn {
	font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 100;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	border-radius: 0;
	
}
.btn-default {
	color: #42dca3;
	border: 1px solid #4c76ef;
	background-color: transparent
}
.btn-default:focus, .btn-default:hover {
	color: #000;
	border: 1px solid #42dca3;
	outline: 0;
	background-color: #42dca3
}
ul.banner-social-buttons {
	margin-top: 0
}

@media (max-width:1199px) {
	.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
}
	.columncard {
    float: left;
    width: 25%;
		padding: 5px;}
ul.banner-social-buttons {
	margin-top: 15px
}
}

@media (max-width:767px) {
ul.banner-social-buttons li {
	display: block;
	margin-bottom: 20px;
	padding: 0
}
ul.banner-social-buttons li:last-child {
	margin-bottom: 0
}
}
footer {
	padding: 50px 0;
	background: #415670;
}
footer p {
	font-size: 14px;
	margin: 0;
	color: white;
}
::-moz-selection {
background:#fcfcfc;
background:rgba(255,255,255,.2);
text-shadow:none
}
::selection {
	background: #fcfcfc;
	background: rgba(255,255,255,.2);
	text-shadow: none
}
img::selection {
	background: 0 0
}
img::-moz-selection {
background:0 0
}
