/*
Theme Name: Nomad v2
Theme URI: https://nomad-relocation.com/
Author:  Humaan
Author URI: https://humaan.com
Description: Nomad Relocation
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Nomad Relocation
Text Domain: Nomad
*/








* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.columnoffice {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.rowoffice:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columnoffice {
    width: 100%;
  }
}