@charset "utf-8";
/*
headline: font-family: '04b', sans-serif;
paragraph pixel: font-family: merriweather
paragraph normal: font-family: 'merriweather', serif;                                          
*/

/* Colors:
Dark Pink:#ba3c63
Hot Pink: #E65E88
Pink: #FFB3D2
Peach: #F5CFCB
Orange: #F5EAC0
Yellow: #F7FF9D
Soft Blue: #c9f3ff
Cyan: #7CEAFF
Cerulean: #648AFF
Indigo: #683FF5
White: #FFFFFF
*/

/*background body things*/
.body_home{
	background-color:#c9f3ff;
}
.body_about {
	background-color:#c9f3ff;
}
.body_portfolio {
	background-color:#F5CFCB;
}
.body_contact {
	background-color:#683FF5;
}
.body_resume {
	background-color:#FFFFFF;
}

	/*links*/
a:link {
	color: #F5EAC0;
	text-decoration: none;	
}
a:visited {
	color: #F5EAC0;
	text-decoration: none;
}
a:hover {
	color: #F7FF9D;
	text-decoration: none;
}
#resume_page a {
	color: #FFFFFF !important;
}
.body_portfolio a {
	color: #E65E88 !important;
}
.body_resume a {
	color: #FFFFFF !important;
}
.body_contact a {
	color: #E65E88 !important;
}

/*navbar things*/
	/*navbar home*/
.navbar {
    background-color: #FFB3D2 !important;
    font-family: "04b30";
    color: #F7FF9D !important;
    height: 70px;
}
.navbar-brand {
    background-image: url(../images/Portfolio%20Logo%20Hot%20Pink.png);
    background-size: 32px auto;
    background-repeat: no-repeat;
    background-position: 6% center;
    padding-left: 60px;
    color: #E65E88 !important;
	text-shadow: 1.5px 2px #ba3c63;
}
.nav-item {
    background-color: #E65E88;
    background-repeat: no-repeat;
    border-radius: 17px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 3px;
    padding-left: 3px;
	text-shadow: 2px 2px #ba3c63;
}
.nav-link {
	color: #F5EAC0 !important;
}
#dropdown-menu {
	background-color: #E65E88;
}
.navbar-toggler .custom-toggler {
	 border-color: #F5EAC0;
	 color: #F5EAC0; }

	/*navbar about*/
#navbar_about {
	background-color: #FFFFFF !important;
	color: #c9f3ff !important;
}
#navbar-brand-about {
	background-image: url("../images/Portfolio Logo Indigo.png");
    background-size: 32px auto;
    background-repeat: no-repeat;
    background-position: 6% center;
    padding-left: 60px;
    color: #683FF5 !important;
	text-shadow: 1.5px 2px #648AFF;
}
.nav-item-about {
    background-color: #683FF5;
    background-repeat: no-repeat;
    border-radius: 17px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 3px;
    padding-left: 3px;
	text-shadow: 2px 2px #648AFF;
}
#dropdown-menu-about {
	background-color: #683FF5;
}
	/*navbar resume*/
#navbar_resume {
	background-color: #adadad!important;
	color: #FFFFFF !important;
}
#navbar-brand-resume {
	background-image: url("../images/Portfolio Logo Black.png");
    background-size: 32px auto;
    background-repeat: no-repeat;
    background-position: 6% center;
    padding-left: 60px;
    color: #000000 !important;
	text-shadow: 1.5px 2px #4d4d4d;
}
.nav-item-resume {
    background-color: #000000;
    background-repeat: no-repeat;
    border-radius: 17px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 3px;
    padding-left: 3px;
	text-shadow: 2px 2px #4d4d4d;
}
#dropdown-menu-resume {
	background-color: #000000;
}
	/*navbar portfolio*/
#navbar_portfolio {
	background-color: #FFB3D2!important;
	color: #E65E88 !important;
}
#navbar-brand-portfolio {
	background-image: url("../images/Portfolio Logo Hot Pink.png");
    background-size: 32px auto;
    background-repeat: no-repeat;
    background-position: 6% center;
    padding-left: 60px;
    color: #E65E88 !important;
	text-shadow: 1.5px 2px #ba3c63;
}
.nav-item-portfolio {
    background-color: #F5EAC0;
    background-repeat: no-repeat;
    border-radius: 17px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 3px;
    padding-left: 3px;
	text-shadow: 2px 2px #F5CFCB;
}
#dropdown-menu-portfolio {
	background-color: #F5EAC0;
}
	/*navbar contact*/
