/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@font-face {
  font-family: source-sans-pro;
  src: url("./fonts/SourceSansPro-Regular.ttf");
}

@font-face {
  font-family: roboto-condensed;
  src: url("./fonts/RobotoCondensed-Regular.ttf");
}

html {
  font-family: source-sans-pro;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.spacer {
  display: none;
}
body {
  margin: 0;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input {
  line-height: normal;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   custom
   ========================================================================== */
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: source-sans-pro;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.sdb-inline-block {
  max-width: 100%;
  display: inline-block;
}
.img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3{
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul{
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

button,
[type="button"]{
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
/* ==========================================================================
      Start of custom CSS
      ========================================================================== */
body {
  font-family: source-sans-pro;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: source-sans-pro;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: roboto-condensed, source-sans-pro;
  font-size: 16px;
  line-height: 22px;
}
ul {
  margin-bottom: 10px;
  font-family: roboto-condensed, source-sans-pro;
  font-size: 16px;
  line-height: 22px;
}

.container {
  position: relative;
  z-index: 98;
  height: auto;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 10px;
}

.flex-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.section {
  position: relative;
  top: 0px;
  height: auto;
  margin-top: 0px;
  padding-top: 186px;
  color: #134d5b;
}

.section-2 {
  position: relative;
  top: 0px;
  height: auto;
  margin-top: 0px;
  padding-top: 186px;
  color: #134d5b;
  display: none; 
  display: flex; 
  flex-direction: column;
  flex: 1;
  flex-grow: 1;
  align-items: stretch;
}

.heading {
  margin-top: 10px;
  font-family: "Source Sans Pro", source-sans-pro;
  color: #134d5b;
  font-weight: 600;
}

.heading.orange {
  color: #fe7e4c;
}

.button {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 40px;
  border-radius: 4px;
  background-color: #134d5b;
  font-family: "Source Sans Pro", source-sans-pro;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.button:hover {
  box-shadow: 1px 1px 3px 0 #000;
  color: #fe7e4c;
}

.text-block {
  font-style: normal;
  text-decoration: none;
}

.w600 {
  width: 600px;
  max-width: 600px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}

.img_bg {
  position: absolute;
  left: auto;
  top: 100px;
  right: 10%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30%;
  height: 800px;
  min-width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("./pics/metal-pulver.png");
  background-position: 70% 80%;
  background-size: cover;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: block;
  border-bottom: 1px solid #acacac;
  background-color: #f1f1f1;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
}

.naviwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navilink {
  font-family: "Source Sans Pro", source-sans-pro;
  color: #134d5b;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  text-decoration: none;
}

.navilink:hover {
  color: #fe7e4c;
}

.stdtext {
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: roboto-condensed;
  color: #134d5b;
}

.heading-2 {
  color: #767676;
  font-weight: 600;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navfooter {
  width: auto;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "Source Sans Pro", source-sans-pro;
  color: #767676;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
}

.w250 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.link-block {
  margin-top: 0px;
}

.footerbar {
  background-color: #f1f1f1;
  text-align: center;
}

.img_w400 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image {
  position: relative;
  min-width: 100%;
}

.tworows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-2 {
  margin-top: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.centering_w1000 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.image-3 {
  padding-right: 20px;
}

.img_w600 {
  width: 600px;
}

.w400 {
  width: 400px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: left;
}

.image-4 {
  width: auto;
}

@media screen and (max-width: 1000px) {
  .w600 {
    width: 500px;
  }
}

@media screen and (max-width: 900px) {
  .w600 {
    width: 450px;
  }
}

@media screen and (max-width: 800px) {
  .img_bg {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .img_w600 {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .navilink {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .img_w400 {
    display: none;
  }

  .logo_footer {
    display: none;
  }
  .w600 {
    max-width: 90vw;
  }
  .w400 {
    max-width: 90vw;
  }
}