@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
.form-label {
  margin-bottom: 0rem;
}

.form-control {
  background-color: transparent;
  border-radius: 0;
  border-color: transparent;
  height: 2.5rem;
  border-bottom: 1px solid #292929;
  margin-bottom: 2.5rem;
}

.form-control {
  /*    background-color: rgba(0, 0, 0, 0.04);
      border-color: rgba(0, 0, 0, 0.04);*/
}

form .message.good {
  font-size: 1.4rem;
  color: #000;
  font-weight: 900;
}

fieldset div:focus-within {
  color: #000;
  font-weight: bold;
}

.form-control:focus {
  box-shadow: none;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 2px solid #292929;
  box-shadow: none !important;
}

textarea.form-control:focus {
  min-height: 10rem;
}

form .btn-toolbar {
  /*justify-content: flex-end;*/
  padding: 2rem 0;
  display: block;
}
form .btn-toolbar .btn, form .btn-toolbar .btn-primary {
  float: right;
  background-color: transparent;
  color: #000;
  /*border: 1px solid #000;*/
  background-color: var(--brand);
  color: #FFF;
  border: 0px solid #000;
  text-decoration: none;
  border-radius: 50px;
  /*            &:before{
                 font-family: boxicons;
                 content: "\ed35";
                  font-size: 1em;
                  position: absolute;
                  height: 1em;
                  width: 1em;
                  background: transparent;
                  box-shadow: .1em -.1em 0 .11em rgba(255, 255, 255, .5);

                  top: 1em;
                  right: 1em;
              }

              &:after{
                font-family: boxicons;
                content: "\ed35";
                  position: absolute;
                  height: 80%;
                  top: 10%;
                  width: 0;
                  border-left: 1px solid rgba(255, 255, 255, .15);
                  border-right: 1px solid rgba(0, 0, 0, .15);
                  right: 2.25em;
              }
  */
}

/*https://docs.silverstripe.org/en/4/developer_guides/customising_the_admin_interface/typography/*/
* {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

body {
  /*font-weight: 400;*/
  /*font-size: 20px;*/
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 30px;
}

b, strong {
  font-weight: 900;
}

.navbar,
.dropdown-menu,
.breadcrumbs-container,
.some {
  /*font-size: 14px;*/
  font-size: 0.875rem;
}

footer {
  font-size: 1rem;
}

.smallerContentText {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
}

h1, .h1 {
  /*font-size: 72px;*/
  font-size: 4.5rem;
  /*letter-spacing: -42x;*/
  /*letter-spacing: -2%;*/
}

h2, .h2 {
  /*font-size: 56px;*/
  font-size: 3.5rem;
  line-height: 66px;
}

h3, .h3 {
  /*font-size: 36px;*/
  font-size: 2.25rem;
}

h4, .h4 {
  font-size: 28px;
  font-size: 1.75rem;
  /*letter-spacing: -2x;*/
}

h5, .h5 {
  /*font-size: 1.75em;*/
  font-size: 22px;
}

.children-wrapper {
  font-size: 18px;
  font-weight: 100;
  line-height: 28px;
}
.children-wrapper h4 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 2rem;
}

.blockquote {
  Font-size: 36px;
  Line-height: 46px;
  Line-height: 106%;
  Letter-spacing: -2%;
}

