@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,700');

/*********** Global Styles********/

body, html {
		background-color: #B2CBDA;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", sans-serif !important;
	font-weight: 900 !important;
}

.wrapper {
	background: #EAE5ED;
}

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

.my-button {
		font-size: 1em;
		line-height: normal;
		text-transform: uppercase;
		font-family: 'Lato', sans-serif;
		font-weight: 900;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out, color 0.2s 0.3s;
		letter-spacing: 0;
		border-radius: 45px;
		height: auto;
		padding: .8em 2.1em;
}

.my-button:hover {
	cursor: pointer;
	padding: .8em 2.7em;
}

.my-button:active,
.my-button:focus,
.my-button.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*** thin bar ***/
.thin-bar {
		border-bottom: 5px solid #083768;
}

/*** Video Section ***/
.video_center {
	width: 100%;
	text-align: center;
}

.video_center .video {
	width: 80%;
	margin: 2% auto;
}

.hide {
	display: none;
}

.show {
	display: inline-block;
}


/*** About Section ***/
#moneyleft__images img {
	width: 42%;
	margin-bottom: 1rem;
	margin-left: 30%;
}


#about {
		border: 1px solid #eee;
		background-color: white;
		padding-bottom: 1em;
}

#about img {
		max-width: 15em;
		margin: 1rem auto;
}

#about .details {
		margin-top: -2em;
}

#about h2 {
		color: #646464;
		font-size: 3.8em;
		padding-bottom: 1em;
}

#about span {
		font-weight: 300;
		font-size: .7em;
}

#about h5 {
		color: #8A8A8B;
}

#about p {
		margin-top: 1em;
		color: #646464;
		font-family: "roboto";
		font-weight: 300;
}

.cta .cta-button {
		color: #f15177;
		text-transform: uppercase;
		border: 2px solid #f15177;
		border-radius: 50px;
		background: white;
}

.cta .cta-button:hover, .cta .cta-button:focus {
		box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 14px 1px rgba(0, 0, 0, 0.15);
		background-color: #493B63;
		color: white;
}

#about i {
	margin-top: 2em;
}

.fa {
	font-size: 1.2em;
	padding: 0.1em 0.4em;
	color: #8a8a8a;
}

.fa:hover {
	cursor: pointer;
}

/*** Experience ***/
#experience {
	background-color: #272634;
	padding: 6em 4em 5.6em;
}

#experience h2 {
	color: #fff;
	margin-bottom: .7em;
}

#experience .tag-line {
	color: white;
	font-size: 1.4em;
}

#experience i {
	color: #f15177;
	font-size: 4em;
}

#experience h3 {
	color: #fff;
}

.experience-topics p {
	color: #ACAEB2;
	font-family: "Maven pro", sans-serif;
	/*font-weight: 500;*/
}

.experience-topics ul li {
	list-style: none;
	color: #79C7CC;
	font-family: "Maven pro", sans-serif;
	font-weight: 500;
}

/*** work ***/
#projects {
	margin-bottom: 1em !important;
}

.techIcons{
	margin-bottom: 1.5em;
}
.techIcons img {
	display: inline-block;
	width: 3em;
	height: 3em;
}

#work {
	padding: 6em 4em 3em;
	background-color: #EAE5ED;
}

#work h2 {
	color: #2B6198;
	margin-bottom: .7em;
}


#work .tag-line {
	color: #3476b9;
	font-size: 1.4em;
	margin-bottom: 4em;
}

#work .work-row {
	margin-bottom: 5.5em;
}

.details h3 {
	color: #2B6198;
	text-transform: uppercase;
}

.details .platform{
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 2em 0 -0.1em;
	font-family: "Maven pro", sans-serif;
	font-weight: 500;
	color: #f15177;
}

.details i {
	color: #f15177;
	margin-right: 1em;
}

.details p {
	color: #3476b9;
	font-family: "Maven pro", sans-serif;
	font-weight: 500;
	font-size: 1.2em;
	margin-bottom: 1.8em;
}

.details a, .details a:link, .details a:active{
		color: #f15177;
		border: 2px solid #f15177 !important;
		background-color: #fff;
}

.details a:hover, .details a:focus {
		/*box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 14px 1px rgba(0, 0, 0, 0.15);*/
		background-color: #493B63 !important;
		color: #fff;
}

/*** education ***/
.education-picture {
	width: 300px;
	display: inline-block;
}

.education-content {
	text-align: center;
}

.education-content h4 {
	color: #05AAE2;
	-webkit-text-stroke-width: 0.25px;
  	-webkit-text-stroke-color: #fff;
	letter-spacing: 2px;
	
}


/*** Footer Call-to-action ***/
#footer-cta {
	background-color: #4492B7;
	padding: 6em 4em 5.6em;
}

#footer-cta h2 {
	color: white;
}

#footer-cta p {
	color: #fff;
	font-family: "Maven pro", sans-serif;
	font-weight: 500;
	font-size: 1.2em;
}

#startButtonDiv {
	margin-top: 3em;
}

#footer-cta a {
	border: 2px solid #fff;
	border-radius: 45px;
	color: #fff;
}

#footer-cta a:hover {
	background: #fff;
	color: #2B6198;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 14px 1px rgba(0, 0, 0, 0.15);
}

/*** footer starts ***/

#footer {
	padding: 5em 4em 2em;
}

#footer #logo {
	background-color: #2B6198;
	border-radius: 50%;
	color: #fff;
	padding: .4em;
	font-family: "Maven pro", sans-serif;
	font-size: 1.6em;
	font-weight: 500;
	display: inline;
}

#footer #copyright {
	margin-top: 1.6em;
	font-family: "Maven pro", sans-serif;
	font-weight: 500;
	color: #7d7d7d;
}

/*** Social Icon Bar ***/
@media only screen and (max-width: 600px) {
	.icon-bar {
		display: none;
	}
}

.icon-bar {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.share {
	width: 58px;
	height: 58px;
	position: relative;
	cursor: pointer;
	transition: all 0.2s linear;
}

.share .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 25px;
}

.share:hover {
	width: 70px;
}

.facebook {
	background: #3B5998;
	color: white;
}

.twitter {
	background: #55ACEE;
	color: white;
}

.google {
	background: #dd4b39;
	color: white;
}

.linkedin {
	background: #007bb5;
	color: white;
}

.mail-icon {
	background: #bb0000;
	color: white;
}

.github {
	background: #000000;
	color: #eaeaea;
}

ul li {
	margin-top: 1rem;
}