﻿/*!
 * Dora Onepage Personal Portfolio Template
 * © scrils
*/
/* ========TABLE OF CONTENTS========== 
01. NAVIGATION MENU
02. SECTION INTRO
03. SECTION ABOUT
04. SECTION PORTFOLIO (WORKS)
05. SECTION RESUME
06. SECTION BLOG
07. SECTION CONTACT
08. SECTION SERVICES
09. MEDIA QUERIES FOR RESPONSIVE DESIGN

/* === 01. NAVIGATION MENU */

/*PAGE LOADER*/

html{
	position: relative;
	background-color: #fff;
}

body{
	background: transparent;
	position: relative;
	background-color: #fff;
}

a {
  color: #111;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #FF1493;
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}

.p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	padding: 20px 0;
	font-weight: 400;
	letter-spacing: 1px;
	color:#111;
}

/* Menu Button */
.menu-button {
	position: fixed;
	top: 15px;
	left: 40px;
	z-index: 500;
	padding: 0;
	width: 50px;
	height: 50px;
	font-size: 35px;
	border: 0;
  	outline: 0;
	color: #111;
	background: transparent;
}

/*--------------------------------------------------
	01. Navigation menu
---------------------------------------------------*/

#headerBar {
	z-index: 400;
  	width: 100%;
  	height: auto;
  	min-height: 80px;
  	-webkit-transition: 0.2s cubic-bezier(.58,.83,.57,.84); 
  	-moz-transition: 0.2s cubic-bezier(.58,.83,.57,.84); 
  	transition: 0.2s cubic-bezier(.58,.83,.57,.84); 
  	position: fixed;
  	top: 0px;
  	background: #fff;
  	box-shadow: 0px 7px 16px 0px rgba(50, 50, 50, 0.1);
  	border-bottom: 3px solid;
    border-bottom-color: #FF1493;
}
#headerBar .container {
	padding: 0;
}
.headerLeft {
	text-align: left;
	line-height: 80px;
	padding: 0;
}
.headerRight {
	text-align: left;
	padding: 0;
}
.navbar-collapse {padding-left: 0px;}
.navbar {margin-bottom: 0;-webkit-padding-start: 0px;}
.navbar li{display: inline-block;margin: 0 9px;}
.navbar li a{
  	font-weight: 400;
  	font-size: 12px;
  	line-height: 80px;
  	letter-spacing: 1px;
  	text-decoration: none;
  	z-index: 600;
  	padding: 4px 0;
  	-webkit-transition: 0.3s;
  	-moz-transition: 0.3s;
  	transition: 0.3s;
  	font-family: "Josefin Sans", sans-serif;
  	text-transform: uppercase;
  	color: #111;
}
.navbar li.active a {
	color: #FF1493;
	border-bottom: 2px solid #FF1493;
}
.navbar-toggle {
	font-size: 30px;
	cursor: pointer;
}
/*--------------------------------------------------
	02. section Intro
---------------------------------------------------*/

/*.img {
	border:none;
	display: inline-table;
}*/

#sectionIntro {
  	width: 100%;
  	min-height: 670px;
	background-size: cover; 
  	background-image: url(../images/start.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center !important;
}

.textIntro {
	margin-right: auto;
	margin-top: 14%;
	text-align: center;
	background-color: #fff;
	padding:10px;
}

.hi h1 {
	letter-spacing: 0.05em;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2em;
	color: #111;
	font-family: "Josefin Sans", sans-serif;
	text-transform: uppercase;
}

.textIntro h4{
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #FF1493;
	padding-bottom: 10px;
}

.textIntro p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	padding: 20px 0;
	max-width: 600px;
	font-weight: 400;
	letter-spacing: 1px;
	color:#888 !important;
}


/*--------------------------------------------------
	03. section About
---------------------------------------------------*/

#sectionAbout{
	background-color: #fff;
	padding-bottom: 100px;
}

