/*
 Theme Name:     Honma Child Theme
 Theme URI:      http://www.cryslo.com
 Description:    Honma Child Theme
 Author:         Ross Edlin
 Author URI:     http://www.cryslo.com
 Template:       honma
 Version:        1.0.0
*/
 
@import url("../honma/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

html
{
    overflow-y: scroll;
}

.home .page_title
{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 520px;
}

.welcome_banner
{
    padding-top: 80px !important;
}
.welcome_banner p
{
    font-size: 34px;
    text-transform: none;
    font-weight: bold;
    color: #eeeeee;
}
.welcome_banner a
{
    color: #1D90FF;
}
.welcome_banner a:hover
{
    text-decoration: underline;
    color: #1D90FF;
}