/* Global */

html {
	font-size: 62.5%;
}

body {
	background: #ecf0f1;
	color: #2d2d2d;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 22px;
	/* margin-top: 60px; */
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

.company-description-title {
	border: 2px solid grey;
	border-radius: 6px;
	padding: 1% 0% 1% 0%;
	text-align: center;
}

.navigation {
	font-size: 12px;
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: normal;
}

p {
	margin: 0 10px 10px 0;
}

a {
	color: #F1F1F1;
	text-decoration: none;
	font-weight: bold;
}

a:hover,
a:focus {
	color: #F5F5F5;
	text-decoration: none;
	font-weight: bold;
}

/* Navigation */

#logo {
	text-align: center;
	margin: 12px 0 12px 18px;
}

#logo img {
	margin-bottom: -45px;
}

#logo a {
	display: block;
}

#sidebar {
	background-color: #151515;
	height: 120%;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 50px;
	z-index: 2;
}


#nav {
	margin-top: 80px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	color: #F1F1F1;
	cursor: pointer;
	display: inline-block;
	line-height: 22px;
	filter: alpha(opacity=40);
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 100;
	opacity: .4;
	padding: 8px 0 8px 15px;
	text-transform: uppercase;
	width: 70%;
}

#nav ul li.active {
	filter: alpha(opacity=100);
	opacity: 1;
}

#nav ul li.last {
	padding-right: 0px;
}

#nav li span {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	height: 0;
	opacity: 0;
	overflow: hidden;
	padding-left: 10px;
	width: 0;
}

.btn-navbar {
	cursor: pointer;
	filter: alpha(opacity=40);
	float: left;
	margin: 20px 5px 10px;
	opacity: .4;
	padding: 7px 10px;
}

.btn-navbar .icon-bar {
	background-color: #F5F5F5;
	border-radius: 1px 1px 1px 1px;
	box-shadow: none;
	display: block;
	height: 2px;
	width: 18px;
}

/* Expanded Nav Styling */

.expanded #container {
	transform: translate3d(50px, 0px, 0px) scale3d(1, 1, 1);
}

.expanded #nav li {
	width: 90%;
}

.expanded #nav li span {
	display: inline-block;
	height: auto;
	opacity: 1;
	overflow: visible;
	width: auto;
}

/*
.expanded #nav ul li.active:after {
    content: ">";
    display: block;
    margin-top: -21px;
    position: absolute;
    right: -3px;
    z-index: 2;
}
*/



/* General Styling */

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#container {
	backface-visibility: hidden;
	left: 0px;
	position: relative;
	transform: translate3d(0px, 0px, 0px);
	transition: transform 500ms ease 0s;
	width: 100%;
}

.section {
	background-attachment: scroll;
	background-position: center top;
	position: relative;
	padding: 120px 0 0;
}

::ng-deep .section h2 {
	display: inline-block;
	font-size: 58px;
	font-size: 5.8rem;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 72px;
}

.section h4 {
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 28px;
	margin: 0 0 20px;
	padding-bottom: 5px;
}

.section h5 {
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 24px;
	margin: 0 0 20px;
	padding-bottom: 5px;
}

.section .title hr {
	border-color: #151515;
	border-width: 1px 0 0;
	margin-top: 50px;
	width: 100%;
}

.section .title .alt hr {
	border-color: #F1F1F1;
}

.section .desc {
	margin-top: 20px;
}

.section .content {
	margin-top: 75px;
}

.container-fluid {
	margin: 0 auto;
	padding-right: 80px;
	padding-left: 80px;
}

.control-group .controls input,
.control-group .controls textarea {
	background: #F1F1F1;
	border-radius: 0px;
	min-height: 36px;
}

.control-group .controls input:focus,
.control-group .controls textarea:focus {
	border-color: rgba(144, 144, 144, 0.9);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(144, 144, 144, 0.9);
}

.alert,
.alert-error {
	border-radius: 0px;
}

.btn-default {
	background: none #F1F1F1;
	color: #151515;
	margin-top: 75px;
}

.btn-inverse {
	background: none #c0392b;
	color: #F1F1F1;
	margin-top: 25px;
}

