body{
    background-color:black;
}
.nav-item{
    color:goldenrod;
    padding-right: 10px;
    font-size: 18px;
    font-family:'Montserrat', sans-serif;
    font-weight: 200;
    letter-spacing: 2px;
}

.logo img{
    
    float: left;
    width: 80px;
    height: auto;
    
    
}
.navbar{
    padding-right: 10px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    color:goldenrod;
    font-weight: 50;
    letter-spacing: 2px;
    text-shadow: 0px 0px 0px goldenrod;
}
img{
    height:auto;
    width: 100%;
}
.card{
    justify-content:center;
}

@media (max-width:780px){
    body{
        background-image:url('images/IMG_20220215_173509.png');
        background-attachment: fixed;
        background-size: cover;
    }
    .navbar{
        font-size:20px;
        transform: translate(10%,0%);
        width: 85%;
        letter-spacing: 2px;
        font-family: 'Montserrat', sans-serif;
    color:goldenrod;
    }
    
    .nav-item{
        color: goldenrod;
    }
    .column,.columnBx {
        float: left;
        width: 100%;
        padding: 5px;
    }
    h1
    {
        color: goldenrod;
        font-size: 25px;
        font-style: bold;
    }
  
}
@media (min-width:500px){
    body{
        background-image:url('images/bggg.jpg');
        background-attachment: fixed;
        background-size: cover;
    }
.logoBx
{
    display: block;
    width: 40.33%;
    margin-left: auto;
    margin-right: auto;
}
    .column
{
    display: block;
    width: 40%;
    padding: 2px;
    margin-left: auto;
    margin-right: auto;

    
    
}
.columnBx
{
    
    float: left;
    width: 28.33%;
    padding: 3px;
    margin-left: auto;
    margin-right: auto;

}
.finalImg
{
    display: block;
    width: 30%;
    height: 40%;
    margin-left: auto;
    margin-right: auto;
}
.row::after
{
    content: "";
    clear: both;
    display: table;
}
    h1
    {
        color:goldenrod;
        font-size: 60px;
        font-style: bold;
    }
    .navbar{
        font-size:25px;
        transform: translate(17%,0%);
        color: goldenrod;
        width: 75%;
    }
    .nav-item{
        padding-right: 10px;
        color: goldenrod;
    }
    h3{
        color: goldenrod;
        font-size: 60px;
        font-family:Arial,Helvetica,sans-serif;
        font-weight:bold;
    }
    
}
strong{
    color: white;
}

p{
    color:#fff;
    font-family:'Times New Roman', Times, serif; 
    font-size: 15px;
    font: weight 100px;
}
.btn{
    font-family:"Lucida Console","Courier New","monospace";
    font-weight:bold;
    border-radius: 50px;
}
h6{
    font-size: 20px;
}

.list-group{
    width: 50%;

}
h5{
    font-family:Georgia, 'Times New Roman', Times, serif;
    color: #fff;
    
    font-size: 20px;
 }
@media (min-width:400px){
   p{
       font-size: larger;
   }
    
}