/************* Standard CSS section for desktop and laptop browsers **************/

/*------------------------------------------------------------------------------
Base HTML
------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6{
    color: rgba(16, 109 ,18, 1);
}
a, 
a:visited,
a:hover{
    color: rgba(16, 109 ,18, 1);
}

.special-box{
    background-color: rgba(16, 109 ,18, 1);
}
.special-border-box{
    border:solid 5px rgba(16, 109 ,18, 1);
}
.btn-primary,
.btn-primary:visited,
.btn-primary:hover{
    background: rgba(16, 109 ,18, 1);
    border-color: rgba(16, 109 ,18, 1);
    color: rgba(16, 109 ,18, 1);
}
.btn-primary:hover{
    background: rgba(16, 109 ,18, .7);
}
.fa-check-circle,
.fa-check-circle-o{
    color: rgba(16, 109 ,18, 1);
}
.note{
    font-size: .8em;
}
.highlight{
    background-color: #ff0;
}

/************* END Standard CSS section for desktop and laptop browsers **************/

/*************media queries**************/
@media only screen and (min-width: 0) and (max-width: 640px) {
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
}
@media only screen and (min-width: 1542px) {
}
/*************END media queries**************/