/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}


 html {
  		font-family: "proxima-nova",sans-serif;
  }

body{
	background: #f44336;
}


h1, h2, h3, h5{
	font-family: "proxima-nova" 100 normal,sans-serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: 300;
	text-align: center;
}


h4{
	font-family: "proxima-nova" 100 normal,sans-serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: 100;
	text-align: center;
}

p{
	font-family: "proxima-nova" 100 normal,sans-serif;
	font-style: normal;
	font-weight: 300;
	text-align: center;
}


#promotoLogo{
	margin: 5% 30% 3% 30%;
}

#promotoLogoMobile{
	margin: 50% 17% 3% 17%;
}

#fixedburgermenu
{
	position: fixed;
	margin: 1% 2% 2% 2%;
}

#fixedburgermenuMobile
{
	position: fixed;
	margin: 1% 2% 2% 2%;
}


#tagline{
	
	margin: 1% 10% 10% 15%;
	font-size: 26pt;
	font-style: normal;
	font-weight: 100;
	text-align: center;
 
  }

#taglineMobile{
	
	margin: 1% 10% 30% 15%;
	font-style: normal;
	font-weight: 100;
	text-align: center;
 
  }

#touchbutton{
	align-content: center;
	text-align: center;
	margin: 10% 10% 30% 10%;
}

#footerBio{
			text-align: left;
	
}

#anim{max-width: 800px; margin: 0 auto;}



