
/*------------------------------------------------------------------
[Layout]

* body
	+ Navigation / .navbar-custom
	+ Header / #section-one
		- Background overlay / .overlay-bg
			- Header intro / .intro
	+ Section Two / #section-two
		- My photo / .my-photo
		- Personal Information / .personal-info
	+ Section Three / #section-three
		- Section Heading / .section-head
		- Service Box wraper / .service-wrap
			- Skill / .skill
				- Skill Bar / .progressbar
		- Service Button / .srv-btn
	+ Section Four / #section-four
		- Section Heading / .section-head
		- About me / .about-me
			- Section four information / .section-four-info
				- Information about me / .info-about-me
			- Resume button / .resume-btn
	+ Section Five / #section-five
		- Section Heading / .section-head
		- Container for porfolio item / .product-container
			- Hover efect for product / .product-hover
		- Product Detail / .product-detail
			- Product modal trigger / .full-view
	+ Section Six / #section-six
		- Section Heading / .section-head
		- Testimonial / .testimonial
			- Owl Carousel / .owl-carousel
				- Items / .item
					- Rewiewer / .reviewer
					- Review / .review
	+ Section Seven / #section-seven
		- Section Heading / .section-head
		- Contact section heading / .contact-head
		- address / .address
		- Contact Form / .hire-me

-------------------------------------------------------------------*/

		/********************************
		          Default style
		********************************/

.intro{
		text-shadow: 2px 1px 2px #222222;
	}
body {
  overflow-x: hidden;
  font-family: 'PT Sans', sans-serif;
}
p {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	opacity: 0.9 !important;
}
a {
	font-family: 'PT Sans', sans-serif;
	font-weight: 300;
	color: #990066;
	text-decoration: none;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #990066 !important;
  outline: none;
}
h1,
h2,
h3,
h4,
h5 ,
h6 {
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
		/********************************
		           Special Default style
		********************************/
.section-head  {
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 800;
	margin-top: 80px;
	margin-bottom: 50px;
}
.align-sm-center {
	margin-top: 35px;
	text-align: center;
}

/* Common button style */
a.custom-btn {
	font-family: 'PT Sans', sans-serif;
	background: #990066;
	color: rgba(255, 255, 255, 1.0);
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;

}
a.custom-btn:hover, a.custom-btn:focus, a.custom-btn:active  {
	outline: none;
	color: rgba(255, 255, 255, 0.8);
	background: rgba(151,151,151,0.8);
	}

		/********************************
		  Navigation - Fixed Top Navbar
		********************************/
		
.navbar-custom {
	background: rgba(151,151,151, 0.9);
}

.navbar-custom .navbar-toggle {
  color: rgba(255, 255, 255, 0.7);
  font-size:30px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  color: rgba(255, 255, 255, 1);
}
.navbar-custom .navbar-nav {
	text-align: center;
	-moz-transition: margin-top 0.5s linear;
	-webkit-transition: margin-top 0.5s linear;
	-o-transition: margin-top 0.5s linear;
	transition: margin-top 0.5s linear;
}
.navbar-custom .navbar-nav li a {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: center;
	position: relative;
	color: rgba(255, 255, 255, 1);
	text-shadow:1px 1px 1px #222222;
	margin-bottom: 30px;
	display: block;
	padding: 0 0 5px 0;
}
.navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a:focus , .navbar-custom  .navbar-nav li a:active {
	background: none;
	outline: none;
}
.navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a:focus , .navbar-custom .navbar-nav li a:active {
	color: rgba(255, 255, 255, 1);
}
.navbar-custom .navbar-nav > .active > a {
	color: rgba(255, 255, 255, 1);
}

footer {

	background-color: rgba(151,151,151,0.9);
	text-align: 	right;
	color: 	rgba(	255,255,255);	
}

footer a{
	margin: 	1em;
	color: 	#FFFFFF;
	text-shadow: 2px 1px 2px #222222;	
}



/*** Navigation - Fixed Top Navbar end ***/

		/********************************
		    First section - header
		********************************/
header {
	background-image: url('../image/Manuel-Huppertz.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.overlay-bg{
	background-color: rgba(0, 0, 0, 0.0);
}
header .intro {
	margin-top: 30vh;
	margin-bottom: 35vh;
}
.intro h1 {
	text-transform: capitalize;
	color: white;
	font-weight: 900;
	font-size: 42px;
	opacity: 0.9;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 3px solid #990066;
}

.intro h2 {
	color: white;
	opacity: 0.8;
	text-transform: capitalize;
	margin-top: 20px;
	font-size: 2em;
}
/*** First section - header end ***/

		/********************************
		         Section Two
		********************************/
#section-two {
	background-color: #f1f1f1;
}

.my-photo img {
	margin: -110px auto 90px auto;
	-moz-box-shadow: 0px 11px 59px 0px rgba(0, 0, 0, 0.29);
	-webkit-box-shadow: 0px 11px 59px 0px rgba(0, 0, 0, 0.29);
	box-shadow: 0px 11px 59px 0px rgba(0, 0, 0, 0.29);
}

.personal-info h3 {
	font-family: 'PT Sans', sans-serif;
	opacity: 0.8;
	font-weight: 600;
    margin-top: -8px;
}
.personal-info p {
	margin-top: 25px;
}

/* Individual button style */
.personal-info a.hire-btn {
	padding: 12px 50px;
	margin-top: 30px;
	margin-bottom: 30px;
}
/*** Section two end ***/

		/********************************
		         section three
		********************************/

.margin-xsm {
     margin-top: 35px;
 }
.margin-sm {
    margin-top: 35px;
}
.service-wrap {
	min-width: 250px;
	margin: 0 3% 0 3%;
	max-width: 27%;	
	padding: 30px 40px 20px 40px;
	-moz-transition: transform 0.5s linear;
	-webkit-transition: transform 0.5s linear;
	-o-transition: transform 0.5s linear;
	transition: transform 0.5s linear;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
   flex-basis: auto;
}
.service-wrap span {
	font-size: 50px;
	margin-left: -8px;
	opacity: 0.7;
}
.service-wrap h3 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 600;
	opacity: 0.8;
	margin-top: 20px;
	margin-bottom: 20px;
}
.service-wrap p {
	opacity: 0.9;
}
.service-wrap .skills {
	padding-right: 40px;
    overflow-x: hidden;
}
/*.service-wrap:hover {
	-moz-box-shadow: 0px 34px 73px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 34px 73px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 34px 73px 0px rgba(0, 0, 0, 0.15);
	-ms-transform: scale3d(1.05, 1.05, 1.05);
	-moz-transform: scale3d(1.05, 1.05, 1.05);
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}*/

