/* intro slide styles*/

body {
	margin: 0;
	color: #000;
	background: #fff;
}



a {
    color: #07AFF5;
}

a:hover {
	color: #0544BC;
}

h2 {
	text-align: center;
	font-weight: 200;
	font-size: 42px;
	line-height: 1.5;
	
}

h3 {
	font-weight: 200;
	line-height: 1.1;
}

.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: linear-gradient(0deg, #000, transparent), url(../img/intro-bg-new.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.btn-circle {
    width: 70px;
    height: 80px;
    margin-top: 15px;
    padding: 7px 16px;
  	border: none;
    font-size: 40px;
    color: #fff;
    /*background: 0 0;*/
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn img {
	transition: transform .5s cubic-bezier(.35,-0.9,.7,1.81)
}

.btn:hover img {
	transform: translateY(15%);
}

.brand-heading {
	text-transform: none;
}

.light img {
	padding-left: 5px;
}

h1.brand-heading {
	font-weight: 200;
}

.fa-circle {
	font-size: .20em;
}

.btn, .navbar-custom, h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* about section */

#about h2 {
	color: #fff;
}

section#about {
	padding-top: 150px;
	color: #000;
	width: 100%;
	background: linear-gradient(180deg, #000 17%, transparent), 
				linear-gradient(0deg, #fff 20%, transparent), 
				url(../img/bg-2.jpg) no-repeat bottom center scroll;
  background-color: #fff;
  text-align: left;
}

section#about .container .row .col-lg-8 #light {
	color: #fff;
}

section#about .container .row .col-lg-8 #gray {
	color: #D8D8D8;
}

section#about .container .row .col-lg-8 #dark {
	color: #D8D8D8;
}

/* projects section */

.download-section {
    width: 100%;
    padding: 25px 0;
    color: #000;
    background: linear-gradient(180deg, #fff, transparent), 
    			linear-gradient(0deg, #fff 20%, transparent),
				url(../img/bg-3.jpg) no-repeat bottom center scroll;
    /*background: rgba(255,255,255,0.5);*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.photo-container {
	margin-top: 30px;
}

.photo-container img {
	padding-bottom: 10px;
	max-width: 90%;
	display: block;
	margin: auto;

}

.clearfix::after {
	content: " ";
	display: table;
	clear: both;
}

.original {
	height: 100%;
	display: block;
	line-height: 0;
}

.original img {
	margin-bottom: 10px;
	padding: 0 0 0 0;
	-webkit-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.75);
	transition: transform .5s cubic-bezier(.58,-0.41,.43,1.38);
}

.original img:hover {
	transform: rotate(-3deg) scale(1.1);
}

@media (min-width: 767px) {
.content-section {
    padding-top: 150px;
}
}



/* contact me */

.btn-default {
    border: 1px solid #07AFF5;
    color: #07AFF5;
    background-color: transparent;
}

.btn-default:hover {
	border: 1px solid #07AFF5;
	outline: 0;
	color: #000; 
	background-color: #07AFF5;
}

/* footer */

footer p {
	font-size: 12px;
}