/* 
Theme Name:		 Unnatural

Description:	 Unnatural is a child theme of Vysual
Author:			 MAT3RIAL

Template:		 vysual
Version:		 1.0.0
Text Domain:	 unnatural
*/


@import url('fonts/hk_grotesk/stylesheet.css');

body {

    font-size: 12px;
    color: #999;
    font-family: 'hk_grotesklight' !important;


}

strong {
    font-family: 'hk_groteskbold';
        font-weight: normal;
    font-style: normal;

}
/* HEADER */
#logo img {

    display: block;
    max-width: 50%;
/* height: 50%; */
    border-style: none;

}

.button_book {
background: #fff;
color: black;
padding: 5px;   
}
.button_book:hover{
background: #2f2f2f;
color: white;
padding: 5px;   
}
/* FOOTER */
#vys-credits span {

    font-family: 'hk_grotesklight' !important;
    line-height: 1em;
    text-transform: uppercase;
    position: relative;
    font-size: 18pt !important;

}

#footer-logo img{

    border-style: none;
max-width: 50% !important;
height: 60px !important;

}
