@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');


body {
  font-family: 'Raleway', Arial;
  color: #666666;
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



   .jumbotron h1,
   .jumbotron .h1 {
     color: #A397D1;
     text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
     font-size: 4em;
     padding-top: 0em;
     text-align: left;
   }

   h2 {
     color: #EF6D47;
   }

   h1 {
	   margin-top:1.5em;
	   color:#A397D1;
	   text-align: center;
	   font-weight: bolder;
   }

   h3 {
	   color:#ABC321;
   }

.subtitle {
	text-align: center;
	color:#ABC321;
	border-bottom:1px solid #EF6D47;
	margin-bottom:3em;
	font-size: 1.6em;
}

.modal {
    width: 80%; /* respsonsive width */
    margin-left:-40%; /* width/2) */
}


.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1 \0;
}