.btn-default,
.btn-inverse {
	border: medium none;
	cursor: pointer;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 20px;
	padding: 8px 14px;
	text-align: left;
	text-transform: uppercase;
	width: 190px;
}

.btn-inverse span,
.btn-default span {
	font-weight: 700;
}

.btn-inverse.alt,
.btn-default.alt {
	text-align: right;
}

.btn-inverse i,
.btn-default i {
	float: right;
	line-height: 20px;
}

.btn-inverse.alt i,
.btn-default.alt i {
	float: left;
}

.read-more {
	cursor: pointer;
	font-weight: 500;
	margin-top: 20px;
	padding-right: 10px;
}

.table th,
.table td {
	border-top: 1px solid #151515;
	line-height: 20px;
	padding: 10px 2px;
	text-align: left;
	vertical-align: top;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
	background-color: rgba(60, 60, 60, 0.4);
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
	background-color: rgba(75, 75, 75, 0.4);
}

/* SPECIAL SECTIONS*/

/*Welcome*/
#welcome {
	background-attachment: scroll;
	background-position: center top;
	margin: 0 10px;
	position: relative;
	padding: 150px 0 170px;
	background: #fff;
	text-align: center;
	padding: 30px;
}

#welcome h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-weight: 300;
}

/* Testimonial */


#testimonial h2 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-weight: lighter;
	font-style: italic;
}

#testimonial p {
	color: #fff;
}


/* Home */

#home {
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-height: 80%;
}

#home .intro {
	margin: 130px 0;
	text-align: center
}

#home .thumb {
	display: none;
}

#home .intro h1 {
	color: #F1F1F1;
	font-size: 85px;
	font-size: 8.5rem;
	font-weight: 500;
	letter-spacing: -2px;
	line-height: 85px;
	margin-left: -5px;
	margin-top: 10px;
}

#home .intro h3 {
	color: #F1F1F1;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 100;
	line-height: 28px;
	margin: 0px;
	width: 80%;
	text-align: center
}

/* Summary */

#summary {
	/* background:#2a2a2a;
	color: #F1F1F1; */
	padding-bottom: 5%;
	padding-top: 5%;
}

/* Skills */

#skills,
#certifications {
	padding-bottom: 5%;
	padding-top: 5%;
	/* background: gray;
	color: #FFFFFF; */
	z-index: 200;
}

/* Experience */

#experience {
	background: #2a2a2a;
	color: #F1F1F1;
	padding-bottom: 5%;
	padding-top: 5%;
}

/* education */

#education {
	padding-bottom: 5%;
	padding-top: 5%;
}

/* Projects */

#projects {
	background: #2a2a2a;
	color: #F1F1F1;
	padding-bottom: 5%;
	padding-top: 5%;
}

/* testimonials */

#testimonials {
	background: #2a2a2a;
	color: #F1F1F1;
	padding-bottom: 5%;
	padding-top: 5%;
}

/* Recognition */

#recognition {
	background: #2a2a2a;
	color: #F1F1F1;
	padding-bottom: 5%;
	padding-top: 5%;
}

/* Contact */

#contact {
	padding-bottom: 5%;
	padding-top: 5%;
}

#contact h4.intro {
	border-bottom: 1px solid #F1F1F1;
	height: 35px;
	margin-bottom: 18px;
}

#contact .content {
	position: relative;
}

#contact .content .alt {
	margin-top: 20px;
}

#contact .content .alt h4 {
	line-height: 24px;
	margin: 0;
	padding-right: 20px;
}

#contact .content .alt h4,
#section6 .content .alt span {
	display: inline-block;
}

#contact .content .alt h5 {
	display: inline;
	line-height: 20px;
	margin: 0;
	padding-right: 10px;
}

#contact .content .span4 {
	padding-right: 25px;
}

#contact .btn-default {
	margin-top: 15px;
}

#contact #footer {
	margin: 200px 0 40px;
}

#contact #footer p {
	font-size: 14px;
	font-size: 1.4rem;
}

#map-section {
	bottom: 0;
	height: 250px;
	padding: 0;
	width: 100%;
	z-index: 0;
}

#map {
	display: block;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1350px;
	min-width: 100%;
	width: 100%;
}

