@charset "utf-8";

html {
    position: relative;
    min-height: 100%;
}

/* Body */

body {
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	background-color: #FFFFFF;
	margin: 0 0 155px; /* bottom = footer height */
}

/* Container */

.container {
	width: 80%;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding-bottom: 80px;
}

/* Header */

header {
	width: 100%;
	height: 120px;
	background-color: #FFF;
	padding-top: 45px;
	position: relative;
}
.nav {
	margin-top: 25px;
}
.underline {
	color: #000000;
	font-weight: 400;
	font-family: 'Suranna', serif;
	letter-spacing: 1.5px;
	font-size: 30px;
	border-bottom: 1px solid #000;
	margin-right: 50px;
	display: inline-block;
	float: left;
	line-height: 1.5;
	  text-shadow:
    2px 2px white,
    2px -2px white,
    -2px 2px white,
    -2px -2px white;
}
.underline:hover {
	color: #FF7F8C;
	border-bottom: 2px solid #FF7F8C;
}
.links {
	display: inline-block;
	float: left;
	margin-top: 16px;
}
.links a {
	color: #000;
	font-size: 24px;
	text-decoration: none;
	padding-right: 27px;
	font-weight: 400;
	font-family: 'Suranna', serif;
}
.links a:hover {
	color: #FF7F8C;
	text-decoration: underline;
}
.contact-btn {
	border: 2px solid #FF7F8C;
	background: none;
	font-family: 'Suranna', serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	padding: 7px 20px 9px;
	border-radius: 40px;
	display: inline-block;
	overflow: hidden;
  	position: relative;
	cursor: pointer;
}
.contact-btn:hover{
	background: #FF7F8C;
	-webkit-transition: background-color 0.4s;
  	-moz-transition: background-color 0.4s;
  	transition: background-color 0.4s;
}
.contact-btn:hover:after,
.contact-btn:active:after {
	-webkit-transition: background-color 0.4s;
  	-moz-transition: background-color 0.4s;
  	transition: background-color 0.4s;
}
.social {
	margin-top: 55px;
}
.social-icon {
	float: right;
	padding-left: 27px;
}
.social a {
	color: #000;
}
.social a:hover {
	color: #FF7F8C;
}
/*.social a:visited {
	color: #FF7F8C;
}*/

/* Home Intro */

.home-intro {
	padding: 40px 0 50px;
}
.home-intro h2 {
	font-weight: 400;
	font-size: 50px;
	line-height: 68px;
	letter-spacing: -2px;
	font-family: 'Karla', sans-serif;
	color: #333;
}

/* Gallery */

.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 25px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #FFF;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
}
.image-box {
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 8px;
}
.image{
	width: 100%;
  	display: block;
  	-moz-transition: all 0.4s;
  	-webkit-transition: all 0.4s;
  	transition: all 0.4s;
}
.image:hover {
 	 -moz-transform: scale(1.05);
  	-webkit-transform: scale(1.05);
  	transform: scale(1.05);
}
h3 {
	font-weight: 400;
	font-size: 24px;
	margin: 5px;
	font-family: 'Suranna', serif;
}
h3 a {
	font-weight: 400;
	font-size: 24px;
	margin: 5px;
	font-family: 'Suranna', serif;
	text-decoration: none;
	color: #000;
}
h3 a:hover {
	text-decoration: underline;
	color: #FF7F8C;
}
.tag {
	font-size: 14px;
	color: #757575;
	line-height: 1.3;
}
.divider {
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    background-color: #888;
	margin: 10px auto 23px;
}

/* Project */

.project {
	width: 99%;
}
.hero {
	padding-top: 30px;
	text-align: center;
}
.hero img {
	width: 100%;
}
h2 {
	font-weight: 400;
	font-size: 50px;
	margin: 0 5px 5px;
	letter-spacing: 2px;
	font-family: 'Suranna', serif;
}
.tag-project {
	font-size: 14px;
	color: #757575;
	line-height: 1.3;
	padding-top: 25px;
	margin-bottom: 0;
}
.project-content {
	padding-top: 60px;
	display: flex;
	justify-content: center;
}
.main {
	order: 1;
	width: 55%;
	margin-right: 100px;
}
.intro {
	font-family: 'Suranna', serif;
	font-size: 32px;
	color: #000;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-top: 0;
	padding-bottom: 30px;
}
.sidebar {
	order: 2;
	width: 10%;
}
.side-heading-top {
	font-size: 14px;
	color: #757575;
	font-weight: bold;
	padding-top: 0;
}
.side-heading {
	font-size: 14px;
	color: #757575;
	font-weight: bold;
	padding-top: 25px;
}
.side-text {
	font-size: 14px;
	color: #000;
	line-height: 1.5;
}
.side-text a {
	text-decoration: underline;
	color: #000;
}
.detail {
	font-size: 18px;
	line-height: 1.6;
	padding-bottom: 10px;
}
.detail span {
	display: inline-block;
	padding-bottom: 10px;
	font-weight: bold;
}
.project-img img {
	width: 100%;
	padding-top: 55px;
	padding-bottom: 65px;
}
.project-img-2 img {
	width: 100%;
	padding-top: 55px;
}
.project-img-3 img {
	width: 100%;
	padding-top: 20px;
}
.project-img-4 img {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 65px;
}
.img-caption {
	font-size: 14px;
	line-height: 20px;
	color: #757575;
	font-weight: bold;
	padding: 0 0 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 100px;
}
.img-caption-2 {
	font-size: 14px;
	line-height: 20px;
	color: #757575;
	font-weight: bold;
	padding: 0 0 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 85px;
}
.img-caption-3 {
	font-size: 14px;
	line-height: 20px;
	color: #757575;
	font-weight: bold;
	padding: 0 0 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}
