/*
 * Adapted from:
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

.span2 {
    width: 170px;
}

.offset1 {
    margin-left: 130px;
}

.people {
	text-align:center;
}

.people h3 {
	margin-bottom:10px;
	font-weight:700;
	letter-spacing:-1px;
}


.team-thumb {
	margin-top: 26px;
	text-align:center;
}

div.circle-avatar{
    /* make it responsive */
    max-width: 100%;
    width:100%;
    height:auto;
    display:block;
    /* div height to be the same as width*/
    padding-top:100%;
    
    /* make it a circle */
    border-radius:50%;
    
    /* Centering on image`s center*/
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
    
    /* it makes the clue thing, takes smaller dimension to fill div */
    background-size: cover;
    
    /* it is optional, for making this div centered in parent*/
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #bbb;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin-top: 50px;
    padding: 50px 50px;
}

.navbar-custom .navbar-brand {
    color: white;
}

.nav-item {
    color: white;

}
.navbar-custom .nav .nav-item li ul.dropdown-menu a {
    color: white;
}


img.logo {
	height:30px
}

nav.navbar {
    background: none;
    background-color:#05A;
    color:#FFF;
    min-height: 55px;
}

.navbar-toggler {
   border: 2px solid white;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


@media only screen and (min-width: 768px) {
   
  .navbar {
    background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) );
    border-bottom: 0px solid transparent;
    min-height: 230px;

  }
    
  .navbar-brand {
    height: 60px;
    font-size: 250%;
  }
  
  .navbar-custom .navbar-brand {
    color: white;
    align: middle;
    padding: 20px;
  }
  
  .navbar-custom .nav li a {
    color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    font-size: 125%;
  }
 .navbar-custom.past-main .nav li a {
    color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    font-size: 100%;
  }



  nav.navbar.past-main {
      background: none;
      background-color:#05A;
      color:#FFF;
      min-height: 55px
  }
  
  .navbar-brand.past-main {
      font-size: 150%;
      height: 15px;
      padding-top: 15px
  }


  img.logo {
      height: 65px;
      padding-right: 15px;
      padding-left: 0px;
  }
  
  
  img.logo.past-main {
      height: 30px;
      padding-right: 8px;
  }
}


/*
nav.navbar-brand {
   // Animation
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}


nav.navbar{
   // Animation
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

container {
    margin-top: 20px;
}
*/

footer a.space {
     margin-left: 10px;
     //you can adjust this margin to change spacing.  
     //you can also play around with using margin instead of margin-right
}

footer p.center {
    
    margin: auto;
}

.media {
    margin: 20px;
}

span.highlight {
    font-weight: bold;
}

footer {
    background: #EEE;
}

.img-rounded {
    margin-bottom: 15px;  
}

