/* Move down content because we have a fixed navbar that is 100px tall */
body {
    padding-top: 100px;
    background: #fff;
    font-family: 'Arial', sans-serif;
    font-weight: 500;
    color: #64686d;
    line-height: 26px;
}

/* Generic color classes */
.green-text {
	color: #79c143;
}
.green-bg {
	background-color: #79c143;
}
.purple-text {
	color: #662e91;
}
.purple-bg {
	background-color: #662e91;
}
.white-bg {
	background-color: #FFF;
}
.silver-bg{
	background-color: #e0e0e0;
}
.dark-gray-text {
	color: #9c9c9c;
}
.white-text {
	color: #fff;
}
.bold {
	font-weight: bold;
}
h2.white-text.bold {
	text-shadow: 2px 2px 8px #000000;
}
.italics {
	font-style: italic;
}
/* Generic text styles */
h2, .h2 {
	margin: 0 0 20px;
    font-size: 40px;
}
p:not(:last-child) {
	margin: 40px 0;
}
p, .text {
	color: #565656;
	font-size: 16px;
}
.lg {
	font-size: 23px;
}
.ex-lg {
	font-size: 30px;
}
img.img-center {
	margin: 0 auto;
}
.mobile {
	display: none;
}
.desktop {
	display: block;
}

/* Custom buttons */
.btn {
    border-radius: 0px;
}
.btn-primary {
    color: #fff;
    background-color: #79c143;
    border-color: #79c143;
}
.btn-secondary {
    color: #fff;
    background-color: #662e91;
    border-color: #662e91;
}

/* Custom inputs */
.form-control {
    border-radius: 0px;
}

/* Custom navbar */
@media (min-width: 992px) {
	.navbar-nav>li {
	    font-size: 18px;
	}
}
.navbar.navbar-default .navbar-toggle {
    margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 22px 0px 21px 15px;
}
.navbar-brand>img {
    height: 56px;
}
.footer-brand>img {
	height: 30px;
	margin-top: 10px;
}
@media only screen and (min-width: 768px) {
	.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.open > a, .navbar-default .navbar-nav > li:hover > a {
	    background: transparent;
	    padding-top: 37px;
    	border-top: 3px solid #5E963E;
	}
	.navbar-nav>li {
	    font-weight: normal;
	}
	.navbar-default .navbar-nav > li > a {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.navbar-default {
	    background: rgba(255, 255, 255, 0.9);
	    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	}
	.navbar.navbar-default .navbar-brand {
	    padding: 22px 0px 21px 0px;
	}
	.main-container .padded {
		padding-left: 100px;
		padding-right: 100px;
	}
	.easy-wrapper .text {
		padding-left: 100px;
		padding-right: 20px;
	}
	.app-wrapper .text {
		padding-left: 20px;
		padding-right: 100px;
	}
	footer {
		min-height: 280px;
	}
	footer div {
		padding-top: 150px;
	}
}
@media only screen and (max-width: 768px) {
	footer {
		padding:50px;
	}
	.floater {
		display:none;
	}
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	.dark-gray-text {
		font-size: 32px;
	}
	#aboutUs .aboutUsHeader img {
		height: 40px !important;
	}
	.overlap-div {
		display: none;
	}
}
@media only screen and (max-width: 500px) {
	.floater {
		display:none;
	}
	.main-container .padded {
		padding-left: 10px;
		padding-right: 10px;
	}
	.easy-wrapper .text {
		padding-left: 10px;
		padding-right: 10px;
	}
	.app-wrapper .text {
		padding-left: 10px;
		padding-right: 10px;
	}
	h2.white-text.bold {
		font-size: 36px !important;
	}
}
.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}


/* Custom jumbotron */
.jumbotron {
    background-image: url("../images/ico/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 399px;
    margin-bottom: 0px;
}

/* Custom Footer */
footer {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 59%, rgba(255, 255, 255, 0.65) 100%), url("../images/ico/footer.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/* Custom main container */
.main-container {
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 11px 30px gray;
}
@media (min-width: 992px) {
	.main-container {
    	width: 80%;
    	position: absolute;
	    left: 0;
	    right: 0;
	    top: 399px;
	}
	.page-height {
		height: 2200px;
	}
	.page-height-full {
		height: 2530px;
	}
	#aboutUs {
		padding-top: 0px;
	}
	#aboutUs .aboutUsHeader {
		background-color: #ececec;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#aboutUs .aboutUsHeader h2 {
		margin: 0px;
	}
	.floater {
		width: auto !important;
		height: auto !important;
	}

}
#aboutUs .aboutUsHeader img {
	height: 50px;
}
@media (min-width: 1350px) {
	.page-height {
		height: 2200px;
	}
}

