
*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	font-family: 'josefin sans',sans-serif;
	
}
nav
{
	background:#5c6a70;
	height: 50px;
}
label.logo{
	color: white;
	font-size: 35px;
	line-height: 80px;
	padding: 0 100px;
	font-weight: bold;
}
nav ul{
	float: right;
	margin-right:20px;
}
nav ul li{
	display: inline-block;
	line-height: 50px;
	margin: 0 5px;

}
nav ul li a{
	color:black;
	font-size: 17px;
	padding: 2px 13px;
	border-radius: 3px;
	text-transform: uppercase;

}
a.active,a:hover{
	background: #3692bd;
	transition: .5s;
}
#check{
	display: none;
}

    span{
    	padding: 2px;
    	font-size: 30px;
    	cursor: pointer;
    	float: right;
    	margin-right: 40px;
    	line-height: 50px;
    	color:white;
    	display: none;
    	}
    @media (max-width: 952px){
    
    	label.logo{
    		font-size: 30px;
    		padding-left: 20px;

    	}
    	nav ul li a{
    		font-size: 16px;

    	}
    	
    }
    @media (max-width: 858px){
    	span{
    		display: block;
    	}
    	nav ul{
    		position: fixed;
    		width: 100%;
    		height: 100vh;
    		background: #0c110f;
    		top: 50px;
    		left: -100%;
    		text-align: center;
    		transition: all.5s;
    	}
    	nav ul li{
    		display: block;
    		margin: 50px 0;
    		line-height: 30px;
    	}
    	nav ul li a{
    		font-size: 20px;

    	}
    	a:hover,a.acitve{
    		background: none;
    		color: #4d531c;
    	}
    	 
    		#check:checked ~ ul{
    			left: 0;
    		}

    }
.section{
	width: 100%;
	min-height: 100vh;
	background-color:white;
}
.container{
	width: 80%;
	display: block;
	margin: auto;
	padding-top: 100px;
}
.content-section
{
	float: left;
	width: 55%;

}
.image-section{
	float: right;
	width: 30%;
	

}
.content-section .title{
	
	font-size: 20px;
	color: white;

}
.content-section .content h3{
	margin-top: 20px;
	color: white;
	font-size: 18px;
}
.content-section .content p{
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.5;
	color: white;

}
.content-section .content .button {
	margin-top: 30px;

}

.content-section .content .button a{
	background-color: #3d3d3d;
	padding: 12px;
	text-decoration: none;
	color: #fff;
	font-size: 25px;
	letter-spacing: 1.5px;

}
.content-section .content .button a:hover{
	background-color: #a52a2a;
	color: #fff;

}
@media screen and (max-width: 768px){
	.container{
	width: 80%;
	display: block;
	margin: auto;
	padding-top: 50px;
}
.content-section
{
	float: none;
	width: 100%;
	display: block;
	margin: auto;

}
.title h1{
color: white;
}
.image-section{
	float: none;
	width: 100%;
	display: block;
	padding: 20px;
	
	
}
.img-section img{
	width: 60%;
	height: 100%;
	display: block;
	margin: auto;
	padding: 30px;
}

.content-section .content .button {
         text-align: center;
}
.content-section .content .button a{
	padding: 9px 30px;
}
}
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.image-section img{
	width: 100%;
	height: 400px;
	box-sizing: 2px solid black;
}
