@font-face {
    font-family: 'Calson';
    src: url('../assets/fonts/LibreCaslonText-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cardinal';
    src: url('../assets/fonts/Cardinal.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Akira';
    src: url('../assets/fonts/Akira\ Expanded\ Demo.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


:root {
    font-family: 'Calson';
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: 	black;
    background-color: white;
}

/* text format */

h1{
    font-weight: 900;
    font-size: 20px;
    line-height: 2;
    padding: 2% 0%;
    margin: 0%;
}

p{
    line-height: 1.5;
    padding: 2% 0%;
}



label{
    display: block;
    text-align: justify;
    padding-left: 2%;
}

input{
    line-height: 1.5;
    padding: 1%;
    width: 95%;
}

textarea{
    line-height: 1.5;
    padding: 1%;
    width: 95%;
    resize: none;
}

li{
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0%;
}

.center {
    text-align: center;
}

strong{
    font-weight: bold;
}

em{
    font-style: italic;
}

a{
    text-decoration: none;
    font-weight: bold;
}

a:hover{
    color:steelblue;
    text-decoration: underline;
    cursor: pointer;
}

.calson {
    font-family: 'Calson';
    font-size: 22px;
}

.content {
    height: 100%;
    width: 25%;
    margin-left: 32.5%;
    background-color: white;
    padding: 5%;
}

.nav {
    display: flex;
    justify-content: space-between;
    padding: 6% 0%;
}

.footer {
    padding: 6% 0%;
    font-size: 12px;
}

.messages {
    padding: 5% 0%;
}

.messages article {
    background-color:whitesmoke;
}

form {
    padding: 5% 0%;
    background-color:whitesmoke;
}