/* 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: 0 auto;
}
a,a:visited{
    color: #006699;
}
a:hover{
    color: #003366;
}
h5{
    margin-bottom: 20px;
}

h6 a, h6 a:visited{
   color: #333;
}
h6 a:hover{
   color: #1e90ff;
}
nav a,
nav a:visited{
    color: #eee;
}

nav a:hover{
    color: #fff;
}

#header{
   margin-bottom: 20px;
}
.border{
   border: 1px solid #eee;
   padding-bottom: 10px;
}
.icon-block {
  padding: 0 15px 15px 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}


.icon-block{
	margin-bottom: 2em;
}


.p5{
   padding: 5px;
}


img.img-left{
    float: left;
width: 20%;
	margin: 0 1em 0 0;
}
img.img-left2{
    float: left;
width: 40%;
	margin: 0 1em 0 0;
}

img.img-left3{
    float: left;
width: 30px;
	margin: 0 1em 0 0;
}

.tgl{
    font-size: 0.8em;
    margin-bottom: 10px;
}

.mb20{
   margin: 0 0 2em 0;
   clear: both;
  float: none;
}
.mb5{
   margin: 0 0 0.5em 0;
   clear: both;
   float: none;
   display: block;
}
.divider{
    margin: 1em 0;
}

@media only screen and (max-width: 479px) {
    img.img-left{
width: 30%;
margin: 0 0.3em 0 0;
}   .
}

#header{
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

p.caption{
    font-size: 0.9em;
    margin: 0;
    padding: 0 0 5px 0;
    color: #999;
    font-style: italic;
}
.comment{
    border-bottom: 1px solid #eee;
    margin-bottom: 1em;
    color: #666;
}
.comment p{
   font-size: 0.9em;
   line-height: 1.2em;
   margin: 0 0 1em 0;
}
/*----------------
overwrite
-------------*/

footer a,
footer a:visited {
   color: #fff;
}

footer a:hover {
   color: #ffff00;
   text-decoration: underline;
}

.border-bottom{
   border-bottom: 1px solid #eee;
}


#content-1,
#content-2,
#content-3,
#content-4{
 margin-bottom: 20px;
}
