﻿@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Arapey);
@import url(https://fonts.googleapis.com/css?family=Scada);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script);
@import url(https://fonts.googleapis.com/css?family=Alef);
@import url(https://fonts.googleapis.com/css?family=Economica);
@import url(https://fonts.googleapis.com/css?family=Marmelad);
@import url(https://fonts.googleapis.com/css?family=Viga);
@charset "utf-8";

/* ************************** BODY STYLES *****************************/


body { margin: 0px; font-family: 'Montserrat'; font-size: 15px; }

/* ************************** LIST STYLES *****************************/

ul
{
  list-style-type: square; font-family: 'Montserrat'; font-size: 12pt; font-weight: normal; color: #141414
}

/* ************************** HEADER STYLES ****************************/

/* --- HEADER 1 STYLES --- */
h1 {
    font-family: 'Montserrat';
    font-weight: 400;
    display: block;
    margin: 0px 0 0px 0;
    font-size: 18pt;
    color: black;
    text-decoration: none;
}

h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    display: block;
    margin: 0px 0 0px 0;
    font-size: 16pt;
    color: #808080;
    text-decoration: none;
}
    
h3 {
    font-family: 'Montserrat';
    font-weight: 400;
    display: block;
    margin: 0px 0 0px 0;
    font-size: 14pt;
    color: #808080;
    text-decoration: none;
}
   
h4 {
    font-family: 'Montserrat';
    font-weight: 400;
    display: block;
    margin: 0px 0 0px 0;
    font-size: 11pt;
    color: #141414;
    text-decoration: none;
}


h5 {
    font-family: 'Oswald';
    font-weight: 400;
    display: block;
    margin: 0px 0 0px 0;
    font-size: 11pt;
    color: #000000;
    text-decoration: none;
}

h6 {
    font-family: 'Montserrat';
    font-weight: 400;
    display: block;
    margin: 0px 0 0px 0;
    font-size: 8pt;
    color: #808080;
    text-decoration: none;
}

