/*
Theme Name: Borough Capital Group LTD
Description: Theme for Borough Capital Group LTD
Author: Albert C.
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;600&display=swap");
html {
  height: 100%;
  margin-top: 0 !important;
  display: table;
  width: 100%;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  padding: 25px;
  margin: 0;
  line-height: 1.3;
  background: linear-gradient(180deg, #FFFFFF 0%, #E7E7E7 100%);
  text-align: center;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}

a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}

a:hover, a:focus {
  color: #fff;
  outline: none;
  text-decoration: underline;
}

p {
  margin: 0 0 1.4em 0;
}

:focus {
  outline: none;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

b, strong {
  font-weight: 600;
}

.btn {
  outline: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 40px 12px;
  position: relative;
  background: none;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
  text-shadow: none;
}

.btn:hover, .btn:focus {
  background: #fff;
  color: #000;
  text-decoration: none;
}

.all {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
}

.main {
  position: relative;
  background: url(img/main-image.jpg) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 560px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 4.4664px 8.93281px rgba(0, 0, 0, 0.3);
  padding: 20px;
  text-align: center;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.54);
  margin-bottom: 20px;
}

.main::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(5, 7, 10, 0.5) 12.5%, rgba(50, 50, 50, 0.67) 100%);
  z-index: 0;
}

.main > * {
  z-index: 1;
  position: relative;
}

.logo {
  width: 210px;
  height: 65px;
  background: url(img/logo.svg) 50% 50% no-repeat;
  background-size: contain;
  margin: 0 auto 15px;
}

.about {
  font-size: 22px;
  font-weight: 300;
  margin: 0 auto 20px;
}

.head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  max-width: 560px;
  margin: 0 auto 70px;
}

.slogan {
  font-weight: 400;
  font-size: 42px;
  margin: 0 auto 55px;
  line-height: 1;
}

.address {
  margin-bottom: 55px;
}

.copyright {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.content .btn {
  margin-bottom: 55px;
}

@media (max-width: 480px) {
  body {
    padding: 0;
    display: block;
    font-size: 20px;
  }
  .main {
    border-radius: 0;
    margin-bottom: 0;
    min-height: 100vh;
  }
  .content {
    padding-bottom: 30px;
  }
  .slogan {
    font-size: 35px;
  }
  .copyright {
    position: relative;
    margin-top: -40px;
    color: #fff;
    opacity: 0.8;
  }
}/*# sourceMappingURL=style.css.map */