/* font-family: 'Shadows Into Light', cursive;
font-family: 'Bowlby One SC', cursive;
font-family: 'McLaren', cursive; */

/* font-family: 'Lobster', cursive;
font-family: 'Oswald', sans-serif;
font-family: 'Playfair Display', serif; */

/* font-family: din-condensed,sans-serif;
font-weight: 400;
font-style: normal; */

body {
    background-color: #f8f9fb;
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1.title-name {
    font-family: Din, sans-serif;
    text-transform: uppercase;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: .025em;
}

h2 {
	z-index: 1000;
}

#arrow-down {
	font-size: 3rem;
	color: black;
}

#logoSpan {
    color: black;
}



.introduction {
    background: #0a2437;
	padding: 50px;
}

 
/*Contents edit*/
#text-underline {
	font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 300;
}

/* .title-repeat {
	transform-style: preserve-3d;
}

.title-repeat:after {
	top: -100%;
	left: 0px;
	width: 100%;
	position: absolute;
	background: #100e17;
    border-radius: 5px;
	transform-origin: left bottom;
	transform: rotateX(90deg);
}

.title-repeat:hover {
	transform-origin: center bottom;
	transform: rotateX(-90deg) translateY(100%);
} */

.text-card:hover {
    transform: scale(1.15);
}

.text-link:hover {
    text-decoration: none;
}

.blurb h2 {
    color: #0a2437;
    font-weight: 100;
    font-size: 2rem;
}

.blurb p {
    color: #0a2437;
    font-weight: 100;
    font-size: 1rem;
    line-height: 2;
}

.content {
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: white;
}

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

.lead {
	font-family: 'McLaren', cursive;
}

/*Navbar edit*/
#logoSpan {
    color: #0a2437;
}

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

.dropdown-menu {
    border-radius: 0;
    margin: 0;
}

.dropdown-item {
    font-weight: 400;
    color: #0a2437;
}

#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: #0a2437;
}

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

.navbar-dark .navbar-toggler {
    /* background: white; */
    /* border-color: white; */
    color: #0a2437;
}

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

/* copyright section */
.copyright h1{
    color: #0a2437;
	font-family: 'Bowlby One SC', cursive;
}

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

@media (max-width: 500px) {
    h1.title-name {
        font-family: Din, sans-serif;
        text-transform: uppercase;
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.2em;
        letter-spacing: .025em;
    }
	.blurb h2 {
		font-size: 1.0rem;
	}
	.blurb p {
		font-size: 0.7rem;
	}
}

/*First Main Top Text fading effect*/
#topText1 {color: rgb(0, 0, 0);}
#topText4 {color: rgba(0, 0, 0, 0.7);}
#topText7 {color: rgba(0, 0, 0, 0.4);}



hr{
    border: 0;
    height: 4px;
    background: #0a2437;
	width: 50%;
}


