@charset "utf-8";
/* CSS Document */

html,
body,
div,
span,
h1,
p,
blockquote,
a,
img,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
menu, {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* Position Relative */

.pos-relative {position: relative;}
.pos-absolute {position: absolute;}

/* vertical align top */

.vertical-base {vertical-align: baseline;}
.vertical-top {vertical-align: top;}

/* APP Menu */

a {text-decoration: none;}
a:hover {text-decoration: none;}

/* APP Menu */

body {
    background: url(../images/1.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

.body {
	padding: 0px;
	margin: 0px;
}

/* APP Menu */

.fa-bars:before{content:"\f0c9"}

.topnav {
  overflow: hidden;
  background-color: #000000;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  background-color: #000000;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: #000000;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.active {
  background-color: #FFF;
  color: white;
}

/* APP Menu End */

.w3ls-contact form {
    max-width: 100%;
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
    background: rgba(0, 0, 0, 0.68);
    /* [disabled]padding-top: 10px; */
    /* [disabled]padding-right: 10px; */
    /* [disabled]padding-left: 10px; */
    /* [disabled]padding-bottom: 10px; */
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.58);
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.58);
}

.contentbox {
	max-width: 100%;
	margin-top: 0;
	margin-right: 10px;
    margin-left: 10px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.68);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.58);
}

.test  {
    max-width: 100%;
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
    background: rgba(0, 0, 0, 0.68);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.58);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.58);
}


.blackbox {
    max-width: 600px;
    margin: 0 5vw;
    background: rgba(0, 0, 0, 0.68);
    padding: 3.5vw;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.02);
}


.w3ls-contact input[type=submit] {
    color: #FFFFFF;
    width: 100%;
	padding: 0.5em 0;
	font-size: 1.1em;
	letter-spacing: 2px;
	cursor: pointer;
	border: none;
	outline: none;
	font-weight:600;
	background:#ff0000;
	text-transform:uppercase;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

.w3ls-contact input[type=submit]:hover {
	background: #eee;
	color: #000;
}
	
.w3ls-contact input[type="text"],.w3ls-contact textarea,
.w3ls-contact input[type="email"],.w3ls-contact select ,.w3ls-contact input[type="number"]{
	width: 100%;
	color: #000;
	outline: none;
	font-size: 16px;
	letter-spacing: 0.5px;
	/* line-height: 25px; */
	padding: 8px 15px;
	box-sizing: border-box;
	border: none;
	border: 1px solid #4e4e4e;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49);
	-webkit-appearance: none;
    background: #eee;
    transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

/* vertical align top */

nav.vertical ul li {display: block;}
nav.horizontal ul li {display: inline-block;}



/*--BUTTONS--*/

.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}

.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}

