body {
  margin: 0;
  width: 100%;
  background-color: #101d2c;
}
.body {
  position: relative;
  height: 100%;
}
.background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.details {
  position: absolute;
  width: 1100px;
  height: 60%;
  right: 8%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.par {
  color: white;
  bottom: -10px;
  font-size: 70px;
  font-family: "stencil";
  margin: 0;
  text-align: center;
  width: 100%;
  position: absolute;
}
.float {
  width: 100%;
  height: 100%;
}
.menu {
  display: none;
  text-align: center;
  font-family: "perpetua";
  cursor: pointer;
}
.menu-icon {
  display: inline-block;
  height: 19px;
  transform: rotate(0deg);
}
.menu-icon-up {
  transform: rotate(180deg);
}
.carousel-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.office-front {
  width: 100%;
}
.read-link {
  color: #007bff !important;
  cursor: pointer;
}
.carousel-piece {
  width: 100%;
  padding-top: 60%;
  position: relative;
}
.carousel-piece-projects {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.clients-imgs {
  width: 100%;
}
.clients-holder {
  display: flex;
  align-items: center;
  width: 100%;
}
.inner-tile {
  box-shadow: 5px 10px 18px #88888880;
  border-radius: 10px;
  padding: 28px;
  height: 100%;
}
.menu-items {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  text-align: center;
  cursor: pointer;
}
.UBlogo {
  height: 110px;
  padding: 15px;
  display: block;
  margin: auto;
}
.menu-bar {
  background-color: #101d2c;
  color: white;
}
.menu-links {
  font-size: 13px;
  cursor: pointer;
  font-family: "perpetua";
}
.tiles {
  background-color: #101d2c;
  color: white;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 2%;
  padding-bottom: 4%;
}
.tiles-override {
  color: #101d2c !important;
  background-color: white !important;
}
.center-text {
  text-align: center;
}
.text-header {
  font-family: "perpetua";
  font-size: 17px;
}
.text-par {
  font-family: "quicksand";
}
.link-par {
  font-family: none;
}
.block {
  display: block;
}
.tiles-container {
  width: 100%;
  margin: 0;
  margin-top: -6px;
}
.copyright {
  color: white;
  text-align: center;
  font-size: 10px;
}
.footer {
  height: 65px;
  display: flex;
  align-items: center;
  font-family: "perpetua";
  background-color: #0c1722;
}
.toggle1 {
  background-color: #f1f1f2;
  height: 100px;
}
.toggle2 {
  background-color: #f1f1f2;
  height: 100px;
}
.toggle3 {
  background-color: #e2dedd;
  height: 100px;
  padding: 27px;
}
.toggle4 {
  background-color: #d2f5fb;
  height: 100px;
  padding: 32px;
}
.toggle5 {
  background-color: #fffefe;
  height: 100px;
  padding: 30px;
}
.toggle6 {
  background-color: #86d7f7;
  height: 100px;
  padding: 25px;
}
.toggle7 {
  background-color: #101d2c;
  height: 100px;
  padding: 20px;
}
.toggle8 {
  background-color: #101d2c;
  height: 100px;
  padding: 26px;
}
.toggle9 {
  background-color: #ffffff;
  height: 100px;
  padding: 30px;
}
.toggles {
  margin-bottom: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  box-shadow: 5px 10px 18px #88888880;
}
.content1,
.content2,
.content3,
.content4,
.content5,
.content6,
.content7,
.content8,
.content9 {
  padding: 20px;
  font-family: initial;
  font-size: 16px;
}
.img {
  height: 100%;
  display: block;
  margin: auto;
}
.practiceH3 {
  font-family: "thorndale";
  font-size: 25px;
  color: #cb8531;
}
.practiceH1 {
  font-family: "thorndale";
  font-size: 17px;
  color: #cb8531;
}
.practiceH2 {
  font-family: "thorndale";
  font-size: 17px;
}
.passport {
  width: 100%;
  border-radius: 10px;
  display: block;
  margin: auto;
  padding-bottom: 25px;
}
.detail-tiles {
  margin-bottom: 20px;
}
.contacts {
  display: flex;
  margin: auto;
  width: 50%;
}
.icon {
  width: 50px;
  padding-top: 5px;
}
@font-face {
  font-family: "stencil";
  src: url("fonts/StardosStencil-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "perpetua";
  src: url("fonts/pertibd.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "thorndale";
  src: url("fonts/Thorndale_Bold_Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "quicksand";
  src: url("fonts/Quicksand-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 1920px) {
  .details {
    width: 800px;
  }
  .par {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .details {
    width: 600px;
  }
}
@media screen and (max-width: 1030px) {
  .details {
    width: 500px;
    right: 4%;
  }
  .par {
    font-size: 32px;
    bottom: 0px;
  }
  body {
    width: 100vw;
  }
}
@media screen and (max-width: 780px) {
  .details {
    width: 350px;
  }
  .par {
    font-size: 22px;
  }
  .contacts {
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  .body {
    width: 100vw;
    height: 100vh;
    position: fixed;
  }
  .background {
    width: 220%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .details {
    width: 80%;
    right: 10%;
  }
  .par {
    font-size: 22px;
  }
  .menu {
    display: block;
  }
  .menu-items {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .par {
    font-size: 18px;
    bottom: 5px;
  }
}
