/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

img.mobile {
  border-radius: 50%;
}


img.connect {
  width: 70px; 
  padding-right: 12px;
}

img.connect:hover {
      opacity: 0.3;
      filter: alpha(opacity=30);	
    }


a:hover {
	color:#33B8FF;
	} 

a:active {
	color:#33B8FF;
}

p.bio {
	font-size: 21px;
	margin: 0px;
	color: black;
  	padding: 25px;

	
		
}

.firstLetter{
  	float: left;
  	font-size: 3.5em;
  	line-height : 0.7;
  	margin: 0.205em 0.153em 0 0;
  	font-family: 'Josefin Sans', sans-serif;
        
			
}

.firstLetter + span{
  	margin-left : -0.5em;
}


.divider {
    margin: 50px auto 0;
    position: relative;
    text-align: center;
    width: 600px;
}
.divider span i {
    background:#FFFFFF;
    color: #2d2d2d;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    z-index: 1;
}
.divider span:before {
    border-bottom: 5px #000;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 0;
}

hr {
  margin-top: 0.1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(169,169,169);
  max-width: 100%;
  margin-right: 12rem;
  margin-left: 12rem;	
}

