/*This stylesheet contains some custom class rather than Bootstrap*/

/***** logo image ***** 		
a.brand img {
	border-radius:50%;
	border:5px solid #fff;
}
*****/
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
body {
	font-family: Helvetica, Arial, "sans-serif";
}
.navbar .nav > li {
	margin: 22px 22px;
}
.navbar .nav > li > a {
	border-radius: 0;
}
.navbar .nav > li > a:hover {
	background-color: #D12149;
}

.Patron {
	text-decoration: none;
}
.Patron:hover {
	text-decoration: none;
}
.Patron p {
	color: white;
	margin-left: 12px;
}
#patronIMG {
	background-image: url("../img/GFH-Cover.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 200px;
	height: 600px;
	background-position: center;
}

* {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.column {
  position: relative;
  float: left;
  width: 22%;
  margin: 8px;
  height: 300px; /* Should be removed. Only for demonstration */
  background-color: black;

}
.column img {
  object-fit: cover;
  opacity: 0.5;
  height: 100%;
}
.alignment {
	position: absolute;
	top: 136px;
	margin-left: 7px;
}
.alignment h3, .alignment p {
	color: white;
}
.alignment p span{
	font-size: 0.5em !important;
    vertical-align: super;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}


.overlay {
	position: relative;
	z-index: 2;
}

.overlay:before {
	position: absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.6;
	background-color: #44474A;
}

#profile, #skills, #work, #resume, #location, #patron, #about {
	padding:30px 0;
	padding-top: 120px;
	min-height:500px;
}
#profile h2, #skills h2, #work h2, #resume h2, #location h2, #patron h2, #about h2 {
	font-weight:normal;
	color: #D12149;
	font-size:6em;
	padding: 0 0 63px 0;
	text-transform: uppercase;
	line-height: 1em;

}
/***** Profile *****/
#profile {
    background-image: url(../img/GS2A2967.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
#profile h1 {
	color:#fff;
	font-weight: bolder;
	font-size:35px;
	line-height: 1em;
}
#about .blackTxt {
	color: #44474A;
}
#profile .bannerH h1 span, #about h3 span {
	font-size: 25.5em; !important;
	vertical-align: super;
}
#profile h3 {
	color:#fff;
    font-size:45px;
	font-weight: bolder;
	text-shadow: 0px 0px 4px #44474A;
}
#profile p {
	color:#fff;
	font-size:15px;
	margin-top: 10px;
	text-shadow: 0px 0px 4px #44474A;
}
#profile .container .span5 {
	padding:40px 0;
}
.bannerH {
	margin: auto;
	float:none;
	padding-top:30px;
}
a.hire-me {
	display: inline-block;
 *display: inline;
	padding:20px 60px;
	background:#D12149;
	color:#fff;
	text-transform:uppercase;
	font-size:26px;
	margin:20px 0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
a.hire-me:hover {
	text-decoration:none;
	background:#44474A;
}
.social {
	text-align:center;
	padding-bottom:80px;
}
.social a{
	color: #44474A;
}
.social a:hover {
	color: #D12149;
}
ul.social-icons {
	margin:20px 0;
}
ul.social-icons li {
	list-style:none;
	display:inline-block;
	margin:10px;
}
ul.social-icons li:first-child {
	margin-left:0;
}
ul.social-icons li a {
	opacity:0.8;
}
ul.social-icons li a:hover {
	opacity:1;
}
/***** Skills *****/
#skills .row {
	padding: 20px 0;
}
#skills .span3 {
	width:100px;
	overflow: hidden;
	display: table;
	height: 100%;

}
#skills .span5 {
	text-align:left;
	padding:0 0;
	min-height:96px;
	color: #44474A;
}
#skills .span5 h3 {
	font-size: 18.5px;
	line-height: 30px;
	font-weight:normal;
	text-transform:uppercase;
	color: #333333;
}
#skills .span5 h3 span {
	float:right;
}
/**
#skills .row::before {
      height: 100%;
      width: 1px;
      background-color:rgba(250,250,250,1);
      position: fixed;
      top: 0;
	  margin-left:6.3em;
      z-index: -1;
    }
*/
#skills .ps, #skills .ai, #skills .html, #skills .css {
	padding:30px;
	width:8px;
	height:8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	border:2px solid #D12149;
	background-color:rgba(80,80,80,1);
	/*float:right;*/
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;

}
/*
#skills .ps {
	background:#30a5dc;
}
#skills .ai {
	background:#ee742b;
}
#skills .html {
	background:#f04949;
}
#skills .css {
	background:#39d084;
}
*/
#skills .ps:hover, #skills .ai:hover, #skills .html:hover, #skills .css:hover {
	border:2px solid #fff;
}
#skills .css h3,.ps h3, #skills .ai h3, #skills .html h3 {
	color:#fff;
	font-weight: normal;
	line-height: 0;
	margin-top: 0;
}
#skills .ps h3, #skills .ai h3, #skills .html h3 {
	margin-left: -14px;
}
#skills .css h3 {
	margin-left: -5px;
}



