/* ==========================================================================
CUSTOM RESPONSIVE CSS
========================================================================== */

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

  header h1 {
    font-size: 3.2rem;
    line-height: 3.1rem;

  }

  header h2 {
    font-size: 1.6rem;
  } 

  .vimeo-wrapper iframe {
		min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
		
	 }

   .img-rounded {
     max-width: 100%;
   }

   #timeline h2 {
    font-size: 3.4rem;
  } 

  #customize-controls {
    margin-top: -70px;
  }
  
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

  .navbar {
    text-align: left;
  }

  .nav-link {
      padding: 0.5rem 1rem;
      font-size: .9rem;
  }
  

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

  .mob-hide {
    display: inline-block;
  }

  .mob-show {
    display: none;
  }

  header h1 {
    font-size: 4rem;
    line-height: 3.9rem;
  }

  header h2 {
    font-size: 1.8rem;
  } 

  hr.divider {
    max-width: 50%;
  }

  .feature-img {
    max-width: 480px;
  } 
  .slide-btn {
    width: 70px;
    height: 70px;
  }
  

 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

 }


 /* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) { 

 }