.logo{
	color: rgb(0, 0, 0);
	font-size: 22px;
}

.readmore{
	color: #ffffff;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}

.readmore:hover{
    border: 1px solid black;
    border-radius: 50px;
    background-color: green;
    color: rgb(250, 250, 250);
    padding: 8px;
    outline: none;
    font-weight: 500px;
}

.footer-logo{
	color: white;
}

.box{
    width: 75%;
    display: block;
    margin: auto;
    padding: auto;
    text-align: justify;
}

.content{
	font-size: 22px;
	color: black;
    padding: 10px;
    font-weight: 300px ;
    line-height: 40px;
}

.big-word{
    font-size: 38px;
    font-weight: 300;
}
.paragraph{
    margin-top:20px;
    line-height: 35px;
}

.para{
	font-size: 32px;
	color: black;
    margin: 10px 0 10px 0;
    font-weight: 600px;
}

.para1{
	font-size: 32px;
	color: black;
    padding: 10px;
    font-weight: 600px;
}

.heading{
    
    padding: 25px 0 25px 0;
    font-size: 38px;
    font-weight: 700px;
    font-family: 'Merriweather', serif;
	color: rgb(0, 0, 0);
}

.item{
	list-style: none;
    padding: 20px 0 20px 0;
}

.list{
    font-family: 'Roboto', sans-serif;
    font-weight: 700px;
    font-size: 22px;
    margin-right: 20px;
    padding: 10px;
	color: black;
}

@media only screen and (max-width:968px){

/* .language > a{

    display: none;
} */

}

.nav-item{
    margin-left: 10px;
}

.language a{
   
    color: #000;
}

.logo{
    font-size: 24px;
}

.language img{
    height: 20px;
    width: 30px;
    border-radius: 5px;
    margin: 0px 5px;
}

@media only screen and (max-width:480px){
    .logo{
        font-size: 18px;
    }
}

.buton{
    background-color: #4e3914;
}