h1{
    margin: 30px 0 20px 0;
    font-weight: bold;
}
h2{
    font-weight: 100;
    margin: 10px 10px 10px 10px;
    line-height: 1.4;
}
#select2{
    background-color: #e23b2a;
    padding: 0px 40px 0px 40px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.3em;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;  
    box-shadow:  none;
    outline:none;
    width: 53%; 
    height: 40px;
    margin-top: 30px;
}
.info{
    background-image: url(../../images/bg2.png);
    padding: 20px 10px 20px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.info h1{
    margin-bottom: 30px;
}
.info p{
    display: inline-block;
    width: 80%;
    padding: 0;
    text-align: left;
}
button {
    background:none;
    border: solid;
    border-color: #e23b2a;
    border-width: medium;
    margin: 5px 5px 5px 5px;
    padding: 12px 40px 12px 40px;
    font-size: 1em;
    color: #e23b2a;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;  
    box-shadow:  none;
    outline:none;
}
button:hover {
    background-color: #e23b2a;
    color: white;
}
.priceList:link, .priceList:visited{
    color: #e23b2a; 
    box-shadow:  none;
    outline:none;
}
.priceList:hover, .priceList:active{
    color: #7F350B; 
    box-shadow:  none;
    outline:none;
}

/*-------------------------------------------------------------------Mobile */
@media screen and (max-device-width: 480px){

h2{
    font-weight: 100;
    font-size: 2em;
}
#select2{
    background-color: #e23b2a;
    padding: 20px 40px 20px 40px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5em;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;  
    box-shadow:  none;
    outline:none;
    width: 100%;
    min-height: 70px;  
}
.info{
    background-image: url(../../images/bg2.png);
    padding: 20px 10px 20px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.info h1{
    margin-bottom: 10px;
}
.info p{
    display: inline-block;
    width: 80%;
    padding: 0;
    text-align: left;
    font-size: 2em;
}
button {
    background:none;
    border: solid;
    border-color: #e23b2a;
    border-width: medium;
    margin: 15px 5px 15px 5px;
    padding: 24px 40px 24px 40px;
    font-size: 2em;
    color: #e23b2a;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;  
    box-shadow:  none;
    outline:none;
    width: 80%;
}
button:hover {
    background-color: #e23b2a;
    color: white;
}
.priceList:link, .priceList:visited{
    color: #e23b2a; 
    box-shadow:  none;
    outline:none;
}
.priceList:hover, .priceList:active{
    color: #7F350B; 
    box-shadow:  none;
    outline:none;
}

}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
    box-shadow: none;
    outline: none;
}