#navbar_contact {
	background-color: #683FF5!important;
	color: #E65E88 !important;
}
#navbar-brand-contact {
	background-image: url("../images/Portfolio Logo Yellow.png");
    background-size: 32px auto;
    background-repeat: no-repeat;
    background-position: 6% center;
    padding-left: 60px;
    color: #F5EAC0 !important;
	text-shadow: 1.5px 2px #648AFF;
}
.nav-item-contact {
    background-color: #F5EAC0;
    background-repeat: no-repeat;
    border-radius: 17px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 3px;
    padding-left: 3px;
	text-shadow: 2px 2px #F5CFCB;
}
#dropdown-menu-contact {
	background-color: #F5EAC0;
}

/*banner things*/
	/*index banner*/
.carousel-item .carousel-caption h1 {
    font-family: "04b30";
    color: #F5EAC0;
    text-shadow: 0px 0px #ba3c63;
    background-color: #E65E88;
    border-radius: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.carousel-inner .carousel-item.active .d-block.mx-auto.img-fluid {
    margin-bottom: 10px;
}

#index_banner {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top:0;
	position: relative;
}
#index_banner h1 {
    font-size: 3rem;
    font-family: "04b30";
    color: #F5EAC0;
    background-color: #E65E88;
    border-radius: 17px;
    position: absolute;
    left: 15%;
    bottom: 40%;
    border-width: thick;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
	text-shadow: 3px 5px #ba3c63;
}


	/*about banner*/
#about_banner {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-top:0;
	position: relative;
}
#about_banner h1 {
    font-size: 3rem;
    font-family: "04b30";
    color: #F5EAC0;
    background-color: #683FF5;
    border-radius: 17px;
    position: absolute;
    left: 15%;
    bottom: 40%;
    border-width: thick;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
	text-shadow: 3px 5px #648AFF;
}

	/*portfolio banner*/
#portfolio_banner {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top:0;
	position: relative;
}
#portfolio_banner h1 {
    font-size: 3rem;
    font-family: "04b30";
    color: #E65E88;
    background-color: #F5EAC0;
    border-radius: 17px;
    position: absolute;
    left: 15%;
    bottom: 40%;
    border-width: thick;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
	text-shadow: 3px 5px #ba3c63;
}

	/*case study banner*/
.jumbotron {
	background-color: #F5EAC0;
}
.display-4 {
    font-family: "04b30";
	color: #E65E88;
	text-shadow: 3px 3px #ba3c63;
}
.heading-casestudy {
    font-family: "04b30";
	color: #E65E88;
	text-shadow: 3px 3px #ba3c63;
}
.paragraph-casestudy {
	color: #ba3c63;
	font-family: Jersey 25;
}

/*body*/
	/*home*/
.body_home h2 {
    font-family: "04b30";
    color: #F5EAC0;
    background-color: #E65E88;
    border-radius: 17px;
    border-width: thick;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-shadow: 3px 5px #ba3c63;
    margin-top: 20px;
    margin-bottom: 10px;
}
#intro_about_me {
    background-color: #F5EAC0;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 30px;}
#intro_resume {
    background-color: #F5EAC0;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#intro_portfolio {
    background-color: #F5EAC0;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#intro_contact {
    background-color: #F5EAC0;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.learn_more {
    font-family: "04b30";
    color: #F5EAC0;
    background-color: #E65E88;
    background-repeat: no-repeat;
    border-radius: 17px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: -5px;
    padding-left: 10px;
    text-shadow: 3px 5px #ba3c63;
    text-shadow: 1.5px 2px #ba3c63;
    margin-top: 15px;
}
.intro {
	font-family: "merriweather";
	color: #ba3c63;
}
p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.featurette_divider {
	margin: 1rem 0;
}
.card-body {
    background-color: #F5EAC0;
    margin-bottom: 20px;
    border-radius: 15px;
}
.card-title {
    color: #E65E88;
    ;
    font-family: "04b30";
    text-shadow: 1.75px 2px #ba3c63;
}
.card-text {
    color: #ba3c63;
    font-family: merriweather;
}
.btn-primary {
    font-family: "04b30";
    color: #F5EAC0;
    background-color: #E65E88;
    border-color: #E65E88;
}
.card {
    background-color: #F5EAC0;
    padding-top: 20px;
    margin-bottom: 20px;
    border-radius: 17px;
}
.card-img-top {
    border-radius: 15px;
}

	/*about*/
