@charset "utf-8";
/* CSS Document */

body{font-family: "Roboto Slab",sans-serif;}

/*Names Section css here*/
section.names{ padding:15px 0;}
section.names .intro img{ margin-bottom:40px;}
section.names .intro p{ font-size:18px; font-weight:400; margin-bottom:35px; line-height:18px;}
section.names .intro p.italic{ line-height:28px;}
section.names .intro h1{ font-size:32px; font-weight:400; text-align:left; margin-bottom:25px;}
section.names .profiles{ text-align:center;padding:25px 0 0 0; float:left;}
section.names a img{ border-radius:50%; border:1px solid #eee;}
section.names p{ line-height:12px; margin-top:5px; font-size:12px;  margin-top:5px;}
section.names ul{ margin:0; padding:0;}
section.names ul li{ display: inline; float:left; min-height:140px; margin-right:25px; width:5.5%; height:auto;}
/*Names Section css here*/

/*persons Section css here*/

section.persons .individual{ margin-bottom:30px;  border:2px solid #f5f5f5; padding-bottom:15px;}
section.persons .profiles{ padding:10px 0; margin-bottom:20px; float:left; width:100%; background-color:#f5f5f5;}
section.persons img{ border-radius:50%; border: 1px solid #eee;}
section.persons .info{ float:left;}
section.persons .info h3{ font-weight:700; font-size:20px; text-transform:uppercase; margin-bottom:6px;}
section.persons .info a{ font-size:18px; }
section.persons .info a strong{ display:block; color: #0f75c0; font-size: 18px; font-style: normal;}
section.persons .info a:hover{ text-decoration:none;}
section.persons .info a.tweet{ display:inline-block; padding:5px 10px; font-size:16px; cursor:pointer; margin-top:40px;color:#fff;}
section.persons h4{ padding:0 10px; font-size:20px; font-weight:600;}
section.persons p{ font-size:18px; padding:0 10px; margin-bottom:25px;}
section.persons ul{ margin-bottom:25px; margin:0 15px; padding:10px;}
section.persons ul li{ font-size:18px; margin-bottom:10px;}
/*Media Queries here*/
@media (min-width: 1200px) { 
}

@media (min-width: 992px) and (max-width: 1199px) {section.names ul li{width:8.5%; height:auto;}

}

@media (min-width: 768px) and (max-width: 991px) {section.names ul li{width:10%; height:auto;} section.names ul li{min-height:160px;}section.persons .info a.tweet {font-size: 13px;padding: 5px;}
}

@media (max-width: 767px) {section.names ul li{width:25%; height:150px;} section.names ul li a img{ margin:0 auto;} section.names .profiles{ padding:0 10px;}
}

