/*!
 * Start Bootstrap - Landing Page v5.0.8 (https://startbootstrap.com/themes/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
 */
 
    
body
{
	background-color: #fff;
	color: #000;
	overflow-x: hidden;
	font-size: 13px;
}

@media (min-width: 1200px)
{
	.container, .container-lg, .container-md, .container-sm, .container-xl
	{
		max-width: 100%;
	}
}
.container
{
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1000px;
}
p
{
	color: #000;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5;
}
p a
{
	color: #705B48;
	text-decoration:none;font-size:13px;
}

.align-items-center
{
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}




.footer
{
    padding-top: 100px;
    padding-bottom: 20px;
	max-width: 1200px;
    margin: auto;
}

.copyright
{
	margin-top:0;
}
.copyright, .copyright a
{
    font-size: 11px;
    color: #000;
    text-decoration: none;
    line-height: 1;
}
.copyright a:hover
{
	color: #1F1A17;
}

.logo
{
	background-color: #1F1A17;
    border-bottom: 25px solid #705B48;
	padding: 5px 30px;
    margin-top: 20px;
	margin-bottom: 25px;
}
.wrapper img
{
	width:100%;
	max-width: 100%;
}
.homebottom
{
}
.homebottom p
{
	text-align: center;
    font-weight: bold !important;
    margin-bottom: 2px;
}
.homebottom img
{
	max-width:150px;
	margin:10px auto;
	width:100%;
}



@media (max-width:768px)
{
    .container
	{
		padding:0px 15px;
	}
	.wrapper img
	{
		margin-bottom:20px;
	}
	p,p a
	{
		font-size:11px;
	}
	.copyright, .copyright a{font-size:10px;}
	.logo{padding: 5px 15px;border-bottom: 20px solid #705B48;}
	.logo img{max-width:130px;}
}

