@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');


body, .landingPage {
	width: 100vw;
	height: 100vh;
	background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .6)), url('headerbg.jpg') no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	font-size: 16px;
	text-rendering: optimizeLegibility;
	font-smoothing: anitialiased;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1.2px;
	/*padding-top: 50px;*/
}

/*

.myStory h4 {
	font-size: 2em;
}*/

.details img {
	width: 100%;
	height: 120px;
}



.details h4 {
	color: #000;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #000;
}

.intro-text, .intro-text2 {
	text-align: center;
	margin-top: 60px;
}

/*
.intro-text2 {
	margin-top: 0px;
}
*/

input[type="text"], input[type="email"] {
	padding: 25px;
	font-size: 1.3em;
	text-align: center;
}

.btn-lg {
	font-size: 1.3em;
}

.flagstrap {
	width: 100%;
}

button, select {
	width: 100%;
}

/*#select_country {
	width: 100%;
}*/

.spaced {
	font-style: italic;
}

.intro-text h4, .intro-text2 h1 {
	font-weight: 700;
	font-size: 4em;
}

.intro-text2 h1 {
	margin-bottom: 40px;
}

.myVid {
	margin-bottom: -10px;
}

.intro-text2 p {
	margin-top: -10px;
}

.signUp {
	text-align: center;
	margin-top: -10px;
}

.signUp h4 {
	font-size: 1.7em;
}

.signUp p em strong {
	border-bottom: 2px solid #fff;
}

.signUp .special {
	font-weight: 900;
}

.subscribeForm {
  width: 100%;
  /*border-right: 3px solid #b33;*/
}

.bigTxt {
	font-size: 1.8em;
}

.subscribeForm .input-group, .fundsDeposit .input-group {
  width: 100%;
}

#privacy {
	font-weight: 100;
	text-align: center;
}


.btn {
	margin-bottom: 80px;
}

.bannerArea img {
	height: 75vh;
	width: 75vw;
	display: block;
	margin: 0 auto;
}

.bannerArea {
	margin-bottom: -30px;
}

.myStory {
	font-family: 'Open Sans', sans-serif;
	font-size: .95em;
	line-height: 1.3;
	padding-top: 10px;
	text-align: justify;
}

.testimony .panel-body {
	text-align: inherit;
	min-height: 480px;
}

.testimony h3.panel-title span {
	color: #ccc;
	font-size: .8em;
}
