* {
  box-sizing: border-box;
    background-color: #eeeeee;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row: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) {
  .column {
    width: 100%;
  }
}


.header {
  overflow: hidden;
  padding: 20px 10px;
}

.header img {
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header p {
    text-align: center;
    font-size: 40px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:85%;
    width:100%;
    position:absolute;
}

.column p {
    text-align: center;
  font-family: 'Krub', sans-serif;
  font-size: 20px;
}

.bg-2 { 
      background-color: #eeeeee; /* Dark Blue */
      color: #eeeeee;
  }

.container-fluid {
      padding-top: 70px;
      padding-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
    
}

.container-fluid img {
    height: 100px;
    width: 300px;
    vertical-align: middle;
}