:root {
  --black: #000000;
  --white: #ffffff;
  --red: #E85441;
}
@font-face {
    font-family: 'ShvoRegular';
    src: url('../fonts/Shvo-Regular.woff2') format('woff2'),
        url('../fonts/Shvo-Regular.woff') format('woff');
   font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ShvoBold';
    src: url('../fonts/Shvo-Bold.woff2') format('woff2'),
        url('../fonts/Shvo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ShvoLight';
    src: url('../fonts/Shvo-Light.woff2') format('woff2'),
        url('../fonts/Shvo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.no-underline {
  text-decoration: none !important; }

a,
a:visited,

a:focus,
a:active {
  color: var(--white); 
  border-bottom: 2px solid var(--white);
}

#section2 a.contact,#section2 a.contact:visited,#section2 a.contact:focus,#section2 a.contact:active, {
    border-bottom: 2px solid transparent !important;

}
a:hover {
  text-decoration: none;
  color: var(--red);
  border-bottom: 2px solid var(--red);
}

.noul {
  text-decoration: none !important;
  border-bottom: none !important;
}

body {
  color: var(--white);
  background: var(--black);
  line-height: 1.5;
  font-size: 18px;
  font-family: 'ShvoRegular', sans-serif;
position: relative;
}

.skip-link {
  position: absolute;
  top: -100px;
  background-color: var(--blue);
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: var(--white);
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 6px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  -webkit-transition: top .75s ease-out;
  transition: top .75s ease-out; }

.skip-link:focus {
  color: var(--white);
  top: 7px;
  -webkit-transition: top 0s;
  transition: top 0s; }

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  /* & > [class^="col-"],
  & > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  } */ }

.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row.equal-cols:before,
.row.equal-cols:after {
  display: block; }

.row.equal-cols > [class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.row.equal-cols > [class*='col-'] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.container-lg {
  max-width: 1920px; }

/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

h1, h2 {
  margin-bottom: 0; }

.large {
  font-size: 36px;
}
.medium {
  font-size: 24px;
}
.small {
  font-size: 14px;
}
.bold {
  font-family: 'ShvoBold';
}
.light {
  font-family: 'ShvoLight';
}
.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}
#main {
  position: relative;
}
.container {
  max-width: 900px;
}
.hero-container {
  position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 458px;
max-width: 90%;
margin: auto;
text-align: center;
}
.hero-inner-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.hero-logo {
      max-width: 40vw;
    margin: 0 auto;
}
.hero-image {
  height: 100vh;
  object-fit: cover;
}
@media(max-width: 1199px) {
  .large {
  font-size: 32px;
}
.medium {
  font-size: 26px;
}
.small {
  font-size: 16px;
}
.hero-container {
  width: 500px;
}
}
@media(max-width: 991px) {
.hero-logo {
      max-width: 32vw;
}
.hero-image {
  height: 80vh;
  object-fit: cover;
}
}
@media(max-width: 575px) {
  .hero-image {
  }
  body {
    font-size: 16px;
  }
  .large {
  font-size: 24px;
}
.medium {
  font-size: 20px;
}
.small {
  font-size: 12px;
}
.hero-container {
  width: 500px;
}
}