.hero-days{
    font-size: 26px;
    color: #ffffff;
    font-weight: normal;
    font-style: italic;
}

.hero-copy{

}
.hero-copy,
.hero-copy p{
    font-size: 15px;
    font-weight: normal;
}
.hero-copy h2{
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin: 25px 0 15px 0;
}

.hero-copy h2,
.hero-copy p{
    width: 370px;
     white-space: normal;
    color: #ffffff;
}
.hero-banner button,
.hero-banner input[type=button]{
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
     padding: 10px 30px;
     background-color: #b76c09;
}

.blue-content p{
   color: #b6d5f0;
}
.blue-content-2 p{
   color: #bdcfe8;
}
.pink-content p{
   color: #d3badf;
}
.orange-content p{
   color: #fbd7b6;
}

.blue-button-01 input[type="button"]{
background-color: #165fa8;
}

.blue-button input[type="button"]{
background-color: #1673b1;
}

.blue-button input[type="button"]:hover,
.blue-button-01 input[type="button"]:hover{
background-color: #115e91;
}

.orange-button input[type="button"]{
background-color: #d57e0b;
}

.orange-button  input[type="button"]:hover{
background-color: #b76c09;
}

.pink-button input[type="button"]{
background-color: #7e369a;
}
.pink-button  input[type="button"]:hover{
background-color: #662c7d;
}
input[type="button"]{
height: 20px;
}