/* 
    Federal yellow LIGHT - rgb(234,194,52);
    Federal yellow DARK - rgb(255,171,46);
*/
body { 
    /*margin-top: 56px;*/
    background-image: url('../../assets/img/1160-compressed.png');-->
    background-attachment: fixed;
    background-position: center; 
    color: rgba(255,255,255,0.90) !important;
}
select,option {
    color: rgb(0,0,0);
}
.hidden {
    display: none;
}
.logo {
    margin-left: auto;
    margin-right: auto;
    height: 75%;
    width: 75%;
}
.tool-title {
    text-shadow: 2px 2px 3px rgba(192, 6, 6, 0.5);
}
#results {
    margin-top: 40px;
}
#place-order {
    margin-bottom: 30px;
}
table {
    border-radius: 4px;
}
th {
    border-radius: 5px;
    text-align: center;
    background-color: rgb(255,171,46);/*rgb(108,207,246);/*#F58320;*/
}
th h3 {
    color: white;
    border: none;
}
.btn-default {
    width: 100%;
    background-color: rgb(255,171,46);/*rgb(108,207,246);/*#F58320;*/
    color: white;
    border: none;
}
.btn-default:hover {
    background-color: rgb(234,194,52);
    border: 1px solid black;
    color: white;
}
.order-online-option {
    margin-top: 20px;
}
.phone-option {
    margin-top: 20px; 
    text-align: center;
}
.phone-option h3 {
    text-align:center;
}
/*
#disclaimer {
    margin-top: 100px;
    margin-bottom: 15px;
}
*/
/* Social Medias */
.shym-contact {
    background: #ffffff;
    margin-top: 50px;
}
.shym-contact >.container {
    padding: 10px 0;
    padding-bottom: 80px;
}
.shym-contact .social_icons a {
    display: block;
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    line-height: 1.8em !important;
    margin: 0 10px;
}
.social_icons {
}
.social_icons ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.social_icons li {
    display: inline-block;
    list-style-type: none;
}
.social_icons a {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0;
    font-size: 18px;
    line-height: 35px !important;
    text-decoration: none;
    text-align: center;
    color: #919191 !important;
    background: #fff;
    border-radius: 4px;
}
.social_icons a:hover i {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -webkit-transition: 0.4s ease-in-out;
}
.social_icons .facebook a:hover {
    color: #fff;
    background-color: #3b5a9b;
    border-color: #3b5a9b;
}
.social_icons .instagram a:hover {
    color: #fff;
    background-color: #507ea4;
    border-color: #507ea4;
}
.social_icons .linkedin a:hover {
    color: #fff;
    background-color: #0072b2;
    border-color: #0072b2;
}
.social_icons .twitter a:hover {
    color: #fff;
    background-color: #2baae1;
    border-color: #2baae1;
}
.social_icons .youtube a:hover {
    color: #fff;
    background-color: rgb(108,207,246);/*#ff3330;*/
    border-color: rgb(108,207,246);/*#ff3330;*/
}
@media (max-width: 500px) {
    h1 {
        font-size: 24px !important;
    }
    h3 {
        font-size: 20px !important;
    }
}