/*
#skills .html h3, #skills .css h3 {
	font-size: 2.2em;
}

.expand-bg {
	background: none repeat scroll 0 0 #EAEDF2;
	border-radius:16px;
	height: 16px;
	margin-bottom: 15px;
	position: relative;
	padding: 0 2px;
}
.expand {
	border-radius: 10px;
	height: 4px;
	margin: 2px 0;
	padding: 4px 0 4px 5px;
	position: absolute;
}
*/

/**. Comment out\
.ps2 {
	width:90%;
	background:#30a5dc;
	-moz-animation:html5 2s ease-out;
	-webkit-animation:html5 2s ease-out;
}

.ai2 {
	width:80%;
	background:#ee742b;
	-moz-animation:css3 2s ease-out;
	-webkit-animation:css3 2s ease-out;
}
.html2 {
	width:75%;
	background:#f04949;
	-moz-animation:jquery 2s ease-out;
	-webkit-animation:jquery 2s ease-out;
}
.css2 {
	width:85%;
	background:#39d084;
	-moz-animation:photoshop 2s ease-out;
	-webkit-animation:photoshop 2s ease-out;
}
*****/
	
	

@-moz-keyframes ai2 {
0% {
width:0px;
}
100% {
width:80%;
}
}
@-moz-keyframes html2 {
0% {
width:0px;
}
100% {
width:75%;
}
}
@-moz-keyframes css2 {
0% {
width:0px;
}
100% {
width:85%;
}
}
 @-webkit-keyframes ps2 {
0% {
width:0px;
}
100% {
width:90%;
}
}
@-webkit-keyframes ai {
0% {
width:0px;
}
100% {
width:80%;
}
}
@-webkit-keyframes html {
0% {
width:0px;
}
100% {
width:75%;
}
}
@-webkit-keyframes css {
0% {
width:0px;
}
100% {
width:85%;
}
}

ul.work-images li {
	list-style:none;
	display:inline-block;
	margin: 8px 10px;
 background:
}
ul.work-images li:first-child {
	margin-left:0;
}
ul.work-images li div {
	background:url(../img/eye.png) 50% 50% no-repeat;
	background-color: #f04949;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
ul.work-images li img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
ul.work-images li img:hover {
	opacity:0.1;
}

#resume h3 {
	margin:60px 0;
	text-align: center;
	color: #44474A;
}
#resume .btn-center {
	text-align:center;
}
.footer {
	background-color:#ffffff;
/***** background Image **** 	
	background-image:url("../img/stock-photo-celebration-education-graduation-student-success-learning-concept-319166342.jpeg"); 
	background-repeat:no-repeat;
	background-size:cover; 
*****/
}

.footer p {
	margin:20px 0;
	color: #333333;
}
.footer p a {
	color:#44474A;
	text-decoration:none;
}
.footer p a:hover {
	color:#D12149;
}

.footer p a img {
	width: 80%;
}

@media only screen and (max-width: 980px) {
	#work iframe {
		width: 360px;
		height: 202px;
	}
}

@media only screen and (max-width: 980px) {
	#profile {
		min-height: 400px;
	}
	#profile h1 {
		font-size: 3em;
	}
	#profile h3, #profile p {
		color: #fff;
		text-shadow: 0px 0px 6px #000000;
	}
	#profile h2, #skills h2, #work h2, #resume h2, #patron h2, #location h2 {
		font-size: 3em;
	}
	#profile, #skills, #work, #resume, #patron, #about, #location {
		padding: 30px 20px;
	}
	#skills .row {
		padding: 5px 0;
	}
	#skills .css h3 {
		margin-left: -6px;
	}
	#skills .span3 {
		margin-bottom: 15px;
	}
	
	a.hire-me {
		font-size: 16px;
	}
	.bannerH {
	margin: auto;
	padding-top:0;
	}
	.navbar-fixed-top {
		margin-bottom: 0;
	}
	.navbar .btn-navbar {
		padding: 20px;
		background-color: #D12149;
	}
	.navbar .container {
		padding: 0 2em;
	}
	.navbar .nav > li > a {
	font-size: 14px;
	}
	
}
