/*
Theme Name: The Design Bank Custom
Author: The Design Bank
Author URI: https://thedesignbank.co.uk
Description: The Design Bank custom theme for WordPress
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

html {
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  scroll-behaviour: smooth;
  box-sizing: border-box;
}

::selection {
  background-color: #ff6b53;
  color: #fff;
}

body {
  font-family: "Roboto", sans-serif;
  color: #aaa;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  color: #444;
  font-weight: 700;
}

h1,
.h1 {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  border-bottom: 0;
  text-align: center;
  font-size: 56px;
  text-transform: uppercase;
}

h1:after,
.h1:after {
  position: absolute;
  left: calc(50% - 35px);
  width: 70px;
  content: "";
  border-bottom: 6px double #ff6b53;
  bottom: -10px;
}

h2,
.h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
  color: #444;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

.btn-primary {
  background-color: #ff6b53;
  padding: 10px 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 5px 0 #c2503d;
  border-radius: 5px;
  font-weight: 700;
  box-shadow: 0 5px 0 #c2503d;
  border: 1px solid #ff6b53;
}

.btn-primary:hover {
  color: #fff;
  background-color: #c2503d;
  border-color: #c2503d;
}

.btn-secondary {
  display: table;
  margin: 25px auto;
  padding: 10px;
  background: transparent;
  border: 1px solid #444;
  border-radius: 0;
  color: #444;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-weight: "Roboto Condensed", sans-serif;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-secondary:hover {
  box-shadow: 0 0 2px #444;
  text-decoration: none;
}

.menu {
}

.menu ul {
  list-style: none;
  padding-left: 0;
}

.menu ul li {
}

.menu ul li a {
  color: #fff;
}

section + section {
  position: relative;
  z-index: 10;
}

.PanelBG {
  background-size: cover;
  background-position: center;
  padding: 50px;
}

.PanelBG.White {
  background: #f5f5f5;
}

.PanelBG.Grey {
  background: #e7e7e7;
}

.PanelBG.Orange {
  background-color: #ffeadb;
}

.Panel-1 {
  height: 100vh;
  position: relative;
}

.Panel-1 .PanelBG {
  height: 100vh;
  width: 100%;
  position: fixed;
}

.Panel-1 .PanelBG .HeaderContainer {
  display: table;
  position: absolute;
  left: 50%;
  top: 250px;
  transform: translateX(-50%);
}

.HeaderContainer .Logo {
  width: 500px;
}

.HeaderContainer .Logo img {
  width: 100%;
  object-fit: contain;
}

.HeaderContainer .btn {
  display: table;
  margin: 25px auto 0 auto;
}

.Panel-1 .NavBar {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #222;
  color: #fff;
  text-decoration: none;
  padding: 20px;
}

.Panel-1 .NavBar h2 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
}

.Suite {
  text-align: center;
  margin-bottom: 15px;
}

.Suite .h3 {
  margin: 0;
  padding: 15px 0;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ff6b53;
}

.TestBubble {
  position: relative;
  padding: 30px;
  border-radius: 20px;
  background-color: #f5f5f5;
  margin-bottom: 25px;
}

.TestBubble:after {
  position: absolute;
  bottom: -20px;
  left: 60px;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f5f5f5;
}

.LatestArticle .h3 {
  display: block;
  color: #444;
  margin-bottom: 5px;
}

.Galleries {
  margin: 80px 0;
}

.Gallery {
  display: table;
  height: 100%;
  width: 100%;
  padding-bottom: 30px;
}

.Gallery img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.Fact {
  text-align: center;
}

.Fact .Figure {
  font-size: 50px;
  border-bottom: 1px solid #ebebeb;
  font-family: "Roboto Condensed", sans-serif;
  color: #ff6b53;
  font-weight: 700;
}

.Map iframe {
  display: table;
  margin: 0 auto;
}

footer {
  position: relative;
  background: #222;
  padding: 25px 0;
  z-index: 10;
}

footer p {
  margin-bottom: 0;
}
