body {
	background: url(../Assets/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: lighter;
    color: white;
    font-size: 25px;
}

h1,h2,h3,h4,h5,h6 {
	margin:0 0 35px;
	font-weight:700;
}

h1{
	text-transform: uppercase;
}

h3 {
	color: #22A39F;
	font-weight: lighter !important;
	text-align: left;
	margin: auto;
}

p {
    margin: 0 0 100px;
    font-size: 20px;
    line-height: 1.6;
    text-align: justify;
}

#contact-div a {
	color: white;
	display: block;
    line-height: 32px;
    margin-bottom: 20px;
    opacity: 0.6;
    text-decoration: none;
    text-align: left;
}

a:link {
    text-decoration: none;
    color: white;
}

a:visited {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: none;
    opacity: 1;
    color: white;
}

a:active {
    text-decoration: none;
    color: white;
}
@media screen and (min-width: 50px) {
	.intro {
		font-size:25px;
	}
	.name{
		font-size:1em;
		display: block;
	}
	.about-me{
		padding: 40px 50px;
	}
	.contact-div{
		padding: 40px 50px;
	}
	.flex-item{
		width: 220px;
	}
	.project-img{
		width: 200%;
	}
	a{
		font-size: 15px;
	}
	.modal-img {
		height: 20%;
	}

	.modal-contents {
		font-size: 15px;
	}
}

@media screen and (min-width: 400px) {
	.flex-item{
		width: 300px;
	}
	.project-img{
		width: 130%;
	}
	a {
		font-size: 20px;
	}
}

@media screen and (min-width: 600px) {
	.intro {
		font-size:40px;
	}
	.name{
		font-size:1em;
		display: inline-block;

	}
	.about-me{
		padding: 40px 180px;
	}
	.contact-div{
		padding: 40px 180px;
	}
	.flex-item{
		width: 400px;
	}
	.project-img{
		width: 100%;
	}
	a {
		font-size: 25px;
	}
	.modal-img {
		height: 30%;
	}
	.modal-contents{
		font-size: 20px;
	}
}

@media screen and (min-width: 750) {
	.projects-splash{
		padding: 40px 80px;	
	}
}

@media screen and (min-width: 1000px) {
	.intro {
		font-size:50px;
	}
	.name{
		font-size:1em;
		display: inline-block;
	}
	.projects-splash{
		padding: 40px 180px;	
	}
	.modal-img{
		height: 60%;
	}
}

.intro {
	font-family: 'Roboto Slab',sans-serif;
	top: 250px;
	position: relative;
	height: auto;
    margin: auto;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.resume {
	position: relative;
	padding: 10px;
	font-size: 20px;
	color: #fff;
    border-color: #fff;
    border-radius: 2px;
    background-color: transparent;
    border: 1px solid;
    display: inline-block;
}

.name {
	align-self: center;
	position: relative;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.about-me{
	position: relative;
	top: 800px;
	width: 100%;
	background-color: #f7f7f7;
	color: black;
	text-align: center;
}

.about-me .header{
	align-self: center;
	margin: auto;
	font-weight:900;
	font-size: 35px;
	border-bottom: 1px solid black;
	width: 90%;
	padding-bottom: 20px;
}

.about-me .text{
	position: relative;
	font-family: "Open Sans";
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
}

.projects-splash{
	position: relative;
	top: 900px;
	text-align: center;
}

.contact-div{
	position: relative;
	top: 900px;
	text-align: center;
	background-color: #434242;
	color: white;
}

.contact-title {
	font-size: 40px;
	font-weight: 300 !important;
	text-align: center;
	margin: auto;
	border-bottom: 1px solid white;
	padding-bottom: 20px;
}

.upper-text{
	text-transform: uppercase;
	letter-spacing: 1px;
}

.box-shadow{
	-webkit-box-shadow: 0px 0px 22px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 22px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 22px 1px rgba(0,0,0,0.75);
}

.box-shadow-img{
    -webkit-box-shadow: 0px 0px 22px 1px rgba(255,255,255,0.8);
	-moz-box-shadow: 0px 0px 22px 1px rgba(255,255,255,0.8);
	box-shadow: 0px 0px 22px 1px rgba(255,255,255,0.8);
}

.box-properties{
	background: #22A39F;
	color: white;
	position: relative;
}
.row {
    left: 50px;
    right: 50px;
    padding-top: 80px;
}

.text-center{
	text-align: center;
}

.img-circle {
    border-radius: 50%;
    position: relative;
    width: 60%;
	border: 6px solid #22A39F;
	display: block;
    margin: 0 auto;
    margin-top: 25%;

}

.img-text {
	position: absolute;
	font-weight:700;
	top: 78px;
	left: 0px;
	width: 100%;
	color: white;
	text-align: center;
	opacity: 0;
	display: inline;
}

.project-img{
	object-fit: cover;
    margin:auto;
    display:block;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.margin-auto{
	margin-bottom: 30px;
	overflow: hidden;
}

.box-properties:hover .project-img{
	opacity: 0.2;
}

.box-properties:hover .img-text{
	opacity: 1;
}

.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.flex-item {
	height: 200px;
    margin: 10px;
}

.text-left {
	text-align: left;
}

/***Modal view****/

/* The Modal (background) */
.modal-view {
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

.modal-img {
	background-color: #22A39F;
	position: relative;
	margin: auto;
	width: auto;
	max-width: 1080px;
	z-index: 5;
	transition: box-shadow .25s ease-in-out;
    -moz-transition: box-shadow .25s ease-in-out;
    -webkit-transition: box-shadow .25s ease-in-out;
}

/* Modal Content/Box */
.modal-contents {

	position: relative;
	margin-left: 15%;
	margin-right: 15%;
	z-index: 3;
	top: 5%;
	left: 0px;
	color: white;
	text-align: center;
	width: auto;
	background: none;
}

.close-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 4;
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

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

.modal-img:hover {
	-webkit-box-shadow: 0px 0px 22px 1px rgba(255,255,255,0.8);
	-moz-box-shadow: 0px 0px 22px 1px rgba(255,255,255,0.8);
	box-shadow: 0px 0px 22px 1px rgba(255,255,255,0.8);
}