.Preamble {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  h6 {
    font-size: 1.1rem;
  }
  body {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .children-wrapper {
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.5rem;
  }
  .children-wrapper h4 {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 2rem;
  }
}
/*body {opacity :0.2!important;}*/
:root {
  --screenwidth: 1443px;
  --ScreenFillerHeight: 80vh;
  --screenwidth: 100%;
  --brand: #6182A4;
  --greyblue: #6182A5;
  --orange: #FFB851;
  --grey: #3A413B;
  --black: #000;
  --greyish: #DCE3EB;
  --greyline:#949494;
  --light: #FFF;
  --dark: #092032;
  /*--body: #A2A2A2;*/
  --body: #373737;
  --border: rgba(0,0,0,0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

body {
  max-width: var(--screenwidth);
}

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

a:hover {
  color: inherit;
}

body {
  margin: 0 auto;
  /*font-family: "Inter", sans-serif;*/
  color: var(--body);
  /*line-height: 1.7;*/
  background-color: #F6F6F6;
}

div.small-line {
  height: 3px;
  width: 63px;
  background-color: #F8CDAA;
  /*border: 1px solid #F8CDAA;*/
  margin-top: 10px;
  margin-bottom: 20px;
}

#logo-and-nav {
  border-bottom: 1px solid #FFF;
  padding-bottom: 16px;
}

#topnav {
  text-align: right;
  /*padding-bottom: 15px;*/
  margin-top: 11px;
}
#topnav a {
  color: #FFF;
  text-decoration: none;
}

.top-hero {
  height: 75vh;
  background-size: cover;
  background-position: right top;
  padding: 20px 60px;
  /*    h1 {margin-bottom: 20px;}*/
}
.top-hero article {
  max-width: 500px;
  margin-left: 5%;
  margin-top: 5%;
}
.top-hero .content {
  padding-left: 10px;
}

.onepage.AboutPage {
  min-height: 60vh;
  padding: 20px 10px;
}
.onepage.AboutPage .content {
  margin-top: 17%;
}

.onepage-inner {
  min-height: 60vh;
  background-size: cover;
  background-position: right top;
  padding: 60px 0px;
}

.content.PageWithSubContent.holder {
  padding: 15px 10px 10px 22px;
}

/*.children-wrapper {padding: 160px 80px;}*/
.children-wrapper {
  padding: 50px 40px;
}

#id-14.onepage .content {
  max-width: 740px;
  padding: 20px;
  /*         margin: 20px 21px;*/
  margin: 0 auto;
}
#id-14.onepage .content #priceTable {
  /*margin: auto auto;*/
  width: 100%;
  font-size: 18px;
  color: #FFF;
}
#id-14.onepage .content #priceTable td {
  padding-left: 10px;
  padding-right: 10px;
}
#id-14.onepage .content #priceTable td.titlecell {
  padding-right: 24px;
}
#id-14.onepage .content #priceTable .odd {
  background-color: rgba(255, 255, 255, 0.3);
}

/*Contact*/
#id-3.onepage .onepage-inner {
  min-height: 85vh;
}
#id-3.onepage .content {
  /*max-width: 740px;*/
  padding: 40px;
  /*position: relative;*/
  width: 477px;
  height: 226px;
  margin-left: 80px;
  margin-top: 236px;
  background: #F8CDAA;
  border-radius: 20px;
  font-size: 1rem;
  line-height: 1.8rem;
}

.footer {
  background: #F8CDAA;
  padding: 50px 80px;
}
.footer .social {
  text-align: right;
  padding-top: 16px;
}

@media (max-width: 768px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .sarmtest {
    padding: 0 !important;
  }
  #topnav a {
    margin-left: 18px;
  }
  .top-hero {
    padding: 40px;
  }
  .top-hero article {
    margin-left: 0;
  }
  #id-3.onepage .content {
    margin-left: 20px;
    margin-top: 40px;
    max-width: 90%;
  }
  #id-14.onepage .content {
    /*max-width: 720px;*/
    margin: 20px 21px;
  }
  #id-14.onepage .content #priceTable {
    font-size: 12px;
    width: 100%;
    /*margin: auto 20px ;*/
  }
  #id-14.onepage .content #priceTable td {
    padding-right: 14px;
    padding-left: 10px;
  }
}
@media (max-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .top-hero {
    background-image: url("../images/starthands_dark.jpg") !important;
  }
}
@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
  .footer .social {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .top-hero {
    min-height: 760px;
  }
}
@media (min-width: 769px) {
  #topnav a {
    margin-left: 28px;
    padding: 8px 24px;
  }
  #topnav a#link-6 {
    margin-left: 0;
  }
  #topnav a#link-3 {
    background-color: #F8CDAA;
    color: #000;
    border-radius: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
