* {
	margin: 2;
}
html, body {
	height: 100%;
}

body {
	min-height: 1000px;
	background-image: url("img/background.jpg");
	/*font-family: 'Open Sans Condensed',sans-serif;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
	background-repeat: no-repeat;
	background-color: black;
	background-attachment: fixed;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body::-webkit-scrollbar{
	background-color: black;
}

body::-webkit-scrollbar-track {
    background-color: grey;
}

body::-webkit-scrollbar-thumb {
    background-color: black;
	-webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    border-radius: 10px;
}

/* For smaller displays like laptops */
@media (min-width: 720px) and (max-width: 1900px) {
    body {
      background-size: 100% 100%;
    }
}

/* For larger displays */
@media (min-width: 1920px) {
    body {
      background-size: 100% 100%;
    }
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
	body {
      background-size: 100% 150%;
	  -webkit-background-size: 100% 150%;
    }
}

@keyframes fadein {
    0% { opacity: 0; }
    50%  { opacity: 1; }
	100% { opacity: 0;}
}

.wrapper {
	min-height: 95%;
	margin: 0 auto 70px; /* the bottom margin is the negative value of the footer's height */
}

footer{
	background-color: black;
	color: white;
	padding: 1% 0% 1% 0%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	height: 70px;
	
	
}

a {
    color: #BE12E0;
	opacity: 1;
}

#copy{
	font-size: 60%;
	color: grey;
	text-align: center;
}

#bfus {
	position: absolute;
    left: 50%;
	top: 55%;
}

nav{
	float: none;
	text-align: center;
	width: 100%;
	z-index: 1;
}

#logo {
     padding: 0.3% 0% 0% 0%;
	text-align: center;
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#main {
	background-color: #FFFFCC;
	background: rgba(255, 255, 204, 0.8);
	max-width: 70%;
	min-width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
}

form{
     padding: 0% 5% 2% 5%;
	 color: black;
	 font-family: 'Open Sans Condensed',sans-serif;
}

iframe{
	padding: 0% 5% 2% 5%;
	width: 90%;
	height: 400px;
	border:0;
}

h1 {
	text-decoration: underline;
	color: black;
	font-family: Kunstler Script;
	text-align: center;
	padding: 1% 5% 0% 5%;
	font-size: 310%;
}

h2 {
	text-decoration: underline;
	color: black;
	font-family: Kunstler Script;
	padding: 0% 5% 0% 5%;
	font-size: 250%;
}

h3 {
	text-decoration: underline;
	color: black;
	font-family: Kunstler Script;
	padding: 0% 5% 0% 5%;
	font-size: 200%;
}

p {
     padding: 0% 5% 2% 5%;
	 color: black;
	 word-wrap: break-word;
	 font-family: 'Open Sans Condensed',sans-serif;
}

p.p2 {
	 text-align: center;
}

#cost_ul {
     padding: 0% 5% 2% 6%;
	 color: black;
	 font-family: 'Open Sans Condensed',sans-serif;
}

#cost_li {
     padding: 0% 0% 1% 0%;
}

#menu {
	background: black;
}
#menu_ul {
    list-style-type: none;
    margin: auto;
    padding: 0;
    overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: inline-block;
	
}

#menu_li {
    float: left;
	color: white;
	padding-left: 0;
	margin: auto;
	text-align: center;
}

#menu_a {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 10px 30px 10px 30px;
	-webkit-transition:color .2s ease-out, background 0.5s ease-in;
	transition: color .2s ease-out, background 0.5s ease-in;
    display: inline-block;
    width: auto;
	height: auto;
    background-color: black;
	color: white;
	text-decoration: none;
	font-family: 'BebasNeue', sans-serif;
}
/*
#sub_ul {
	list-style-type: none;
	overflow: hidden;
     display:inline-block; 
	 width:auto;
	 position:absolute; 
	 left:auto; 
	 background:black;
	 opacity: 0;
	
}

#sub_li {
	color: white;
	padding-left: 0;
	margin: auto;
	text-align: left;
	text-decoration: none;
}

#sub_a {

	letter-spacing: 0.05em;
	padding: 10px 30px 10px 30px;
	-webkit-transition:color .2s ease-out, background 0.5s ease-in;
	transition: color .2s ease-out, background 0.5s ease-in;
    display: inline-block;
    width: auto;
	height: auto;
    background-color: black;
	color: white;
	text-decoration: none;
	font-family: 'BebasNeue', sans-serif;
}
*/
#menu_a:hover {
	background-color: #BE12E0;
}
/*
#sub_a:hover {
	background-color: #BE12E0;
}*/

.service_tab:focus .dropdown, .service_tab:hover .dropdown {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 1;
  visibility: visible;
  list-style-type: none;
}

.service_tab .dropdown {
  z-index: 1000;
  position: absolute;
  max-width: 10%;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  list-style-type: none;
  padding-bottom: 10px;
  padding-top: 8px;
}
.service_tab .dropdown:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 20px;
  width: 0;
  height: 0;
  box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
  border-top: 6px solid rgba(0, 0, 0, 0.9);
  border-right: 6px solid rgba(0, 0, 0, 0.9);
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  mix-blend-mode: multiple;
  list-style-type: none;
}

.service_tab .dropdown ul {
	list-style-type: none;
}

.service_tab .dropdown li {
  position: relative;
  background: rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-right: 5%;
  
  border-radius: 4px;
}
.service_tab .dropdown li:hover {
  /*border-bottom: 3px inset rgba(190, 18, 224, 0.7);*/
  background: rgba(190, 18, 224, 0.7);
}
.service_tab .dropdown li:first-child {
  padding: 0px 0px 0 0;
}
.service_tab .dropdown li:last-child {
  border-radius: 4px;
  
}

.service_tab .dropdown a {
  text-transform: uppercase;
  display: block;
  border-bottom: 0px solid rgba(0, 0, 0, 0.05);
  color: inherit;
  font-size: 11px;
  text-decoration: none;
  font-family: 'BebasNeue', sans-serif;
  
  padding: 16px 5px;
  color: white;
  max-width: 95%;
}

label{
	margin-bottom: 2%;
	margin-left: 1%;
	font-family: 'BebasNeue', sans-serif;
	letter-spacing: 0.05em;
}

#welc {
	color: black;
	font-family: Kunstler Script;
	text-align: center;
	margin-top: 10%;
	padding: 0% 5% 0% 5%;
	font-size: 800%;
	font-weight: bold;
	position: relative;
	right: 0%;
	bottom: 0%;
	opacity: 0;
	animation: fadein 6s;
}

textarea{
	margin-bottom: 2%;
	margin-left: 1%;
	font-size: 100%;
	
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
}

input{
    width: 25%;
    display: block;
    margin-bottom: 2%;
	margin-left: 1%;
	font-size: 100%;
	border: solid 1px #dcdcdc;
	transition: box-shadow 0.3s, border 0.3s;
	text-align: center;
	
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
	
    
}

input[type="text"]:focus{
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}

input[type="email"]:focus{
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}

teztarea:focus{
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}

#sub {
    width: 10%;
    margin-left: 1%;
	margin-bottom: 1%;
    display: block;
	font-size: 100%;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	color: white;
	background-color: #BE12E0;
	border: solid 1px #BE12E0;
	
	-webkit-border-radius: 0px; 
    -moz-border-radius: 0px; 
    border-radius: 0px; 
}

#sub:hover{
  border: solid 1px #BE12E0;
  box-shadow: 0 0 5px 1px #969696;
}
