@font-face {
   font-family: Polyrail; 
   src: url('polyrail.ttf') format('truetype');
}

.logo-container{
   display: flex;
   justify-content: center;
	align-items: center;
	height: 420px;
}


.logo{
	max-height: 50%;
	max-width: 70%;
}

.parallax-container {
  height: 420px;
}

.blur{

}

.green2
{
	 background-color:#4eb897;
}

.brown2
{
	background-color: #766047;
}

.brown2:hover{ 
  background-color: #a18468; 
}

.orange2
{
	background-color: #e64a19;
}

.orange2:hover{ 
  background-color: #e98152; 
}

.footer-copyright
{
	text-align: center;
	display: block !important;
}

.footer-copyright a
{
	color: white;
}

.title
{
	font-family: Polyrail;
	color: white;
	font-size: 120px;
	text-shadow: 3px 3px 5px #777;
}

.title-large
{
	font-family: Polyrail;
	color: white;
	font-size: 200px;
	margin-top: 200px;
	text-shadow: 3px 3px 5px #777;
}

@media screen and (min-device-width: 1000px) 
{
	.title
	{
		position: relative;
        bottom: -200px;
    	margin-top: 0px;
	}
}
@media screen and (min-device-width: 600px) and  (max-device-width: 1000px) 
{
	.title
	{
		font-size: 70px;
		margin-top: 250px;
	}
}
@media screen and (max-device-width: 600px)
{
	.title
	{
		font-size: 300%;
	    margin-top: 300px;
	    text-align: center;
	}
}

.signup-row{
	margin-bottom: 0px;
}

.signup-card{
	padding: 6px 24px !important;
}

.section{
}
