body {
  position: relative;
  font-family: "Cabin", sans-serif;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  background: url("../images/borrewaen_bg.jpg") no-repeat center center
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16, 9, 103, 0.3);
  z-index: 1;
}

body > * {
  position: relative;
  z-index: 2;
}

h1 {
  color: #e0e5eb;
  font-weight: 700;
  font-size: 40px;
}

h3 {
  color: #e0e5eb;
  font-style: italic;
  font-size: 25px;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* 
Loading section
*/
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/loading.gif") center no-repeat #032b44;
}

.no-js #loader {
  display: none;
}

.js #loader {
  position: absolute;
  left: 100px;
  top: 0;
  display: block;
}

/*
Header Section
*/
.header-logo-wrapper {
  margin: 50px 0px 70px 0px;
}

/*
countdown timer section
*/
#counter {
  color: #fff;
  font-size: 32px;
}

#counter_wrapper {
  margin: 0.8em 0px 0.7em;
}

.countdown-period {
  display: block;
  font-size: 60%;
}

.countdown-amount {
  display: block;
  font-size: 200%;
}

.countdown-section {
  display: inline-block;
  margin-right: 8%;
}

.countdown-section:last-child {
  margin-right: 0px;
}

.subscribe-form-wrapper {
  margin: 30px 0px 20px 0px;
}

.subscribe-form-wrapper button {
  padding: 10px 35px;
  border-radius: 20px;
  border: 0;
  outline: none;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  color: black;
  background-color: #e0e5eb;
  transition-duration: 0.4s;
}

.subscribe-form-wrapper button:hover,
.subscribe-form-wrapper button:focus,
.subscribe-form-wrapper button:active:focus {
  outline: none;
  color: #ffffff;
  background-color: #292d33;
}

.subscribe-form-wrapper input {
  border: 0;
  border-radius: 20px;
}

.subscribe-form-wrapper input,
.subscribe-form-wrapper button {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}

/*
 Social media section
 */
.social-media-wrapper {
  margin-top: 30px;
  margin-bottom: 80px;
  font-size: 25px;
}

.social-media-wrapper a {
  margin-right: 20px;
  font-size: 25px;
  color: #ffffff;
}

.social-media-wrapper a:last-child {
  margin-right: 0px;
}

/*
Footer and copyright section
*/
.footer {
  margin: auto 0 0 0;
  width: 100%;
}

.footer-copy {
  display: flex;
  padding: 0 15px 15px 15px;
  color: #fff;
}

.fiendus {
  margin-left: auto;
}

/*--- FORMS ---*/
/*
This is the bit you need.
*/
.subscribe-form-wrapper label {
  position: absolute;
  left: -9999px;
}

.subscribe-form-wrapper input {
  height: 38px;
}

.subscribe-form-wrapper input,
.subscribe-form-wrapper textarea {
  font: inherit;
  resize: none;  
  width: 300px !important;
}

.form-subs-message {
  border-radius: 20px;
  height: initial;
}

[placeholder] {
  cursor: pointer;
}
[placeholder]:active,
[placeholder]:focus {
  cursor: text;
}

.form-inline {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.form-group {
  padding-bottom: 10px;
}

.btn-default {
  width: 300px;
  align-self: center !important;
}

.social-media-wrapper {
  margin-bottom: 20px;
}

.company-info {
  position: relative;
  margin-top: 40px;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  border-radius: 20px;  
  background-color: rgba(71, 70, 70, 0.53);
}

.company-info a {
  color: #e0e5eb;
}

