*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
}

#container{
    background: gray;
    color:black;
    font-size: 16px;
    width: 100%;
}

.display-4{
    color: #cc5500;
    font-family: "Monoton", cursive;
    
}
.longhorn{
    float: right;
    width: 36%;
    height: 170px;
    position: relative;
    top: -123px;
}

.buttons{
    margin-left: 10px;
    margin-right: 10px;
   
}

p.lead{
    margin-left: 5%;
}

h1{
    margin-left: 5%;
    margin-right: 5%;
}
.btn-secondary{
    margin: 6px;
}

#button-group{
    margin-left: 31%;
}

#question{
    text-align: center;
}
.card{
    margin-left: 6%;
}

.list-group-item{
    float:right;
    margin-bottom: 30px;
    position: relative;
    right: 72px;
    padding: 0.75rem 1.25rem;
    text-align: center;
}

#start{
    margin-left:40%;
    margin-right:25%;
}

.col-md-4{
    height: 75px;
}

.card-title{
    text-align: center;

}

.main-content{
    margin-bottom:60px;
}
.wrapper{
    min-height: 100%;
    margin-bottom: -80px;
}
.push{
    height:50px;
}

footer{
    background: #cc5500;
    width: 100%;
    height: 50px;
    margin-bottom: 0%;
    border-top: 10px solid gray;
    position: fixed;
    left: 0;
    bottom: 0;
    right:0;
}



  
  @media screen and (max-width: 768px) {
    .longhorn{
        width: 36%;
        position: relative;
        top: -123px;
       }

    .list-group-item{
        width: 160px;
    }
    
       
    
}

  @media screen and (max-width: 640px) {
   .longhorn{ width: 36%;
    height: 84px;
    position: relative;
    top: -76px;
   }
   .list-group-item{
    width: 150px;
    height:68px;
    bottom: 94px;
}

.start{
    position: relative;
    left: 25px;
    bottom: 86px;
}
.card{
    margin:0%;
    width: 18rem;
}
    
}


