@media only screen and (max-width: 600px) {
  .content image, {
    width:100% !important;
  }
  .row .column,
  .row .column.column-10,  
  .row .column.column-20,
  .row .column.column-25,
  .row .column.column-33,
  .row .column.column-40,
  .row .column.column-50,
  .row .column.column-60,
  .row .column.column-66,
  .row .column.column-67,
  .row .column.column-75,
  .row .column.column-80,
  .row .column.column-90
  {
    width:100%;
    max-width:100%;
    flex: 0 0 100%;
  }
  .text2,.text3,.text4 {
	  column-count: 1;
    border:none;
  }
  .menu li, .submenu li{
    border-top:1px solid #eee;
    border-right:1px solid #eee;
    margin-right:2px;
    margin-bottom:2px;
  }
  .menu li a, .submenu li a {
    padding-left:16px;
    padding-right:16px;
  }
  .submenu li a.menuItem.active {
  	border-bottom: 1px solid #ccc;
  }
  .logo img{
    max-width:200px;
    height:auto;
  }
  .logo{
    top:4px;
    height:50px;
  }
    
}


@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 768px) {
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 992px) {
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

