@import url("reset.css");

body {
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    background: white;
}

@font-face { 
    font-family: NettoWeb; 
    src: url(../fonts/NettoWeb.woff) format('woff');
} 

p {
    padding-top: 20px; 
    padding-left: 20px;
    padding-right: 20px;
}

h1 { color: #700303; font-family: 'NettoWeb', sans-serif; font-size: 48px; font-weight: normal;  line-height: 1.2; text-align: center; padding-top: 40px; }

h2 { 
    color: #700303; font-family: 'NettoWeb', sans-serif; font-size: 36px; font-weight: normal;  line-height: 1.2; text-align: center; padding-top: 40px; }

h3 { 
    color: #700303; font-family: 'NettoWeb', sans-serif; font-size: 26px; font-weight: normal;  line-height: 1.5; text-align: center; 
}

a:link{
    color: #086A87;
}

a:visited {
    color: #086A87;
}

a:hover {
    color: #700303;
}

input[type=text] {
    width: 150px;
    margin-left: 19px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
    background-color: white;
    padding: 5px 5px 5px 5px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

span.libermath {
    font-family: 'NettoWeb', sans-serif; 
    font-size: 18px; 
}

span.shortnotes {
    font-family: 'NettoWeb', sans-serif; 
    font-size: 18px;  
    text-shadow: 1px 1px lightgrey;
}


