#home{
    background: url('../img/background.jpg') no-repeat center center fixed;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    width: 100%;
    height: 100vh;
}
section#menu-home .container nav ul li{color:#fff;border-radius: 1px;}


section#menu-home{position: absolute;bottom:0;}
section#menu-home a{display: block;}

@media screen and (max-width: 768px)  {
	#home h1{font-size: 22px;text-align: center;color: #fff;padding-top: 110px;line-height: 28px;}
	#home h1 span{font-size: 16px;display: block;}
	#home h2 a{padding: 12px 18px 12px 18px;background-color: #fff;color:#87171d;font-size: 13px;}
	#home h2{margin-top: 55px;}
	section#menu-home{height: 122px;width: 100%;background-color: #b4956d;opacity: 0.8;}
	section#menu-home .container nav{margin-left: 10px;margin-right: 10px;}
	section#menu-home .container nav ul li{width: 30%;height: 95px; float: left;border:1px solid #fff;font-size: 11px;border:1px solid #fff;margin-top: 12px;}
	section#menu-home .container nav ul li:nth-child(1) img{margin-top: 8px; margin-bottom: 6px;}
	section#menu-home .container nav ul li:nth-child(2) img{margin-top: 8px; margin-bottom: 10px;}
	section#menu-home .container nav ul li:nth-child(3) img{margin-top: 8px; margin-bottom: 12px;}
	
	section#menu-home .container nav ul li:nth-child(2){margin-right: 4%;margin-left: 4%;}
	
}

@media screen and (min-width: 768px)  {

	#home h1{font-size: 46px;text-align: center;color: #fff;padding-top: 140px;line-height: 34px;font-size: 32px;}
	#home h1 span{font-size: 16px;display: block;}
	#home h2 a{padding: 12px 18px 12px 18px;background-color: #fff;color:#87171d;font-size: 13px;}
	#home h2{margin-top: 55px;}


	section#menu-home{height: 154px;width: 100%;background-color: #b4956d;opacity: 0.8;}
	section#menu-home .container nav{margin-left: 10%;margin-right: 10%;}
	section#menu-home .container nav ul li{width: 30%;height: 120px; float: left;border:1px solid #fff;font-size: 13px;border:1px solid #fff;margin-top: 16px;}
	section#menu-home .container nav ul li:nth-child(1) img{margin-top: 14px; margin-bottom: 12px;}
	section#menu-home .container nav ul li:nth-child(2) img{margin-top: 14px; margin-bottom: 15px;}
	section#menu-home .container nav ul li:nth-child(3) img{margin-top: 14px; margin-bottom: 18px;}
	
	section#menu-home .container nav ul li:nth-child(2){margin-right: 4%;margin-left: 4%;}
}

@media screen and (min-width: 992px)  {
   
}

@media screen and (min-width: 1170px)  {
    #home h1{font-size: 46px;text-align: center;color: #fff;padding-top: 212px;line-height: 52px;letter-spacing:4px;}
    section#menu-home {height: 174px;}
    section#menu-home .container nav ul li{width: 128px;height: 128px;margin-top: 22px;}
    section#menu-home .container nav{width: 425px;margin-left: auto;margin-right: auto;}
	section#menu-home .container nav ul li:nth-child(1) img{margin-top: 22px; margin-bottom: 10px;}
	section#menu-home .container nav ul li:nth-child(2) img{margin-top: 22px; margin-bottom: 15px;}
	section#menu-home .container nav ul li:nth-child(3) img{margin-top: 22px; margin-bottom: 18px;}
}