body{
background-color: #f2e1d0;
font: 20px Arial,sans-serif;
line-height: 1.8;
color: #f5f6f7;
}

p{
font-size: 16px;
}

.margin{
margin-bottom: 45px;
}

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

.bg-2{
background-color: #474e5d;
color: #ffffff;
}

.bg-3{
background-color: #f2e1d0;
color: #000000;
}

.bg-4{
background-color: #2f2f2f; /* Black Gray */color: #fff;
}

.caption{
color:#000000;
font-size:16px;
text-align:center;
font-weight:bold;
}

.center{
margin-left:auto;
margin-right:auto;
}

.container-fluid{
padding-top: 70px;
padding-bottom: 70px;
}

.border{
border-width:2px;
border-color:#dac09f;
border-style:solid;
width:100%;
}

.bottom{
margin-bottom:-80px;
border-width:2px;
border-color:#dac09f;
border-style:solid
}

.navbar{
padding-top: 15px;
padding-bottom: 15px;
border: 0;
border-radius: 0;
margin-bottom: 0;
font-size: 12px;
letter-spacing: 5px;
}

.navbar-nav li a:hover{
color: #aaaaaa !important;
}

.sub-title{
color:#000000;
font-size:32px;
text-align:center;
font-weight:bold;
}

.title{
font-size:36px;
font-family:arial;
font-weight:bold;
color:#000000;
text-align:center;
margin-top:80px;
}

a.contact:link{
color:#ffffff;
font-family:Arial,sans-serif;
text-decoration:none;
font-style:normal;
}

a.contact:visited{
color:#aaaaaa;
font-family:Arial,sans-serif;
text-decoration:none;
font-style:normal;
}

a.contact:hover{
color:#aaaaaa;
font-family:Arial,sans-serif;
text-decoration:none;
font-style:normal;
}