@import url('https://fonts.googleapis.com/css?family=Risque');
@import url('https://fonts.googleapis.com/css?family=Lobster');

:root{
	--header-lenght: 88px;
	--big-img-lenght: 470px;
	--footer-height: 90px;
	--header-footer-color: #3f3f3f;
	--img-text-height: 150px;
	--header-footer-size: 2rem;
	--color: #d2d7d3;
}

html,body{
	margin: 0;
	padding: 0;
	outline: none;
	font-family: 'Risque', cursive;
}
.my-navbar{
	height: var(--header-lenght);
	margin-bottom: 0;
	background: var(--header-footer-color);
	border: none;
}

.logo{
	height: var(--header-lenght);
	width: 66px;
    height: 90px;
    background: url(../images/logo.png);
    position: absolute;
    background-repeat: no-repeat;
}


.main-menu{
	width: 70%;
	margin: auto;
	height: var(--header-lenght);
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.main-menu h1 {
	font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 0!important;
}

@media  only screen and (max-width: 540px) {
	.main-menu h1 {
    	font-size: 18px!important;
    	line-height: 1;
	}
	.footer p {
		font-size: 16px;
		line-height: 1;
		padding: 0 11px;
	}
	.footer p a {
		 font-size: 16px!important;
		 line-height: 1;
	}
}

@media only screen and (max-width: 320px) {
	.main-menu h1{
	    font-size: 16px!important;
        line-height: 1;
        margin-left: 13px!important;
	}
	.footer p a {
		 font-size: 16px!important;
		 line-height: 1;
	}
	.footer p {
		font-size: 16px;
		line-height: 1;
		padding: 0 11px;
	}
}

.main-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.main-menu ul li{
	display: inline-block;
	line-height: var(--header-lenght);
	font-size: var(--header-footer-size);
}
.main-menu ul li:hover a{
	color: rgb(125, 179, 46);
	cursor: pointer;
}
.main-menu a{
	color: var(--color);
	text-decoration: none;
}
.main-menu ul li:not(:first-child){
	margin-left: 1rem;

}

#main-body {
	min-height: 80vh;
	padding-top: 50px;
	background:#f6f6f6;
}
#main-body:after{
	display: block;
	content: "";
	clear: both;
}


.navbar {
	border-radius: unset;
}
.footer{
	height: var(--footer-height);
	text-align: center;
	background: var(--header-footer-color);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footer p{
	font-size: var(--header-footer-size);
	color: var(--color);
	margin-bottom: 0;
}



/*Slick Slider delete dots*/
.slick-dots{
  display: none!important;
  margin: 0;
}
/*end Slick Slider delete dots*/
.slick-initialized .slick-slide {
    display: block;
    margin: 0 .5px!important;
}

.cm-thumb .thumbnail {
	min-height: 375px;
}

