h2.date-heading,h3.day {
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    font-family:Montserrat;
    font-weight:400;
    font-style:normal;
}

.day-container {
    border: 2px solid #967345; 
    margin-top: 20px;
    overflow: auto;
}

.model-container {
    background-color: #282828;
    min-height: 370px;
    margin-bottom: 40px !important;
    padding: 20px;
    overflow: auto;
}

h3.model-title {
    color: #ffffff;
    text-align: center;
    font-family:Montserrat;
    font-weight:400;
    font-style:normal;
}

div.status > p {
    line-height: 10px;
}

p.available {
    color: #ff3b3b !important;
    font-weight: 700;
}

p.new, div.model-tag-line {
    color: #e2dc16 !important;
    font-weight: 700;
    line-height: 27px !important;
    text-transform: uppercase !important;
}

.model-container > p {
    font-size: 16px;
    color: grey;
    margin-top: 8px; 
}

button.model-profile-btn {
    background-color: #912921;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    display: block;
    margin: auto;
    margin-top: 20px;
}

p.msg {
    color: #ff0000;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0px 20px 0px !important;
}

p.override-msg {
    color: #ff0000;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin: 20px 0px 20px 0px !important;
    padding: 100px 0px;
    line-height: 45px;
}

/* media query */

@media screen and (max-width: 1800px) {
    
    .model-container {
        
        min-height: 400px;
        
    }
    
}

@media screen and (max-width: 1600px) {
    
    .model-container {
        
        min-height: 420px;
        
    }
    
}

@media screen and (max-width: 1500px) {
    
    .model-container {
        
        min-height: 540px;
        
    }
    
}

@media screen and (max-width: 990px) {

    .model-container {
        
        min-height:initial;
        
    }
        
}

@media screen and (max-width: 770px) {

    p.override-msg {
        
        font-size: 30px;
        line-height: 36px;
        
    }

    .model-container {
        
        
       
    }
    
    p.msg {
   
    font-size: 12px;
    
}

}

@media screen and (max-width: 540px) { 

}