.in-page-quote {
	border-left: 3px #FF7F8C solid;
	font-family: 'Suranna', serif;
	font-size: 32px;
	color: #000;
	line-height: 1.3;
	letter-spacing: 1px;
	padding-left: 20px;
	margin-top: 40px;
}
.author {
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	color: #757575;
	letter-spacing: 0;
}

/* About Me */

.about {
	padding-top: 30px;
	display: flex;
	justify-content: center;
	width: 99%;
}
.about-img {
	order: 1;
}
.description {
	padding-left: 100px;
	order: 2;
}
.quote-text {
	font-family: 'Suranna', serif;
	font-size: 32px;
	color: #000;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 0 0 20px;
}
.body-text {
	font-size: 18px;
	line-height: 1.6;
	padding-bottom: 10px;
}
.description .tag {
	padding-bottom: 40px;
}
.body-text a {
	text-decoration: underline;
	color: #000;
}

/* Footer */

.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 45px 50px;
}
.footer-distributed .footer-left p{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

/* Footer links */
.footer-content {
	width: 80%;
	margin: 0 auto;
}
.footer-distributed p.footer-links{
	font-size:18px;
	font-weight: 400;
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}
.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
	padding-right: 10px;
}
.footer-distributed p.footer-links a:hover{
	text-decoration: underline;
}
.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	max-width: 220px;
}
.footer-distributed .footer-right a{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;

	margin-left: 3px;
}
.footer-distributed .footer-right a:hover{
	text-decoration: none;
	color: #FF7F8C;
}

footer{
	position: absolute;
	bottom: 0;
}

/* Responsive media queries */

/* Footer */
@media (max-height:800px){
	footer { position: static; }
	header { padding-top:40px; }
}

@media (max-width: 600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
}

/* Small Desktops */
@media (min-width: 961px) and (max-width: 1096px) {
.thumbnail {
	width: 48%;
}
.container {
	padding-bottom: 80px;
}
.project-content {
	flex-direction: column-reverse;
	padding-top: 50px;
}
.main {
	width: 100%;
	margin-right: 0;
}
.sidebar {
	width: 100%;
	display: flex;
	padding-bottom:  53px;
	justify-content: space-between;
}
.side-section {
	padding-right: 60px;
}
.side-heading {
	padding-top: 0;
}
.about {
	flex-wrap: wrap;
}
.description {
	padding-left: 0;
}
.quote-text {
	margin-top: 60px;
}
}

/* Small Tablets */
@media (min-width: 768px)and (max-width: 960px) {
.home-intro {
	padding: 40px 0 30px;
}
.social {
	display: none;
}
.thumbnail {
	width: 100%;
}
.container {
	padding-bottom: 60px;
}
.project-content {
	flex-direction: column-reverse;
	padding-top: 50px;
}
.main {
	width: 100%;
	margin-right: 0;
}
.sidebar {
	width: 100%;
	display: flex;
	padding-bottom:  53px;
	justify-content: space-between;
}
.side-section {
	padding-right: 60px;
}
.side-heading {
	padding-top: 0;
}
.hero h2 {
	font-size: 40px;
	line-height: 40px;
	padding: 20px 0;
}
.intro {
	font-size: 28px;
	padding-top: 0;
}
.about {
	flex-wrap: wrap;
}
.about-img img {
	width: 100%;
}
.description {
	padding-left: 0;
}
.quote-text {
	margin-top: 50px;
	font-size: 24px;
	line-height: 1.5;
}
.description .tag {
	padding-bottom: 30px;
}
}

