html {
	background-color: #fdfdfd;
}

.red-fill {
	background-color: rgba(237,34,36,0.9);
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.red-fill .title {
	color: white;
}

.red-fill .subtitle {
	color: white;
}

.red-fill a {
	color: white;
	text-decoration: underline;
}

.red-fill-nav {
	color: white;
	background-color: rgba(237,34,36,0.9);
}

.red-fill p {
	color: white;
}

a {
	color: rgba(237,34,36,0.9);
	text-decoration: none;
}

.navbar a {
	text-decoration: none;
}

.navbar-end a:hover {
	background-color: rgba(237,34,36,0.9);
	color: white;
	font-size: 1.05rem;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.strikethrough {
	text-decoration: line-through;
}

.portfolio-grid .image {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border: 2px solid solid rgba(255,0,0,0.7);
}

.portfolio-grid .image:hover{
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
	border: 2px solid solid rgba(255,0,0,0.7);
	-webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
    z-index: 1000;
}

.portfolio-grid .column {
	padding: 0px;
}

.portfolio-page-left-summary .is-size-5 {
	color: rgba(74,74,74,0.8);
}

.portfolio-back {
	text-decoration: none;
}

.portfolio-page-right-summary {
	background-color: rgba(237,34,36,0.9);
	color: white;
	padding: 20px;
}

.portfolio-page-right-summary .is-size-5 {
	margin-bottom: 0.5em !important;
}

.portfolio-page-right-summary strong {
	color: white;
}

.remove-margin {
	margin: 0px;
}

.drop-shadow {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.mobile-project-image {
	max-height: 511px;
	max-width: 343px;
	margin: 0 auto;
}

.project-image-iphone-x {
	max-height: 33%;
	max-width: 33%;
	margin: 0 auto;
}

.project-image-iphone-8 {
	max-height: 33%;
	max-width: 33%;
	margin: 0 auto;
}

.about-me .content {
	padding: 20px;
	line-height: 32px;
}

.about-logo {
	height: 80px;
}

.about-social-links li {
	display: inline;
	padding-right: 2em;
}

.about-social-links image {
	display: inline;
}

.about-social-links image .img{
	display: inline;
}

html, body {
	min-height: 100%;
}

/*Case Study Styling*/

.case-study-header {
	max-width: 1080px;
}

.case-study {
	max-width: 1080px;
}

.case-study p {
	padding-top: 20px;
	width: 70%;
	margin: 0 auto;
}

@media (min-width: 800px) {
	body {
		border-top: 10px solid rgba(237,34,36,0.9);
		border-left: 10px solid rgba(237,34,36,0.9);
		border-right: 10px solid rgba(237,34,36,0.9);
		background-color: #fdfdfd;
	}

	.home-top-section {
		margin-top: 80px;
	}

	.photos .section {
		padding: 0.5rem;
	}

	.portfolio-page-left-summary {
		padding-right: 100px;
	}

	.portfolio-page-left-summary .is-size-5 {
		line-height: 32px;
	}

	.portfolio-page-right-summary {
		padding-left: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

}

@media (max-width: 767px) {
	body {
		border-top: 5px solid rgba(237,34,36,0.9);
		border-left: 5px solid rgba(237,34,36,0.9);
		border-right: 5px solid rgba(237,34,36,0.9);
		background-color: #fdfdfd;
	}

	.navbar-item {
		display: inline;
		width: 100%;
	}

	.navbar-brand img{
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.navbar-end {
		width: 95%;
		margin: 0 auto;
		text-align: center;
		font-size: 0.9rem;
		padding-bottom: 1rem;
	}

	.photos .section {
		padding: 0.5rem;
	}

	.portfolio-grid .image {
		padding-top: 10px;
	}

	.red-fill {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.portfolio-page-right-summary {
		margin-top: 20px;
	}

	.about-me .content {
		padding: 20px;
		line-height: 24px;
		background-color: white;
		color: black;
	}

	.section {
		padding: 1.5rem 1.5rem;
	}

	.case-study p {
		line-height: 28px;
		width: 100%;
	} 

	.mobile-project-image {
		max-height: 90%;
		max-width: 90%;
		margin: 0 auto;
	}
	
	.project-image-iphone-x {
		max-height: 60%;
		max-width: 60%;
		margin: 0 auto;
	}
	
	.project-image-iphone-8 {
		max-height: 60%;
		max-width: 60%;
		margin: 0 auto;
	}
}




