body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar {
    background-color: #111;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 20px;
}

#NavPadding
{
    height: 60px;
    background-color: #fff;
	margin: 0;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
#footer
{
    background-color: #111;
	margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fffed9;
    text-align: center;
}