body{
	background:#fff;
	font-family: 'Quicksand', sans-serif; !important;
	font-size:1.1em;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Quicksand', sans-serif;
}


/* --------- Nav Bar ----------*/
.cc_page_header{
	background:#f1f0ee url('../images/top_bg.png') no-repeat !important;
	background-size:100% auto !important;
	height: auto;
    width: 100%;
	color: #504f4f !important;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 76%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 76%, 0% 100%);
	padding-top:120px;
}

.cc_page_header h1{
	color:#871856;
	text-shadow: 3px 2px 2px #a4a4a3;
	font-style:italic;
	font-family: 'Quicksand', sans-serif;
	font-size:2.5em;
}

.cc_page_header p{
	font-weight:300;
}

.navbar-toggler-icon{
	background:url('../images/menu_icon.png') no-repeat !important;
}



/*---------- Top Menu ---------*/
.nav-link{
	font-family: 'Quicksand', sans-serif;
	transition: 0.3s ease !important;
	background: none;
	color: #504f4f;
	text-decoration: none;
	border-bottom: 4px solid rgba(255,255,255,0);
	padding: 0 5px !important;
	margin: 0 10px !important;
}
.nav-link:hover{
	border-bottom: 4px solid #871856;
	padding: 0 10px !important;
	color:#6d6c6c;
}
.nav-link:focus{
	border-bottom: 4px solid #871856;
	padding: 0 10px !important;
	color:#6d6c6c;
}

.fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
  -webkit-box-shadow: -1px 3px 5px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 3px 5px -3px rgba(0,0,0,0.75);
	box-shadow: -1px 3px 5px -3px rgba(0,0,0,0.75);
}


/*------------------ Page Sections ---------------*/
section{
	padding:30px 0;
}
.cc_intro_wrapper{
	padding-bottom:40px;
}
.cc_intro_wrapper p{
	text-align:left;
}

#myStory{
	background:#fff;
}
.cc-about-wrapper{
	width:100% !important;
	height:auto;
}

.cc_about{
	padding-right:70px;
	color:#504f4f;
	padding-bottom:30px !important;
}
.cc_about h2{
	color:#504f4f;
}
.cc_about h2:first-letter{
	border-bottom:4px solid #871856;
}

.cc_about_skills-title:first-letter{
	border-bottom:4px solid #871856;
}

.cc-about-contact-btn{
	border:2px solid #f575c3;
	background:none;
	color:#f575c3;
	font-size:1em;
	padding:5px;
}
.cc-about-contact-btn:hover{
	color:#fdd0ec;
	text-decoration:none;
	border:2px solid #fdd0ec;
}

.cc-approach-wrapper{
	border-top:1px dashed #b1b1b1;
	background:#f6f6f6;
	margin-top:20px;
	text-align:center;
	padding-top:20px;
	padding-bottom:80px;
}

.cc-approach-wrapper h2{
	margin-bottom:15px;
}

.cc-approach-wrapper h2:first-letter{
	border-bottom:4px solid #871856;
}

.cc-approach-footer{
	background:url('../images/arrow_bg.png');
	height:13px;
}

.cc-work-method{
	margin-top:35px;
	padding-left:40px;
	padding-right:40px;
	border-right:1px dashed #b1b1b1;
}
.cc-work-method:last-child{
	border-right:none;
}

.cc-work-method p{
	font-size:0.9em;
	text-align:left;
}
.cc-work-method h5{
	color:#871856;
}

.cc-work-method ul{
	margin:0;
	padding:0;
}
.cc-work-method ul li{
	font-size:0.85em;
	list-style:none;
	width:200px;
	text-align:left;
	display:inline-block !important;
}
.cc-work-method ul li img{
	padding-bottom:10px;
	/*padding-right:5px;*/
}

.cc-work-method-row{
	border-bottom:1px dashed #b1b1b1;
	padding-bottom:30px;
}

