/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
body {
   margin: 0px; 
   color : #fff; 
   background-color : #2BBBAD; 
}

.no-padding{
	padding:0;
}
.no-marging{
	margin:0;
}
.fluidFooter{
	width: 100%;
	height: 320px;

	background-image: url("../img/tipeee.jpg");
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	  
}
.authorName {
  display: block;
  text-align: right;
  font-family: Verdana, Arial, sans-serif;
  /*margin-top: 1rem;*/
  margin-top: -50px;
  font-size: 0.8rem;
  color: #2BBBAD;
  font-style: normal;
}

.logoGT{
	display: block;
	position: fixed;
	margin-top: 0px;
	margin-left:0px;
	
}

nav ul a,
nav .brand-logo {
	color: #444;
}

nav{
	height:64px;
	line-height:64px;
}

p {
	line-height: 2rem;
}

h1 {
  font-weight: 200;
  margin: 0.4em 0;
}
h1 { font-size: 3.5em; }
h2 { font-size: 2.5em; }
h3 { font-size: 1.5em; }


.igs-white-text {
	/*color: #FFFFFF;*/
	color: #FFF;
}

.facebookBlue {
	background-color: #4267B2;
}
.twitterBlue {
	background-color: #1DA1F2;
}
.youtubeRed {
	background-color: #FC1A19;
}
.darkBlueIgs {
	background-color: #1A2128;
}
.tipeeeYellow{
	background-color: #D6B31F;
}

.darkBlueIgsTransp {
	background-color: rgba(32,38,44,.7);
	color: #FFF;	
}
.lightBlueIgsTransp {
	background-color: rgba(255,255,255,.7);
	color: #000;
}

.sidenav-trigger {
	color: #2BBBAD;
}

.parallax-container {
	min-height: 600px;
	/*line-height: 0;*/
	height: auto;
	color: rgba(255,255,255,.9);
	/*color: rgba(0,0,0,.9);*/
}
.parallax-container .section {
    width: 100%;
}

.full-container {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width : 992px) {
	.parallax-container .section {
		position: absolute;
		top: 40%;
	}
	#index-banner .section {
		top: 10%;
	}
}

@media only screen and (max-width : 600px) {
	#index-banner .section {
		top: 0;
	}
}

.icon-block {
	padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

footer.page-footer {
	margin: 0;
}



.ml15 {
  font-weight: 800;
  font-size: 3.8em;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}

.ml15 .word {
  display: inline-block;
  line-height: 1em;
}
