/* Styles go here */
.jumbotron 
{
    padding-top: 5px; 
    padding-bottom: 15px;
    margin-top: 10px;
    border-radius: 15px; 


   }
element.style {
    color: aliceblue;
}
body
{
    background-image: url("images/coffee.jpeg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
   
}
p{
     
    background-color: #ffa700;
    color: red;
    font-weight: bold;
    width: 150;
   }
.panel-heading
{
   background-color: sandybrown;  
}

h1
{
    text-align: center;
    color: #806100;
}
img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  
}
img{
      width: 150px;
      height:150px;
}
.btn
{
    margin-top:5px;
}
hr
{
    margin-top:5px;
    margin-bottom: 8px;
}
.text-info
{
    border-left-style:solid; 
    border-left-width:10px; 
    border-left-color:#6760f4; 
    padding:5px 5px 5px 10px; 
    font-size:150%;
}
.text-warning {
    /*color: #0a714e;*/
    color: black;
}
.box 
{
   /* border-radius: 20px; */
    box-shadow: 1px 2px 10px chocolate; 
   /* padding:10px;*/

    padding-top: 5px; 
    padding-bottom: 15px;
    margin-top: 10px;
    border-radius: 15px; 
      
}
.text-muted
{
   font-size:120%; 
}
.label {font-size:800%; 
    padding-right:10px;
    
}
.jumbotron h1 {
    color: #806100;
}
