﻿.navbar {
    background-color: #fcd088;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 1000;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid white;
    border-top: 1px solid white;
}

table{
    border: 6px solid #fcd088;
}

.output {
    margin-top: 20px;
}

#output {
    border: 1px solid #fcd088;
    color: #fcd088;
    font-size: 20px;
    padding: 12px;
    min-height: 58px;
}

#output, #input-string{
    padding:12px;
}

@media (max-width: 1199.98px) {
    .input-column {
        margin-bottom: 20px;
    }
}

#solve-it-button {
    width: 100%;
}

#collapseOne {
/*    max-height: 50vh;*/
    overflow-y: auto;
}

.card {
    max-height: calc(100% - 100px) !important;
}

.content {
    /*overflow-y: scroll !important;*/
    /*height: calc(100% - 80px);*/
    /*display: table;*/
    width: 100%;
    flex-grow: 1;
    background-color: #242a30;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;

    background-image: url("../Images/ghost.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.scrollable {
    overflow-y: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollable::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollable {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}


.content-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.customNav .nav-link.active,
.nav-item.show .nav-link {
    color: #202529;
    background-color: #fcd088;
    border-color: #fcd088;
}

.customNav a{
    color:white;
}



#window {
    /*-webkit-animation: fadein 1s;*/ /* Safari, Chrome and Opera > 12.1 */
    /*-moz-animation: fadein 1s;*/ /* Firefox < 16 */
    /*-ms-animation: fadein 1s;*/ /* Internet Explorer */
    /*-o-animation: fadein 1s;*/ /* Opera < 12.1 */
    /*animation: fadein 1s;*/
    /*overflow-y: scroll !important;*/
    width: 95%;
    height: 95%;
    margin: auto;
    filter: drop-shadow(-30px 30px 10px rgba(0, 0, 0, 0.5));
    display: flex;
    flex-direction: column;
}

/*#content-div {
    background-color: #242a30;*/
    /*height: 100%;*/
/*}*/

#window {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    IE 9 -webkit-transform: translate(-50%, -50%);
    Chrome, Safari, Opera
    
}

/*#content-container.row {
    display: table-cell;
    vertical-align: middle;
}*/

#content-container {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    IE 9 -webkit-transform: translate(-50%, -50%);
    Chrome, Safari, Opera*/
    /*height: 100%;*/
}

html, body {
    height: 100%;
    width: 100%;
    background-color: white;
    color: white;
    overflow: hidden;
}

.bottom-buffer{
    margin-bottom: 20px;
}

.input-string {
    min-height: 58px;
    width: 100%;
    height: 100%;
    font-size: 20px;
}

#output-column{
    min-height: 50px;
}

.output-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fcd088;
}

#buzz-it-button{
    width: 100%;
}

.full-width {
    width:100%;
}

.custom-button {
    font-size: 20px;
    padding: 12px 30px;
    border: 1px solid #fcd088;
    color: #202529;
    text-transform: uppercase;
    letter-spacing: 4px;
    background-color: #fcd088;
    transition: all 0.3s;
    cursor: pointer;
    text-decoration: none;
}

.custom-button:hover {
    border: 1px solid #fcd088;
    color: #fcd088;
    background-color: transparent;
    text-decoration: none;
}

.custom-button-disabled {
    border: 1px solid lightgrey;
    color: lightgrey;
    background-color: transparent;
    text-decoration: none;
    font-size: 20px;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
    transition: all 0.3s;
}

.fizz, .buzz, .fizzbuzz {
    font-weight: bold;
    color: #fcd088;
}

#bottom-icons {
    position: absolute;
    bottom: 20px;
}

#bottom-icons img{
    max-width: 100px;
}

.buildings-container {
    /*overflow: scroll;*/
    /*height: 500px;*/
    height:30rem;
    width: 100%;
    white-space: nowrap;
}

.building {
    transition: height 0.3s ease-out;
    transform-origin: bottom;
    color: #202529;
    display: inline-block;
    vertical-align: bottom;
    /*min-width:20px;*/
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
}

.sun {
    background-color: #fcd088;
}
.no-sun {
    background-color: #8a7148;
}

/*.windows {
    width: 100%;
    height: 100%;
    background-size: 20% 5%;
    background-image: linear-gradient(to right, grey 30%, transparent 30%), linear-gradient(to bottom, grey 30%, transparent 30%);
}*/

/*.windows {
    display: inline-grid;
    grid-template-columns: auto auto auto;
    background-color: transparent;
    padding: 10%;
    width:100%;
    height: 100%;
}

.grid-item {
    background-color: #202529;
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 5%;
    margin: 10%;
    text-align: center;
}*/

:root {
    --animate-delay: 0.5s;
}

.grid-container {
    display: grid;
    /*grid-template-columns: auto auto auto;*/
    /*grid-template-columns: repeat( auto-fill, minmax(50px, 1fr) );*/
    grid-template-columns: repeat( 12, minmax(50px, 1fr) );
    /*    padding: 10px;*/
    /*width: 100%;*/
}

@media (max-width: 992px) {
    .grid-container {
        grid-template-columns: repeat( auto-fill, minmax(50px, 1fr) );
    }
}

.grid-item {
    border: 1px solid white;
    /*padding: 20px;*/
    font-size: 30px;
    text-align: center;
    transition: background-color 0.15s ease-in;
}


