body {
    background-color: #100e17;
    /* background-color: #f5d9df; */
    /* background-image: linear-gradient(to top, #5f72bd 0%, #9b23ea 100%); */
    /* background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%); */
    /* background-image: linear-gradient(to top, #e14fad 0%, #f9d423 100%); */
    /* background-color: #9b23ea; */
    /* background: #6E2594; */
}

.main-pic {
	object-fit: cover;
	width: 250px;
	height: 300px;
	border-radius: 2px;
}

.introduction {
    background: #100e17;
    color: white;
}

.topText {
	font-family: 'McLaren', cursive;
    font-size: 4rem;
}

.topText2 {
	font-family: 'Bowlby One SC', cursive;
    font-size: 4rem;
}

.topText3 {
	font-family: 'McLaren', cursive;
    font-size: 4rem;
}

#headingGroup span {
    color: white;
}

#headingGroup h1 {
	font-family: 'Bowlby One SC', cursive;
    font-weight: 100;
    font-size: 4rem;
}

#headingGroup p {
	font-family: 'McLaren', cursive;
    font-weight: 500;
	font-size: 1.2rem;
    color: black;
}
.headIntro {
    background-color: white;
}

.contactLabel {
    overflow: hidden;
    color: black;
}

.contactBox {
	font-family: 'Bowlby One SC', cursive;
    background: white;
}

hr {
    border: 0;
    border-radius: 10px;
    height: 5px;
    background: #100e17;
    width: 70%;
}

#email-link {
    color: white;
}

#email-link:hover {
    text-decoration: none;
    color: black;
}

#fb-icon:hover {
    color: black;
}

#tw-icon {
    color: #1da1f2;
}

#tw-icon:hover {
    color: white;
}

#ist-icon {
    color: #c32aa3;
}

#ist-icon:hover {
    color: black;
}


#bookIcon {
    font-size: 3rem;
    color: white;
}

/*Navbar edit*/
#logoSpan {
    color: white;
}

.navbar {
	font-family: 'Bowlby One SC', cursive;
}

.dropdown-menu {
    border-radius: 0;
    margin: 0;
    background-color: #100e17;
}

.dropdown-item {
    font-weight: 400;
    color: white;
}

#mainNavbar {
    font-size: 1.5rem;
    font-weight: 100;
}

#mainNavbar .nav-link {
    color: black;
    background-color: white;
    /* background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%); */
    /* background-image: linear-gradient(to top, #cc208e 0%, #6713d2 100%); */
}


#mainNavbar .nav-link:hover {
    color: #100e17;
}

#mainNavbar .navbar-brand {
    color: white;
    font-weight: 100;
    font-size: 1.5rem;
}

.navbar-dark .navbar-toggler {
    background: #100e17;
    border-color: white;
}

/*First Main Top Text fading effect*/
#topText1 {color: black;}
/* #topText2 {color: rgba(255, 255, 255, 0.9);}
#topText3 {color: rgba(255, 255, 255, 0.8);}
#topText4 {color: rgba(255, 255, 255, 0.7);}
#topText5 {color: rgba(255, 255, 255, 0.3);}
#topText6 {color: rgba(255, 255, 255, 0.2);}
#topText7 {color: rgba(255, 255, 255, 0.1);} */

/*navbar color change effect*/
.navbar.scrolled {
    background-color: transparent;
    transition: background 500ms;
}

/*Media query*/
@media (max-width: 1500px) {
    #headingGroup h1 {
        font-weight: 100;
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2rem;
    }
    .blurb p {
        font-size: 1.125rem;
    }
}

@media (max-width: 500px) {
	#headingGroup p{
		font-size: 0.9rem;
	}
	p {
		font-size: 0.8rem;
	}
	.topText {
		font-size: 2.4rem;
	}
	.topText2 {
		font-size: 2.4rem;
	}
	.topText3 {
		font-size: 2.125rem;
	}
}




/* copyright section */
.copyright {
	font-family: 'Bowlby One SC', cursive;
    color: white;
}
