body {
    background-color: #100e17;
}

.bo-bot {
	background-color: black;
}

.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;
    background-color: #100e17;
}

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

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

#mainNavbar .nav-link {
    color: white;
    background-color: #f5576c;
    /* 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: #f5576c;
    font-weight: 100;
    font-size: 1.5rem;
}

.navbar-dark .navbar-toggler {
    background: #100e17;
    border-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-1543083115-638c32cd3d58?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1778&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: #84fab0;
    color: white;
}

.enjoyAd {
    border: 8px solid white;
    font-family: 'McLaren', cursive;
}

.card {
    border-radius:1px;
}

#col-long-poster {
    padding: 0px;
    margin: 0px;
}

.long-poster {
    background-color: white;
    object-fit: cover;
    height: 700px;
    width: 500px;
}

.long-poster:hover {
    transform: scale(1.05, 1.05);
    border: 8px solid white;
}

.enjoy svg {
    color: black;
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
    border: 1px solid white;
    border-radius: 25px;
    /* display: block;
    margin: auto; */
    font-size: 25px;
}

.btn-blue {
    background: #84fab0;
    color: black;
}

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

.btn-yellow {
	font-family: 'McLaren', cursive;
	background-color: #F3B13C;
	color: black;
}

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

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

/*Media query*/
@media (max-width: 500px) {
	.card-text {
		font-size: 0.9rem;
	}
}
