/* Master control */
body{
	color:#2d4084;
	background: #e6e6e6;
	font-family: 'Raleway', sans-serif;
}

a {
	text-decoration: none;
	color: #48ADC1;
	text-transform: uppercase;
	letter-spacing: 1px;
}

a:hover {
	color:#2D4084;
	-webkit-transition: color 500ms linear;
	-moz-transition: color 500ms linear;
	-o-transition: color 500ms linear;
	-ms-transition: color 500ms linear;
	transition: color 500ms linear;
	text-decoration: none;
}

/* ************************** */

/* My name */
h1 {
	text-align:center;
	font-size: 4.25em;
	margin: 50px 0px 20px 0px;
}
/* ************************** */

.pro-image {
	text-align: center;
}
.pro-image img, .pro-image h2 {
	cursor: pointer;
}
.pro-image img{
	border-radius:100%;
	border: 10px solid white;
	height: 400px;
}
/* Text that says "About me" */
h2 {
	text-transform: uppercase;
	text-align: center;
}

h5 {
	text-align: center;
	font-size: 1.2em;
	margin: 0;
	margin: 2px;
}
/* ************************** */

/* About me */
.aboutme {
	margin: auto;
	padding: 10px 0 20px 0;
	display: none;
	text-align: left;
	font-size: 1em;
	max-width: 600px;
	height:0px;
	overflow:hidden;
	opacity:0;
}

.casedrop {
	float: left;
	line-height: 50px;
	font-size: 4em;
	color:#48ADC1;
	font-weight: bolder;
	margin: 2px 0px 0px 0px;
}

/* ************************** */
.sexy_top_line{ 
	display:block;
	height: 6px;
	background: linear-gradient(-90deg, #e6e6e6, #FFFFFF, #e6e6e6);
	margin: 50px 0px 0px;
}

/* Divider "info" Phone number and email */
.info {
	text-align: center;
	font-size: 2em;
	margin: 20px 0px 20px 0px;
}
.smaller {
	font-size: 70%;
	letter-spacing: 2px;
	/*unsure if I like this*/
}
div.info i {
	padding: 0 1% 0 1% ;
}
div.info img {
	height: 60px;
	vertical-align: middle;
}
/* ************************** */

.sexy_bottom_line{ 
	display:block;
	height: 6px;
	background: linear-gradient(-90deg, #e6e6e6, white, #e6e6e6);
	margin: 0px 16%;
}

/* Divider "history" formatting start */
.history {
	/* display: inline-block; */
	text-align: center;
	margin: 20px 0px;
}
.history a {
	color: #48ADC1;
}
div.history img {
	height: 50px;
	padding: 0 20px 0 20px;
}
/* ************************** */