﻿/* -------------------------------------------------- */
/*                  BASIC PAGE SETUP                  */
/* -------------------------------------------------- */
body {
    color: #333333;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: #ffffff;
    }

body, html {
    height: 100%;
    }

@font-face {
    font-family: 'muliregular';
    src: url('../muli-webfont.woff2') format('woff2'), url('../muli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }
    

/* -------------------------------------------------- */
/*                     MAIN LAYOUT                    */
/* -------------------------------------------------- */
#skiptomain {
    display: none;
    }

.underconstruction {
    width: 100%;
    }
.underconstruction img {
    width: 100%
}

.maincontent {
    clear: both;
    margin: 0px auto;
    padding: 50px 20px;
    position: relative;
    max-width: 960px;
    }

#footer {
    height: auto;
    margin: 0px;
    padding: 0px;
    border-top: 2px solid #ffffff;  
    padding-bottom: 0px;
    background-color: #000000;
    }

.footercontent {
    clear: both;
    color: #ffffff;
    margin: 0px auto;
    padding: 5px 0px 0px 0px;
    position: relative;
    max-width: 960px;
    vertical-align: bottom;
    }

.row {
    margin-right: 0px;
    margin-left: 0px;
    }

.desktop {
    visibility: visible;
    height: auto;
    display: block
}
.mobile {
    visibility: hidden;
    height: 0px;
    display: none
}


/* -------------------------------------------------- */
/*                     HEADINGS                       */
/* -------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
}
h1 {
    color: #000000;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    }

h2 {
    color: #552d67;
    margin: 50px 15px 15px 15px;
    padding: 10px;
    font-size: 26px;
    text-align: center;
    line-height: 40px;
    background-color: #ffffff
    } 


/* -------------------------------------------------- */
/*                 5. PARAGRAPHS                      */
/* -------------------------------------------------- */
p {
    color: #000000;
    margin: 30px 0px;
    padding: 0px;
    hyphens: auto;
    font-size: 24px;
    text-align: center;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    line-height: 55px;
    }

p.footer {
    color: #ffffff;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 12px;
    text-align: center;
    line-height: 34px;
    }


/* -------------------------------------------------- */
/*                     7. LINKS                       */
/* -------------------------------------------------- */
a:link, a:visited, a:hover, a:active {
    text-decoration: none
    }

a {
    color: #ffffff;
    text-decoration: none;
    }

a:link, a:visited {
    color: #ffffff;
    padding: 5px 15px 10px 15px;
    border-radius: 10px;
    background-color: #b59857;
    }
a:hover, a:active {
    color: #ffffff;
    background-color: #000000;
    }

a:link.social, a:visited.social {
    color: #ffffff;
    padding: 4px 10px 10px 10px;
    border-radius: 10px;
    background-color: #b59857;
    }
a:hover.social, a:active.social {
    color: #ffffff;
    background-color: #000000;
    }    

.footercontent a:link, .footercontent a:visited {
    padding: 0px;
    background-color: transparent
    }
.footercontent a:active, .footercontent a:hover {
    color: #b59857;
}
    

/* -------------------------------------------------- */
/*                      IMAGES                        */
/* -------------------------------------------------- */
img {
    width: auto\9; /* ie8 */
    height: auto\9;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    }


/* -------------------------------------------------- */
/*                    RESPONSIVE                      */
/* -------------------------------------------------- */
@media screen and (max-width: 600px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
        }

    .desktop {
        visibility: hidden;
        height: 0px;
        display: none
        }
    .mobile {
        visibility: visible;
        height: auto;
        display: block
        }        
    }
    /* -- */