body {
    font-family: 'Lato', sans-serif;
    color: #777;
}
h3, h4 {
    margin: 10px 0 30px 0;
    letter-spacing: 10px;      
    font-size: 20px;
    color: #111;
}
.title{
   font-family: 'Anton', sans-serif;
   font-size : 35px;
   font-weight: 550;
   font-stretch: ultra-condensed;
   text-decoration: underline;
}
p{
   font-size: 18px !important;
}

.applyus{
  text-decoration: none;
  background: rgba(247,99,1,1);
  position: fixed;
  padding: 84px 30px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50%;
  animation: animate 2s linear infinite;
  -webkit-transform: translate(100%,50%);
  -ms-transform: translate(100%,50%);
  transform: translate(100%,50%); 
  z-index: 99;
}

@keyframes animate {
  0%{
    box-shadow: 0 0 0 0 rgba(247,99,1,0.6), 0 0 0 0 rgba(247,99,1,0.6);
  }
  30%{
    box-shadow: 0 0 0 50px rgba(247,99,1,0), 0 0 0 0 rgba(247,99,1,0.6);
  }
  65%{
    box-shadow: 0 0 0 50px rgba(247,99,1,0), 0 0 0 30px rgba(247,99,1,0);
  }
  100%{
    box-shadow: 0 0 0 0 rgba(247,99,1,0), 0 0 0 30px rgba(247,99,1,0);
  }
}
.blinking {
  color : #f76301 ;
  font-size: 20px;
  font-weight: 800;    
  animation: opacity 1.5s ease-in-out infinite;
  opacity: 1;
}

@keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1;
  }
}

#about,#employers .glyphicon{
   color: #041a47 ;
}
#seekers .glyphicon{
   color: #f76301 ;
}
.container {
   padding: 80px 120px;
}
.person {
   border: 10px solid transparent;
   margin-bottom: 25px;
   width: 80%;
   height: 80%;
   opacity: 0.7;
}
.person:hover {
   border-color: #f1f1f1;
}
.carousel-inner img {
   -webkit-filter: grayscale(60%);
   filter: grayscale(60%); /* make all photos black and white */ 
   width: 80%; /* Set width to 100% */
   margin: auto;
}
.carousel-caption h3 {
   color: #fff !important;
}
#about img{
   box-shadow: 10px 10px 10px grey;
   border-style: solid;
   border-width: 1px;
   border-color: #f0eeec;
   margin-bottom: 30px;    
}
#seekers img{
   box-shadow: 10px 10px 10px #3d3d80 ;
   border-style: solid;
   border-width: 1px;
   border-color: #f0eeec;
}
#employers img{
   box-shadow: 10px 10px 10px grey;
   border-style: solid;
   border-width: 1px;
   border-color: #f0eeec;
}

.bg-1 {
   background: #041a47;
   color: #bdbdbd;
}
.bg-1 h3 {
    color: #fff;
}
.bg-1 p {
    font-style: italic;
}
.bg-1 a {
    color: #f76200;
}
.bg-1 a:hover {
    color: #aaa;
}
.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail p {
    margin-top: 15px;
    color: #555;
}
.btn {
    padding: 10px 20px;
    background-color: #041a47;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
}
.btn:hover, .btn:focus {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
}
#googleMap {
    width: 255px;
    height: 255px;
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}  
.navbar {
    width: 80%;
    margin : auto;
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    background-color: #041a47 !important;
    border: 0;
    font-size: 11px !important;
    letter-spacing: 4px;
    opacity: 0.9;
}
.navbar li a, .navbar .navbar-brand { 
    color: #d5d5d5 !important;
}
.navbar-nav li a:hover {
    color: #fff !important;
}
.navbar-nav li.active a {
    color: #000 !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-brand{
    padding-top:3px !important;
}
.open .dropdown-toggle {
    color: #fff;
    background-color: #555 !important;
}
.dropdown-menu li a {
    color: #000 !important;
}
.dropdown-menu li a:hover {
    background-color: #041a47 !important;
}
footer {
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 32px;
}
footer a {
    color: #f5f5f5;
}
footer a:hover {
    color: #777;
    text-decoration: none;
}  
.form-control {
    border-radius: 0;
}
textarea {
    resize: none;
}
.slideanim {visibility:hidden;}
.slide1 {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
@keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
    @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
}
.form_error {
  color: red !important;
}
.success {
   color: #ff9966;
   text-align: center;
   font-weight: bold;
   font-size: 14px;
}
#hide{
    display: none;
}
#showup{
    display: block;
}

 @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
    .carousel-inner{
      margin-top:50px;
    }
    .carousel-inner img{
      width: 100%;
    }
    .navbar{
      width: 100% !important; 
    }
    #hide{
     display: block;
    }
    #showup{
     display: none;
     }
     .applyus{
     font-size: 12px;
     font-weight: 700;
     text-transform: uppercase;
     padding: 22px 10px;         
     border-radius: 50%;
     animation: animate 2s linear infinite;
     -webkit-transform: translate(20%,20%);
     -ms-transform: translate(20%,20%);
     transform: translate(20%,20%); 
     }
     @keyframes animate {
     0%{
     box-shadow: 0 0 0 0 rgba(247,99,1,0.6), 0 0 0 0 rgba(247,99,1,0.6);
     }
     30%{
     box-shadow: 0 0 0 20px rgba(247,99,1,0), 0 0 0 0 rgba(247,99,1,0.6);
     }
     65%{
     box-shadow: 0 0 0 20px rgba(247,99,1,0), 0 0 0 15px rgba(247,99,1,0);
     }
     100%{
     box-shadow: 0 0 0 0 rgba(247,99,1,0), 0 0 0 15px rgba(247,99,1,0);
     }
}
        
  }

