/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

#submit{
    background-color: #aba003;
}

#submit:hover{
    background-color: #8a7405;
}

nav > a:hover{
    color: #8a7405;
}

/*--------------------------Footer Contact Info----------------*/

.contact-text a{
    font-size:20px;
   
}

#footer-button a{
   padding: 10px 20px;
}


#footer-button a:hover{
    background-color:#8A7405 !important;
}

#background-check{
    width: 300px;
}



