/*
 Theme Name:   Jrcm Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');




body{
    background-color: #fff;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
a{
    text-decoration: none;
}
header, .main-navigation,.site-info{
    display: none;
}

.site-footer .footer-widgets-container .inside-footer-widgets{
    margin-left: 0 !important;
    padding-top: 40px;
    border-top: 2px solid #000000ab;
}