
body {
    font: 20px "Montserrat", sans-serif;
    line-height: 1.8;
}

img 
{
    border: 0px;
}

.no-padding
{
    padding: 0px;
}

ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
    font-weight: bold;
    margin-top: 0px;
}

li
{
    font-size: large;    
}

.listTitle
{
    font-size: larger;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

li:before { 
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.2em;
    position: relative;
}

h2
{
    margin-top: 0px;
}

h3
{
    margin-top: 10px;
}

@media only screen and (min-width: 768px) 
{
    h4
    {
        font-size: 32px;
        padding: 20px 0 0 0;
        margin: 0px;
    }
}

p
{
    padding-bottom: 10px;
    font-size: large;
}

.bg-1 { 
    background-color: #ad987c; 
    color: #ffffff;
}

.bg-2 { 
    background-color: #c6bcaf; 
    color: #494949;
}

.bg-3
{
    background-color: #212121; 
    color: #ACACAC;    
}

.bg-3 a
{
    color: #ACACAC;    
    text-decoration: underline;
}

.bg-3 a:hover
{
    color: #818181;    
    text-decoration: underline;
}


.frame
{
    border: #594d3e solid 2px;
    padding: 10px;
}

.quote
{
    font-style: italic;
}

.padding
{
    padding: 30px;
}

.container
{
    padding-bottom: 30px;
}

footer
{
    padding: 50px;
}

.contact
{
    padding: 0;
    margin: 0;
}

.text-left
{
    text-align: left;
}

.text-righr
{
    text-align: right;
}

.contact
{
    margin: 0xp;
    padding: 0xp;
}

@media only screen and (min-width: 768px) 
{
   .footer-tele {
        text-align: right;
    }

   .footer-mail {
        text-align: center;
    }
}

.mybutton
{
    background: #594d3e;
    color: #DCDCDC; 
    border-radius: 30px;
    padding: 15px;
}

.btn:hover
{
    background: #897d6e;
}

.mybutton
