
/* CSS Document */

* {margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	

}

body {background-color: #FFFFFF;}

html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif;}
.w3-sidebar {
  z-index: 3;
  width: 250px;
  top: 43px;
  bottom: 0;
  height: inherit;
}
	
#example3 {
  border: 2px solid #000000;
  padding: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}			

#content1 {
	position: relative;
	background-color: #FFF;
	padding: 20px;
	
	
	
}

#content2 {
	position: relative;
	background-color: #FFF;
	padding: 20px;
	
	
	
}

#content3 {
	position: relative;
	background-color: #FFF;
	padding: 20px;
}


h4 a {
	list-style-type: none;
	text-decoration: none;
	align-items: center;
	list-style: none;
}
.my-image {
		width: 300px;
		height: 285px;
		color:#333333;
	}
	
.imageone {
	width: 425px;
	height: 135px;
}

.new-style {
	width: 100%;
	height: 100%;
	color:#333333;
	}
	
.container {
	width: 100%;
	min-height: 100vh;
	padding: 5%;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.containerC {
	width: 100%;
	min-height: 100vh;
    margin-top: 100px;
	padding: 100px 100px 100px 100px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icons{
	padding:10px;
	font-size: 15px;
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: 250px;
	margin-right: 10px;
	
}

#myFooter {
	width: 500px;
	height: auto;
	padding:10px;
	font-size: 15px;
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: 250px;
	margin-right: 10px;
	color:#FFF;
	background-color: #333;
	position: relative;
	bottom: 20px;
	border-radius: 35px;
	text-align: center;
	text-align: center;
	text-decoration: none;
	list-style-type: none;

}

.final-menu a {
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	font-size: 20px;
	padding:0px;
	margin:50px auto;
	
	
}

.final-menu {
	
	list-style-type: none;
	text-decoration: none;
	align-items: center;
	list-style: none;
	color:#FFF;
}


.search-field {
	width: 100%;
	min-height: 100vh;
	padding: 5%;
	background-image: url();
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
}


.search-bar {
	width: 100%;
	max-width: 700px;
	background: rgba(255, 255, 255, 0.2);
	align-items: center;
	border-radius: 60px;
	padding: 10px 20px;
	backdrop-filter: blur(4px) saturate(180%);
	
	
}

.search-bar input {
	background: transparent;
	flex: 1;
	border: 0;
	outline: none;
	padding: 20px 20px;
	font-size: 20px;
	color: #000000;
	
}

::placeholder {
	color: #000000;
	
}

.search-bar button img{
	width: 25px;
}

.search-bar button {
	border: 0;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background: #58629b;
	cursor: pointer;
}