body {
  background-color: #030303;
  color: #fff;
  margin: 0px;
  font-family: barlow condensed, sans-serif;
}

#header,
#main-container,
#footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.spacer {
  padding-right: 10%;
  padding-left: 10%;
}

#header {
  width: 100%;
  background-color: black;
}

#main-container {
  background-color: #212936;
  min-height: 550px;
}

#footer {
  border-top: 3px #fff solid;
}

#footer .spacer {
  justify-content: center;
  text-align: center;
}

.headers-text {
  font-family: barlow condensed, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;

  color: #fff;
  text-shadow: -2px 2px 0 #cf2127;
}

.side-panel {
  flex-grow: 2;
  flex-shrink: 0;
  text-align: center;
  padding: 0%;
  flex-basis: 20%;
}

#middle-panel {
  flex-shrink: 0;
  flex-basis: 40%;
}
#main-content-flex-box h2 {
  font-size: 25px;
}

#main-content-flex-box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  min-height: 550px;
  align-items: flex-start;
  width: 100%;
}

#fortinet-square {
  font-weight: bold;
  background-color: #cf2127;
  width: 220px;
  line-height: 220px;
  height: 220px;
  margin: 0;
  text-align: center;
  margin: auto;
}

.footer-link {
  color: #fff;
}

#left-panel {
  justify-content: center;
  order: 1;
  flex-shrink: 1;
}

#middle-panel {
  order: 2;
}
#right-panel {
  order: 3;
}

@media (max-width: 1450px) {
  #left-panel {
    order: 2;
  }

  #middle-panel {
    order: 1;
    flex-basis: 100%;
    justify-content: center;
    text-align: center;
  }
  #right-panel {
    order: 3;
  }
}
