.red {
	background-color:#e32e2e;
}

.blue {
	background-color:#0494d2;
}

.violet {
	background-color:#49376b;
}

.orange {
	background-color:#ee834b;
}

.grey3 {
	background-color:#a0a09f;
}

.grey6 {
	background-color:#5a5959;

}

.redInside {
	color:#e32e2e;
	padding-left:2px;
}

.violetInside {
	color:#0494d2;
	padding-left:2px;
}

.no-margin { margin: 0;}

.love {

	margin-right: 5px;

}


/* Section */

#education {
	visibility: hidden;
	display: none;

}

#who {
	background: url('../img/me.jpg') top center no-repeat;
	background-size: cover;
	width: 100%;
	opacity: 1;
	padding-bottom: 150px;
	margin-top:100px;
}

.healthdata {
	margin-top: 50px;
}
.healthdata h3{
	color: #FFF;
	border-radius: 25px;

}

.redtext {
	color:#0494d2;
	line-height: 1em;
	display: block;
	font-size: 4.375rem;
}


.badge {
	display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 10px;
margin-top: 10px;
text-align: left;
}

.redRadient {
background: rgba(238,132,75,1);
background: -moz-linear-gradient(left, rgba(238,132,75,1) 0%, rgba(227,46,46,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(238,132,75,1)), color-stop(100%, rgba(227,46,46,1)));
background: -webkit-linear-gradient(left, rgba(238,132,75,1) 0%, rgba(227,46,46,1) 100%);
background: -o-linear-gradient(left, rgba(238,132,75,1) 0%, rgba(227,46,46,1) 100%);
background: -ms-linear-gradient(left, rgba(238,132,75,1) 0%, rgba(227,46,46,1) 100%);
background: linear-gradient(to right, rgba(238,132,75,1) 0%, rgba(227,46,46,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee844b', endColorstr='#e32e2e', GradientType=1 );
}

.blueRadient {
background: rgba(73,55,107,1);
background: -moz-linear-gradient(left, rgba(73,55,107,1) 0%, rgba(4,148,210,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,55,107,1)), color-stop(100%, rgba(4,148,210,1)));
background: -webkit-linear-gradient(left, rgba(73,55,107,1) 0%, rgba(4,148,210,1) 100%);
background: -o-linear-gradient(left, rgba(73,55,107,1) 0%, rgba(4,148,210,1) 100%);
background: -ms-linear-gradient(left, rgba(73,55,107,1) 0%, rgba(4,148,210,1) 100%);
background: linear-gradient(to right, rgba(73,55,107,1) 0%, rgba(4,148,210,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49376b', endColorstr='#0494d2', GradientType=1 );
}

.fontwhite {
color: #FFF;


}
.grid-contour {
	border: 1px solid #CCC
}

.detail {
	text-align: left;
	padding: 5px;
}

.rowtitle {
	border-bottom: 1px solid #CCC;

}
/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #0494d2;
}

body {font-family: 'Source Sans Pro', sans-serif;
padding-top: 58px;

}

h1 {font-family: 'Bitter', serif;}

.container {
	text-align: center;
	}

.row {
	text-align: center;
	}

.clearFloat {clear:both;}


.ajustCenter {
text-align: center;}

.progress {
	height: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

	.progress-bar {
	    float: left;
	    width: 0;
	    height: 100%;
	    font-size: 12px;
	    line-height: 8px;
	    color: #fff;
	    text-align: center;
	    background-color: #337ab7;
	    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	    -webkit-transition: width .6s ease;
	    -o-transition: width .6s ease;
	    transition: width .6s ease;
	}

	.certified-container{
    background-image: url(../img/certifications_icon.png);
    background-position: left;
    background-repeat: no-repeat;
    display: table-cell;
    height: 15px;
    margin-top: 10px;
    width: 100%;
    padding: 0 0 0 27px;
    vertical-align: middle;
}

/* button */


input[type="submit"].button-primary {

background-color:#e32e2e ;
border-color: #e32e2e;

}

input[type="submit"].button-primary:hover {
	background-color:#49376b ;
	border-color: #49376b;
}

.download {
	margin-top: 40px;
	margin-bottom:20px;
	display: inline-block;
	height: 38px;
	padding: 0 30px;
	color: #fff;
	background: rgba(238,132,75,1);
	background: -moz-linear-gradient(bottom, rgba(238,132,75,1) 0%, rgba(227,46,46,1) 100%);
	background: -webkit-gradient(left bottom, right bottom, color-stop(0%, rgba(238,132,75,1)), color-stop(100%, rgba(227,46,46,1)));
	background: -webkit-linear-gradient(top, rgba(238,132,75,1) 0%, rgba(227,46,46,1) 100%);
	background: -o-linear-gradient(bottom, rgba(238,132,75,1) 0%, rgba(227,46,46,1) 100%);
	background: -ms-linear-gradient(bottom, rgba(238,132,75,1) 0%, rgba(227,46,46,1) 100%);
	background: linear-gradient(to top, rgba(238,132,75,1) 0%, rgba(227,46,46,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee844b', endColorstr='#e32e2e', GradientType=1 );
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #e32e2e;
	cursor: pointer;
	box-sizing: border-box;
}


.download:hover {
	border: 1px solid rgba(73,55,107,1);
	color: #fff;
	background: rgba(73,55,107,1);
	background: -moz-linear-gradient(top, rgba(73,55,107,1) 0%, rgba(4,148,210,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,55,107,1)), color-stop(100%, rgba(4,148,210,1)));
	background: -webkit-linear-gradient(bottom, rgba(73,55,107,1) 0%, rgba(4,148,210,1) 100%);
	background: -o-linear-gradient(top, rgba(73,55,107,1) 0%, rgba(4,148,210,1) 100%);
	background: -ms-linear-gradient(top, rgba(73,55,107,1) 0%, rgba(4,148,210,1) 100%);
	background: linear-gradient(to bottom, rgba(73,55,107,1) 0%, rgba(4,148,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49376b', endColorstr='#0494d2', GradientType=1 );

}





.whiteTest {
	background-color: rgba(255, 255, 255, 0.8);
	text-align: justify;
	margin-top: 50px;
}

/* nav bar */

.mainNavigation ul {
 color:#5a5959;
 display:inline-block;
 list-style:none;
 margin: 0;
 text-align: center;

}

.mainNavigation a {
	color:#5a5959;
	text-align: center;
	text-decoration:none;

}

.mainNavigation a:visited {
	color:#5a5959;
	text-align: center;
	text-decoration:none;

}

.mainNavigation li {
 float: left;
 color:#5a5959;
 text-decoration:none;
 text-align: center;
 margin: 10px;

}

.mainNavigation {
	border-top: #5a5959 solid 1px;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	display: none;
}


.navbar {
	box-shadow:0px 1px 0px rgba(0,0,0,0.15);
	background-color: #FFF;
	z-index: 100;
	top: 0;
	position: fixed;
}

.toggle-nav {
	color:#5a5959;
	text-align: right;
}

.toggle-nav:hover {
	color:#e32e2e;
}

.menuAlign {
	padding-top: 10px;
	text-align: right;
}

.mediaTitle {
	color:#5a5959;
}

.logo {
	float: left;
	text-align: left;

}

.name {
	color:#5a5959;
	font-weight: bolder;
	font-family: 'Bitter', serif;
}

h1 {color:#5a5959;}

.active {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);

}

.sociallink i,a {
	color:#5a5959;
	text-align: center;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
}

.sociallink i:hover{
	color:#e32e2e;
	text-decoration:none;
}

.sociallink i:visited{
	color:#5a5959;
	text-decoration:none;
}

.grey {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

.grey:hover {

	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);


}

.mailmessage{

	color:#5a5959;
	border: 1px solid #5a5959;

}


/* to Clean


*/

#skills {
	display: none;
}