.cc-work_method-column{
	padding-left:40px;
	padding-right:40px;
}

.cc-iterative-approach-lead{
	margin-top:40px;
}

.cc-iterative-approach-diagram{
	margin-top:40px;
	width:100%;
	height:auto;
	text-align:center;
}

.quote{
	font-style:italic;
	margin:0;
	padding:0;
}
.quote_author{
	font-style:normal;
	text-align:center;
	margin:0;
	padding:0;
}

.cc-work-wrapper{
	background:#f6f6f6;
	margin-top:20px;
	text-align:center;
	padding-top:20px;
	padding-bottom:80px;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 87%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 87%);
}

.cc-work-wrapper h2{
	color:#504f4f;
}
.cc-work-wrapper h2:first-letter{
	border-bottom:4px solid #871856;
}

/*----------------- others ----------------------*/
.align_left{
	text-align:left;
}
.text_purple{
	color:#871856;
}
.text_purple_role{
	color:#871856;
	font-weight:500;
}
.lead{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	text-align:center !important;
}
.text_quicksans_purple{
	color:#871856;
	font-family: 'Quicksand', sans-serif;
	font-weight:500;
}
.important_note_paragraph{
	width:auto;
	display:inline-block;
	background:url('../images/important_note_image.png') no-repeat;
	background-position:right 20px;
	height:70px;
	margin:0 auto;
	font-weight:300;
}
.find_more-wrapper{
	margin-top:30px;
	margin-bottom:40px;
}
.find_more-wrapper a{
	text-decoration:none;
	color:#504f4f ;
}
.find_more-wrapper a:hover{
	text-decoration:none;
	color:#504f4f ;
	opacity:0.8;
}
.find_more{
	background:url('../images/find_more_underline.png') no-repeat;
	background-position: right bottom;
	width:auto;
	display:inline-block;
	margin:0 auto;
	font-family: 'Quicksand', sans-serif;
	font-style:italic;
}


#myWork{
	width:100%;
	height:auto;
	
}


#myContacts{
	width:100%;
	height:auto;
	background:#343a40;
	-webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
	color:#fff;
	padding-top:100px !important;
}
.cc_contacts-photo{
	background:gray;
}

.cc_contacts{
	color:#fff;
	text-align:center !important;
}
.cc_contacts a{
	color:#fff;
	text-decoration:underline;
}
.cc_contacts a:hover{
	color:#f3a4d4;
	text-decoration:underline;
}
.cc_contacts p{
	color:#ccc;
	margin-bottom:0;
}

.cc_contacts_photo {
	width:160px;
	height:160px;
	border-radius: 50%;
	background:gray;
	margin:0 auto;
}

.cc_contacts_bottom{
	color:#f3a4d4;
	margin-top:30px;
}

.cc_footer{
	border-top:1px dashed #5b6670;
	background:#343a40;
	padding-top:20px !important;
}



/*--------------------------- Chart --------------------------------*/
.container_skills{
	margin-top:20px;
	padding:0;
}

.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#eee;
	height:30px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
	margin-top:15px;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
width:140px;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	background:#6adcfa;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 10px;
	height:30px;
	line-height:30px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:30px;
	width:0px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
	color:rgba(0, 0, 0, 0.4);
}

.skillbar_bg{
	background:#f575c3;
}


/*------------------------------------------------*/
/*-------------- Works tiles ---------------------*/

.cc_row_tiles{
	margin-top:30px;
	padding-bottom:20px;
}
.cc_row_tiles ul{
	margin:0;
	padding:0;
}
.cc_row_tiles ul li{
	list-style:none;
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}
/*.cc_row_tiles ul li:first-child, .cc_row_tiles ul li:last-child{
	margin-left:0px;
	margin-right:0px;
}*/


/*------------------------------------------------------*/
/*-------------------- Fade In on scroll ---------------*/
.hideme
{
    opacity:0;
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fade-in.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}


/*------------------------------------------------------*/
/*-------------------- Works ---------------*/

