@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Metamorphous');
@import url('https://fonts.googleapis.com/css?family=Balthazar');
@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');

@media only screen and (max-device-width: 360px) and (min-device-width: 331px)
html, html body, body #wrapper {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow-x: hidden;
}

body {
  background-color: #f2f2f2;
  font-family:'UnifrakturMaguntia';
  font-style:normal;
  font-weight:400;
  src:local('UnifrakturMaguntia');
  font-size: 16px;
  color: red;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  max-width:100%;
  height:auto;

}

body ::selection {
  background-color: black;
  color: red;
}

/* Titles */
h1 {
   -webkit-text-stroke: 1px black;
   color: white;
   text-shadow:
   3px 3px 0 #333,
   -1px -1px 0 #000,  
   1px -1px 0 #000,
   -1px 1px 0 #000,
   1px 1px 0 #000;
}

h2, h3, h4, h5, h6 {
  font-family: 'UnifrakturMaguntia', sans-serif;
  font-weight: 300;
  color: #333;
}

/* Paragraph & Typographic */

p {
  line-height: 28px;
  margin-bottom: 25px;
}

.first-letter {
  font-size: 22px;
  font-weight: bold;
}

.centered {
  text-align: center;
}

/* Links */

a {
  color: #ff0000;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
  color: #ff0000;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */
#headerwrap {
  background: url(../img/altar2.jpeg) no-repeat center top;
  margin-top: -10px;
  padding-top: 20px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 700px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#headerwrap h1 {
  margin-top: 100px;
  color: white;
  font-size: 70px;
  font-weight: 700;
}

#headerwrap h3 {
  color: #ff0000;
  font-size: 30px;
  font-weight: 100;
  font-family: 'UnifrakturMaguntia', serif;
  font-style: oblique;
}

#headerwrap .logo {
  text-align: left;
  margin-left: 20px;
  margin-top: 10px;
}


/* Footer Wrap */

#f {
  background: #1a1a1a;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  max-width:100%;
  height:auto;
}


#f h3 {
  color: #808080;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 1px;
   -webkit-text-stroke: 1px black;
   color: white;
   text-shadow:
   3px 3px 0 #333,
   -1px -1px 0 #000,  
   1px -1px 0 #000,
   -1px 1px 0 #000,
   1px 1px 0 #000;
}

#f i {
  font-size: 8px;
  color: #fff;
  padding: 3px;
}

#f a {
  font-family: 'Metamorphous', cursive; 
  font-weight: bold; 
  font-style: italic;
  text-align: center;
  cursor: default;
}

#f p {
  font-family: 'Metamorphous', cursive;
  font-size: 17px;
  color: #F00000;
  padding: 4px;
  text-align: justify;
  -moz-text-align-last: justify; 
}

#f img {
  text-align: center;
}

#f h4 {
  text-align: center;
}

/* MENU CONF*/

.menu {
  font-family: 'Metamorphous', cursive;
  position: fixed;
  right: -200px;
  width: 260px;
  height: 100%;
  top: 0;
  z-index: 10;
  text-align: left;
}

.menu.menu-open {
  right: 0px;
}

.menu-wrap {
  position: absolute;
  top: 0;
  left: 60px;
  background: #060000;
  width: 320px;
  /*height: 66%;*/
  margin: 0 auto;
}


