/* global */
h1 {
    font-size: 68px;
    font-weight: bold;
    letter-spacing: 2px;
	font-family: 'Josefin Sans';
}

@media(max-width: 680px){
	h1{
		font-size: 58px;
	}
}

p{
	font-size: 18px;
	font-weight: 300;
	margin-top: 20px;
	/* font-family: 'Montserrat'; */
	font-family: 'Josefin Sans';
	color: #616161;
}

.lg-text{
	font-size: 70px;
}


/* position */
.relative{
	position: relative;
}

/* new-section*/
.new-section{
	margin-top: 80px;
	padding-top:20px;
	margin-bottom: 40px;
}

.new-section-on{
	margin-top: 40px;
	padding-top:100px;
	margin-bottom: 40px;
}

title-div{
	margin-bottom: 30px;
}

/* background */
.bg-white{
	background: white;
}

.bg-light-grey {
    background-color: #f2f2f2;
}


/* navbar */
.navbar{
	-webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}
.navbar-nav{
	position: absolute;
    right: 10px;
}

@media(max-width: 660px){
	.navbar-nav{
		width: 100%;
	}
	
	.navbar-nav a{  
		left: 0px;
		width: 100%;
		height: 42px;
		-webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
		right: 0px;
		margin-left: 10px;
		margin-top: 10px;
		background: white;
	}
	
	.navbar-nav a span{
		text-align: center;
		vertical-align: middle;
		display: inherit;
	}
}





.sticky{
	position: fixed;
    top: 0px;
    width: 100%;
	z-index: 3;
}

/* homepage */
.homepage{
	height: 95.5%;
	background: #33adff;
	position: relative;
	overflow: hidden;
}

@media(max-width: 660px){
	.homepage{
		height: 100%;
	}
}

.homepage .overlay{
	background: radial-gradient(black, transparent);
    height: 100%;
    width: 100%;
    opacity: 0.40;
}

.div-center{ /* has to have a parent with position: relative */
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

//bounce arrow
.fa {
 width: 60px;
 display: block;
 text-align: center;
 color:#990000;
 font:normal 45px 'FontAwesome';
 line-height:60px;
 text-rendering: auto;
 -webkit-font-smoothing: antialiased;
}
.fa-angle-double-down:before {
	content: "\f103";
}
 
.bounce {
 position: absolute;
 z-index: 9000;
 bottom: 70px;
 left: 50%;
 width: 60px;
 height: 60px;
 margin-left:-30px;
 color:white;
 -webkit-border-radius:50%;
 -moz-border-radius:50%;
 -ms-border-radius:50%;
 border-radius:50%;
 animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 -moz-animation: bounce 2s infinite;
 -o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-30px);}
 60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-30px);}
 60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-30px);}
 60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-30px);}
 60% {transform: translateY(-15px);}
}

.center{
	text-align: center;
}

.homepage h1, .homepage p{
	color: white;
}

.homepage .lg{
	    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 400;
}

#myVideo {
	position: absolute;
    /* right: -196px; */
    /* bottom: -150px; */
    min-width: 100%;
    min-height: 100%;
}

.collapse.show{
	    display: block;
    height: 330px;
}


/* about me */
.aboutme img{
    border-radius: 10px;
    max-width: 35vh;
	max-height: 30vh;
    /* position: absolute; */
    top: -44px;
    right: 0;
}

.me-img {
    max-height: 450px;
    float: right;
}

@media(max-width: 768px){
	.me-img{
		max-height: 450px;
		float: unset;
		margin: auto;
	}
}

@media(max-width: 660px){
	.me-img{
		margin-top: unset !important;
	}
}


.aboutme{
	margin-top: 80px !important;
}

/* projects */
.project{
	margin-top: 40px;
}

.project .heading{
	position: absolute;
    top: 0px;
    left: 30px;
}

.project .heading p{
	color: white;
}

.project .invert p{
	color: black !important;
}

.project .text p{
	position: absolute;
    right: 30px;
    left: 30px;
    color: white;
	    z-index: 2;
    bottom: 0px;
	font-size: 16px;
}

.project .text{
	height: 150px;
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;

}

.project .text .overlay{
	opacity: 0.7;
	background-color: black;
	right: 15px;
    left: 15px;
	bottom: 0px;
    padding: 20px;
	position: absolute;
    height: 150px;
}



.projects .img{
	height: 300px; background-color: pink;
	background-position: center;
    background-size: cover;
    cursor: pointer;
}

.projects .lta-img{
	background-image: url("../img/lta.jpg");
}

.projects .egs-img {
    background-image: url("../img/rocketsite.webp");
}

.projects .egbf-img {
    background-image: url("../img/timestop.png");
}

.projects .crc-img {
    background-image: url("../img/crc.jpg");
}

.projects .sky-img {
    background-image: url(https://res.cloudinary.com/dja9jafp7/image/upload/v1518468885/movies.jpg);
}

.projects .pdms-img {
    background-image: url(https://res.cloudinary.com/dja9jafp7/image/upload/v1518468344/pdms_as2vvy.png);
}

.projects .tgb-img {
    background-image: url(../img/tgb.jpg);
    /* opacity: 0.8; */
}

.projects .group-img {
    background-image: url(../img/group.jpg);
    /* opacity: 0.8; */
}

.margin-top-50px{
	margin-top: 50px;
}


/* skills */



.skill-set{
	margin-top: 50px;
	background: white;
    padding: 20px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.skills .responsive-img {
    margin: 0 auto;
    max-height: 100px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
	transition: transform 0.2s ease-in;
}

.responsive-img{
	transition: transform 0.2s ease-in;
}
.responsive-img:hover{
	
    transform: scale(1.1);
}

/* experience */
@media(max-width: 667px){
	.experience .row{
		    text-align: center !important;
	}
}

.experience .responsive-img {
    margin: 0 auto;
    max-height: 180px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
	max-width: 250px;
}
	@media(min-width:667px){
		.experience .responsive-img {
			max-width: 200px;
		}
		
	}
}

.border-right{
	border-right: 1px solid darkgrey;
}

/* projects */

.show-more-content-btn{
	transition: transform 0.2s ease-in;
}

.show-more-content-btn:hover{
	  transform: scale(1.1);
}
    
  



/* contact */

.contact-item{
	height: 200px;
	margin-top: 20px;
}
	
.contact-item i{
	/* border-bottom: 2px solid black; */
	padding-bottom: 10px;
	transition: all 0.2s ease-in;
	color: #0077B5;
	/* border-bottom: 0px solid #0077B5; */
}

.contact-item .fa-envelope{
	color: grey;
}


@media(min-width: 667px){
	.contact-item{
		height: 300px;
		/*background-color: pink;*/
		background-position: center;
		background-size: cover;
		cursor: pointer; 
		margin-top: unset;		
	}

	.contact-item i{
		position: absolute;
		left: 37%;
		top: 22%;
		color: #0077B5;
		/* border-bottom: 2px solid black; */
	}
	    
}

.contact-item i:hover{
    transform: scale(1.3);
	color: #0077B5;
	border-bottom: 0px solid #0077B5;
}

#profile {
	.highlight {
		font-weight: bold;
    	color: cornflowerblue;
		font-size: 20px;
	}
}