/*
 Theme Name:  GeneratePress Child
 Theme URI:   https://generatepress.com
 Description: Default GeneratePress child theme
 Author:      Rocky Beach Studio
 Author URI:  https://www.rockybeachstudio.de
 Template:    generatepress
 Version:     0.1
*/

body {
background:#000;
font-size:18px;
line-height:1.56;
font-weight:300;
text-decoration:none;
-webkit-text-size-adjust:none;
}

* {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-text-size-adjust:none;
}

a, b, span, div, ul, li, td, th, form, fieldset, input, select, textarea, p, h1, h2, h3, h4 {
font-family:Arial,Helvetica,sans-serif;
outline:none;
border:0;
}

h1, h2, h3 {
font-family:Arial,Helvetica,sans-serif;
}

.inside-article, .wp-block-column {
text-align:center;
}

h1 {
display:inline-block;
border-bottom:1px solid #4d4d4d;
}

.entry-title {
text-align:center;
}

p {
text-align:left;
}

a {
text-decoration:none;
transition:color .25s;
}

a:not(:hover):not(:focus) {
color:inherit;
}

.clearfix {
*zoom:1;
}

       .clearfix:before, .clearfix:after {
       content:' ';
       display:table;
       }

       .clearfix:after {
       clear:both;
       }