.sectionTitle{
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
.LessPaddingTitle{
	padding-bottom: 70px !important;
}
.sectionTitle h1{
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color:#111;
	font-weight: 700;
	margin: 25px 0;
	font-size: 36px;
	word-break: break-all;
	padding: 8pt;
}
.whiteTitle{
	color: #fff !important;
}
.sectionTitle h6{
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color:#FF1493;
	font-size: 24px;
	font-weight: 400;
}

.story{
	color: #111;
	text-align: left;
	background-color: #f9f7f8;
}

.storyText{
	padding: 25px;
}

.storyText h4{
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 40px;
}

.storyText h6{
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color:#FF1493;
	letter-spacing: 0.08em;
	font-weight: 400;
}

.storyText p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 5px;
	margin-bottom: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	color:#333;
}

/*.about img{
	text-align: center;
	margin-left: -20px !important;
}*/

.quote{
	background-color: #e4ebf1;
	padding: 20px 55px;
	padding-top: 30px;
}

.quote h4{
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 25px;
	color:#fff;
}

.quote p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color:#111;
}

.quote h5{
	font-family: "Roboto", sans-serif;
	text-align: right;
	font-weight: 700;
	letter-spacing: 0.08em;
	color:#fff;
	font-size: 30px;
	margin-top: 10px;
}


/*--------------------------------------------------
	04. section Portfolio
---------------------------------------------------*/

#sectionPortfolio{
	padding-bottom: 100px;
	background-color: #f9f7f8;
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 20px;
}

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

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 33%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 700;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);  
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
}

/* The Close Button */
.close {
  color: #FF1493;
  position: relative;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 800;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #FF1493;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: left;
  color: #333;
}

.caption {
  padding: 25px;
  background-color: #fff;  
}

.caption h4 {
	font-size: 20px;
	font-weight: 400;
	color:#333;
	font-family: "Roboto", sans-serif;
	letter-spacing: 1px;
}
.caption p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 1.6em;
	max-width: 800px;
	font-weight: 400;
	letter-spacing: 1px;
	color:#333;
}

.mGrid img{
	width: 100%;
	height: 100%;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;

}

.item-padding{
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 5px;
}
.item-padding-top{
	padding-top: 40px;
}

.grid-item {
	order: <integer>
}

.grid-item a {
	display: block;
	position: relative;
	overflow: hidden;
}

.item-two { width: 16%; }
.item-five { 
	width: 33%;
}
.item-three { width: 32%; }
.item-four { width: 29%; }

.itemHover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(255,255,255,0.95);
	opacity: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;

}
.grid-item a:hover .itemHover {
	opacity: 1; 
}
.grid-item a:hover img {
	-webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}
.itemHover h4 {
	letter-spacing: 1px;
	font-size: 20px;
  	color: #404040;
  	display: inline-block;
  	margin: 0 auto;
  	max-width: 90%;
  	padding: 12px;
  	position: absolute;
  	font-weight: 700;
  	bottom: 5px;
  	text-transform: uppercase;
  	font-family: "Roboto", sans-serif;
}
.itemHover h6{
	letter-spacing: 1px;
	font-size: 25px;
  	color: #FF1493 ;
  	display: inline-block;
  	margin: 0 auto;
  	max-width: 90%;
  	padding: 12px;
  	position: absolute;
  	font-weight: 400;
  	bottom:35px;
  	font-family: "Roboto", sans-serif;
}

.contactForm {margin: 0 0 50px 0;}
.contactForm h1 {
  	letter-spacing: 5px;
  	font-size: 15px;
  	font-weight: 700;
  	text-transform: uppercase;
  	text-align: center;
  	padding-bottom: 30px;
}


/*--------------------------------------------------
	05. section Resume
---------------------------------------------------*/

#sectionResume{
	background-color: #e4ebf1;
	padding-bottom: 100px;
}

.resumeList {
	-webkit-padding-start: 0px;
	-moz-padding-start:0px;
}
.resumeList li.resTitle{
	background-color: #FF1493;
	color:#fff;
}
.resumeList li {
	list-style: none;
	background:#ffffff;
	padding: 20px 20px 10px 20px;
	margin: 0 0 30px 0;
}
.resumeList h4 {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0.08em;
	font-weight: 700;
	margin-bottom: 15px;
	font-family: "Roboto", sans-serif;
}
.resumeList h5 {
	font-size: 14px;
	letter-spacing: 0.08em;
	font-weight: 700;
	margin-bottom: 5px;
	font-family: "Roboto", sans-serif;
	color:333;
}
.resumeList span {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FF1493;
	font-weight: 700;
}
.resumeList p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 0.08em;
	color:333;
}

