@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* HTML Elements */
body {
    font-family: 'Nunito', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color:#fff1e4;
    color:#000;
    font-size: 18px;
}
body,html {
    overflow-x: hidden;
}
.modal-content {
    background-color:#fff1e4;
}
.container {
    max-width:100%;
    padding:0;
}
footer {
    background: #000;
    color:#fff;
    height: 30px;
    padding: 2vh;
    padding-bottom: 40px;
    text-align: center;
    width: auto;
}
footer a,footer a:hover {
    color:#fff;
}
b, strong {
    font-weight:600;
}
h1 b {
    font-weight:800;
}
.dnaDiv b {
    font-weight: 500;
}
.btn b {
    font-weight: 600;
}
ul{
    list-style-type: none;
    padding:0;
}
.modal.show .modal-dialog {
    max-width:90%;
}
h1 {
    color:#8459ff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px; 
    margin-top: 2.5rem;
}
h3 {
    font-weight: 800;
    font-size: 2rem;
    line-height:1.2em;
}
h2 {
    font-size: 3.5rem;
    font-weight: 900;
    text-transform: uppercase;
}
.navbar-brand {
    font-size: 1.15rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0;
    margin-right:2rem;
}
html {
    box-sizing: border-box;
    color: rgb(0, 0, 0);overflow-y: scroll;
}
p {
    color: #000;
}
a:hover{
    text-decoration: none;
}
.btn {
    text-transform: uppercase;
    font-weight:500;
}
.btn-success {
    background-color:#67d186;
    border-color:#67d186;
}
.btn-primary {
    background-color:#aa8cff;
    border-color:#aa8cff;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color:#8459ff;
    border-color:#8459ff;
}
.btn:focus,a:focus {
    outline:none;
    box-shadow: none;
}
/** Index Card **/
.card-deck .card {
    margin:0;
    border:none;
    border-radius: 0;
}
.card-deck .card.content.content--1 {
    background: #ffeced;
    transition:.3s background;
}
.col-md-4.col-12.card.content.content--1:hover {
    background: #ff9d9d;
}
.card-deck .card.content.content--2 {
    background: #f0fff8;
    transition:.3s background;
}
.card-deck .card.content.content--2:hover{
    background: #67d186;
}
.card-deck .card.content.content--3 {
    background: #f4f2ff;
    transition:.3s background;
}
.card-deck .card.content.content--3:hover{
    background-color: #aa8cff;
}
.card-deck .card.content {
    padding: 65px 40px;
}
.card-deck .card.content h3.card-title {
    margin:1rem 0 1.5rem;
}
.topCard button#cardButton {
    background: #aa8cff;
    border: none;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    border-radius: 8px;
    margin: 30px auto 0!important;
    left: 0;
}
/* Classes */
.birdAttributes {
    background-color: #fff;
    border-radius: 10px;
    left: 3em;
}

.birdBox {
    background-color: #fff;
    border-radius: 10px;
    padding:0;
    z-index: 20;
}

.buyBox {
    background-color: #f8f9fa;
    border-radius: 10px;
    z-index: 20;
}

.buyButton {
    border-radius: 5px;
}

.cancelButton {
    border-radius: 5px;
}

.card-deck{
    background: transparent;
    border-width: 5px;
    position: relative;
    top: 0em;
    z-index: 1;
}

.card-img-top {
    height: 390px;
    max-width: 250px;
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
}
.card-text {
    text-align: center;
}

.card-title {
    text-align: center;
}

.catalogBox {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px!important;
    margin: 0 20px 40px!important;
    z-index: 20;
}
.evolvingHeart {
    left: -14em;
    position: relative;
    top: -20em;
}
.navbar {
    background-color:#000;
    font-weight: 600;
}
.navbar a {
    color: #fff;
}
.offerBox {
    background-color: #fff;
    border-radius: 10px;
    z-index: 20;
}

.row {
    justify-content: center;
}

.submitButton {
    margin-right: 1em;
}

.topCard {
    position: relative;
    z-index: 1;
    background: #fff1e4;
    border:none;
    text-align: center;
    padding: 50px 0;
}

/* IDs */
#breedAgainButton {
    position: relative;
    margin:0 auto;
}

#breedButton {
    position: relative;
}
#cardButton {
    left: 2em;
    position: relative;
}

#cardTitle {
    text-align: center;
    color: #8459ff;
}

#childBox {
    background-color: #fff;
    border-radius: 10px;
    z-index: 20;
    border:1px solid rgba(0,0,0,0.1);
}

#childDisplay {
    position: relative;
    z-index: 50;
}

#createButton {
    border-radius: 5px;
    float:right;
}

#dadData {
    float: right;
    margin-right: 1em;
}
.breed-container {
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}

#dameBox {
    background-color: #ffeced;
    border-radius: 10px;
    z-index: 20;
    border:1px solid rgba(0,0,0,0.1);
}

#dameButton {
    position: relative;
}

#dameDisplay {
    position: relative;
}

#defaultButton {
    border-radius: 5px;
}

#genData {
    float: right;
    margin-right: 1em;
}

#idData {
    float: left;
}

#logo {
    border-radius: 40%;
}

#mumData {
    float: left;
}

#offerAmount {
    position: relative;
    width: min-content;
}

#pauseMessage {
    text-align: center;
}

#randomizeButton {
    border-radius: 5px;
    left: 0.2em;
}

#sireBox {
    background-color: #f4f2ff;
    border-radius: 10px;
    padding-right: 30px;
    z-index: 20;
    border:1px solid rgba(0,0,0,0.1);
}

#sireButton {
    position: relative;
}

#sireDisplay {
    position: relative;
}

#swapButton {
    position: relative;
    margin: 0 auto;
}
.navbar-toggler-icon {
    background-image:url(../media/icons8-hamburger-menu-30.png);
}
@media only screen and (max-width: 767px) {
    h1 {
        margin-top: 1.3rem;
        font-size: 2rem;
    }
    .catalogBox {
        margin: 0 auto 40px!important;
    }
    .birdAttributes {
        left:0;
    }
}