body{
    background-size: cover;
    background-color: #fffbee;
}

.btn-primary{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    background-color: #1c1c1c;
    color:aliceblue;
    font-weight: bold;
    margin: 60px;
    font-size: 2vw;
    border: none;
}


.btn-secondary{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    background-color: #1c1c1c;
    color:aliceblue;
    font-weight: bold;
    margin: 60px;
    font-size: 2vw;
    border: none;
}

.col{
    padding-bottom: 25px;
}

.dlogo{
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    margin-top: 100px;
    object-position: center;
}

a h1{
    color: black;
}

a:hover{
    text-decoration: none;
}

a h1:hover{
    color: white;
}

.card-text{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color:#1c1c1c;
    font-weight: bold;
    text-align: center;
}


.album{
    margin-left:20px;
    margin-right:20px;
    position: relative;

}


.design-image{
    display: block;
    width: 100%;
    height: auto;
}

.fw-light{
    font-family: DIN Condensed;
    font-size: 9vw;
}

.text-pink{
    color:aliceblue;
}
    

.text-muted a{
    color:#1c1c1c;
    
}

section.container{
    max-width: 100%;
    position: relative;
}

.bg-image img{
    width: 100%;
    height: 100%;
    position: absolute;
    
}

h2{
    margin-top: 20px;
    font-family: DIN Condensed;
    color: white;
}

section.container p{
    color: black;
}

.btn:hover{
    background-color: #2c5391;
    color: rgb(252, 117, 117);
}

.btn:active{
    background-color: rgb(240, 135, 31);
    color: #2c5391;
}

.btn-secondary:hover{
    background-color: rgb(252, 117, 117);
    color: #2c5391;
}

.btn-secondary:active{
    background-color: white;
    color: black;
}

.navbar-toggler-icon:hover{
    background-color:aliceblue;
}

footer a{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 32px;
    color:aliceblue;
}

footer a:hover{
    color: white;
    text-decoration: none;
}

a h2:hover{
    color:aliceblue;
}