.menu h2.logo {
  /*background: url(../img/goat.png) no-repeat left top; */
  background-size: 48%;
  font-size: 32px;
  font-weight: 400;
  /*letter-spacing: 0.1em;*/
  line-height: 40px;
  margin-top: 20px;
  margin-left: 20px;

  color:  #D5AD6D; /*if no support for background-clip*/
  background: -webkit-linear-gradient(transparent, transparent),
             -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.menu h2.logo a:hover {
  color: #B40404;
}

.menu img.logo {
  margin: 20px 0;
  max-width: 160px;
}

.menu a {
  margin-left: 20px;
  color: #808080;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.1em;
  font-size: 15px;
}

.menu a:hover {
  color: #ffffff;
}

.menu a:active {
  color: #ffffff;
}

.menu a>i {
  float: left;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 25px;
  font-size: 14px;
  line-height: 40px;
  margin: 25px 2px;
}

.menu-close {
  cursor: pointer;
  display: block;
  position: absolute;
  font-size: 14px;
  color: #808080;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 20px;
  right: 5px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.menu-close:hover {
  color: #ffffff;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */

.body-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.body-push-toright {
  left: 200px;
}

.body-push-toleft {
  left: -200px;
}

.menu, .body-push {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#menuToggle {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 11;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#menuToggle:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}



/* Contact Form */
input[type="text"], input[type="name"], input[type="email"], textarea {
outline: none;
box-shadow: none !important;
border:1px solid #000000 !important;
}

.contact-form {
  text-align: left;
  margin: 50px auto;
  position: relative;
  margin:0 auto;
}


.contact-form label {
   color: #fff;
   font-size: 18px;
}

.contact-form textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  border: 0;
  outline: 0;
  color: #fff;

  overflow: auto;
  vertical-align: top;
  resize: none;

  display: block;
  max-width:95%;
 
  height: 150px;
  margin: 0 0 20px;
  padding: 8px 12px 10px 12px;
  border: 1px solid rgba(0,0,0,.5);
  background: rgba(0,0,0,.25);
  
}


.contact-form input[type="text"], input[type="email"], input[type="name"] {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  display: block;
  
  float:left;
  outline: none;
  resize: none;

  margin: 0 0 20px;
  padding: 8px 12px 10px 12px;
  border: 1px solid rgba(0,0,0,.5);
  background: rgba(0,0,0,.25);
  color: #fff;
  max-width:95%;
}


.contact-form .form-send {
  padding: 8px 12px 10px 12px;
  text-align: center;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form .form-send .container{
  vertical-align: middle;
  text-align: center;
  width: 150px;
  padding-right: 15px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  width:100%;
}
.contact-form .form-send button{
  position: relative;
  border: 2px solid black;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin: 16px 30px;
  background: #111;
}
.contact-form .form-send span{
  display: block;
  padding: 5px 15px;
  width:95%;
}
.contact-form .form-send button::before, button::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: black;
}

.contact-form .form-send span::before, span::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: black;
}
.contact-form .form-send button:hover::before, button:hover::after{
  width: 100%;
}
.contact-form .form-send button:hover span::before, button:hover span::after{
  height: 100%;
}

/*----- button 4 -----*/
.contact-form .form-send .btn-4::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.contact-form .form-send .btn-4 span::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.contact-form .form-send .btn-4::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}
.contact-form .form-send .btn-4 span::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}



.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 13px 0;
  font-weight: 560;
  font-size: 16px;
  resize: none;
  max-width:95%;
}

.contact-form .loading {
  display: none;
  color: #555;
  /* background: #333; */
  text-align: center;
  padding: 15px;
  height:auto;
  overflow: auto;
  vertical-align: top;
  resize: none;
  max-width:95%;

  
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: black;
  text-align: center;
  margin: 0 0 15px 0;
  overflow: auto;
  height:auto;
  max-width:95%;
  padding: 15px;
}


.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;

  height:auto;
  margin: 0 0 15px 0;
  overflow: auto;
  vertical-align: top;
  resize: none;
  max-width:95%;
}


/* Copyrights */
#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

#copyrights a {
  color: #f0ad4e;
}

#copyrights p {
  margin-bottom: 5px;
}

.credits {
  color: #999;
}

audio { 
   display:none;
}

/*B&W*/
.bw {
      min-width: 20px;
    min-height: 20px;
    padding: 13px;
    display:inline-block;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.bw:hover {
        min-width: 20px;
    min-height: 20px;
    padding: 13px;
    display:inline-block;
  -webkit-filter: grayscale(80%);
}