html {

  overflow-x: hidden;

}

body {

  width: 100%;
  background: #efefef;
  color: #060606;
  font-family: Arial,sans-serif;
  overflow-x: hidden;

}

.flex-row {

  display: flex;
  flex-direction: row;

}

.flex-column {

  display: flex;
  flex-direction: column;

}

#navbar, #navbar-SL-container {

  justify-content: center;
  width: 100%;
  height: 150px;
  background: #ffffff;

}

#navbar-SL-top {

  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 137px;
  padding-left: 10px;
  border-bottom: 3px solid #2e4f7e;

}

#logo-SL {

  height: 134px;
  margin-bottom: 30px;

}

#sl-in-the-box {

  height: 134px;

}

#navbar-SL-bottom {

  width: 100%;
  height: 10px;
  background: #fac400;

}

h1 {

  color: #2e4f7e;
  margin-top: 40px;

}
