.title {
	font-family: customFont, customFont Fallback;
	padding-left: 25px;
	margin-top: -22px;
	display:flex;
	justify-content: space-between;
}
.title1 {
	color: #3e5035;
	font-size: 3em;
}
.title2 {
	color: hsl(160, 33%, 98%);
	padding-left: 2px;
	font-size: 3em;
}

.search-container {
	margin-top: 40px;
	margin-left: 15px;
	display: flex;
    justify-content: space-between;
    color: #D0DFB7;
	flex-direction: row;

}

.wrapper {
    position: relative;
    display: flex;
    min-width: 100px;
  }
  

  .search-icon {
	margin-left: 20px;
	margin-bottom: -5px;
    top: 6px;
    left: 8px;
    width: 140px;
	height: 50px;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	background-image: ;
	background-color: #cce79d;
	border-radius: .375rem;
	flex-direction: row;
	justify-content: space-between;
	vertical-align: middle;
	background-image: url("searchicon.PNG");
	background-size: cover;
  }

  .search::placeholder {
	 color: #D0DFB7;
  }
  
  .search {
    border-bottom: 3px solid white;
	border-top: 0px rgb(208 223 183);
	border-left: 0px rgb(208 223 183);
	border-right: rgb(208 223 183);
    height: 40px;
    width: 100%;
    padding: 2px 25px 5px 15px;
    background-color: transparent;
	font-size: 1.55rem;
    line-height: 1.75rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #D0DFB7;
	margin-top: 10px;
	line-height: 40px;

  }
  
  input[type="search"] {
	 padding-left: 15px;
	 padding-bottom: 5px;
  }
  
  .search:hover, .search:focus {
    border-bottom: 1.5px solid #009688;
    background-color: #8fb662;
  }

/*.searchbutton {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}*/

.titlesecondary {
	font-family: customFont, customFont Fallback;
	padding-left: 25px;
	margin-top: -25px;
	display:flex;
	justify-content: space-between;
}
.title3 {
	color: #3e5035;
	font-size: 2em;
}
.title4 {
	color: hsl(160, 33%, 98%);
	padding-left: 2px;
	font-size: 2em;
}

/*  --background: #f5f5f5;
    --dark: OLD#536c39 #3e5035;
    --primary: OLD#94b968 #8fb662;
	--secondary green: rgb(208 223 183); ALT: #cce79d;
	--Dark Grey font color: rgb(31 41 55);
*/

.greenbox {
  width: 100%;
  height: 80px;
  margin: 0;
  background-color: #8fb662;
  display: flex;
  border-bottom: 23px double #8fb662;
  background-clip: content-box;
}
.greenbox1 {
  width: 100%;
  height: 80px;
  margin: 0;
  background-color: #8fb662;
  display: flex;
  position: absolute;
  bottom: 0;
  border-top: 23px double #8fb662;
  background-clip: content-box;
}

body {
  margin: 0;
  line-height: inherit;
  background-image: url(drivecons.png);
  background-repeat: repeat;
  background-size: auto 120vh;
  animation: move-background 10s linear infinite;
	
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: move-background;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  height: 100%;
  width: 100%;
}
@keyframes move-background {
	0% {
	background-position-x: 0px;
	background-position-y: 0px;
	}
	100% {
	background-position-x: 0px;
    background-position-y: -120vh;
	}
}

@font-face {
    font-family: customFont;
    src: url(unitext.ttf) format("truetype");

}
@font-face {
    font-family: customFont Fallback;
    src: local("Arial");
    ascent-override:105%;descent-override:25%;line-gap-override:0.00%;size-adjust:102%}
