/*CSS Reset*/
* {
	margin: 0;
	padding: 0;
	border-size: border-box;
}

.navbar {
	background-color: #b5838d !important;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.logo {
	height: 30px;
	width: 125px;
}

.nav-item:hover {
	background: #6d6875;
	font-weight: bold;
	border: none;
}

.nav-link:hover {
	color: #ffc8dd !important;
}

.container-fluid {
	background-image: url("images/web-portfolio-bg.jpg");
	background-size: 100% 100%;
	padding-top: 15% !important;
	min-height: 110vh !important;
}

.section-row {
	border: 0;
}

#home-search, #about-search {
	border: 1px solid gray;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

#home-card, #about-card {
	border: 1px solid gray;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

#home-card-name {
	font-family: 'Luckiest Guy', cursive;
	font-weight: bold;
	font-size: 50px;
	letter-spacing: 5px;
}

#home-card-title {
	font-size: 20px;
}

#home-card-title-span {
	font-weight: bold;
	font-family: 'Acme', sans-serif;
}

.home-card-text, .about-me-text {
	font-family: 'Mali', cursive;
	font-size: 15px;
}

#home-card-button {
	background-color: #b5838d;
}

#home-card-button:hover {
	background-color: #6d6875;
}

#home-card-link {
	color: #ffc8dd;
	font-weight: bold;
}

#home-card-link:hover {
	color: #ffc8dd;
	text-decoration: none;
}

#phone-icon {
	border: 5px solid  #b5838d;
	border-radius: 100%;
	padding: 5px;
	color: #b5838d;
}

#profile-pic {
	height: 100%;
	width: 70%;
	border-radius: 100%;
	transform: rotate(45deg);
	box-shadow: 10px 10px 5px #8f8f8f;
}

#about-me-pic {
	display: none;
	box-shadow: 10px 10px 5px #8f8f8f;
}

#about-me-header, #projects-header, #contact-header {
	font-family: 'Luckiest Guy', cursive;
	font-size: 29px;
}

#skills-header, #socials-header {
	font-family: 'Luckiest Guy', cursive;
	font-size: 30px;
	letter-spacing: 5px;
}

.skills-icon {
	border: 1px solid  #ffc0cb;
	border-radius: 100%;
	background-color: #ffc0cb;
	height: 100px;
	width: 100px;
	box-shadow: 5px 5px 5px #8f8f8f;
}

.projects-card {
	border-radius: 5px;
	box-shadow: 10px 10px 5px #8f8f8f;
}

#contact-subheader {
	font-family: 'Vujahday Script', cursive;
	font-size: 30px;
}

.contact-icon {
	height: 75px;
	width: 75px;
	border-radius: 100%;
	box-shadow: 5px 5px 5px #8f8f8f;
}

.contact-info-text {
	font-family: 'Lexend', sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.contact-social-icon {
	border: 1px solid  #ffc0cb;
	border-radius: 10px;
	padding: 5px;
	background-color: #ffc0cb;
	font-size: 43px;
	width: 50px;
	box-shadow: 5px 5px 5px #8f8f8f;
}

#facebook-icon {
	font-weight: bold;
	padding: 5px 10px;
}

.social-icon-link {
	color: black;
	text-decoration: none;
}

.social-icon-link:hover {
	color: #6d6875;
	text-decoration: none;
}

/*Tablet Screen Size*/
@media only screen and (min-width: 768px) {

	.nav-item:hover {
		border-radius: 25px;
	}

	.container-fluid {
		min-height: 50vh !important;
	}

	.section-row {
		border: 2px solid gray;
	}

	#profile-pic {
		height: initial;
		width: initial;
		border-radius: 100%;
		transform: rotate(45deg);
	}

	#about-me-pic {
		display: initial;
		border-radius: 25px;
	}

	.skills-icon {
		height: 90px;
		width: 90px;
	}

	.contact-icon {
		height: 75px;
		width: 75px;
		border-radius: 100%;
	}

	.contact-info-text {
		font-family: 'Lexend', sans-serif;
		font-size: 17px;
		font-weight: bold;
	}

}

/*Desktop Screen Size*/
@media only screen and (min-width: 1200px) {

	.container-fluid {
		background-image: url("images/web-portfolio-bg.jpg");
		background-size: 100% 100%;
		padding-top: 5.5% !important;
		min-height: 100vh !important;
	}

	#home-card-name {
		font-size: 75px;
	}

	#home-card-title {
		font-size: 30px;
	}

	#profile-pic {
		height: 350px;
		width: 350px;
		border-radius: 100%;
		transform: rotate(45deg);
	}

	.container-fluid {
		min-height: 100vh !important;
	}

	#about-me-pic {
		height: 80%;
		width: 80%;
	}

	#about-me-header, #projects-header {
		font-family: 'Luckiest Guy', cursive;
		font-size: 45px;
	}

	#skills-header, #socials-header {
		font-family: 'Luckiest Guy', cursive;
		font-size: 20px;
	}

	.skills-icon {
		border: 1px solid  #ffc0cb;
		border-radius: 100%;
		background-color: #ffc0cb;
		height: 80px;
		width: 80px;
	}

	#contact-header {
		font-family: 'Luckiest Guy', cursive;
		font-size: 40px;
	}

	#contact-subheader {
		font-family: 'Vujahday Script', cursive;
		font-size: 40px;
	}

	.contact-subsection, .home-subsection {
		min-height: 80vh;
	}
}