﻿* {
  padding: 0;
  margin: 0; }

.hiring-banner {
  height: 150px;
  margin-bottom: 50px;
  border-bottom: 5px solid #3FACEE; }

.hire {
  position: relative;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 50px;
  color: #F8F8F8;
  text-align: center;
  background-color: #333;
  margin: 25px 0 0 -100px; }

#blink {
  width: 50px; }

.hide {
  display: none;
  transition: all 0.3s linear; }

#desc {
  color: azure;
  padding: 5px 10px;
  box-shadow: 2px 4px 4px 0px #777;
  margin-bottom: 10px; }

#desc2 {
  color: azure;
  padding: 5px 10px;
  box-shadow: 2px 4px 4px 0px #777;
  margin-bottom: 10px; }


#hero1 {
    background: #555;
}

#hero-content {
    color: #fff;
    font-size: 2em;
    text-align: center;
    width: 90%;
    max-width: 75em;
    margin: 0 auto;
    padding: 2em 0;
}
