/*****GLOBAL*****/


body {
  padding-top: 105px; 
}

html {
	font-size: 1rem;
	line-height: 2;
}

/*FONTS*/
  h1, h2, h3, h4, h5, h6,
 .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Raleway', sans-serif;
 /* font-family: 'Kurale', serif;*/
}

p {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  font-size: 18px;

}

a {
	color: #31aFe4;
	-webkit-transition: all 0.2s ease-in-out 0s;
	   -moz-transition: all 0.2s ease-in-out 0s;
		-ms-transition: all 0.2s ease-in-out 0s;
		 -o-transition: all 0.2s ease-in-out 0s;
			transition: all 0.2s ease-in-out 0s;
}

a:hover {
	color: #31aFe4;
	text-decoration: underline;
}

/*MENU*/
.navbar {
  box-shadow: 2px 2px 5px #3292a6;
  opacity: 0.9;
  background: #fff; }
  .navbar .nav-item {
    font-size: 1.4rem;
    padding-right: 1.4rem; }


/*JUMBO*/
.jumbotron {
  	padding: 2rem 1rem;
  	margin-bottom: 2rem;
  	background-color: #3292a6;
	text-align: center;
	color: white;
}



.price {
	font-family: 'Montserrat', sans-serif;
}




/*BENEFITS*/

#benefits p{
	margin: 0 auto;
	max-width: 90%;
	text-align: left;
	padding-bottom: 2em;
}
.benefits h1{
	 font-size: 2.5rem; 
}


/*FEATURES*/
#features {
	
}

/*USES*/
	
#uses {
	
}

/*ANALYST*/
#analyst {
	
}

#analyst .width {
	max-width: 100%
	margin: 0 auto;
	text-align: justify;
}


/*LIMITED-USE*/
#limited-use {
	
}


/*TESTIMONIALS*/

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; 
  text-align: center; 
  color: #3292a6;
}

blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D"/*"\2018""\2019"*/;
  clear:both;
}
blockquote:before {
  color: /*#ccc*/ #3292a6;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
  font-family: 'Montserrat', sans-serif;
}

blockquote p span{
 
  font-size:1em;
  font-weight:900;
  color: #3292a6;
}

blockquote p span span{
  color: #272727;
}


/*CONTACT*/
	
.phone a {
	color: black;
}
. email a {
	color: inherit;
}

#contact .contact img {
	max-width: 140px;
	max-height:  auto;
}

/*FOOTER*/

.bg-parallax {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#footer {
}
.footer p {
	font-family:Helvetica, Arial, "sans-serif";
	line-height: normal;
	padding: 1.5rem;
}
.nba {
	line-height: 1.9;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}
.nba a:hover {
	color: orange;
}
