/*
    Author: Shirley SEYWERT
*/


/* GENERAL
---------------------------------------------------------*/
body{
    font-family: 'Roboto',arial, sans-serif;
    line-height: 24px;
    color:#282828;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
}
body, html{
    overflow-x:hidden;
}
hr {
	height: 1px;
	width: 220px;
	padding: 0;
	color: #ddd;
	background-color: #ddd;
	border: 0;
}
#infogerance h1{
	font-size: 2.6em;
	margin: 40px 0;
}
#infogerance h2 {
	font-size: 2em;
	margin: 40px 0;
}

.intro-infogerance {
	line-height: 1.5;
  min-height: 180px;
}



/* CARD STYLE
---------------------------------------------------------*/
.card{
	border-top: 6px solid #FF9E3F;
	margin: 20px 0px;
}
.card-title h3 {
	font-size: 26px;
}
.card ul {
	margin: 35px 0;
}
.card li {
    line-height: 32px;
}
.card li:before {
    content: "- ";
}
.card .card-action{
	border: none;
}
.card .card-action h4 {
	font-size: 21px;
	text-align: center;
}
.underline {
	background-color: #FF9E3F;
	height: 3px;
	width: auto;
	margin: 30px 90px 50px 90px;
}
