/*
Theme Name: simple-catch-child
Description: Improve the look for an Organic Focus Website.
Author: Stephen Galbraith
Author URI: http://adifina.com
Template: simple-catch
Version: 0.1.0
*/

@import url("../simple-catch/style.css");

body {
    background-color: whitesmoke;
}

/* Only enable when larger than min-width */
@media screen and (min-width: 60em){
   .site-branding-text {
       margin-top: 100px;
   }
    #access {
        left: 340px;
        bottom: 80px;
   }
}
/* blend menu in with background - more modern */
#access {
    border: unset;
    background-color: unset;
}

/*
need @media too

.site-title {
    font-size: 500%;
}

.site-description {
    font-size: 120%;
}
*/