﻿/***********************************************************************
    Standard items
***********************************************************************/

body {
    text-align: center;
    margin: 0 auto;
    font-family: 'Quicksand','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 300;
    font-size: x-large;
    color: #333;
    min-width: 1024px;
    max-width: 1920px;
    justify-content: center;
}

h1{
    font-size: 80px;
    letter-spacing: 20px;
    font-weight: 700;
    font-family: 'Alegreya SC', 'Times New Roman', Times, serif;
    margin: 0px;
    border-radius: 5px;
    margin: 0px;
    padding: 20px;
}

h2{
    font-size: 24px;
    letter-spacing: 1.5x;
    font-family: 'Quicksand','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 200;
    color: white;
    margin: 0px;
    padding: 0px;
}

h3{
    display: block;
    text-align: center;
    text-decoration: none;
    color: grey;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 10px;
    font-family: 'Alegreya SC', 'Times New Roman', Times, serif;
    letter-spacing: 4px;
    font-size: 44px;
    font-weight: 900;
}

h5{
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
}

h6{
    margin: 0px;
    margin-left: 10%;
    text-align: left;
}

p{
    text-align: justify;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 250%;
}

ul{
    text-align: left;
    margin-left: 20%;
    margin-right: 20%;
}

table{
    display: block;
    margin-left: 10%;
    margin-right: 10%;
}

td{
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

td:first-child{
    min-width: 320px;
}

/***********************************************************************
    Custom classes
***********************************************************************/

.entry{
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.line{
    height: 2px;
    background: #2E3A4A;
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 1px;
}

#header{
    font-weight: 700;
    color: white;
    background: #2E3A4A;
    font-family: 'Alegreya SC', 'Times New Roman', Times, serif;
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 70px;
}

#footer{
    margin-top: 120px;
    margin-bottom: 120px;
    text-align: center;
    font-size: 14px;
}