@charset "UTF-8";
/*!
Theme Name: Oceanica Child
Theme URI: http: //webyts.com/
Description: This is a custom child theme I have created.
Author: My Name
Author URI: http: //webyts.com/
Template: oceanica-lite
Version: 0.1
*/
@import url("../oceanica-lite/style.css");
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
body, h1, h2, h3, h4, h5 {
    font-family: "Lato", Sans-serif;
}
a{
    color: #000;
}
h1, .page-heading, .entry-title{
    font-family: "Julius Sans One", Sans-serif;
    font-size: 50px;
    font-weight: 200;
}
@media print {
    .menu {
        display: none;
    }
    .logo {
        width: 100%! important;
        text-align: center;
    }
}