/*
 Theme Name:   WPB Child Theme
 Theme URI:    https://www.wpbeginner.com/
 Description:  A NewCSS child theme 
 Author:       WPBeginner
 Author URI:   https://www.wpbeginner.com
 Template:     newcss
 Version:      1.0.0
*/
 
@import url("../newcss/style.css");

body {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
}

header {
    background-color: #ffffff;
    border-bottom: 0px ;
    padding: 2rem 1.5rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    margin: -2rem calc(0px - (50vw - 50%)) 0;
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}

h2 {
    color: #cc0033;
    text-align:center;
}
h3 {
    text-align:center;
}
h4 {
    color: #cc0033;
}
.red {
    color: #cc0033;
}
.purple {
    color: purple;
}
