body,
html {
  width: 100%;
  height: 100%;
  font-size: 100%;
}
@media(max-width: 576px){
  html {
    font-size: 90%;
  }
}

body {
  font-family: 'Oxygen', Arial, sans-serif;
  font-weight: 300;
  color: #191706;
  scroll-behavior: smooth;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #CB1E2F;
}

hr.light {
  border-color: #fff;
}

a {
  color: #CB1E2F;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}


a:hover {
  color: #CB1E2F;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oxygen', Arial, sans-serif;
}
.noscroll {
  overflow: hidden;
}

#loading_screen {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  background-color: #141618;
  z-index: 9999;
  text-align: center;
  overflow: hidden;
}

#loading_image {

  margin: auto;
  position: absolute;
  top: 50%; left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
 z-index: 9999;
 }


.py-10 {
  padding: 10rem 0rem;
}

.w-99 {
  width: 99%;
}

/* .bg-primary {
  background-color: #F05F40 !important;
}
*/
.bg-dark {
  background-color: #141618 !important;
} 

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 8rem 0;
}

label {
  display: inline-block;
  margin-bottom: 0rem;
}

.lead {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
}

.section-heading {
  margin-top: 0;
  font-weight: 600;
  letter-spacing: 3px;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}
*:focus {outline:0px none transparent;}

.arrow,
.arrow:before {
  position: absolute;
  left: 10%;
}





#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1) !important;
  background-color: #fff;
  font-family: 'Oxygen', Arial, sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0rem;
}
@media (max-width: 991px){
  .collapse {
    display: none;
    padding-top: 1rem;
  }
  .navbar_social {
    position: relative;
    margin-bottom: 0px;
    right: 0px;
    padding-top: 1rem;
    padding-left: 0rem;
    padding-right: 0rem;
    font-size: 1.1rem;
  }
  .navbar .navbar-brand{
    margin-left: 0rem;
  }
  }
@media (min-width: 991px) and (max-width: 1440px){
  .navbar_social {
    position: relative;
    margin-bottom: 0px;
    right: 0px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.1rem;
  }
  .navbar .navbar-brand{
    margin-left: 0rem;
  }
  }

@media (min-width: 1440px){
.navbar_social {
  position: absolute;
  margin-bottom: 0px;
  right: 0px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.1rem;
}

.navbar .navbar-brand{
  margin-left: -9.9rem;
}
}

.navbar_social li a {
  color: #191706;
}

.navbar_social li a:hover {
  color: #A40617;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #CB1E2F;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #191706;
  letter-spacing: 2px;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #A40617;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #A40617 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: #FFF;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: #FFF;
    background-color: #FFF;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #CB1E2F;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 0.75rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #191706;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #CB1E2F;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #CB1E2F;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #CB1E2F;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #CB1E2F;
  }
}

 header {
  background-color: #000000;
} 



@media (max-width:768px){
  #hero {
    height: 100vh;
  }
  #about {
    padding: 0rem;
  }
  .about_wolf {
    padding: 4rem 0rem;
    font-size: 1.0rem;
    line-height: 1.5rem;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 0px;
  }
  .arrow,
.arrow:before {
  position: absolute !important;
  left: 50%;
  z-index:10;
}

.arrow {
  width: 40px;
  height: 40px;
  top: 91%;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
  z-index:10;
}

.arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}

@keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}
  }
@media (min-width:768px){
#hero {
  margin-top: 59px;
  height: calc(75vh - 59px);
}
#about {
  height: 25vh;
  padding: 0rem;
}
.about_wolf {
  font-size: 1.0rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 0px;
}
.arrow {
  display:none;
}
}

@media (max-height:600px){
  #hero {
    height: 100vh;
  }
  #about {
    padding: 0rem;
  }
  .about_wolf {
    padding: 4rem 0rem;
    font-size: 1.0rem;
    line-height: 1.5rem;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 0px;
  }
  }


header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}
@media (max-width: 991px){
  .hero_wrapper {
    background: url('../img/mobile_hero.jpg') center top;
    background-color: #000000;
  }
  }
@media (min-width: 991px){
.hero_wrapper {
  background: url('../img/main_hero.jpg') center top;
  background-color: #000000;
}
}
@media (max-width: 768px) {
  header.masthead:after  {
    content:"";
    position: absolute;
    bottom: 0px;
    left:0px;
    width: 100%;
    height: 25%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.95+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000',GradientType=0 ); /* IE6-9 */
  }
}
@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}


/* @media (min-width: 992px) {
  header.masthead .hero_wrapper {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  } */


@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}



.text-primary {
  color: #F05F40 !important;
}

.btn {
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  font-family: 'Oxygen', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

/* .btn-primary {
  background-color: #F05F40;
  border-color: #F05F40;
} */

 .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #343a40 !important;
} 

/* .btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
} */


.wolf_adress p{
  padding: 0px;
  margin-bottom: 1px;
  letter-spacing: 1px;
  font-weight: 300;
}
.wolf_adress h5{
  font-weight: 700;
  letter-spacing: 1px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid black;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select.form-control[multiple], select.form-control[size]:not([size="1"]), textarea.form-control:not([rows="1"]), .custom-select[multiple], .custom-select[size]:not([size="1"]) {
  border-radius: 0px;
  border-width: 1px;
  min-height: 3.5rem;
  padding: 0.5rem 0.5rem 2rem 0.5rem;
}

.form-control::placeholder, .custom-select::placeholder, .form-control-file::placeholder {
  color: #999999;
  padding: 0rem 0.2rem;
  font-style: italic;
  font-weight: 300;
  opacity: 0.6;
}

.form-control::-webkit-input-placeholder, .custom-select::-webkit-input-placeholder, .form-control-file::-webkit-input-placeholder {
  color: #999999;
  padding: 0rem 0.2rem;
  font-style: italic;
  font-weight: 300;
  opacity: 0.6;
}
.form-control::-ms-input-placeholder, .custom-select::-ms-input-placeholder, .form-control-file::-ms-input-placeholder {
  color: #999999;
  padding: 0rem 0.2rem;
  font-style: italic;
  font-weight: 300;
  opacity: 0.6;
}




#text_counter {
  position: absolute;
  font-style: italic;
  bottom: 0px;
  right:0px;
  padding: 0.4rem 3.5rem;
  color: #999999;
}

