/* Sistem */

*{
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
}

ul, li {
  display: block;
  padding: 0;
  margin: 0;
}

body{
	background: #222;
}

/* Header */

.logo{
	text-align: center;
	padding-top: 30px;
	color: #dfb248;
	font-family: 'Merriweather', serif;
}

.logo_child_1{
	font-size: 37px;
	border-bottom: solid 1px #dfb248;
}

.logo_child_2{
	font-size: 15px;
}

.menu{
	padding-top: 35px;
	padding-bottom: 35px;
}

.menu ul li:nth-child(1){
	margin-left: 0;
}

.menu ul li{
	margin-left: 100px;
}

.menu ul li a{
  color: #dfb248;
  font-size: 32px;
}

.menu ul li a:hover{
	text-decoration: none;
}

.menu ul li a:hover i{
	transform: rotate(180deg);
}

.menu ul li a i{
	margin-left: 15px;
}


/* Offers */

.offer{
	height: 370px;
	background: #fcfcfc;
}


.img_com{
	line-height: 370px;
}

.img_com img{
	width: 100%;
}

.title_com{
	margin-top: 40px;
}

.title_com h1{
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	color: #222;
}

.text_com{
	width: 70%;
	margin-top: 40px;
}

.text_com p{
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #222;
}

.link_com{
	position: absolute;
	right: 30px;
	bottom: 35px;
}


.link_com a{
	border-bottom: 1px solid;
	font-size: 18px;
	font-weight: 600;
}

.link_com a:hover{text-decoration: none;}

/* Footer */

.title{
	padding-top: 50px;
}

.title h2{
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 28px;
	color: #dfb248;
}

.adress{
	margin-left: 20px;
	margin-top: 25px;
}

.adress p{
	font-size: 18px;
	color: #dfb248;
	font-family: 'Montserrat', sans-serif;
}

.info_con{
	margin-top: 25px;
	padding-bottom: 25px;
	color: #dfb248;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}

.info_con:nth-child(1){
	margin-right: 120px;
}

@media only screen and (max-width: 1200px) {

.logo_child_1 {
    font-size: 33px;
}

.logo_child_2 {
    font-size: 12px;
}

.text_com{
	width: 100%;
}

}


@media only screen and (max-width: 991px) {
.menu ul li a {
  font-size: 24px;
}

.text_com p {
  font-size: 16px;
}

.title_com h1 {
  font-size: 22px;
}

.text_com p {
  font-size: 14px;
}

}

@media only screen and (max-width: 767px) {

.menu ul li {
  margin-left: 50px;
}

.title_com h1 {
    font-size: 20px;
}

.offer {
  height: 300px;
}

.img_com {
  line-height: 300px;
}

.text_com {
  margin-top: 20px;
}

.link_com {
  position: absolute;
  right: 0px;
  bottom: 20px;
}

.title{
	text-align: center;
}

.adress {
	margin-left: 0px;
}

.adress p{
  font-size: 16px;
}

.info_con:nth-child(1) {
  margin-right: 50px;
}



}


@media only screen and (max-width: 575px) {

.menu ul li a {
    font-size: 18px;
}

.offer{
	height: auto;
}

.img_com{
    width: 300px;
    margin: 0 auto;
}

.title_com{
	text-align: center;
}

.text_com{
	padding: 0 50px;
}

.link_com {
	position: relative;
  left: 60%;
  top: 20px;
  padding-bottom: 50px;
}

.title_com {
  margin-top: 10px;
}


}

@media only screen and (max-width: 448px) {

.menu ul li {
  margin-left: 30px;
}

.menu ul li a {
    font-size: 14px;
}

.text_com{
	padding: 0;
}

.link_com {
  position: relative;
  left: 25%;
  top: 20px;
}

.adress p {
  font-size: 14px;
}

.info_con{
	font-size: 11px;
}

.info_con:nth-child(1) {
  margin-right: 10px;
}

}