.resumeIcon {
	float: left;
	width: 50px;
	padding: 8px 11px;
	position: relative;
}

.resumeContent {
	padding-left: 65px;
}

/*--------------------------------------------------
	06. section Blog
---------------------------------------------------*/

#sectionBlog {
	position: relative;
  	background-color: #f9f7f8;
  	z-index: 200;
  	padding-bottom: 100px;
}
.blog-item {
	margin-left: 10px;
	margin-bottom: 50px;
	padding: 25px;
	text-align: left;
	margin-top: 10px;
	background-color: #fff;
	min-height: 50em;
}
.blog-padding{
	padding: 32px 25px !important;
}
.item-margin{
	margin-right: 3.3%;
}
.blog-item p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 0.08em;
	color:#333;
}
.blog-item img{
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
}
.blog-item h3 {
	font-family: "Roboto", sans-serif;
	color:#FF1493;
	font-weight: bold !important;
	font-size: 16px;
	margin-bottom: 15px;
	letter-spacing: 0.08em;
	line-height: 1.6em;
}
.blog-item h6{
	padding-top:10px;
	border-top: 1px solid #c3d7d8;
	text-align: left;
	color: #FF1493;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.04em;
	font-size: 12px;
	font-weight: 400;
}
span.separator{
	margin: 0px 10px;
}
.blog-item h6 a{
	color: #FF1493;
}
.blog-item a:focus, .blog-item a:hover{text-decoration: none;}
.blog-item b a {
	font-size: 12px;
	letter-spacing: 1px;
	color: #111;
	font-weight: 400 !important;
}
.blog-item:hover img {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;

}
/*--------------------------------------------------
	07. section Contact
---------------------------------------------------*/

/* ====GENERAL FORM STYLES==== */

#sectionContact{
	margin-bottom: 0px;
	padding-bottom: 100px;
	background-color: #e4ebf1;
  	z-index: 200;
}
input, textarea, select {
	background:#fff;
	vertical-align: top;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	margin: 0;
	padding: 20px;
	width: 100%;
	height: 100%;
	border: 0;
	border-bottom:0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color:#333;
    font-family: "Roboto", sans-serif;
}

textarea{
	min-height: 150px;
}

input:focus, textarea:focus, select:focus {
	outline: none;
	position: relative;
	z-index: 5;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

input.submit {
	width: auto;
	cursor: pointer;
	position: relative;
    background: #111;
    color: #fff;
    border:none;
    padding: 15px 50px;
    margin: 20px 0;
    margin-left: 15px;
    transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	text-decoration: none;
	font-size: 12px;
  	font-weight: 400;
  	text-transform: uppercase;
  	letter-spacing: 0.08em;
  	font-family: "Roboto", sans-serif;
}
input.submit:hover{
	background: #FF1493;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #888;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #888;
}
#contactform input[type="submit"][disabled] { background:#777; cursor: default; }
#contactform div {margin: 20px 0;}
.contactForm fieldset { padding:0;border:0; }
.contactForm label {
	font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/* ====MESSAGE FOR SUCCES==== */

#message { 
	margin: 1em 0; 
	padding: 0; 
	display: block; 
	background: transparent none; 
}
#message h1 {
  	letter-spacing: 1px;
 	font-size: 20px;
  	font-weight: 400;
	text-transform: uppercase;
}

#message p {
  	font-size: 16px;
  	font-weight: 400;
  	text-align: left;
  	font-style: italic;
}

/* ====MESSAGE FOR ERROR==== */
.errorMessage { 
  	display: block;
  	font-size: 14px;
    padding: 20px 0 0 0;
}

ul.errorMessages { padding: 10px 0 0 0; }
ul.errorMessages li { 
  	font-size: 16px;
  	font-weight: 400;
  	text-align: left;
  	color: #000000;
  	list-style: none;
  	line-height: 25px;
}