/* section three indivudal button*/
button.srv-btn {
	background: transparent;
	border: 3px solid rgba(0, 0, 0, 0.3);
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 16px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.4);
	padding: 12px 18px;
	margin-top: 40px;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
button.srv-btn:hover,  button.srv-btn:focus,  button.srv-btn:active {
	background: #477dc9;
	border-color: #477dc9;
	color: rgba(255, 255, 255, 0.8);
	outline: none;
}
/* section three indivudal button end*/
/*** Section three end ***/

		/********************************
		          section four
		********************************/
.promo-img {
	position: relative;
	z-index: 10;
}

.promo-img  img {
	margin: auto;
	-moz-box-shadow: 5px 20px 60px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 5px 20px 60px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 20px 60px rgba(0, 0, 0, 0.3);
}
.about-me {
	background: #f1f1f1;
	margin-top: -90px;
}
.about-me .section-four-info {
	margin-top: 150px;
}
.about-me .section-four-info .info-about-me h3 {
	font-family: 'PT Sans', sans-serif;
	opacity: 0.8;
	font-weight: 600;
}
.about-me .section-four-info .info-about-me p {
	margin-top: 25px;
}


 /* section four indivudal button */
.about-me a.resume-btn {
	padding: 12px 20px;
	margin-top: 10px;
	margin-bottom: 20px;;
}
/*** Section four end ***/

		/********************************
		          section five
		********************************/

.product-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: flex-start;
}

.product-container .product-sub-container {
	flex-grow:1;
	flex-basis: auto;
	max-width: 70vw;
	margin-bottom: 10vh;
	padding: 3vh;
}


