body {
  font-family: Raleway, sans-serif;
  color: #555;
  font-size: 14px;
  line-height: 20px;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-sec {
  position: relative;
  background-color: #d3d3d3;
  background-image: url('../images/bg-paper.svg');
  background-position: 0px 0px;
  background-size: 2%;
}

.main-content-sec {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.main-container {
  position: relative;
  margin-top: 20px;
  padding: 20px 30px 30px;
  border-radius: 4px;
  background-color: #f5f5f5;
  background-image: url('../images/bg-paper.svg');
  background-position: 0px 0px;
  background-size: 2%;
}

.main-h1 {
  margin-top: 0px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #db980f;
  font-family: 'Sorts Mill Goudy', sans-serif;
  color: #555;
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.navbar-sec {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 60px;
  border-bottom: 1px dotted grey;
  background-color: #f5f5f5;
  background-image: url('../images/bg-paper.svg');
  background-position: 0px 0px;
  background-size: 1%;
  color: #5d5d5d;
}

.navbar-img {
  width: 32px;
  margin-top: 13px;
  padding-left: 0px;
  float: none;
}

.navbar-link {
  padding-right: 6px;
  padding-left: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.navbar-link.w--current {
  color: #b47927;
  font-weight: 400;
}

.bg-video {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100vh;
  color: #b47927;
  text-align: center;
}

.footer-cont {
  padding: 30px;
  text-align: center;
}

.brand-box {
  width: 200px;
  padding-right: 10px;
  padding-left: 10px;
}

.brand-column {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.brand-text {
  margin-top: 20px;
  margin-left: -5px;
}

.top-indent-div {
  margin-top: 80px;
  margin-bottom: 20px;
}

.img-svg {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px;
}

.hero-text {
  padding-top: 9px;
  border-top: 1px dotted rgba(180, 121, 39, 0.5);
  font-family: 'Sorts Mill Goudy', sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.main-p {
  padding-left: 10px;
  font-family: 'Sorts Mill Goudy', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
}

.hero-box {
  margin-bottom: 5px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.main-h2 {
  margin-top: 0px;
  border-bottom: 1px dotted silver;
  font-family: 'Sorts Mill Goudy', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.contacts-name {
  margin-top: 15px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(180, 121, 39, 0.5);
  font-family: Raleway, sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

.contacts-text {
  font-family: 'Sorts Mill Goudy', sans-serif;
  font-size: 21px;
  font-style: italic;
}

.contacts-link {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px dotted silver;
  border-bottom: 1px dotted silver;
  background-color: transparent;
  font-family: 'Sorts Mill Goudy', sans-serif;
  color: #555;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.contacts-link:hover {
  background-color: rgba(180, 121, 39, 0.1);
}

.link {
  color: #555;
  font-size: 21px;
  font-style: italic;
  text-decoration: none;
}

.main-img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.unordered-list-item {
  display: inline;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 9px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #b47927;
}

.ordered-list-item {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #b47927;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.text-block {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 3px solid #b47927;
  font-family: Raleway, sans-serif;
  line-height: 28px;
  font-style: italic;
}

.ul-list-item {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #000;
  font-family: Raleway, sans-serif;
}

.list-heading {
  margin-bottom: 10px;
  font-family: 'Sorts Mill Goudy', sans-serif;
  font-size: 19px;
  line-height: 28px;
  font-style: italic;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.main-h4 {
  margin-left: 1px;
  font-family: 'Sorts Mill Goudy', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.footer-text {
  font-family: 'Sorts Mill Goudy', sans-serif;
  font-size: 15px;
  font-style: italic;
}

.differ-box {
  margin-bottom: 5px;
  padding: 20px;
  background-color: hsla(0, 0%, 96.1%, 0.6);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.mail-link {
  color: #555;
  text-decoration: underline;
}

.link-phone {
  color: #555;
  text-decoration: none;
}

.link-to-pieteikums {
  color: #555;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .menu-button {
    padding-top: 11px;
    font-size: 34px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .menu-bg {
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .nav-icon {
    color: #b47927;
  }
}

