/*
 * Author: Mathias Eichler
 * URL: http://cloudpwr.com
 *
 * Project Name: Person-Centered Planning guide.
 * Version: 2.0
 * URL: http://airlift.cloudpwr.com
 */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,400italic,700,700italic,900,900italic);

body {
  background-color: #f0edff;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #140633;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}


h3 {
	font-size: 1.8em;
	color: #28235B;
	font-weight: 400;
}


h4 {
	color: #727272;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.6em;		
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #7656FF;
    word-wrap: break-word;
	text-decoration: underline;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #727272;
    text-decoration: underline;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 4em 0;
    padding: 0;
}

.btnpad a, .btnz a {
	text-decoration: none !important;
}

.navbar-default {
	background-color: #1F1D1D;
	border-color: transparent;
	border-radius: 0;
}

.navbar-default .navbar-brand {
	font-weight: 600;
	color: #fff;
	font-size: 1.5em;
}

.navbar-default .navbar-nav > li > a {
	color: #FFF; 
	text-decoration: none;
}
.nav.navbar-nav.navbar-left,
.nav.navbar-nav.navbar-right {
	margin-top: 1.5em;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active {
	color: #7656FF; 
	text-decoration: none;
}

.navabout {
	font-weight: 400;
	color: #fff;
	font-size: 1.5em;	

}


/* Helpers */

.mt {
	margin-top: 5%;
	margin-bottom: 2%;
}

h1 {
	font-size: 3em;
	color: #3D3187;
	padding-bottom: 2%;
	padding-top: 2%;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px #fff;
	line-height: 1em;
}

#h1new {
	font-style: italic;
	font-weight: 900;
	color: #7656FF;
}

.mt h2 {
	font-weight: 600;
	font-size: 2em;
	color: #585697;	
	padding-bottom: 2%;
}


.mt2 {
	margin-top: 0%;
}


.form-control {
	height: 42px;
	font-size: 18px;
	width: 280px;
}

i {
	margin: 8px;
	color: #585697; 
}


/* HeaderWrap */
#headerwrap {
	background: url(../img/twowomenandlaptoppurple.jpg) no-repeat center top;
	background-color: #010101;
	margin-top: -20px;
	padding-top:200px;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero {
	margin-top: 50px;
	margin-bottom: 15px;
	
}

#logoline {
	margin-top: -2px;
	margin-right: 15px;
	font-weight: bold;
	
}

.btnpad {
	padding-bottom: 20px;
	
}


.icons p {
	padding-left: 10%;
	padding-right: 10%;	
	font-weight: 400;	
	text-align: left;
	font-size: 1em;
	
}

.icons h5 {
	font-weight: bold;
	font-size: 1.5em;
}


.tutorial p {
	text-align: left;
	font-size: 1em;
}


p {
	font-size: 1.2em;
	font-weight: 400;	
}

.guidelist {
	text-align: left;
	
}

.footer  {
	margin-top: 5%;
	padding-top: 1%;
	background-color: #1F1D1D !important;
	padding-bottom: 2%;
	color: #fff;
}

.footer .col-md-4 {
	text-align: left;
}

.footer .row {
	width: 90%;
	margin: 0 auto;
}

.footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.benefits li::before {
	color: #999;
}


.btn-warning {
  	background-color: #1e1547;
  	border-color: #1e1547 ;
	
	
}

.btn-warning:hover {
	background-color: #7656FF;
	border-color: #7656FF;
	
}

.smallcaps {
    font-variant: small-caps;
    text-transform: none;
}

.fa {

	padding-bottom: 2%;
	padding-top: 0%;
	color: #7656FF;
	}
	
.fanav {
	display: initial;
	padding-bottom: 0%;
	padding-top: 0%;
	color: #fff;	
	
}


	
	
.icontutorial {
	width: 70px;
	margin-right: 5%;
	
}

.tutorial p {
	padding-left: 5%;
	padding-right: 5%;
}


@media (max-width: 480px) {
  
.mt h1 {
	font-weight: 900;
	font-size: 2.4em;
	color: #7656FF;
}

p {
	font-size: 1.0em;	
}

.mt h2 {
	font-weight: 600;
	font-size: 1.5em;
	color: #28235B;	
	padding-bottom: 2%;
}


h3 {
	font-size: 1.4em;
	color: #666666;
	font-weight: 400;
}


#headerwrap {
	padding-top: 5%;
	background-attachment: relative;
	background-position: center right;
	min-height: 650px;
	width: 100%;
}

#headerwrap h1 {
	margin-top: 1%;
	margin-bottom: 2%;
	color: #7656FF;
	font-size: 2em;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px #fff;
	line-height: 1em;
}



}
