/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */


h2 {font-weight:400;}
h3 {font-weight:400;}
h4 {font-weight:400;}

h5 {color:#2196F3;}

p a {color:#EF9004;}

body, p {color:#333333 !important;}
.txt-white {color:#ffffff !important;}


div.hicolor{
  background-color: #eceff1;
  border-radius: 15px;
}

div.altcolor:nth-child(odd)
{
  background-color: #eceff1;
  border-radius: 15px;
}


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

.video-container {
    position: relative;
    padding-bottom: 52%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-play{
    position: absolute;top: 0%;left: 0%;width: 100%;margin:0;padding:0;
}