/***
.product-1 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.product-3 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.product-4 {
	margin-bottom: 50px;
}
.product-5 {
	margin-top: 0px;
}

.product-container .product-hover img {
	width: 100%;
	max-width: 375px;
	margin: auto;
}
.product-container .product-hover-top img {
	width: 100%;
	max-width: 375px;
	margin: auto;
}
.product-container .product-detail, .product-container .product-detail-bottom {
	text-align: center;
}

.product-container .product-detail h4, .product-container .product-detail-bottom h4 {
	font-family: 'PT Sans', sans-serif;
	opacity: 0.7;
	font-weight: 700;
	font-size: 21px;
}
.product-container .product-detail p, .product-container .product-detail-bottom p {
	font-weight: 400;
	font-style: italic;
	letter-spacing: 1px;
	opacity: 0.9;
}
***/
/*** Section five end ***/

		/********************************
		      section six - slider
		********************************/
.testimonial {
	margin-top: 210px;
	margin-bottom: 0px;
	background: #f7f7f7;
}
.testimonial .owl-carousel {
	margin-top: -260px;
	margin-bottom: 0px;
}
.testimonial .owl-stage-outer {
	padding-top: 20px;
	margin: auto;
}
.testimonial .owl-item  img {
	max-width: 168px;
	margin: 30px auto 0 auto;
	-ms-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-webkit-transform: scale(0.6);
    transform: scale(0.6);
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
    transition: all .3s linear;
}
.owl-carousel .item .review {
	visibility: hidden;
}
.testimonial .item  .review:before {
	content: '';
    width: 3px;
    height: 80px;
    display: block;
	background: #990066;
    margin: -10px auto -40px auto;
}
.owl-carousel .item  .review p {
	font-style: italic;
	font-size: 15px;
	font-weight: 400;
	opacity: 0.7;
	margin-top: 50px;
	margin-bottom: 20px;
}
.owl-carousel .item  .review h3 {
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
	font-weight: 600;
	opacity: 0.8;
}
.testimonial .owl-item.center .review {
	visibility: visible;
	margin: 0 -90px 0 -90px;
	padding: 10px 80px 10px 80px;
}
.testimonial .owl-item.center img {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
    transform: scale(1);
}
/*** Section six - slider end ***/

		/********************************
		     section seven - contact
		********************************/
.contact-head h3 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 600;
	opacity: 0.8;
}
.contact-head p {
	opacity: 0.9;
	margin-top: 25px;
}
.address p {
	opacity: 0.9;
}
.address p:nth-child(2) {
	margin-top: 25px;
	margin-bottom: 25px;
}
.address p span {
	display: block;
	text-align: center;
	font-size: 25px;
	color: #990066;
	margin-bottom: 10px;
}
.hire-me {
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 50px;
}
.hire-me h3 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 30px;
	opacity: 0.8;
}
form input[type=text], input[type=email]{
	border-color: rgba(120,0,26, 0.7);
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0px;
	margin-bottom: 20px;
}
.hire-me textarea {
	margin-bottom: 30px;
	resize: none; 
	border-color: rgba(120,0,26, 0.7);
	border-color: rgba(120,0,26, 0.7);
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0px;
}
button[type=submit] {
	font-family: 'PT Sans', sans-serif;
	width: 100%;
	background: #990066;
	color: white;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
button[type=submit]:hover, button[type=submit]:focus, button[type=submit]:active {
	outline: none;
	color: white;
	background: #477dc9;
}
form input[type=text]:focus, input[type=email]:focus, .hire-me textarea:focus {
	box-shadow: none;
}
.alert-success {
	font-family: 'PT Sans', sans-serif;
	background: rgb(25, 98, 6) !important;
	color: white !important;
	border: 0 !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}
.alert-danger {
	font-family: 'PT Sans', sans-serif;
	background: rgb(221, 3, 38) !important;
	color: white !important;
	border: 0 !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}
:-ms-input-placeholder {
	font-family: 'PT Sans', sans-serif !important;
	color : rgba(0, 0, 0, 0.3) !important;
	font-size: 14px !important;
}
::-ms-input-placeholder {
	font-family: 'PT Sans', sans-serif;
	color : rgba(0, 0, 0, 0.3);
	font-size: 14px;
}
::-webkit-input-placeholder {
	font-family: 'PT Sans', sans-serif;
	color : rgba(0, 0, 0, 0.3);
	font-size: 14px;
}
::-moz-placeholder {
	font-family: 'PT Sans', sans-serif;
	color : rgba(0, 0, 0, 0.3);
	font-size: 14px;
}
::input-placeholder {
	font-family: 'PT Sans', sans-serif;
	color : rgba(0, 0, 0, 0.3);
	font-size: 14px;
}
/*** Section seven end ***/