/* Media Queries */


@media screen and (min-width: 1800px) {

	#section1 {
		padding: 300px 0 !important;
	}
}


@media screen and (max-width: 1320px) {

	#section1 {
		background-size: 1320px auto;
	}
}

@media screen and (min-width: 1200px) {


	#section1 {
		padding: 170px 0;
	}

	#section1 .intro h1 {
		font-size: 90px;
		font-size: 9.0rem;
		line-height: 100px;
		letter-spacing: -4px;
	}

	#section1 .intro h3 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 34px;
		width: 90%;
	}

	::ng-deep .section h2 {
		font-size: 67px;
		font-size: 6.7rem;
	}

	.container-fluid {
		width: 1024px;
	}
}


@media screen and (max-width: 1199px) {

	.section {
		margin: 0 5px;
		padding: 135px 0;
	}

	#section1 {
		background-size: 1200px auto;
	}

	#section1 .intro {
		margin: 100px 0;
	}

	#section1 .intro h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 24px;
	}

	.section .content {
		margin-top: 50px;
	}

	.container-fluid {
		padding-left: 105px;
		padding-right: 105px;
	}


}

@media screen and (max-width: 979px) {

	ng-deep .section h2 {
		font-size: 48px;
		font-size: 4.8rem;
		line-height: 58px;
	}

	.section .title hr {
		margin-top: 40px;
	}

	.section .desc .span8 {
		width: 100%;
	}

	#section1 .intro h1 {
		font-size: 70px;
		font-size: 7.0rem;
		line-height: 70px;
	}

	#section1 .intro h3 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 22px;
	}

	#contact .content .span4 {
		padding-right: 0px;
	}

	.container-fluid {
		padding-left: 75px;
		padding-right: 75px;
	}

}

@media screen and (min-width: 768px) and (max-width: 979px) {

	#section1 .intro h3 {
		width: 85%;
	}

	#section2 .content .expand {
		width: 48.6188%;
	}

	#section4 .content .expand {
		width: 100%;
	}

}


@media (max-width: 1260px) {

	body {
		padding: 0px;
	}

	.section {
		padding: 100px 0;
	}

	.section .content {
		margin-top: 0;
	}

	.section .content .pull-right {
		float: left;
	}

	.section h4 {
		margin-top: 30px;
	}

	.section .title hr {
		margin-left: 0px;
	}

	#section1 {
		background-size: 920px auto;
	}

	#section1 .intro {
		margin: 120px 0;
	}

	#section1 .intro h3 {
		width: 55%;
	}

	#section3 .content img {
		margin-top: 30px;
		padding: 1.5%;
	}

	#section3 .table th,
	#section3 .table td {
		font-size: 13px;
		font-size: 1.3rem;
	}

	#section3 .table {
		margin-top: 30px;
	}

	#contact .span8 {
		margin-top: 30px;
	}


}

@media screen and (min-width: 481px) and (max-width: 649px) {

	#section1 .intro h1 {
		font-size: 60px;
		font-size: 6rem;
		line-height: 60px;
	}

	#section1 .intro h3 {
		font-size: 20px;
		font-size: 2rem;
	}

}

@media screen and (min-width: 481px) {

	#home {
		/* background-image:url(../img/slider/background.jpg); */
	}

}


@media screen and (max-width: 480px) {

	.section {
		padding: 80px 0;
	}

	#section1 {
		background-size: 1024px auto;
		padding: 60px 0;
	}

	#section1 .intro {
		margin: 50px 0;
	}

	#section1 .intro h1 {
		font-size: 50px;
		font-size: 5rem;
		line-height: 50px;
	}

	#section1 .intro h3 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 24px;
		width: 100%;
	}

	#section1 .thumb {
		background: #95a5a6;
		display: block;
		margin-left: 3%;
		max-width: 80%;
		padding: 3%;
	}

	#section3 .table th,
	#section3 .table td {
		font-size: 11px;
		font-size: 1.1rem;
	}

	#section4 h4 {
		height: auto;
	}

	#welcome h2 {
		font-family: 'Open Sans', sans-serif;
		font-size: 28px;
		font-weight: 300;
	}

}