@charset "UTF-8";

 .jumbotron{
 background-image: url(/imgs/IMG-Cover.jpeg);
            background-size: 1150px;
            background-repeat: no-repeat;

            color: white;   
text-align: right;
        }
        
        .btn{
            color: white;
        }
        
        .btn-color{
            background-color: red;
            border: none;
        }
      
        .btn-color:hover{
            background-color: lightcoral;
            color:white;
        }
        .text-muted{
            font-size: 35px;
            color: black;
        }
        
        .active{
            border: none;
    
        }
        
        .clicked:active{
            
        }
        
        
        .container{
            margin-top: 10px;
        }
        
        .header{
            padding: 10px;
        }
        .footer{
            text-align: center;
            margin-top: 20px;
        }
        
        .row{
            text-align: center;
        }
        .center_icon{
            text-align: center;
        }
        
        .details{
            display: none;
            font-size: 25px;
        }
        
.float{
    text-align: left;
}