/* Small Tablets */
@media (min-width: 426px)and (max-width: 767px) {
.social {
	display: none;
}
.thumbnail {
	width: 100%;
}
.container {
	padding-bottom: 50px;
}
.home-intro {
	padding: 20px 0 30px;
}
.home-intro h2 {
	font-size: 44px;
	line-height: 56px;
}
.project-content {
	flex-direction: column-reverse;
	padding-top: 45px;
}
.main {
	width: 100%;
	margin-right: 0;
}
.sidebar {
	width: 100%;
}
.side-heading {
	padding-top: 15px;
}
h2 {
	font-size: 40px;
	line-height: 40px;
	padding: 20px 0;
}
.intro {
	font-size: 28px;
	padding-top: 50px;
}
.about {
	flex-wrap: wrap;
}
.about-img img {
	width: 100%;
}
.description {
	padding-left: 0;
}
.quote-text {
	margin-top: 40px;
	font-size: 24px;
	line-height: 1.5;
}
.description .tag {
	padding-bottom: 30px;
}
}

/* Small Tablets */
@media (max-width: 704px) {
header {
	padding-top: 0;
	margin-bottom: 70px;
}
.home-intro {
	padding: 0 0 15px;
}
}

/* Mobile: 375 - 425px */
@media (min-width: 321px)and (max-width: 425px) {
body {
	margin: 0; /*0 0 220px; /*bottom = footer height */ /*only seems to be needed on iPhone X view?*/
}
header {
	margin-bottom: 25px;
}
.social {
	display: none;
}
.underline {
	font-size: 26px;
}
.links {
	margin-top: 0;
}
.links a {
	font-size: 20px;
	padding-right: 20px;
}
.contact-btn {
	font-size: 20px;
	line-height: 24px;
	padding: 3px 10px 5px;
}
.home-intro h2 {
	font-size: 30px;
	line-height: 40px;
}
.thumbnail {
	width: 100%;
}	
.container {
	padding-bottom: 30px;
}
.project-content {
	flex-direction: column-reverse;
	padding-top: 20px;
}
.main {
	width: 100%;
	margin-right: 0;
}
.sidebar {
	width: 100%;
}
.side-heading {
	padding-top: 12px;
}
.hero h2 {
	font-size: 30px;
	line-height: 1.2;
	padding: 20px 0;
}
.tag-project {
	padding-top: 12px;
}
.intro {
	font-size: 24px;
	padding-top: 40px;
	padding-bottom: 15px;
}
.detail {
	font-size: 16px;
}
.project-img img {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 40px;
}
.project-img-2 img {
	width: 100%;
	padding-top: 30px;
}
.project-img-3 img {
	width: 100%;
	padding-top: 10px;
}
.project-img-4 img {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 40px;
}
.about {
	flex-wrap: wrap;
}
.about-img img {
	width: 100%;
}
.description {
	padding-left: 0;
}
.quote-text {
	margin-top: 40px;
	font-size: 24px;
	line-height: 1.5;
}
.description .tag {
	padding-bottom: 30px;
}
}

/* Mobile */
@media (max-width: 320px) {
body {
	margin: 0 0 220px; /* bottom = footer height */
}
header {
	margin-bottom: 10px;
}
.social {
	display: none;
}
.underline {
	font-size: 26px;
}
.links {
	margin-top: 0;
}
.links a {
	font-size: 18px;
	padding-right: 18px;
}
.contact-btn {
	font-size: 18px;
	line-height: 24px;
	padding: 5px 10px 7px;
}
.home-intro {
	padding: 0;
}
.home-intro h2 {
	font-size: 30px;
	line-height: 40px;
}
.gallery {
	margin-top: -20px;
}
.thumbnail {
	width: 100%;
}	
.container {
	padding-bottom: 50px;
}
.project-content {
	flex-direction: column-reverse;
	padding-top: 20px;
}
.main {
	width: 100%;
	margin-right: 0;
}
.sidebar {
	width: 100%;
}
.side-heading {
	padding-top: 12px;
}
h2 {
	font-size: 30px;
	line-height: 1.2;
	padding: 20px 0;
}
.tag-project {
	padding-top: 12px;
}
.intro {
	font-size: 24px;
	padding-top: 40px;
	padding-bottom: 15px;
}
.detail {
	font-size: 16px;
}
.project-img img {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 40px;
}
.project-img-2 img {
	width: 100%;
	padding-top: 30px;
}
.project-img-3 img {
	width: 100%;
	padding-top: 10px;
}
.project-img-4 img {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 40px;
}
.about {
	flex-wrap: wrap;
}
.about-img img {
	width: 100%;
}
.description {
	padding-left: 0;
}
.quote-text {
	margin-top: 40px;
	font-size: 24px;
	line-height: 1.5;
}
.description .tag {
	padding-bottom: 30px;
}
}