body {
	background: url('../img/subtle-pattern-1.jpg') fixed;
	font-family: 'Raleway', sans-serif;
}

p {
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;

}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type:none;
}

hr {
    border-top: 1px solid #ccc;
}





/*----Nav Bar----*/

.brand {
	font-size: 2em;
}

.navbar  {
	background: #615468;
	border-bottom: 1px solid #473d4c;
	box-shadow: 0px 0px 23px 3px rgba(0,0,0,.75);
}

.navtitle {
	font-family: 'Raleway', 'sans-serif';
	display: inline;
	margin-top: .7em;
	margin-left: 10px;
	font-size: 1.5em !important;
	margin-top: auto;
	margin-bottom: auto;
}

.option, .caret {
	color: #fff;
}

.logo {
	max-width: 3em;
	margin-top: auto;
	margin-bottom: auto;
}




/*----Main part of Body----*/

.info-container {
	min-height: 100%;
}

.marketing {
	padding-top: 3em;
	margin-top: 3em;
}

.welcome {
	text-align: center;
	margin-bottom: 3rem;
}

.welcome h1, .rotator h1 {
	font-size: 5vmin;
}

.rotator h1 {
	font-size: 3.5vmin;
}

.rotator  {
	text-align: center;
}

.whypd {
	text-align: center;
	margin: 2rem 0 5rem 0;
}

.glyphicon {
	color: #615468;
}

.glyph-card {
	text-align: center;
}

.glyph-card p, .about p {
	font-size: 1.5rem;
}



/*---Sizing for icons---*/
.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }
.size-36 { font-size: 5vmin; }
.size-48 { font-size: 48px; }
.size-60 { font-size: 60px; }
.size-72 { font-size: 72px; }



/*---Customizes Buttons---*/
.btn {
	margin-top: 2rem;
	margin-bottom: 6rem;
	background: #7b6b84;
	color: #fff;
	width: 25rem;
	padding: 1.5rem;
	font-family: 'Open Sans', sans-serif;
	border-radius: 30px;
}

.btn-custom {
  background-color: hsl(264, 14%, 37%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9387a5", endColorstr="#5b516b");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#9387a5), to(#5b516b));
  background-image: -moz-linear-gradient(top, #9387a5, #5b516b);
  background-image: -ms-linear-gradient(top, #9387a5, #5b516b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9387a5), color-stop(100%, #5b516b));
  background-image: -webkit-linear-gradient(top, #9387a5, #5b516b);
  background-image: -o-linear-gradient(top, #9387a5, #5b516b);
  background-image: linear-gradient(#9387a5, #5b516b);
  border-color: #5b516b #5b516b hsl(264, 10%, 21.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.36);
  -webkit-font-smoothing: antialiased;
}







/*---All content in the footer---*/

footer {
	margin: 3em -1.1em -1.1em -1.1em;
	min-height: 10em;
	background: #615468;
	box-shadow: 0 20px 20px -5px rgba(0,0,0,.35);
}

.foot {
	text-align: center;
}

.copy {
	text-align: center;
	margin-top: 3em;
	font-size: 1.1em;
}
