<style>
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800';
/* Global Styles
********************************************************************* */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 300;
	color: #525252;
}

.icon {
  font-size: 48px;
}

.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column, .columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

.column, .columns {
  margin-left: 4%; }

.column:first-child, .columns:first-child {
  margin-left: 0; }

.one.column, .one.columns {
  width: 4.66667%; }

.two.columns {
  width: 13.33333%; }

.three.columns {
  width: 22%; }

.four.columns {
  width: 30.66667%; }

.five.columns {
  width: 39.33333%; }

.six.columns {
  width: 48%; }

.seven.columns {
  width: 56.66667%; }

.eight.columns {
  width: 65.33333%; }

.nine.columns {
  width: 74%; }

.ten.columns {
  width: 82.66667%; }

.eleven.columns {
  width: 91.33333%; }

.twelve.columns {
  width: 100%;
  margin-left: 0; }

.one-third.column {
  width: 30.66667%; }

.two-thirds.column {
  width: 65.33333%; }

.one-half.column {
  width: 48%; }

.offset-by-one.column, .offset-by-one.columns {
  margin-left: 8.66667%; }

.offset-by-two.column, .offset-by-two.columns {
  margin-left: 17.33333%; }

.offset-by-three.column, .offset-by-three.columns {
  margin-left: 26%; }

.offset-by-four.column, .offset-by-four.columns {
  margin-left: 34.66667%; }

.offset-by-five.column, .offset-by-five.columns {
  margin-left: 43.33333%; }

.offset-by-six.column, .offset-by-six.columns {
  margin-left: 52%; }

.offset-by-seven.column, .offset-by-seven.columns {
  margin-left: 60.66667%; }

.offset-by-eight.column, .offset-by-eight.columns {
  margin-left: 69.33333%; }

.offset-by-nine.column, .offset-by-nine.columns {
  margin-left: 78%; }

.offset-by-ten.column, .offset-by-ten.columns {
  margin-left: 86.66667%; }

.offset-by-eleven.column, .offset-by-eleven.columns {
  margin-left: 95.33333%; }

.offset-by-one-third.column, .offset-by-one-third.columns {
  margin-left: 34.66667%; }

.offset-by-two-thirds.column, .offset-by-two-thirds.columns {
  margin-left: 69.33333%; }

.offset-by-one-half.column, .offset-by-one-half.columns {
  margin-left: 52%; }

.container:after, .row:after, .u-cf {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 550px) {
  .column, .columns {
    margin-left: 0; }
  .container {
    width: 80%; }
  article {
    padding: 3rem 0; }
  .one.column, .one.columns {
    width: 100%; }
  .two.columns {
    width: 100%; }
  .three.columns {
    width: 100%; }
  .four.columns {
    width: 100%; }
  .five.columns {
    width: 100%; }
  .six.columns {
    width: 100%; }
  .seven.columns {
    width: 100%; }
  .eight.columns {
    width: 100%; }
  .nine.columns {
    width: 100%; }
  .ten.columns {
    width: 100%; }
  .eleven.columns {
    width: 100%; }
  .twelve.columns {
    width: 100%;
    margin-left: 0; }
  .one-third.column {
    width: 100%; }
  .two-thirds.column {
    width: 100%; }
  .one-half.column {
    width: 100%; } }

a {
	color: #FFFFFF;
        text-decoration:none;
}
a.custom-link {
            color: #0088cc; 
            text-decoration: none; 
        }
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* Typography
********************************************************************* */

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	margin: 0;
}
h1 {
	font-size: 44px;
}
/* Header Section
********************************************************************* */

header {
	background-image: url(/a/images/dark-bg.jpg);
        background-size: cover;
	min-height: 800px;
	padding: 0px 0 50px 0;
	box-sizing: border-box;
}
header h1 {
	font-size: 66px;
	color: #FFFFFF;
	padding-top: 70px;
	font-weight: 600;
}
header h2 {
	color: #FFFFFF;
}
header p {
	color: #FFFFFF;
}
.hero {
	margin-top: 80px;
}
.appstorebutton {
  display: inline-block;
  max-height: 50px;
  width: auto;
  padding-top: 40px;
  padding-right: 10px;
}

/* Media query for screens with a maximum width of 768px (typical for mobile devices) */
@media (max-width: 768px) {
  .appstorebutton {
    max-height: 50px; /* Adjust the max-height for mobile */
    padding-top: 20px; /* Adjust the padding-top for mobile */
    padding-right: 20px; /* Adjust the padding-right for mobile */
  }
}
.phone {
	max-width: 220px;
	height: auto;
	float: right;
}
.logo {
	position: absolute;
	left: 20px;
	top: 20px;
	max-width: 100px;
	height: auto;
}
.main_nav {
	top: 0px;
	max-height: 50px;
	z-index: 999;
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding-bottom: 6px;
}
.socialIcons {
	color: #FFFFFF;
	font-size: 28px;
}

