p{

    font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;

    text-align: justify;
    text-justify: inter-word;
}

a:link, a:visited {
    color: darkcyan;

}

a:link:active, a:visited:active {
    color: darkcyan;
}

h1, h2, h3, h4, li{
    font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.highlight{
    background-color: lightgreen;
}

/*html, body{height:100%;}

body {
    background: url(assets/img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}*/