.cc_works_header{
	background:#f1f0ee !important;
	background-size:100% auto !important;
	height: auto;
    width: 100%;
	color: #504f4f !important;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 87%);
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 87%);
	padding-top:90px;
}

.cc_works_header h5{
	border-top:2px solid #871856;
	margin:0 auto;
	padding-bottom:20px;
}

.project_intro_details{
	text-align:left;
}
.project_intro_text{
	text-align:left
}
.project_intro_notes{
	font-size:0.9em;
}

#project_flow{
	background:#f6f6f6;
	border-top:1px dashed #b1b1b1;
	border-bottom:1px dashed #b1b1b1;
	padding-bottom:0;
	padding-top:0;
}

#project_sketches, #project_mockups{
	text-align:center;
	background: rgb(251,227,241);
	padding-bottom:50px;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 87%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 87%);
}

#project_images img, #project_sketches img, #project_mockups img{
	padding-bottom:10px;
}

#project_mockups{
	background:#fff;
	text-align:center;
}

#project_mockups img{
	padding-bottom:30px;
}

#project_images{
	background-size:100% auto !important;
	height:auto;
	text-align:center;
	background: rgb(251,227,241);
	padding-bottom:80px;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 87%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 87%);
}

.project_mockups_text{
}

.Skills_pillow_boxes{
	margin:0;
	padding:0;
}

.Skills_pillow_boxes li{
	border:1px solid #908e8e;
	border-radius:5px;
	padding:3px 7px 3px 7px;
	font-size:0.9em;
	list-style:none;
	display:inline-block;
	color:#908e8e;
	margin-top:10px;
}

.cc-works-process{
	text-align:center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height:770px;
	padding:0px 0px !important;
}
.cc-works-process h2:first-letter{
	border-bottom:4px solid #871856;
}
.cc-works-process img{
	margin-top:15px;
}

.cc_work_stretford{
	background:url('../images/works/stretfordend_04.png') no-repeat center center fixed;
}
.cc_work_salfordRoyal{
	background:url('../images/works/srh_03.png') no-repeat center center fixed;
}
.cc_work_synax{
	background:url('../images/works/synax_03.png') no-repeat left top fixed;
}
.cc_work_llyn_app{
	background:url('../images/works/WLL_app03.png') no-repeat left top fixed;
}
.cc_work_thc_website{
	background:url('../images/works/THC_website_02.png') no-repeat center center fixed;
}
.cc_work_thc_website_sketches{
	background:url('../images/works/THC_website_05.png') no-repeat center center fixed;
}

.cc_work_thc_dashboard_sketches{
	background:url('../images/works/THC_dashboard_03.png') no-repeat left top fixed;
}
.cc_work_zobi{
	background:url('../images/works/Zobi_03.png') no-repeat center top fixed;
}
.cc_work_hammock_webapp{
	background:url('../images/works/Hammock_webapp_02.png') no-repeat center center fixed;
}

/*-------------------- Works grid ---------------*/

.project_text{
	text-align:left;
}

.project_text h4{
	color:#504f4f;
	margin-bottom:25px;
}
.project_text h4:first-letter{
	border-bottom:4px solid #871856;
}

.project_text h5{
	font-size:1em;
	margin-top:25px;
	font-weight:bold;
}

#project_section2{
	background:#fff;
	text-align:center;
	padding-bottom:70px;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 87%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 87%);
}

#project_section3{
	background:#f6f6f6;
	text-align:center;
	padding-bottom:30px;
	padding-top:30px;
}
.project_section3-footer{
	background:url('../images/arrow_bg.png');
	height:13px;
}

#project_section4{
	background:#fff;
}

#project_section5{
	background:#fff;
	border-top:1px dashed gray;
}

.image-center{
	display: block;
  margin-left: auto;
  margin-right: auto;
}

#project_design_process{
	background:#FAE3F0;
}


.view_all_projects_wrapper{
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
}


@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}