.active{
	color:black;
border-radius:4px;
background-color:#0003;
}

p { 
	font-size:20px;
	text-align:justify;
    line-height: 1;
    padding-left:0;
}

	p::first-letter {
		color:#000;
		font-size: 50px;
	}
.search {
	 margin-left:20px;
}	
.btn2{
	background-color:#A0A4A0;
	color:black;
	margin-left:40px;
	}
.btn2:hover{
	background-color:white;
	color: black;
	}

.head {
	margin-top:30px;
	margin-bottom:15px;
	
}

/*footer part*/
#myFooter {
	margin:15px;
	background-color: gray;
	color:black;

}

#myFooter .footer-copyright{
	background-color: #383737;
	padding:15px;
	text-align: center;

}

#myFooter .footer-copyright p{
	
	color: #ccc;
}
.copyright{
	margin-top:2px;
	color:white;
	text-align: center;
    font-size: 17px;
    line-height: 1;
    padding-left: 0;
}
#myFooter ul{
	list-style-type: none;
    padding-left: 0;
    line-height: 1.7;

}

#myFooter h5{
	font-size: 18px;
    color: white;
    margin-top: 30px;
}

#myFooter a{
	color:#d2d1d1;
	text-decoration: none;
}

#myFooter a:hover, #myFooter a:focus{
	text-decoration: none;
	color:#000;
}

#myFooter .myCols{
	text-align: center;
}

#myFooter .social-networks{
	text-align: center;
	
}

#myFooter .social-networks a{
    font-size: 32px;
    margin-right: 5px;
    margin-left: 5px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover{
	text-decoration: none;

}

#myFooter .facebook:hover{
	color:#3b5999;
}

#myFooter .insta:hover{
	color:#e4405f;
}

#myFooter .twitter:hover{
	color: #55acee;
}

@media screen and (max-width: 767px){
	#myFooter {
		text-align: center;
	}
}

body{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
}

.content{
	flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	min-height: 200px;
}

#myFooter{
margin-top:10px;
	flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}

.name {
	text-align: center;
	margin-top:50px;
	color:#fff;
	font-weight:600;
}