.logo-container {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.logo-container a {
  color: #fff;
}

.logo-container a:hover{
  text-decoration: none;
}

.header {
  padding: 55px 37px;
  background-color: #333;
}

.text {
  color: #fff;
  text-align: center;
}

.new-section {
  padding-top: 95px;
  padding-bottom: 95px;
}

.new-section.divider {
  background-color: #f6f6f6;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .07), hsla(0, 0%, 100%, 0) 11%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .07), hsla(0, 0%, 100%, 0) 11%);
}

.new-section.btm {
  background-color: #181818;
}

.text-oops {
  display: inline-block;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
}

.headline-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headline-subdiv2 {
  display: inline-block;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 400;
}

.body-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subdiv-text {
  margin-right: 6px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.body-subdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 22px;
  padding-left: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #fff;
}

.body-subdiv.noline {
  border-right-width: 0px;
}

.subdiv-headline {
  margin-right: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.text-dk {
  color: #000;
  text-align: center;
}

.key-icon {
  width: 105px;
  height: 49px;
  margin-right: 11px;
  background-image: url('../images/logos/TC-key.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.headline-subdiv1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-container {
  padding-right: 124px;
  padding-left: 124px;
  text-align: center;
}

.logo-header {
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: #1784c5;
}

.heading {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .54);
}

.logo-button {
  padding: 28px 50px 28px 79px;
  background-color: #f05723;
  background-image: url('../images/logos/icon-download.png');
  background-position: 32px 50%;
  background-size: 23px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .43);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 222ms ease;
  transition: all 222ms ease;
  font-size: 26px;
  text-transform: uppercase;
}

.button:hover {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .31);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button:active {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .31);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.button.blue {
  margin-top: 32px;
  padding-left: 50px;
  background-color: #1784c5;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.text-span {
  font-weight: 200;
}

.text-block {
  margin-top: 41px;
  color: #8d8d8d;
  font-size: 19px;
  font-weight: 500;
}

.div-block {
  padding-top: 54px;
  padding-bottom: 54px;
}

.header2 {
  color: #1784c5;
  font-size: 46px;
  font-weight: 500;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.module {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  margin-right: 2%;
  margin-bottom: 6%;
  margin-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 222ms ease;
  transition: all 222ms ease;
  text-align: center;
  text-decoration: none;
}

.module:hover {
  -webkit-transform: scale(0.985);
  -ms-transform: scale(0.985);
  transform: scale(0.985);
}

.module-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.horiz {
  height: 105px;
  background-image: url('../images/logos/TakeoutCentral_horiz-color-blueFork.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.horiz.silver {
  background-image: url('../images/logos/TakeoutCentral_horiz-color-silvFork.png');
}

.horiz.black {
  background-image: url('../images/logos/TakeoutCentral_horiz-black.png');
}

.horiz.white {
  background-image: url('../images/logos/TakeoutCentral_horiz-white.png');
}

.module-box {
  width: 100%;
  margin-top: 12px;
  padding: 28px 28px 38px;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .37);
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
}

.module-box:hover {
  background-color: #f5f5f5;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .15);
}

.module-box.black-bg {
  background-color: #000;
}

.module-box.black-bg:hover {
  background-color: rgba(0, 0, 0, .81);
}

.module-btn {
  width: 50%;
  margin-top: -19px;
  padding: 10px;
  background-color: #f05723;
}

.module-btn:hover {
  background-color: #f6784d;
}

.vert {
  height: 165px;
  background-image: url('../images/logos/TakeoutCentral_vert-color-blueFork.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.vert.silver {
  background-image: url('../images/logos/TakeoutCentral_vert-color-silvFork.png');
}

.vert.black {
  background-image: url('../images/logos/TakeoutCentral_vert-black.png');
}

.vert.white {
  background-image: url('../images/logos/TakeoutCentral_vert-white.png');
}

.color-circle {
  display: block;
  width: 155px;
  height: 155px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #1784c5;
  box-shadow: inset 0 0 11px 0 rgba(0, 0, 0, .3);
}

.color-circle.orange {
  background-color: #f05723;
}

.div-block-7 {
  margin-right: 31px;
  margin-left: 31px;
  text-align: center;
}

.color-text {
  margin-top: 14px;
}

.contact-text {
  margin-top: 23px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.link {
  color: #fff;
}

.link:hover {
  color: #f05723;
}

@media (max-width: 991px) {
  .text-oops {
    display: block;
    font-size: 41px;
  }
  .headline-div {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .headline-subdiv2 {
    display: block;
    margin-top: 7px;
    margin-bottom: 16px;
  }
  .body-div {
    display: block;
  }
  .body-subdiv {
    margin-bottom: 8px;
    border-right-style: none;
  }
  .key-icon {
    display: inline-block;
  }
  .headline-subdiv1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .new-section.divider {
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .09), hsla(0, 0%, 100%, .09) 8%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .09), hsla(0, 0%, 100%, .09) 8%);
  }
  .text-oops {
    margin-right: 0px;
    font-size: 36px;
  }
  .headline-subdiv2 {
    margin-right: 0px;
    font-size: 31px;
  }
  .key-icon {
    display: inline-block;
    width: 85px;
    margin-right: 14px;
  }
  .page-container {
    padding-right: 36px;
    padding-left: 36px;
  }
  .module {
    width: 96%;
  }
  .module-box {
    background-color: #fff;
  }
  .module-box:hover {
    background-color: #f1efef;
  }
  .module-box.black-bg:hover {
    background-color: rgba(0, 0, 0, .86);
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .15);
  }
  .div-block-7 {
    margin-bottom: 33px;
  }
}

@media (max-width: 479px) {
  .new-section {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .subdiv-text {
    margin-right: 0px;
  }
  .body-subdiv {
    display: block;
    text-align: center;
  }
  .body-subdiv.noline {
    padding-right: 0px;
    padding-left: 0px;
  }
  .subdiv-headline {
    margin-right: 0px;
  }
  .headline-subdiv1 {
    display: block;
  }
  .page-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .logo-header {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .heading {
    font-size: 38px;
  }
  .button {
    width: 100%;
    padding: 21px 23px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 20px;
    line-height: 1.5;
  }
  .text-block {
    font-size: 16px;
    line-height: 1.5;
  }
  .header2 {
    font-size: 31px;
  }
  .module {
    margin-bottom: 15%;
  }
  .module-btn {
    width: 66%;
  }
  .contact-text {
    font-size: 16px;
    line-height: 1.5;
  }
}