/* Element defaults and styles common to the whole site */


@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Charm&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');

/*
font-family: 'Limelight', cursive;
font-family: 'Ubuntu', sans-serif;
*/

html {
    background-color: #eee;
    background-image: url(../graphics/academy_backg.jpg);
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center top;
}

/* reset everything */
body * {
    font-size:100%;
    font-weight:inherit;
    font-family: 'Ubuntu', Verdana, Geneva, sans-serif;
    line-height:1.5em;
    list-style:none;
    margin:0px;
    padding:0px;
    vertical-align:baseline;
}

body {
    color: #000;
    margin: 0px auto;
    width: 1200px;
    font-size: 15px;
    background-color: #fff;
}

p {
    margin:1em 0em;
    padding:0em 1.0em;
}


a {
    color:#D9472A;
    text-decoration:none;
}

ul li, ul li {
  margin-left: 2em;
  margin-right: .5em;
}

dl {
  margin-right: 5px;
}
dt {
  font-weight: bold;
  line-height: 1.5em;
  padding: 0em 0em 0em 2em;
}
dd {
  padding: 0em 0em 1em 5em;
}


/* Headers */
/*
h1 {
    font-size: 23px;
    letter-spacing: 1px;
    text-align: center;
    color: #253742;
    margin: 15px 0px 25px;
}
h2 {
    font-size: 19px;
    color: #bcbcbc;
    margin: 7px 0px 11px;
    font-weight: bold;
    display: inline-block;
    padding-left: 7px;
    letter-spacing: 2px;
    font-variant: small-caps;
}*/
h1 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    margin: 15px 0px;
}
h2 {
    font-size: 24px;
    color: #000;
    margin: 10px 0em;
}
h3 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin: 14px 0px 0px 14px;
}
h4 { 
    font-size: 19px;
    color: #445864;
    margin: 10px 0px 20px;}
}


hr {
    width: 97%;
    margin: 5px auto;
}

blockquote {
    margin: 1.67em 3em;
    position: relative;
    color: black;
}

figcaption {
    font-size:smaller;
}

section ul li, aside ul li {
  /*margin-left: 3em;
  list-style-image: url(../graphics/bullet_point.gif);*/
}

/* basic html5 div formatting */
header {
    position: relative;
}

#sitetitle {
    #font-family: 'Charm', cursive;
    font-family: 'Alice', serif;
    font-size: 4em;
    text-shadow: rgba(0, 0, 0, 0.3) 3px 4px 5px;
}

section {
    position: relative;
    clear:both;
}
article {
    padding: 0em 1em;
    margin-bottom: 40px;
}
article div {
    clear: both;
}
footer {
    clear: both;
    padding: 1em;
    text-align: center;
    font-size: smaller;
    color: #fff;
    background-color: #03143d;
}
footer img, footer p {
    opacity: 0.9;
}
footer a {
    color:#fff;
}


/* General Form styles */

fieldset { 
    border:1px solid #807270;
    padding:0.5em; 
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
label, input, select, textarea, fieldset {
    margin:.5em;
}
input[type="submit"], input[type="reset"] {
    margin:10px;
    padding:0.3em;
} 