/*--------------------------------------------------
	08. section Services
---------------------------------------------------*/
#sectionServices{
	padding-bottom: 100px;
	background-color: #f9f7f8;
	position: relative;
}
.servicesRow .col-md-6{
	margin-bottom: 30px;
}
.servicesBox {
	background: #f9f7f8;
	padding: 30px 40px;
	padding-bottom: 20px;
}
.servicesBox:hover .servicesIcon{
	color:#f9f7f8; 
}
.servicesContent {
	padding: 10px 5px 5px 0px;
}
.servicesContent h4 {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.08em;
	font-weight: 700;
	margin-bottom: 20px;
}
.servicesContent h6{
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	letter-spacing: 1px;
	margin: 15px 0px;
	margin-bottom: 25px;
	color: #FF1493;
	font-weight: 700;
}
.servicesContent p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	color:888;
}
.servicesIcon {
	font-size: 30px;
	width: 50px;
	height: 50px;
	background: #FF1493;
	padding: 8px 11px;
	padding-top: 10px;
	padding-right: 16px;
	border-radius: 50%;
	color:#fff;
	margin-bottom: 10px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}



/* ====FOOTER=== */

.pFooter {
	background: #fff;
	position: relative;
	padding: 50px 0 30px 0;
}
.fCopy {
	text-align: center;
	/*padding-left: 35px !important;*/
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: "Roboto", sans-serif;
	padding: 30px 0px;
}
.fCopy span{
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: 0.08em;
	color:#111;
}
.fCopy p{
	font-family: "Roboto", sans-serif;
	font-size: 25px;
	color:#FF1493;
	letter-spacing: 1px;
	font-weight: 700;
	margin-top: 10px;
}
.fScroll {
	text-align: center;
	padding: 25px 0px;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.08em;
	font-weight: 700;
}
.fScroll a{
	color:#111;
}
.fScroll a:hover, .fScroll a:focus{
	text-decoration: none;
}
.fIcons {
	text-align: center;
	/*padding-right: 35px !important;*/
	font-size: 25px;
	padding: 22px 0px;
}
.fIcons span {
	margin: 0 3px;
	color:#111;
}
.fIcons a:hover, .fIcons a:focus{
	text-decoration: none;
}


/*--------------------------------------------------
	09. Responsive
---------------------------------------------------*/

@media (max-width: 770px) {
.item-five { width: 50%; }
.item-three { width: 50%; }
.item-four { width: 45%; }

body{
	margin: 0px;
}

#headerBar {
	width: 100%;
	position: relative;
}

.textIntro{
	margin-top: 25%;
}

.hi h1{
	font-size: 35px;
	letter-spacing: 7px;
}
.resumeList li.resTitle{
	margin-top: 50px;
}
.navbar li{
	margin: 0px 5px;
}
.profileText img{
	width: 150px;
	height: 150px;
	margin-top: 90px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#sectionIntro {
	max-height:600px;
}
.footerRight ul li {
	text-align: center;
	margin:0px 0px 0px 10px;
}
.footerLeft{
	padding: 20px 0px;
}

}

@media (max-width: 480px){
body{
	margin: 0;
}
.item-five { width: 100%; }
.item-three { width: 100%; }
.item-four { width: 100%; }

.column {
  width: 100%;
}

.menu-wrap{
	width: 140px;
}

#headerBar {
	width: 100%;
}

.navbar li {
	display: block;
}
.navbar li a {
	line-height: 40px;
}
.profileText img{
	width: 200px;
	height: 200px;
	margin-top: 40px;
}
.textIntro{
	margin-top: 20%;
	padding: 25px;
}
.blog-item{
	margin-left: 0%;
}
.hi{
	text-align: center;
}
.hi h1{
	font-size: 28px;
}

.textIntro h4{
	font-size: 20px;
}

.sectionTitle h1 {
    font-size: 28px;
}

.sectionTitle h6 {
    font-size: 20px;
}
.menu-wrap{
	left: 10px;
}

.footerRight{
	text-align: center;
}

.footerLeft{
	text-align: center;
	line-height: 30px;
}



