@import url(https://fonts.googleapis.com/css?family=Catamaran:400);
@import url(https://fonts.googleapis.com/css?family=Catamaran:700);
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Catamaran", sans-serif;
  font-weight: bold;
}

#localeyes_logo {
  width: 275px;
  border-radius: 50%;
  border: #f18805 3px solid;
  margin: 50px;
}

@media (max-width: 840px) {
  #localeyes_logo {
    width: 200px;
  }
}

@media (max-width: 768px) {
  #localeyes_logo {
    width: 150px;
    left: 16px;
    top: 8px;
  }
}

@media (max-width: 640px) {
  #localeyes_logo {
    width: 200px;
    margin: auto;
  }
}

@media (max-width: 640px) {
  .mr-auto {
    width: 100%;
  }
}

#fun_area {
  text-decoration: none;
  padding: 15px;
  display: block;
  background: -webkit-gradient(linear, left top, right bottom, from(#e84118), to(#ffff99));
  background: linear-gradient(to bottom right, #e84118, #ffff99);
  height: 625px;
}

@media (max-width: 840px) {
  #fun_area {
    height: 750px;
  }
}

@media (max-width: 768px) {
  #fun_area {
    height: 800px;
  }
}

@media (max-width: 640px) {
  #fun_area {
    height: 1100px;
  }
}

#fun_area h1 {
  float: left;
  position: relative;
  -webkit-animation: heading;
          animation: heading;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (max-width: 768px) {
  #fun_area h1 {
    -webkit-animation-name: none;
            animation-name: none;
    float: left;
  }
}

@media (max-width: 640px) {
  #fun_area h1 {
    float: none;
    -webkit-animation-name: none;
            animation-name: none;
    width: 50%;
    display: block;
    margin: auto;
  }
}

@keyframes heading {
  0% {
    top: -50px;
  }
  100% {
    top: 140px;
  }
}

@-webkit-keyframes heading {
  from {
    top: -50px;
  }
  to {
    top: 140px;
  }
}

/* Standard syntax */
@keyframes heading {
  from {
    top: -50px;
  }
  to {
    top: 140px;
  }
}

#intro_info {
  margin: auto;
  float: left;
  width: 40%;
  right: 50%;
  left: 50%;
  padding: 20px;
}

@media (max-width: 840px) {
  #intro_info {
    position: static;
    padding: 10px;
    font-size: 18px;
    right: 30%;
    left: 70%;
  }
}

@media (max-width: 768px) {
  #intro_info {
    top: 8px;
    right: 16px;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  #intro_info {
    float: none;
    font-size: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 80%;
    left: 50%;
  }
}

.clearfix {
  overflow: auto;
}

.search-box {
  position: absolute;
  top: 78%;
  left: 45%;
  background: #2f3640;
  text-align: center;
  border-radius: 40px;
}

.search-box .search-txt {
  border: none;
  background: none;
  outline: none;
  color: white;
  line-height: 40px;
  width: 200px;
  text-align: center;
  font-size: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 640px) {
  .search-box {
    display: block;
    margin: auto;
    left: 25%;
    top: 80%;
    width: 50%;
  }
}

.search-txt:focus {
  width: 240px;
}

.button, #submit_zip, #login_button, #logout_button {
  width: 200px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 24px;
  margin: 40px;
  border-radius: 40px;
  background-color: #f18805;
  padding: 5px 0;
}

#submit_zip {
  position: absolute;
  top: 85%;
  left: 75%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 768px) {
  #submit_zip {
    top: 85%;
    left: 75%;
  }
}

@media (max-width: 640px) {
  #submit_zip {
    display: block;
    width: 50%;
    margin: auto;
    top: 90%;
    left: 50%;
  }
}

#submit_zip:hover {
  background-color: #e84118;
  color: #f4f4f4;
  width: 240px;
}

#login_button {
  position: absolute;
  top: 85%;
  left: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 768px) {
  #login_button {
    top: 85%;
    left: 50%;
  }
}

@media (max-width: 640px) {
  #login_button {
    display: block;
    position: absolute;
    width: 50%;
    margin: auto;
    top: 75%;
    left: 50%;
  }
}

#login_button:hover {
  background-color: #e84118;
  color: #f4f4f4;
  width: 240px;
}

#logout_button {
  position: absolute;
  top: 85%;
  left: 25%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 768px) {
  #logout_button {
    top: 85%;
    left: 25%;
  }
}

@media (max-width: 640px) {
  #logout_button {
    display: block;
    width: 50%;
    margin: auto;
    top: 75%;
    left: 50%;
  }
}

#logout_button:hover {
  background-color: #e84118;
  color: #f4f4f4;
  width: 240px;
}

.display_none {
  display: none;
}

.card {
  border: 2px solid #e84118;
}

.card .card-header {
  background-color: #f18805;
  text-align: center;
  font-size: 20px;
}

.card .card-body {
  background-color: #ffff99;
}

#footer {
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#e84118), to(#ffff99));
  background: linear-gradient(to bottom right, #e84118, #ffff99);
}

.table-bordered th,
.table-bordered td {
  padding: 0.5rem;
}

tr {
  background-color: #ffff33;
}

.desc_td {
  font-weight: 500;
  border-radius: border-radius;
}

.my_card {
  border: 2px solid;
  background-color: #e84118;
  border-radius: border-radius;
}

.census_card {
  border: 2px solid;
  background-color: #e84118;
  border-radius: border-radius;
}

.card_header {
  background-color: #f18805;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding: 0.5rem;
}

.card_body {
  background-color: #ffff33;
  padding: 0.5rem;
}
/*# sourceMappingURL=style.css.map */