@media only screen and (max-width: 766px) {
.main_nav {
	padding-top: 10px;
}
}
.open-nav {
	max-height: 300px !important;
}
nav {
	width: 100%;
	margin-top: 5px;
}

@media only screen and (max-width: 766px) {
nav {
	width: 100%;
}
}
nav ul {
	list-style: none;
	overflow: hidden;
	text-align: right;
	padding: 0;
}

@media only screen and (max-width: 766px) {
nav ul {
	padding-top: 0px;
	margin-bottom: 22px;
	text-align: right;
	width: 100%;
}
}
nav ul li {
	display: inline-block;
	margin-left: 35px;
	line-height: 1.5;
	letter-spacing: 1px;
}

@media only screen and (max-width: 766px) {
nav ul li {
	width: 100%;
	padding: 7px 0;
	margin: 0;
}
nav ul li:first-child {
	margin-top: 70px;
}
}
nav ul a {
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
nav ul a:hover {
	color: #CFCFCF;
}
.mobile-toggle {
	display: none;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
}

@media only screen and (max-width: 766px) {
.mobile-toggle {
	display: block;
}
}
.mobile-toggle span {
	width: 30px;
	height: 4px;
	margin-bottom: 6px;
	background: #ffffff;
	display: block;
}
/* Mission-Vision Section
********************************************************************* */

#mission-vision {
	background-image: url("/a/images/light-bg.png");
	padding: 80px 0 80px 0;
	
}
/* Features Section
********************************************************************* */

#features {
	padding: 80px 0 80px 0;
	min-height: 400px;
        background-image: url("/a/images/expandot.gif");
        background-size: cover;
        box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.72);
}

.phoneFeature {
	max-width: 220px;
	height: auto;
	display: block;
	margin: 0 auto;
}
#features h2 {
	padding-top: 20px;
}
/* Contact Section
********************************************************************* */

#contact {
	background-image: url("/a/images/light-bg.png");
	padding: 80px 0 80px 0;
	min-height: 400px;
}
form {
	font-family: 'Open Sans';
	box-sizing: border-box;
	margin-top: 50px;
}
textarea {
	float: left;
	width: 100%;
	max-width: 100%;
	border: none;
	margin: 0.5rem 0;
	padding: 0.5rem;
	border-radius: 0.3rem;
	background: #ffffff;
	color: #525252;
	font-family: 'Open Sans';
	font-size: 18px;
}
input {
	float: left;
	width: 100%;
	max-width: 100%;
	border: none;
	margin: 0.5rem 0;
	padding: 0.5rem;
	border-radius: 0.3rem;
	background: #ffffff;
	color: #525252;
	font-family: 'Open Sans';
	font-size: 18px;
}
input[type=submit], textarea[type=submit] {
	background: #0088cc;
	color: #fff;
	width: auto;
}
input::placeholder, textarea::placeholder {
 color: #525252;
}
input.error, textarea.error {
	background: #AD4747;
	color: #fff;
}
input.error::placeholder, textarea.error::placeholder {
 color: black;
}
textarea {
	height: 10rem;
}
/* Footer Section
********************************************************************* */
footer{
    padding-top: 20px;
    color: #fff;
    background-image: url('/a/images/dark-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-title{
    text-align:center;
    padding:1px 2px;
}

.footer-flex ,.fo-flex-1, .fo-flex-2{
    display: flex;
    justify-content:space-around;
}

.fo-flex-1, .fo-flex-2{

  margin:5px;
}

.footer-flex, .social-media,.br{
    border-bottom:0px solid  #5557;
    padding:10px;
}

.footer-d{
    padding: 10px 20px;  
}

@media screen and (min-width:400px){
  .footer-flex{
   padding: 10px 150px;
  }
}

/* Media Queries
********************************************************************* */

@media only screen and (max-width: 766px) {
header h1 {
	font-size: 46px;
	padding-top: 10px;
}
.hero {
	margin-top: 40px;
}
.appstorebutton {
	padding-top: 0px;
}
.logo {
	max-width: 70px;
}
}

@media only screen and (max-width: 550px) {
.mobile-toggle {
	right: 0px;
	top: 20px;
}
 .phone {
	display: none;
}

.float{
        position:fixed;
        width:50px;
        height:50px;
        bottom:70px;
        right:50px;
        background-color:#0ab2f2;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:20px;
        box-shadow: 0px 0px 5px #000;
        z-index:100;
    }
    
    .my-float{
    margin-top:16px;
    }
}
</style>