#progress_wrapper {
  padding: 0px 0px;
}
#progress_wrapper .progress {
  margin-top: 0px;
}

.progress-bar {
  border-bottom: 0.25rem solid #2ed784;
}

.footer_wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  letter-spacing: 2px;
  font-weight: 300;
}

@media (max-width:768px){
  .footer_social {
    position:relative;
    margin-right: 0rem;
    margin-bottom: 0px;
    padding: 0.5rem 0rem;
  }
  .footer_social .list-inline{
    margin-bottom: 0px;
  }
  .footer_social .list-inline .list-inline-item {
      font-size: 1.1rem;
  } 
  .footer_social .list-inline .list-inline-item a{
    color: #FFF;
  } 
}

@media (min-width:768px){
.footer_social {
  position:absolute;
  right: 0px;
  top:80%;
  transform: translateY(-50%);
  margin-right: 2rem;
}
.footer_social .list-inline .list-inline-item {
    font-size: 1.1rem;
} 
.footer_social .list-inline .list-inline-item a{
  color: #FFF;
} 
}




@media (max-width:576px){
.form-button-wolf {
    padding: 0.4rem 0.75rem;
    text-transform: none;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 0px;
    font-size: 1rem;
    font-weight: 300;
  }
}

@media (min-width: 576px){
.form-button-wolf {
  min-width: 170px !important;
  max-width: 170px;
  padding: 0.4rem 0.75rem;
  text-transform: none;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 0px;
  font-size: 1.1rem;
  font-weight: 300;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
}

#file_info{
  position: absolute;
  padding: 0.3rem 0rem;
  left: calc(100% - 360px);
}
@media (max-width: 576px){
  .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent; 
    margin-top: 59.4px;
    border-radius: 0rem;
}
}
@media (min-width: 576px){
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;  
  margin-top: 62.1px;
  border-radius: 0rem;}
}
.alert_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.alert-danger .alert_icon {  
  background-color: #FFF;
  color: #e64c58;
  border-radius: 50%;
  overflow: hidden;
}

.alert-success .alert_icon {
  background-color: #FFF;
  color: #2ed784;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 992px) {
    .alert {
          width: 100%;
          margin-right: 0px; }
    .alert .alert_text h5 {
          display: none;
            
          }
    .alert-danger .alert_icon {
            width: 32px;
            height: 32px;
            font-size: 30px;
            line-height: 32px;
      } 
        
  .alert-success .alert_icon {
            width: 32px;
            height: 32px;
            font-size: 20px;
            line-height: 32px;
          }
    }   

@media (min-width: 992px){
    .alert {
          width: 50%;
          margin-right: 0px; } 
    .alert-danger .alert_icon {
      width: 70px;
      height: 70px;
      font-size: 60px;
      line-height: 70px;
      } 
        
    .alert-success .alert_icon {
            width: 70px;
            height: 70px;
            font-size: 40px;
            line-height: 70px;
          }
    } 

@media (min-width: 1200px){
.alert {
      width: 35%;
      margin-right: 16px; }  
.alert-danger .alert_icon {
        width: 70px;
        height: 70px;
        font-size: 60px;
        line-height: 70px;
      } 
    
.alert-success .alert_icon {
        width: 70px;
        height: 70px;
        font-size: 40px;
        line-height: 70px;
      }
    }
@media (min-width: 1440px){
.alert {
  width: 30%;
  margin-right: 16px; }  
.alert-danger .alert_icon {
    width: 80px;
    height: 80px;
    font-size: 80px;
    line-height: 80px;
  } 

.alert-success .alert_icon {
    width: 80px;
    height: 80px;
    font-size: 50px;
    line-height: 80px;
  }
}
@media (min-width: 1600px){
  .alert {
    width: 20%;
    margin-right: 16px; }

  .alert-danger .alert_icon {
    width: 80px;
    height: 80px;
    font-size: 80px;
    line-height: 80px;
  } 

  .alert-success .alert_icon {
    width: 80px;
    height: 80px;
    font-size: 50px;
    line-height: 80px;
  }
}





.alert .alert_text {
  margin-left: 1rem;
}

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }



.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #111315;
  background-color: #d3d3d4;
  border-color: none; }
  .alert-primary hr {
    border-top-color: #b4b5b6; }
  .alert-primary .alert-link {
    color: black; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #FFF;
  background-color: #2ed784;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #fff;
  background-color: #e64c58;
  border-color: transparent; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

    #error_404{
      height: 100vh;
      width: 100vw;    
    }


    .animated {
      -webkit-animation-duration: 0.6s;
      animation-duration: 0.6s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
    }

    @-webkit-keyframes fadeInDown {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
      }
    
      to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }
    
    @keyframes fadeInDown {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
      }
    
      to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }
    
    .fadeInDown {
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
    }

    @-webkit-keyframes fadeOutUp {
      from {
        opacity: 1;
      }
    
      to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
      }
    }
    
    @keyframes fadeOutUp {
      from {
        opacity: 1;
      }
    
      to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
      }
    }
    
    .fadeOutUp {
      -webkit-animation-name: fadeOutUp;
      animation-name: fadeOutUp;
    }
    


