body{
	background-color: white;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: verdana,serif;
}
/*==============================header section==================================================*/
#header{
	margin:0;
	padding:20px;
	background-color: #9919C8;
	text-align: left;
	color: white;

}
/*==============================navbar section==================================================*/
#navbar{
	margin: 0;
	padding:10px;
	background-color: white;
}
#navbar ul{
	padding: 10px;
	list-style-type: none;
	background-color: white ;
	margin: 10px;
	border-radius: 10px;
	text-align: left;
	line-height: 2px;
}
#navbar ul li{
	display: inline;
}
#navbar ul li a{
	text-decoration: none;
	font-family: Arial;
	padding: .2em 1em;
	color: white ;
	background-color: #6A1B9A   ;
}
#navbar ul li a:hover{
	color: black;
	background-color: white;
}
/*==============================heading section==================================================*/



h1{
	color: white;
	text-align: center;
}
h5{
	color: white;
	text-align: center;
	font-size: 105% ;
}
img {
    max-width:100%;
}
/*==============================grid section 1==================================================*/
.container-grid{
	display:grid;
	grid-template-columns: auto auto;
	grid-gap: 30px;
	grid-template-rows: auto auto;
	margin: 10px;
	background-color: white;
}

.section1{
	grid-column: 1;
	grid-row: 1;
	background-color: #9919C8;
	color: white;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
.section1 a{
	color: white;
}
.section2{
	grid-column: 1;
	grid-row: 1;
	background-color: white;
	color:#9919C8;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.section2 p{
	color:black;
}
.section2 img{
    margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
    height:100px;
    width:200px;
}
/*==============================image section==================================================*/
#card {
    margin-top:10px;
    margin-bottom:10px;
    border:5px;
    border-color:green;
}
/*==============================footer section==================================================*/
#footer{
	background-color: #9919C8;
	height:200px;
	margin-top: 10px;
}
#footer footer-widgets{
	margin-left: 20px;
	margin-top: 15px;
}
#footer p{
	margin-top: 15px;
	text-align:center;
	color: white;
}
#footer a{
	color:white;
}
#footer h4{
	margin-top:10px;
	text-align:center;
	color:white;
}
#footer p{
	text-align:center;
	color:white;
}

.secnew1 {
    text-align: left;
    font-size: 15px;
    line-height: 60px;
}
.newgallery {
    background-color: #dddddd;
    padding: 10px;
}
.newgallery div {
    margin: 0 auto;
    text-align: center;
}
.newgallery div img {
    margin: 10px;
    border: 1px solid #d80338;
}
.newgallery span {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    font-family: arial;
    color: #9919C8;
}