/* call-to-action-2.css */



#cta-section { 
/*	background: url(../images/home.jpg) 50% 0 fixed;
	background: url(../images/rv_bg.jpg) 50%  ; */
	background: fixed;
	background-repeat: no-repeat;
	/*height: 100%; */
	/*margin: 0 auto; */
	width: 100%; 
	/*padding: 30px 0 30px;*/
	min-height: 200px;
	color: #000000;
	text-align: center;
	/*position: static;*/
	/*background-size: cover;*/
    background-position:50% 15%;
}

@media only screen and (max-width: 500px) {
    body #cta-section {
        background-size: cover;
    }
}

#cta-section h1 {
	text-shadow: 3px 2px 1px #595959;
	color: #FFFFFF;
	font-size: 55px;
}
#cta-section h2 {
	text-shadow: 2px 2px 1px #595959;
	color: #FFFFFF;
	font-size: 40px;
}
#cta-section h3 {
	text-shadow: 2px 2px 1px #595959;
	color: #FFFFFF;
	font-size: 35px;

}

#cta-section p{
	color: black;
	font-size: 20px;
	line-height: 1.5;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	text-shadow: 2px 2px 1px #595959;
	color: #FFFFFF;

}

#cta-section a {
	color: #000000;
	text-decoration: underline;
}

#cta-section a.btn {
	text-decoration: none;
	color: #FFFFFF;
}

.bb-icons {
	height: 130px;
	width: auto;
	align: center;
}

#cta-section .btn {
	background-color:#1976D2 ;
	color: #ffffff;
	text-transform: none;
	font-size: 20px;
}

#cta-section .btn a:hover{
	background-color: #2196f3;
}

#primary-page .container {
	padding-top: 30px;
}

#primary-page {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;

}

#primary-page p {
	padding-right: 40px;
	padding-left: 40px;
	font-size: 18px;
	text-align: center;
}


#primary-page .list-group-item{
border:none;
line-height: 1.5;
padding-left: 15%;
font-size: 18px;
width: auto;
padding-top: 5px;
padding-bottom: 5px;
}

#primary-page .cta-list-center{
	margin:auto;
	width: 30%;
}

#primary-page h2{
	text-align: center;
	font-size :35px;
	color: #003366;
	font-weight: bold;
}

#primary-page h3{
	text-align: center;
	font-size :25px;
	color: #003366;
}

#primary-page h4{
	text-align: center;
	font-size: 20px;
	color: #003366;
}

/*feature box with icon*/


.f-box p{
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
}

.f-box a{
	text-align: center;
}

.f-box h4{
	font-weight: bold;
}

#cta-section .container {
	padding-top: 20px;
	padding-bottom: 20px; 
}

.cta-icons {
    background: #1976D2;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    vertical-align: middle;
    padding: 14px;
    color: white;
    font-size: 20px;
    padding-left: -14px;
}

.store-nav .cta-icons{
	width: 45px;
	height: 45px;
	padding:  12px;
}

#primary-page .btn {
	background-color:#1976D2 ;
	color: #ffffff;
	text-transform: none;
	font-size: 20px;
	text-decoration: none;
}
#primary-page .btn a:hover{
	background-color: #2196f3;
}

.cta-sub-section{
background: url(http://www.create.blubrry.com/wp-content/uploads/2016/01/codingBG.jpg) 50% 0 fixed ; 
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px; 
	width: 105.13%; 
margin-left: -3.07%;
}

.cta-subsection-grey{
background:#EEEEEE;
background-size: cover;
	width: 105.13%; 
margin-left: -3.07%;	
}

.cta-sub-section h2 {
position: relative;
padding-top: 40px;
padding-bottom: 20px;
color: white;
}

#website-options p{
padding-left: 10px;
padding-right: 10px;
}

#primary-page .adv-steps{
font-size: 10px;
}

#primary-page img {
margin-left: auto;
margin-right: auto;
}

 #primary-page .list-centered li{
text-align: center;
list-style: none;
font-size: 17px;
}


