body {
  padding: 0px;
  margin: 0px;
}

img {
    max-height: 400px;
    max-width: 100%;
}

.content-picture {

}

.label {
  margin-bottom: 10px;
}

#home-picture {
  margin-top: 40px;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

video {
    width: 100%;
    height: auto;
    max-width: 500px;
}

.footer {
  background-color: #1B2631;
  height: auto;
  width: 100%;
  padding-top: 10px;
  margin: 0px;
  margin-top: 30px;
}

.list-group-item {
  border-bottom: #1B2631 solid 2px;
  width: 80%;
  padding: 5px;
}

.nav {
  font-size: 1.5em;
}

footer img {
  max-height: 50px;
  margin: 10px;
}

nav .navbar {
  margin-bottom: 40px;
}

.header-margin {
  padding-top: 50px;
}

@media (max-width:770px){
       .navbar-brand{
         font-size: 1em;
       }

       .jumbotron p {
         font-size: 1.2em;
       }

       .footer-logo {
         width: 200px;
       }
   }

   .well {
     margin-top: 10px;
   }

.card-inverse {
  background-color: #333;
  border: 0px;
}

.card-img-top{
  width:100%;
  height:auto;
}

.glyphicon.glyphicon-chevron-down {
  float:right;
}

#panel-link:hover {
  background-color: #A04000;
}

#panel-link.collapsed span {
  transform: rotate(-90deg);
}

.nav-pills {
  margin-bottom: 20px;
}

#map {
  width: 100%;
  height: 600px;
}

#submit {
  margin-bottom: 10px;
}

.ng-enter           { animation: fadeIn 0.5s; }

 .social-media-logo {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 10px;
}

#twitter-logo {
  display: inline-block;
}

#twitter-handle {
  display: inline-block;
  visibility: hidden;
}

#fb-handle {
  display: inline-block;
    visibility: hidden;
}

#fb-logo {
    display: inline-block;
}

#twitter-logo:hover + #twitter-handle {
  visibility: visible;
  animation: fadeIn 1s;
}

#fb-logo:hover +  #fb-handle {
  visibility: visible;
  animation: fadeIn 1s;
}

#twitter-logo:hover {
  cursor: pointer;
}

#fb-logo:hover {
  cursor: pointer;
}
/* ANIMATIONS
============================================================================= */

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

@-webkit-keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
