﻿html {}
body{
	color: #313639;
	background: url('../images/lightning.jpg');
	height: 100vh;
	font-family: 'Spline Sans', sans-serif;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.ref {display:none}

a, a:visited  {
	color: #C12D34;
}
a:hover, a:active { 
color: #EFAB49
}
a.ondark, a.ondark:visited {
	color: white;
}
a.ondark:hover, a.ondark:active { 
color: #EFAB49
}
a.onpale, a.onpale:visited {
	color: #C12D34;
}
a.onpale:hover, a.onpale:active {
	color: #FF6600
}

a.footer, a.footer:visited {
	color: white;
}
a.footer:hover, a.footer:active {
	color: #FF6600
}

.dark {
	color: #C12D34}
.light{
	color: #EFAB49
}
.bglight{
	background-color: #F5CF96;
	color: #C12D34;
	transition-duration: 0.2s;
}
.bglight:hover {
	border: thin solid #C12D34;
	color: #000;
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 0px 16px 2px rgba(69,69,69,0);
	box-shadow: 0px 10px 13px -7px #000000, 0px 0px 16px 2px rgba(69,69,69,0);
}

.highlight {
	color:#806BCE}
.hover {
	color: #342A7D
}
.white{
	background-color:white
}
.twhite {
	color:white
}
.black {
	color:#434A4F}
}
h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Rubik', sans-serif;
	color: #C12D34;
}
p, li, a {
	
	font-family: 'Spline Sans', sans-serif;
}
.title {
	padding: 10px;
	font-weight: bold;
	color: #C12D34
}
.sub-title {
	padding: 5px;
	font-weight: bold;
	color: #C12D34

}
.vc {
	vertical-align: middle;
}
.wpanel {
	background-color:white ;
	-webkit-box-shadow: 0px 0px 32px 4px #454545; 
box-shadow: 0px 0px 32px 4px #454545;
border:thin #C12D34 solid;
}

.panel {
	background-color:rgba(255, 255, 255, 0.6) ;
	-webkit-box-shadow: 0px 0px 32px 4px #454545; 
box-shadow: 0px 0px 32px 4px #454545;
border:thin #C12D34 solid;
}

.btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:visited {
    background-color: #EFAB49
 !important;
}
.btn-warning, .btn-warning:active, .btn-warning:visited {
    background-color: #EFAB49 !important;
}
.btn-warning:hover{
background-color: #C12D34 !important;
color: white;
-webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 0px 16px 2px rgba(69,69,69,0); 
box-shadow: 0px 10px 13px -7px #000000, 0px 0px 16px 2px rgba(69,69,69,0);

	
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #EFAB49
 !important;
} 
.box-shadow:after {
    content:"";
    position:absolute;
    width:100%;
    bottom:1px;
    z-index:-1;
    transform:scale(.9);
    box-shadow: 0px 0px 32px 4px #000000;
}
.pt-10{
	padding-top:10em
}
.pb-10{
	padding-bottom:10em
}
.animate__animated.animate__slideInLeft {
  --animate-duration: 2s;
  --animate-delay: 2.1s;
}
#map {
	height:400px;
	width:100%
}


ul{
	list-style:none
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
   color: #fff;
}


/* Left contact page */
.form-horizontal {
  /*float: left;*/
  max-width: 400px;
   font-weight: 400;
}

.form-control, 
textarea {
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0.6) ;
;
  color: #313639;

}

.send-button {
  margin-top: 15px;
  height: 44px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.alt-send-button {
  width: 400px;
  height: 44px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}
.form-control:focus {
  border-color: #C12D34;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #aaa;
}

.contact-text {
  color: #313639;
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: #313639;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #fff;
  text-decoration: none;
}

.socia-media-list  a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}







/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #000;
}

.social-media-list li {
  position: relative; 
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 10px 3px;
  line-height: 50px;
  border-radius: 50%;
  color: black;
  background-color: #EFAB49;
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #C12D34; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: white;
}

.social-icons {
	list-style-type: none;

}

.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: rgba(255,255,255,.6);
}

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    width: 280px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list a {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list a:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}

.bgblack {
	background-color:#212529
}
.fixed-top{z-index:1130!important}
.fixed-bottom{
	position: fixed;
	top: 15em;
	left: 0;
	width: 100px;
	z-index: 1010;
}
.bord {
	border: 1px solid rgba(255, 255, 255, 0.3);

	padding:10px;
	-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;	 	
-webkit-box-shadow:inset 0 0 5px #EFAB49, 0px 0px 16px 2px #454545; 
box-shadow:  inset 0 0 5px #EFAB49, 0px 0px 16px 2px #454545;
background-color:rgba(255,255,255,0.2);

backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);

