@charset "utf-8";

body{
	font-family: "Noto Serif Dives Akuru", serif;
    font-weight: 400;
    font-style: normal;
}
footer{
	text-align: center;
	line-height: 60px;
	background-color: black;
	color: white;
}
.navbar-brand{
	font-family: "Noto Serif Dives Akuru", serif;
    font-weight: 600;
    font-style: normal;
}
.navBarTop{
	background-color: #FFD0E4;
}
.active, .nav-item{
	color: #F27999;
}
#home-banner{
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}
#home-banner h1{
	font-size: 3rem;
	color: black;
	text-shadow: 1px 1px rgba(71,71,71,0.68);
	position: absolute;
	left: 55%;
	bottom: 20%;
	font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
}
@media (min-width:300px){
	#home-banner h1{
		font-size: 0.9rem;
		bottom: 10%;
		left: 41%;
	}
}
@media (min-width:375px){
	#home-banner h1{
		font-size: 1.2rem;
		bottom: 10%;
		left: 39%;
	}
}
@media (min-width:576px){
	#home-banner h1{
		font-size: 1.5rem;
		bottom: 10%;
		left: 50%;
	}
}
@media (min-width:768px){
	#home-banner h1{
		font-size: 2rem;
		bottom: 10%;
		left: 50%;
	}
}
@media (min-width:992px){
	#home-banner h1{
		font-size: 2.5rem;
		bottom: 10%;
		left: 50%;
	}
}
@media (min-width:1200px){
	#home-banner h1{
		font-size: 3rem;
		bottom: 10%;
		left: 50%;
	}
}
@media (min-width:576px){
	#intro h2{
		font-size: 45px;
		align-items: center;
		font-family: "Noto Serif Dives Akuru", serif;
		margin-top: 8px;
	}
}
@media (min-width:300px){
	#intro h2{
		font-size: 15px;
		margin-top: 6px;
		font-family: no;
	}
}
@media (min-width:375px){
	#intro h2{
		font-size: 1.1rem;
		margin-top: 7px;
	}
}
@media (min-width:768px){
	#intro h2{
		font-size: 1.5rem;
		margin-top: 9px;
	}
}
@media (min-width:992px){
	#intro h2{
		font-size: 1.7rem;
		margin-top: 10px;
	}
}
@media (min-width:300px){
	#intro button{
		color: #F27999;
		background-color: black;
		font-size: 10px;
		padding: 4px 20px;
		text-align: center;
		border-radius: 5px;
	}
}
@media (min-width:375px){
	#intro button{
		color: #F27999;
		background-color: black;
		font-size: 15px;
		padding: 4px 20px;
		text-align: center;
		border-radius: 5px;
	}
}
@media (min-width:576px){
	#intro button{
		color: #F27999;
		background-color: black;
		font-size: 15px;
		padding: 6px 25px;
		text-align: center;
		border-radius: 5px;
	}
}
@media (min-width:768px){
	#intro button{
		color: #F27999;
		background-color: black;
		font-size: 17px;
		padding: 6px 25px;
		text-align: center;
		border-radius: 5px;
	}
}
@media (min-width:1200px){
	#intro button{
		color: #F27999;
		
		background-color: black;
		font-size: 19px;
		padding: 6px 25px;
		text-align: center;
		border-radius: 5px;
	}
}
@media (min-width:300px){
	#intro button:hover{
		box-shadow: 0 12px 16px 0 rgba(255, 105, 180, 1), 0 17px 50px 0 rgba(255, 105, 180, 1);
	}
}
@media (min-width:576px){
	#intro button:hover{
		box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	}
}
@media (min-width:576px){
	#three-sections button{
		color: #F27999;
		background-color: black;
		font-size: 15px;
		padding: 6px 20px;
		text-align: center;
		border-radius: 5px;
	}
}
h3{
	text-align: center;
	font-family: "Noto Serif Dives Akuru", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 20px;
	color:#F2A0EC;
}
#intro h2{
	text-align: center;
	font-family: "Noto Serif Dives Akuru", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 25px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#intro h3{
	margin-bottom: 10px;
}
@media (min-width:300px){
	#three-sections button{
		color: #F27999;
		background-color: black;
		font-size: 13px;
		padding: 6px 20px;
		text-align: center;
		border-radius: 5px;
		margin-top: 5px;
	}
}
@media (min-width:375px){
	#three-sections button{
		color: #F27999;
		background-color: black;
		font-size: 15px;
		padding: 6px 20px;
		text-align: center;
		border-radius: 5px;
		margin-top: 5px;
	}
}
@media (min-width:768px){
	#three-sections button{
		color: #F27999;
		background-color: black;
		font-size: 16px;
		padding: 6px 20px;
		text-align: center;
		border-radius: 5px;
		margin-top: 5px;
	}
}
@media (min-width:1200px){
	#three-sections button{
		color:#E05EBD;
		background-color: black;
		font-size: 18px;
		padding: 6px 20px;
		text-align: center;
		border-radius: 5px;
		margin-top: 5px;
	}
}
@media (min-width:300px){
	#three-sections button:hover{
		box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	}
}
@media (min-width:300px){
	#three-sections h3{
		font-size: 15px;
	}
}
@media (min-width:375px){
	#three-sections h3{
		font-size: 18px;
	}
}
@media (min-width:300px){
	#intro {
		text-align: center;
	}
}
@media (min-width:300px){
	#first {
		text-align: center;
		margin-bottom: 8px;
	}
}
@media (min-width:576px){
	#first {
		text-align: center;
		margin-bottom: 0;
	}
}
@media (min-width:300px){
	#second {
		text-align: center;
		margin-bottom: 8px;
	}
}
@media (min-width:576px){
	#second {
		text-align: center;
		margin-bottom: 0;
	}
}
@media (min-width:300px){
	#third {
		text-align: center;
	}
}
@media (min-width:300px){
	footer {
		line-height: 40px;
	}
}
@media (min-width:576px){
	footer {
		line-height: 50px;
	}
}
@media (min-width:992px){
	footer {
		line-height: 60px;
	}
}
@media (min-width:576px){
	#three-sections img{
		height: 130px;
	}
}
@media (min-width:768px){
	#three-sections img{
		height: 130px;
		width: 200px;
	}
}
@media (min-width:992px){
	#three-sections img{
		height: 180px;
		width: 250px;
	}
}
@media (min-width:1200px){
	#three-sections img{
		height: 250px;
		width: 350px;
	}
}
#three-sections{
	margin-top: 30px;
}
#pagetwo{
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
.carousel-caption  h5{
	color: #F27999;
	font-family:  "Rubik", sans-serif;
	font-weight: 450;
	font-size: 3rem;
}
#abmain{
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
}
#aboutme p{
	color: #DAB5FF;
	font-family: "Mukta", sans-serif;
}
@media (min-width:300px){
	#about h1{
		font-size: 23px;
		padding-left: 10px;
	}
}
@media (min-width:576px){
	#about h1{
		font-size: 25px;
		padding-left: 10px;
	}
}
@media (min-width:992px){
	#about h1{
		font-size: 27px;
		padding-left: 10px;
	}
}
@media (min-width:1200px){
	#about h1{
		font-size: 35px;
		padding-left: 10px;
	}
}
@media (min-width:300px){
	#abmain h2{
		text-align: center;
		font-size: 24px;
		padding-top: 8px;
	}
}
@media (min-width:576px){
	#abmain h2{
		text-align: center;
		font-size: 25px;
		padding-top: 8px;
	}
}
@media (min-width:992px){
	#abmain h2{
		text-align: center;
		font-size: 26px;
		padding-top: 8px;
	}
}
@media (min-width:1200px){
	#abmain h2{
		text-align: center;
		font-size: 30px;
		padding-top: 8px;
	}
}
@media (min-width:300px){
	#abmain p{
		display: flex;
		font-size: 15px;
		justify-content: center;
		align-content: center;
		margin-left: 19px;
		margin-right: 19px;
	}
}
@media (min-width:375px){
	#abmain p{
		display: flex;
		font-size: 15px;
		justify-content: center;
		align-content: center;
		margin-left: 24px;
		margin-right: 24px;
	}
}
@media (min-width:576px){
	#abmain p{
		display: flex;
		font-size: 17px;
		justify-content: center;
		align-content: center;
		margin-left: 24px;
		margin-right: 24px;
	}
}
@media (min-width:1200px){
	#abmain p{
		display: flex;
		font-size: 20px;
		justify-content: left;
		align-content: flex-start;
	}
}
@media (min-width:300px){
	#abmain{
		display: flex;
		justify-content: center;
		align-content: center;
		margin-left: 15px;
		margin-right: 15px;
		padding-top: 8px;
	}
}
@media (min-width:768px){
	#aboutme h2{
		display: flex;
		justify-content: left;
	}
}
@media (min-width:768px){
	#aboutme p{
		display: block;
		justify-content: left;
		padding-left: 0;
	}
}
#clothing img{
	width:170px;
}
#clothing h5{
	color:#F27999;
}
#resume-top{
	margin-top: 20px;
}
#photography{
	background-color: #F27999;
}
#ux-design{
	background-color: #F27999;
}
#painting{
	background-color: #F27999;
}
#digital-design{
	background-color: #F27999;
}
#teamwork{
	background-color: #F27999;
}
#color{
	background-color: #F27999;
}
#collab{
	background-color: #F27999;
}
#time{
	background-color: #F27999;
}
#last-section{
	margin-bottom: 30px;
}
#last-section h4{
	color: #F27999;
}
#top-graphic{
	margin-top: 20px;
}
#top-contact h1{
	margin-top: 20px;
}
@media (min-width:375px){
	#h3-contact h3{
		font-size: 20px;
	}
}	
@media (min-width:992px){
	#h3-contact h3{
		font-size: 23px;
	}
}
#h3-contact h3{
	font-size: 25px;
}
#first a{
	color: #F27999;
	font-family:  "Rubik", sans-serif;
	font-weight: 450;
}
#second a{
	color: #F27999;
	font-family:  "Rubik", sans-serif;
	font-weight: 450;
}
#third a{
	color: #F27999;
	font-family:  "Rubik", sans-serif;
	font-weight: 450;
}
#intro a{
	color: #F27999;
	font-family:  "Rubik", sans-serif;
	font-weight: 450;
	font-size: 17px;
}
.row h1{
	font-size: 30px;
}
.text-right{
	font-size: 15px;
}
#top-contact{
	margin-top: 10px;
}
#top-graphic{
	margin-top: 20px;
}
#resume-top{
	margin-top: 20px;
}
#first img{
	object-fit: contain;
}
#second img{
	align-content: center;
	object-fit: contain;
}












