html, body {
	color: #171C21;
	margin: 0;
}
.container {
	max-width: 1600px;
	margin: auto;
	padding: 0 20px;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 28px;
	line-height: 28px;
	font-family: 'Sriracha', cursive;
	text-transform: uppercase;
	font-weight: normal;
}
h3 {
	font-family: 'Sriracha', cursive;
	font-weight: normal;
}
h4 {
	margin: 10px;
	font-family: 'Pavanam', sans-serif;
}
p {
	font-size: 18px;
	font-family: 'Pavanam', sans-serif;
	line-height: 30px;
}
a {
	color: #171C21;
	text-decoration: none;
}
#colored, a:hover, .submit {
	color: #FF6860;
}
.headline {
	border-top: 10px solid #FF6860;
    margin: 25px auto 50px;
    text-align: center;
    width: 220px;
}
.title, .subtitle {
	margin: 0;
	line-height: normal;
}

/***** HEADER *****/
header {
	height: 1000px;
	background:url(../img/herobgweb@2x.jpg);
	background-size: cover;
	background-position: center;
	border-top: 3px solid #FF6860;
}
nav {
	background: rgba(105, 114, 123, 0.55);
	height: 65px;
}
.dropdown {
	float: left;
	padding-top: 15px;
}
.dropbtn {
    display: inline-block;
    cursor: pointer;
    float: left;
    padding-right: 15px;
	width: 30px;
    height: auto;
}
nav h3 {
 	float: left;
 	margin-top: -2px;
	color: #fff;
	font-size: 18px;
 }
.logo {
	background: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	float: right;
	box-shadow: 0px 3px 6px #ccc;
}
.logo img {
	margin: 10px 20px 15px 27px;
	height: 65px;
	width: auto;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    z-index: 1;
	margin-top: 50px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px 15px 20px 15px;
	box-shadow: 0px 3px 6px #ccc;
}
.dropdown-content a {
    padding: 5px 15px;
    text-decoration: none;
    display: block;
    color: #171C21;
    font-size: 18px;
	font-family: 'Pavanam', sans-serif;
	border-bottom: 1px solid #FF6860;
}
.dropdown a:hover {
	background-color: #f1f1f1;
}
.show {display:block;
}


/***** CTA *****/


.cta {
	width: 45%;
    background: rgba(255, 255, 255, 0.91);
    border-radius: 35px;
    margin: 100px auto;
    padding: 25px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.cta-img {
	width: 200px;
	border-radius: 50%;
}
.avatar {
	height: auto;
    width: 100%;
	border-radius: 50%;
}
.content {
	width: 61%;
}

/***** ABOUT *****/

.about {
	height: 600px;
}
.about .headline {
	text-align: left;
	margin: 25px auto;
	border: none;
	width: auto;
}
.info {
	float: left;
    width: 50%;
}
.info a {
	text-decoration: underline;
}
.info-pic {
	float: right;
    width: 45%;
	margin-top: -100px;
}
.info-pic img {
	width: 85%;
    border-radius: 50%;
    border: 15px solid #E5EAF0;
    display: block;
    margin: auto;
}

/***** SKILLSET*****/

section { 
	padding: 25px 0;
}
.skills {
	width: 70%;
	margin: 50px auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.item {
	width: 20%;
    padding: 10px;
    background: #E5EAF0;
    margin: 10px auto;
    border-radius: 35px;
    font-family: 'Pavanam', sans-serif;
    font-size: 24px;
    text-align: center;
	word-wrap: break-word;
    white-space: pre;
}

/***** PORTFOLIO *****/

.projects {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.projects li {
	width: 28%;
	margin: 75px auto;
	height: 700px;
}
.projects div {
	margin-bottom: 50px;
}
.screenshot {
	width: 100%;
    border-radius: 50%;
    box-sizing: border-box;
	border: 2px solid #ecf0f1;
}

/***** CONTACT *****/

.contact-info {
	height: 840px;
	background: url(../img/contactbgweb@2x.jpg);
	background-size: cover;
	background-position: center;
}
fieldset{
	width: 30%;
    height: 725px;
    border-radius: 35px;
    background: rgba(255, 255, 255, 0.91);
    position: relative;
    top: 65px;
    margin: auto;
	border:none;
	padding: 25px 75px;
    box-sizing: border-box;
	box-shadow: 0px 3px 6px #ccc;
}
input, textarea {
	width: 100%;
    padding: 10px;
    margin: 5px 0;
    box-sizing: border-box;
	background: #95989A;
	border: none;
	font-size: 18px;
	font-family: 'Pavanam', sans-serif;
	color: #fff;
}
input::placeholder, textarea::placeholder, textarea:focus, input:focus {
	color: #fff;
}
.radio_btns {
	text-align: center;
}
input#verify {
	width: 150px;
    padding: 10px 15px;
}
.submit {
	font-size: 28px;
	background: transparent;
	text-transform: uppercase;
	font-family: 'Sriracha', cursive;
	margin: 0;
	padding: 5px;
}

/***** FOOTER *****/

footer {
	border-bottom: 40px solid #FF6860;
	text-align: center;
}
footer h1 {
	color: #69727B;
}
.social {
	width: 220px;
	margin: 20px auto;
	display: inline-flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
footer img {
	height: 22px;
	width: 22px;
}

/***** MEDIA QUERIES *****/

@media (max-width: 1199px) {
	.cta {
		 width: 65%;
	}
	.info-pic {
		margin-top: 0;
	}
	.info-pic img {
		 margin: 20% auto;
	}
	.skills {
		width: 90%;
	}
	fieldset {
		width: 40%;
	}
}

@media only screen and (max-width: 790px) {
	header {
		height: 820px;
	}
	.about {
		height: 1100px;
	}
	.cta {
		width: auto;
    	margin: 100px 25px; 
	}
	.info {
		width: 100%;
    	margin-bottom: 75px;
	}
	.info-pic {
		float: none;
    	margin: auto;
    	   width: 75%;
	}
	.info-pic img {
		width: 100%;
	}
	.skills {
		width: 70%;
	}
	.item {
		width: 200px;
	}
	.projects li {
		width: 75%;
    	margin: 50px auto;
		height: auto;
	}
	fieldset {
		width: 65%;
		height: 750px;
		top: 40px;
	}
}

@media (max-width: 480px) {
	.logo {
		margin: auto;
    	float: none;
    	width: 80px;
	}
	.logo img {
		margin: 10px 0 10px 12px;
	}
	.content {
		width: 100%;
	}
	#colored {
		text-align: center;
	}
	.info {
		margin-bottom: 20px;
	}
	.info-pic img {
		width: 90%;
	}
	.skills {
		display: block;
	}
	.item {
		margin: 20px auto; 
		padding: 10px 0;
	}
	.info, .info-pic, .projects li {
		width: 100%;
	}
	.projects li {
		margin: 25px auto;
	}
	fieldset {
		width: 95%;
    	padding: 25px;
    	top: 50px;
	}
	footer p {
		padding: 0 25px 25px;
	}
}
@media (max-width: 320px){
	h1 {font-size: 24px;}
}

