@media screen and (max-width: 2500px) {
  #app {
    width: 70%;
    margin: auto;
  }
}
@media screen and (max-width: 1200px) {
  #app {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  input[name=keywords] {
    width: 82% !important;
  }
}
@media screen and (max-width: 650px) {
  input[name=keywords] {
    width: 75% !important;
  }
}
@media screen and (max-width: 850px) {
  .line {
    width: 38% !important;
  }
}
@media screen and (max-width: 850px) {
  .picture-box {
    width: 150px !important;
  }
}


#wrapper1 { 
 margin: 0 0 0 0;
 width: 100%;
 background: #1A4B7A;
 height: 100px;
}


#wrapper2 {
	 margin: 0 0 0 0;
	  width: 100%;
	   background: #1A4B7A;
	    height: 28px;
}


#navigation1
{
	float: left;
	width: 100%;
	background: #123556;
}
#navigation1 ul
{
	margin: 0;
	padding: 0;
}

#navigation1 ul li
{
	list-style-type: none;
	display: inline;
}

#navigation1 li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
}

#navigation1 li a:hover { background: #778899; }

#header {
 width: 100%;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 height: 98px;
 margin: 10px 0px 5px 0px;
 background: #ECF1EF;
 background-repeat: no-repeat;
 background-position: left, right;
 background-size: 100%;
 text-align: center;
 }
 
#separator {
 width: 100%;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 height: 28px;
 margin: 10px 0px 5px 0px;
 background: #ECF1EF;
 text-align: center;
} 

#footer { 
 width: 100%;
 background-color:#be2619;
 margin: -20px 0px 0px 0px;
 height:30px
}
#footer p{
  color: #FFFFFF;
  font-size: 14px;
    padding-top: 5px;
    align-self: flex-start; 
  text-align:center
}


#app {
  background: #ffffff;
  margin: auto;
}
main {
  width: 100%;
  height: 500px;
}


main .wrapper {
  width: 100%;
  height: 355px;
  border: 2px solid #C0C0C0;
  margin-top: 20px;

}
main .wrapper .inner-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 15px 30px;
}
main .wrapper .inner-wrapper .text-wrap {
  height: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
main .wrapper .inner-wrapper .text-wrap h3 {
  font-size: 20px;
}
main .search-wrapper {
  float: left;
  width: 100%;
  height: 430px;
  padding-top: 20px;
  background: #FFFFFF;

}
main .search-wrapper .form-wrapper {
  height: 100%;
  width: 95%;
  display: flex;
    align-items: left;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
main .search-wrapper .form-wrapper form button {
  height: 35px;
  outline: none;
  border: none;
  background: #E08F00;
  color: #ffffff;
  font-size: 18px;
  border-radius: 10px;
  margin-left: 20px;
  width:75px
}

main .search-wrapper .form-wrapper form button:hover {
 background:#C0C0C0
}
main .search-wrapper p {
  padding-left: 5px;
  color: #000000;
  align-self: flex-start;
  margin-top: 1px;
  font-size: 18px;
  text-align: justify;
      text-justify: inter-character;

}

main .search-wrapper h1 {
	    color: #000000;
	        font-weight: bold;
		    font-size: 36px;
	    }

main .search-wrapper b {
  padding-left: 20px;
    align-self: flex-start;

}



/*# sourceMappingURL=index.css.map */
