/* global styles */

body {
    color: #333333;
}
h1 {color: #000000; font-size: 2em; font-family: 'Dancing Script', cursive; font-weight: bold;}
h3 {font-family: 'Dancing Script', cursive; font-weight: bold;}
h2 {font-family:'Raleway', sans-serif;font-weight: bold;}
h6 {font-family: 'Lato', sans-serif;}
h5 {font-family: 'Lato', sans-serif;}
section {min-height: 400px; text-align: center; margin-top: 0em;}
footer {font-size: 90%; text-align: center;}
p {font-family: 'Lato', sans-serif;}


@media (min-width: 576px) {
    .jumbotron {
        padding-top: 2rem; padding-bottom: 2rem;
    }
}
div {text-align: center;}

}

footer {font-family: 'Lato', sans-serif;}


.wrap {
    margin: 25px;

}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.nav-item {font-family:'Lato', sans-serif;}
.about {font-family:'Dancing Script', cursive; font-weight: bold}
.box {padding: 20px;}
.workshop {padding: 1rem;}
