@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,700i,800|Roboto:400,700');

html, body { 
	height: 100%; 
	margin: 0; 
	padding: 0;
}
	
body {
    font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	background-image:url(../images/bg-keyboard.jpg);
	background-position: bottom center;
	height: 100vh;
}

@media (min-width: 992px) {
	body {
		background-image:url(../images/bg-keyboard.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
	}
}

p {
    font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #323336;
	margin: 0 0 30px;
}

p b { font-weight: 700; }
p i { font-style: italic; }


/*** 

====================================================================
	NAVBAR
====================================================================

***/

.navbar-default {
    background-color: transparent;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
	margin:0 auto;
}

.navbar-default .navbar-nav > li > a {
    color: #cbcfd7;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.hello .fa-linkedin-square {
    font: normal normal normal 24px/1 FontAwesome;
    font-size: 24px;
	margin-top: -2px;
}

.fa-linkedin-square a:hover {
    border-bottom: 0px;
}

.navbar-toggle {
    position: relative;
    float: none;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
      	border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 0px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0px;
        border-top-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.navbar .navbar-collapse {
	text-align: center;
}




/*** 

====================================================================
	HELLO
====================================================================

***/

.hello { 
	background-image:url(../images/bg-hello.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding-bottom: 50px;
}

.hello h1 {
    font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 50px;
	line-height: 50px;
	color: #FFF;
	margin-top: 60px;
	margin-bottom: 60px;
}

.hello h1 small {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 22px;
	line-height: 32px;
	color: #FFF;
}

.hello a {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #d2ac2b;
	text-transform: uppercase;
}

.hello a:hover, .hello a:focus {
	text-decoration: none;
}

.hello a img {
	margin-top: 8px;
}

@media (min-width: 480px) {
	.hello {
		padding-bottom: 120px;
	}
	
	.hello h1 {
		font-size: 70px;
		line-height: 70px;
		margin-top: 90px;
		margin-bottom: 90px;
	}
	
	.hello h1 small {
		font-size: 35px;
		line-height: 55px;
	}
}

@media (min-width: 768px) {
	.hello {
		padding-bottom: 210px;
	}
	
	.hello h1 {
		margin-top: 230px;
	}
}


/*** 

====================================================================
	ABOUT ME
====================================================================

***/

.about { 
	background-color: #FFF;
	padding-top: 50px;
	padding-bottom: 30px;
	margin-bottom: 90px;
}

.about h3 { 
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
	font-size: 18px;
	line-height: 20px;
    color: #d2ac2b;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 15px;
}

.about img { 
	margin-bottom: 20px;
	margin-top: 0px;	
}

.about p { 
	margin-bottom: 30px;	
}

.anchor { 
	display: block;
	height: 90px;
	margin-top: -90px;
	visibility: hidden;
}

@media (min-width: 992px) {
	.about { 
		padding-top: 0px;
		padding-bottom: 50px;
	}
	
	.about img { 
		margin-top: -54px;	
	}
	
	.about p { 
		margin-bottom: 0;	
	}
}


/*** 

====================================================================
	MY WORK
====================================================================

***/

.work { 
	background-image:url(../images/bg-work.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.work h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
	font-size: 50px;
	line-height: 50px;
    color: #a2a6ab;
	margin-top: 0;
	margin-bottom: 50px;
}

.work h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
	font-size: 20px;
	line-height: 22px;
    color: #d3ab2a;
	margin: 0;
}

.work h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
	font-size: 18px;
	line-height: 24px;
    color: #323336;
	margin: 0;
}

.work ul {
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.work ul li {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #323336;
	margin-bottom: 10px;
	padding-left: 24px;
	list-style-type: none;
}

.work ul li:before {
	font: normal normal normal 16px/1 FontAwesome;
	content: "\f00c";
	color: #d2ac2b;
	padding-right: 6px;
	margin-left: -24px;
}

.work a.btn {
	border: 2px #323336 solid;
	padding: 8px 20px 8px 20px;
	color: #323336;
	font-size: 18px;
	font-weight: 700;
	border-radius: 6px;
	text-transform: uppercase;
	display: inline-block;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.work a:hover.btn {
	background-color: #FFF;
	border: 2px #d2ac2b solid;
	color: #d2ac2b;
	text-decoration: none;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.work .siteweb {
	margin-top: 30px;
}

.work .cdc {
	font-size: 11px;
	line-height: 14px;
	color: #a2a6ab;
	margin: 30px 0px 0px 0px;
}

.work .cdc a {
	color: #a2a6ab;
	text-decoration: none;
}

.work .cdc a:hover {
	color: #323336;
}

@media (min-width: 768px) {
	.work { 
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.work ul {
		margin-bottom: 40px;
	}
}

@media (min-width: 992px) {
	
	.work .siteweb {
		margin-top: 0px;
	}
}

.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0px;
    width: 1%;
    font-size: 20px;
    color: #fff;
    text-align: center;
	text-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
}

.carousel-control.left {
    background-image: none;
    background-repeat: no-repeat;
	left: -25px;
}

.carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
	right: -10px;
}

.carousel-control .icon-prev {
    left: 0%;
}




/*** 

====================================================================
	TESTIMONIALS
====================================================================

***/

.testimonials { 
	padding-top: 90px;
	padding-bottom: 11px;
}

.testimonials .box { 
	background-color: #4b4c50;
	padding: 0px 50px 40px 50px;
	margin-bottom: 55px;
}

.testimonials .box img { 
	margin-top: -25px;
	margin-bottom: 35px;
}

.testimonials .box i { 
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #FFF;
	font-style: italic;
}

.testimonials .box .name { 
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #d3ab2a;
	margin-top: 24px;
}

@media (min-width: 768px) {
	.testimonials { 
		padding-top: 90px;
		padding-bottom: 40px;
	}
}


/*** 

====================================================================
	CONTACT
====================================================================

***/

.contact { 
	background-color: #d2ab2a;
	padding-top: 40px;
	padding-bottom: 30px;
}

.contact h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
	font-size: 50px;
	line-height: 50px;
	color: #FFF;
	margin: 0 0 30px;
}

.contact .phone, .contact .email {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
	background-color: #323336;
	padding-top: 22px;
	padding-bottom: 22px;
	margin-bottom: 15px;
	padding-left: 33px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.contact a, .contact a:hover {
	text-decoration: none;
}

.contact .email:hover {
	color: #d3ab2a;
	background-color: #FFF;
	text-decoration: none;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.contact .fa-phone {
	font-size: 30px;
	line-height: 24px;
	color: #d2ab2a;
	margin-right: 6px;
	position:absolute;
	margin-left: -33px;
	margin-top: 0px;
}

.contact .fa-paper-plane {
	font-size: 26px;
	line-height: 24px;
	color: #d2ab2a;
	margin-right: 6px;
	position:absolute;
	margin-left: -35px;
	margin-top: -3px;
}

.form-control { 
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	border-radius: 6px;
	border: 2px #FFF solid;
	background-color: #d2ab2a;
	padding: 6px 12px;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(182,145,23,1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(182,145,23,1);
	box-shadow: inset 0px 0px 10px 0px rgba(182,145,23,1);
}

.form-control::placeholder { color: #edddaa; }
.form-control::-webkit-input-placeholder { color: #edddaa; }
.form-control::-moz-placeholder { color: #edddaa;}
.form-control:-moz-placeholder { color: #edddaa; }

.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #edddaa;
}

	
.form-control:focus {
    border-color: #edddaa;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(182,145,23, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(182,145,23, .6);
}

textarea.form-control {
    height: 100px;
}

.contact .clear-right-form-field { padding-right: 15px; }
.contact .clear-left-form-field { padding-left: 15px; }

.contact .btn-primary {
    font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height:20px;
	color: #d2ab2a;
	text-transform:uppercase;
	border-radius: 6px;
	border: 0;
	padding: 10px 40px;
    background-color: #323336;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.contact .btn-primary:hover,  .contact .btn-primary:active:hover, .contact .btn-primary.active, .contact .btn-primary:active:focus {
    color: #d2ab2a;
	background-color: #FFF;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.copyright {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	color: #edddaa;
	margin-top: 30px;
}

@media (min-width: 768px) {
	.copyright {
		margin-top: 60px;
	}
	
	.contact { 
		padding-top: 60px;
		margin-bottom: 0px;
	}
}

@media (min-width: 992px) {
	.contact .clear-right-form-field { padding-right: 7px; }
	.contact .clear-left-form-field { padding-left: 7px; }
	.contact .phone, .contact .email {
		margin-bottom: 0px;
	}
}



/*** 

====================================================================
	TEXT STYLES
====================================================================

***/

.text-gold { color: #d2ac2b; }
.text-white { color: #FFF; }
.text-black { color: #000; }

