h1.site-title { 
    font-size: 50px;
    line-height: 90px;
}

#content { max-width: 1200px;}

header h1 {font-family: 'Norican'; font-size:52px; text-align:center; }

header a:link {text-decoration:none;}

nav {margin: auto; width: 80%;}
  
header nav ul a:link {
    display: inline-block;
    font-family:oswald
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.25;
    text-transform: uppercase;
    width: 100%;
    padding: 7px; 
    text-decoration: none;
}

body {font-family: 'Crete Round', serif;
font-family: 'Raleway', sans-serif;}

h1 {color:#283673; font-family: 'Oswald'; font-size:52px; text-decoration: none;}

h2 {color:#283673;  font-family:'Oswald', sans-serif;}

h3{font-family:'Oswald', sans-serif; color:#4d588c;}

p {font-family: 'Raleway', sans-serif; color:#283673;}

.blocks h2 {
     text-align: center;
     font-size: 200%;
}

.decoration img {
    outline: 1px solid #ccc;
    outline-offset: -10px
}

a:link {text-decoration:underline;}

.property {color:#283673;}

.value {color:#283673;}

.field {color:#283673}

ul {font-family: 'Raleway', sans-serif; color:#283673}

.tag-label {margin-right: 1em;
font-weight: 500;
}
.tag {margin-right: 1em;}
.button {text-decoration:none;}

/*footer*/

footer {
    max-width: 100%;
    background-color: #fff;
    border-top: 1px solid #4d588c;
}

footer p {color: black;}