@charset "UTF-8";
/* CSS Document */
*{box-sizing: border-box;
	margin: 0;
	padding: 0;
}

p {
	text-align: left;
}

h1 {
	color:#fff;
	font-size: 1em;
  	text-shadow: 2px 2px 8px #2F1702;
}

h2 {
	text-align: center;
	line-height: 2.5em;
	color: #2F1702;
	font-size: 1.5em;
}

h3 {
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
}

h4 {
	text-align: center;
	line-height: 2.5em;
	color:#CACDC8;
	font-size: 1.5em;
}

h5 {
	text-align: center;
	line-height: 1.5em;
	color:#CACDC8;
	font-size: 1em;
}

h6 {
	color: #2E1702;
	font-size:.55em;
	padding: 15px;
	font-weight: 400;
	text-align: left;
	line-height: 1.8em;
}

.job {
	height: 80px;
}

a {
	text-decoration: none;
	color:#93CAEE;
}

.box {
	position: fixed;
	height: 60px;
	width: 200px;
	right: 20px;
	bottom: 20px;
	z-index: 2;
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	background-color: rgba(46,23,2,0.80);
}

/*Navigation*/

.navbar {
	position: fixed;
	height: 80px;
	overflow: hidden;
	top: 0;
	display: flex;
	align-items: center;
	background: #2E1702;
	width: 100%;
	z-index: 1;
}

.logo {
	background-size: contain;
	width: 180px;
	height: 18px;
	float: left;
	margin-left: 20px;
}

.menu {
	position: absolute;
	text-decoration: none;
	right: 50px;
	z-index: 2;
}

.menu a {
	color:#93CAEE;
	text-decoration: none;
	font-weight: 700;
	margin-left: 20px;
	transition: color 0.3s;
	text-transform: uppercase;
}

.menu a:hover {
	color:#CFCDC8;
}

.menu a:active {
	color:#BAAB56;
}

.btn {
	display: none;
	position: absolute;
	right: 20px;
}

.btn:hover > span{
	background:#CFCDC8;
}

.btn span{
	display: block;
	margin: 6px;
	width: 40px;
	height: 3px;
	background: #93CAEE;
}

.img {
	width: 100%;
}

.logo {
	flex: 1 1 auto;
	margin-left: 5%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1.5em;
	color: #93CAEE;
}

.flex-container {
	display: flex;
	justify-content: center;
	background-color: #2E1702;
	flex-wrap: wrap;
}

.flex-container > div {
	background-color: #CFCDC8;
	width: 200px;
	margin: 10px;
	text-align: center;
	height: 350px;
	font-size: 30px;
}

/*navigation end*/

body, html {
	height: 100%;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	overflow-x: hidden;
	font-family: 'Raleway', sans-serif;
	background-color: #2F1702;
}

.pimg1, .pimg2, .pimg3, .pimg4, .pimg5, .pimg6{
	position: relative;
	opacity: 01.0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

  /*
    fixed = parallax
    scroll = normal
  */
	background-attachment: fixed;
}

.pimg1 {
	background-image: url('img/image1.jpg');
	min-height: 100%;
}

.pimg2 {
	background-image: url('img/image2.jpg');
	min-height: 400px;
}

.pimg3 {
	background-image: url('img/image3.jpg');
	min-height: 400px;
}

.pimg4{
	background-image: url('img/image4.jpg');
	min-height: 400px;
}

.pimg5{
	background-image: url('img/image5.jpg');
	min-height: 400px;
}

.pimg6{
	background-image: url('img/image14a.jpg');
	min-height: 400px;
}

.section {
	text-align: center;
	padding: 3%;
}

.section-light {
	background-color: #CFCDC8;
	color: #2F1702;
}

.section-dark {
	background-color: #2F1702;
	color: #CFCDC8;
}

.ptext {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #CFCDC8;
	font-size: 65px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

.ptext2 {
	position: absolute;
	top: 25%;
	width: 100%;
	text-align: center;
	color: #CFCDC8;
	font-size: 65px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

.ptext .border {
	color: #fff;
	padding-bottom: 20px;
}

.ptext .border.trans {
	background-color:transparent;
}

/*Form*/
input[type=text], select, textarea {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	padding: 10px;
	resize: vertical;
}

input[type=submit] {
	background-color: #E5512D;
	color: white;
	padding-top: 10px; 
	padding-bottom:	10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	margin-left: 40%;
	margin-bottom: 40px;
	width: 100px;
	height: auto;
	position: relative;
}

input[type=submit]:hover {
	background-color:#F4F863;
	color: #000;
}
	
.container {
	width: 100%;
	height: auto;
	background-image: url('img/image1.jpg');
	padding: 20px;
	text-align: center;
}

.container_sm {
	width: 400px;
	height: auto;
	background-color:#93CAEE;
	padding: 0px 20px;
}

.flex-container1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	padding-bottom: 20px;
	padding-top: 20px;

}

.flex-container1>div {
	color: white;
	width: 500px;
	height: 500px;
}

.footer {
	height: 100px;
	padding: 20px;
	background: #2F1702;
	color: #CFCDC8;
}

@media(max-width:568px) {
  .pimg1, .pimg2, .pimg3 .pimg4 .pimg5 .pimg6{
    background-attachment: scroll;
  }
}

@media only screen and (max-width : 568px) {
.navbar {
    overflow: visible;
}
	
.menu {
    width: 100%;
    right: 0;
    top: 80px;
    background: rgba(46,23,2,1.00);
    overflow: hidden;
    max-height: 0;
}
	
.menu a {
    display: block;
    text-align: center;
    padding: 10px;
    margin: 0;
}
	
.btn {
    display: block;
    cursor: pointer;
}
	
.show {
    max-height: 500px;
	}
}