body {
    background-color: #100e17;
}

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

.gehry-museum-comment {
    font-family: 'McLaren', cursive;
    font-size: 20px;
}


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

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

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

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

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

#mainNavbar .nav-link {
    color: white;
    /* 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:grey;
}

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

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

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

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

/* first coding title section  */
.image-card {
    background: url(https://images.unsplash.com/photo-1577382975604-7592ea8a8a3d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1551&q=80);
    height: 500px;
    object-fit: cover;
    background-repeat:no-repeat;
    background-position: center center;
}

.coding-title {
    font-family: 'Bowlby One SC', cursive;
    color: white;
    font-size: 6rem;
    margin-top: 200px;
}

/* enjoy introduction card section  */
.first-panel {
    font-family: 'Bowlby One SC', cursive;
    margin-top: 2%;
    margin-bottom: 0.1%;
}

.first-panel h4 {
    background-color: white;
    color: black;
}

.btn {
    background: black;
    color: white;
}

.btn:hover {
    color: black;
    background: white;
}

/* comming soon section  */
.upcoming {
    background: white;
    font-family: 'Bowlby One SC', cursive;
    color: black;
}

/*Media query*/
@media (max-width: 500px) {
	.gehry-museum-comment {
		font-size: 0.8rem;
	}
}

