
*{
	padding: 0px;
	margin:0px;
	text-decoration: none;
	list-style: none;
	font-family: Arial;
}

body{
	 background: linear-gradient(to bottom, #ee6aff  0%, #ffffff 100%);
	background-position: cover;
}

.header{
	text-align: left;
	color: #f0f0f5;
}
.logo {
		
		margin-left: 50px;
		margin-top:40px;
}

.navigation_bar{
    background: #fa7fe5 ;
    text-align:left;
}
.navigation_bar ul{
    display: inline-flex;
    list-style: none;
    color: #fff;
}
.navigation_bar ul li{
    width: 80px;
    margin: 15px;
    padding: 15px;
	text-align: center;

}
.navigation_bar ul li a{
    text-decoration: none;
    color: white;
}
.active, .navigation_bar ul li a:hover{
    background: rgb(89, 15, 90);
    border-radius: 3px;
}

hr{
	width: 100%;
}


footer{
	text-align: center;
	font-family: Arial;
	font-size: 15px;
	line-height: 25px;
	background-color: black;
	color: white;
	margin-top: 100%;
}
form{

	margin-left: 500px;
	margin-top: -300px;
	font-size: 30px;
	text-align: center; 
	background-color: #5cd1e6;
	width: 800px;
	height: 600px;
	border-radius: 3%;
}

input{
	width: 250px;
	height: 40px;
	margin-top: 40px;
}

textarea{
	width: 400px;
}

.side_bar{
	float: left;
	margin-top: -300px;
	margin-right: 250px;
	font-family: Arial;
	font-size: 18px;
	padding-left: 20px;
	width: 400px;
	height: 1150px;
	bottom: 0px;
}

.side_bar ul li{
    text-align: left;
	line-height: 30px;
	display: block;
	color: white;
	border: none;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-left: 50px;
	margin-top: 20px;

}
.column p{
	margin-top: 20px;
	margin-left: 160px;
} 

.side_bar h2{
	border-bottom: 3px solid white;
	margin-top: 20px;

}
button{
	width: 100px;
	height: 40px;
	background-color:#ffb4ef;
	color: rgb(0, 0, 0);
	font-size: 15px;
	font-weight: bold; 
	padding: 5px;
	border-radius: 10%;
}

button:hover{
	transition: 0.4s ease-in-out;
	background-color: rgba(89, 25, 126, 0);
}



@media only screen and (max-width: 375px){


.navigation_bar ul li{
	margin-left: -10px;
	margin-top: 20px;
}

.side_bar{
	float: right;
	margin-top: 200px;
	margin-right: 0px;
	border: 50px;
	font-weight: bold;
	font-family: Arial;
	font-size: 10px;
	padding-left: 4px;
	width: 405px;
	height: 1150px;


}

.side_bar h2{
	background-color: #68376e;
	margin-left: 
}
footer p{
	padding-left: 5px;
	font-size: 11px;
	font-family: Verdana, Geneva, Tahoma, sans-serif ;
}

form{
	margin-left: 0px;
	font-size: 11px;
	text-align: center; 
}

input{
	width: 300px;
	height: 40px;
	margin-top: 20px;
}

textarea{
	width: 500px;
}

}