.body_about h2 {
    font-family: "04b30";
    color: #F5EAC0;
    background-color: #683FF5;
    border-radius: 17px;
    border-width: thick;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-shadow: 2px 3px #648AFF;
    margin-top: 20px;
    margin-bottom: 10px;
}
#about_me {
    background-color: #7CEAFF;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 30px;}
#about_me p {
	color: #683FF5;
}
#why_design {
    background-color: #F7FF9D;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 30px;}
#my_skills {
    background-color: #7CEAFF;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 5rem;
}
#my_skills p {
	color: #683FF5;
}
.body_about .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}

	/*resume*/
#resume_page h1 {
	font-family: merriweather;
}
#resume_page h2 {
	font-family: merriweather;
	text-shadow: none !important;
	
}
#resume_page h3 {
	font-family: merriweather;
}
#resume_page h4 {
	font-family: merriweather;
}
#resume_page h5 {
	font-family: merriweather;
}
#resume_page p {
	font-family: merriweather;
}
.education-and-skill {
	padding-bottom: 50px;
	margin-bottom: 50px;
}

	/*portfolio*/
.body_portfolio h2 {
    font-family: "04b30";
	color: #E65E88;
	text-shadow: 2px 2px #F5CFCB;
	background-color: #F5EAC0;
	border-radius: 17px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 3px;
    padding-left: 3px;
}
.body_portfolio .btn-primary {
	color: #F5EAC0 !important;
}

	/*contact*/
.body_contact h1 {
    font-family: "04b30";
	color: #F5EAC0;
	text-shadow: 2px 2px #683FF5;
	
}
.body_contact i {
	color: #F5EAC0;
}
.body_contact label {
	color: #F5EAC0;
}
.body_contact input {
	background-color: #F5EAC0;
	color: #683FF5;
	
}
.body_contact textarea {
	background-color: #F5EAC0;
	color: #683FF5;
	
}
#contact_heading {
	background-color: #648AFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contact_side {
    background: white url("../images/DinkleContact.png");
    background-size: cover;
    padding: 0;
    height: 475px;
    border-radius: 20px;
}
#contact-rows {
	margin-top: 50px;
	margin-bottom: 50px;
}

	/*case study*/
#img-casestudy {
    padding-bottom: 20px;
	
}
.card-body h3{
	font-family: "04b30";
	color: #E65E88;
	text-shadow: 2px 2px #ba3c63;
}
.card-body p {
	font-family: merriweather;
	color: #ba3c63;
}
.card-body {
	background-color: #F5EAC0;
	
}
.card-and-carousel {
    margin-bottom: 20px;
}

/*footer things*/
footer {
	text-align: center;
	line-height: 60px;
	font-family:"04b30";
	bottom: 0px;
}
#footer {
    background-color: #FFB3D2;
    color: #E65E88;
}
#footer_about {
    background-color: #FFFFFF;
    color: #683FF5;
}
#footer_resume {
    background-color: #adadad;
    color: #FFFFFF;
}
#footer_portfolio {
    background-color: #FFB3D2;
    color: #E65E88;
}
#footer_contact {

	background-color: #648AFF;
    color: #F5EAC0;
}
.social a {
    display: inline-block;
	text-decoration: none;
	margin-left: 10%;
	margin-right: 10%;
}

.body_home .fa {
    color: #E65E88;
	padding: 10px;
	font-size: 30px;
	width: 40px;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
}
.body_about .fa {
    color: #683FF5;
	padding: 10px;
	font-size: 30px;
	width: 40px;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
}
.body_resume .fa {
    color: #FFFFFF;
	padding: 10px;
	font-size: 30px;
	width: 40px;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
}
.body_portfolio .fa {
    color: #E65E88;
	padding: 10px;
	font-size: 30px;
	width: 40px;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
}
.body_contact .fa {
    color: #F5EAC0;
	padding: 10px;
	font-size: 30px;
	width: 40px;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
}







/*Media Query Breakpoints*/
/*X-SMALL SIZE ONLY*/
@media (min-width:375px)
{
#home_banner h1 {
font_size: 1rem;
bottom: 3%;
left: 3%;
}
}

/*SMALL SIZE ONLY*/
@media screen and (min-width:576px)
{
#home_banner h1 {
font-size: 3rem;
bottom: 45%;
left: 20%;}
}

/*MEDIUM SIZE ONLY*/
@media (min-width: 768px)
{
#home_banner h1 {
font-size: 4rem;
bottom: 45%;
left: 20%;}
}

/*LARGE SIZE ONLY*/
@media (min-width:992px)
{
#home_banner h1 {
font_size: 3rem;
bottom: 5%;
left: 3%;
}
}
