/* For smartphones */
@media only screen and (max-width: 600px) {
  .cylo_logo_div{
    display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  flex-wrap: wrap;
  }
  .content-row {
    flex-direction: column;
  }
  .content-image {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-top: -20px;
  }

  .content-image-alt {
    margin-top: -20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  #a {
    order: 2;
  }

  #b {
    order: 1;
  }

  .content-bar {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .button-ul {
    /*display: none;*/
  }

  .button-ul li {
    display: none;
  }

  .button-ul .home-nav {
    display: unset !important;
  }

  .navbar-header {
    /*display: flex;*/
    width: 100%;
  }

  .logo-toggle {
    width: 50%;
  }

  .logo-toggle img {
    min-width: 100px;
  }

  .thumbnail-img {
  	margin-bottom: 20px;
  }


  .location-bar {
  	flex-direction: column;
  	height: 1100px;
    align-items:  center; 
    margin-top:  50px;
    margin-bottom: 0;
  }

  .address {
  	height: 50%;
    width: unset;  
  }

  .address h2 {
    text-align: center; 
  }

  .blah {
  	display: flex;
  	align-items: center;
  	text-align: center;
    width:  unset;  
  }
}

/* For tablets */

@media only screen and (min-width: 768px) and (max-width: 992px) {

  .content-bar {
    display: flex;
    align-items: center;  
  }

  .content-bar {
    text-align: center;
    line-height: 1.1;
    font-size: 12px;
  }

  .content-bar h2 {
    font-size: 20px;
  }

  .thumbnail-img {
  	margin-bottom: 	20px;
  }
  
  .address {
  	width: 40%;
    font-size: 16px;
  }

  .blah {
  	width: 50%;
  	text-align: center;
  }
}