/* Custom main content */
section {
	padding: 30px 0;
}

#howCanWeHelp {
	background-image: -webkit-linear-gradient(90deg, rgb(102, 46, 145) 0%, rgba(102, 46, 145, 0.66) 100%), url("../images/howcanwehelp.png");
	background-image: -moz-linear-gradient(top, rgb(102, 46, 145) 0%, rgb(102, 46, 145) 59%, rgba(102, 46, 145, 0.65) 100%), url("../images/howcanwehelp.png");
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(102, 46, 145)), color-stop(59%, rgba(102, 46, 145, 0)), color-stop(100%, rgba(102, 46, 145, 0.65))), url("../images/howcanwehelp.png");
	background-image: -o-linear-gradient(top, rgb(102, 46, 145) 0%, rgba(102, 46, 145, 0) 59%, rgba(102, 46, 145, 0.65) 100%), url("../images/howcanwehelp.png");
	background-image: -ms-linear-gradient(top, rgb(102, 46, 145) 0%, rgba(102, 46, 145, 0) 59%, rgba(102, 46, 145, 0.65) 100%), url("../images/howcanwehelp.png");
	background-image: linear-gradient(to bottom, rgba(102, 46, 145, 0.8) 0%, rgba(102, 46, 145, 0.7) 59%, rgba(102, 46, 145, 0.65) 100%), url("../images/howcanwehelp.png");
	background-size: cover;
	height: 345px;
}

.feature-label {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* easy to use and app section css */
.easy-wrapper .header, .app-wrapper .header {
	margin: 20px 0px;
}

/* Custom footer */
.box {
	min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: rgba(102,46,145,.7);
    border: 4px solid #662e91;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.top-buffer { 
	margin-top:25px; 
}

.text-shadow {
	text-shadow: 2px 2px 10px #777777;
}

.floater {
    position: absolute;
    left: 15px;
    top: 350px;
}

.circle-icon {
	background-color: #79c143;
	color: white;
	padding: 8px;
	font-size: 10px;
	border-radius: 50%;    
}

.table-striped > tbody > tr:nth-child(odd) > td {
	background-color: #e0e0e0!important;
}
.table-striped > thead > tr > th {
	color: #FFFFFF;
	font-size: 18px;
}
.table-striped > thead > tr > th {
	background-color: #662e91 !important;
	border: 2px solid #662e91;
}
.table-striped > thead > tr > th:first-child {
	background-color: #79c143 !important;
	border: 2px solid #79c143;
}
.table-striped > tbody {
	border-left: 2px solid #9c9c9c;
	border-bottom: 2px solid #9c9c9c;
	border-right: 2px solid #9c9c9c;
}
.table > tbody > tr > td,
.table > thead > tr > th {
	vertical-align: middle;
	padding: 20px;
	font-weight: 600;
}
.table > tbody > tr > td.separator,
.table > thead > tr > th.separator {
	padding: 0px;
}
.glyphicon-chevron-right:before {
    background-color: #79c143;
    border-radius: 50%;
    font-size: 10px;
    padding: 2px;
}
.btn-secondary .glyphicon-chevron-right:before {
    background-color: #662e91;
    border-radius: 50%;
    font-size: 10px;
	padding: 2px;
	color: white;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
	background-color: #662e91;
}
.separator {
	height: 10px;
}
.overlap-container {
   position: relative;
}
.overlap-div {
   position: absolute;
   z-index: 1000;
   top: 55%;
   left: 39%;
}
.overlap-container > img {
	width: 80%;
}
/* Hide floating blurb */
.floater {
    -moz-animation: hideMe 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: hideMe 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: hideMe 0s ease-in 5s forwards;
    /* Opera */
    animation: hideMe 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes hideMe {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes hideMe {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}
/* Email to */
#email_right {
	padding-top: 0px !important;
}
