@charset "utf-8";
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color:rgba(0,0,0,1.00)
	
}
.container .header {
	width: 100%;
	background-color: rgba(0,0,0,1.00);
	margin-bottom: 45px;
	padding-bottom: 40px;
	height: 70px;
}
.header header h1 {
	color: rgba(191,191,188,1.00);
	font-family: gudea;
	font-style: normal;
	font-weight: 400;
	font-size: 4em;
	background-color: rgba(0,0,0,1.00);
	width: 100%;
	height: 50px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.header header p {
	color: rgba(191,191,188,1.00);
	font-family: gudea;
	font-style: normal;
	font-weight: 400;
	font-size: 2em;
	background-color: rgba(0,0,0,1.00);
	width: 100%;
}

nav {
	height: 45px;
	text-align: center;
	background-color:rgba(34,127,163,1.00);
}

nav ul {
	width: 1060px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	}

nav ul li {
	display: inline-block;
}

nav ul li a {
	display: block;
	height: 35px;
	color: rgba(191,191,188,1.00);
	font-size: 2em;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 50px;
	padding-right: 50px;
	font-family: gudea;
	font-style: normal;
	font-weight: 400;
}

nav ul li a:hover{
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	color: rgba(245,245,245,1.00);
}


.container .images{
	background-color: rgba(0,0,0,1.00);
	width: 100%;
	height: 620px;
	padding-top: 5px;
}

.container .images .container-left {
	width: 785px;
	height: 550px;
	float: left;
	margin-left: 150px;
	margin-right: 75px;
	margin-top: 10px;
}
.container .image-text .container-body-text {
	width: 450px;
	background-color: rgba(0,0,0,1.00);
	float: left;
	height: 450px;
	margin-top: 80px;
	margin-left: 50px;
}

.image-text .container-body-text article {
	color: rgba(191,191,188,1.00);
	font-style: normal;
	font-weight: 400;
	width: 320px;
	text-align: left;
	font-size: 16px;
	font-family: gudea;
}
.container .images .container-right-top {
	margin-right: 60px;
	width: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.container .images .container-right-bottom {
	margin-right: 60px;
}
body p {
	color: rgba(191,191,188,1.00);
	font-family: gudea;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	text-align: left;
}
.container .image-text {
	width: 100%;
	height: 610px;
	background-color: rgba(0,0,0,1.00);
	float: none;
}
.container .image-text .container-image-left {
	float: left;
	background-color: rgba(0,0,0,1.00);
	width: 810px;
	height: 605px;
	margin-left: 200px;
	margin-top: 10px;
}
.container .container-contact {
	width: 100%;
	height: 500px;
	background-color: rgba(0,0,0,1.00);
}

.container .image-contact {
	width: 750px;
	height: 490px;
	margin-left: 220px;
	margin-top: 10px;
	background-color: rgba(0,0,0,1.00);
	float: left;
}
.container form {
	margin-left: 60px;
	width: 300px;
	height: 335px;
	float: left;
	margin-top: 40px;
	margin-right: 10px;
	color: rgba(34,127,163,1.00);
	font-family: gudea;
	font-style: normal;
	font-weight: 400;
	font-size: 12pt;
}
.container .mail {
	width: 200px;
	float: left;
	margin-top: 50px;
	margin-left: 30px;
}

body footer {
	color: rgba(191,191,188,1.00);
	font-family: gudea;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	height: 30px;
	background-color: rgba(34,127,163,1.00);
	width: 100%;
	position: absolute;
	margin-top: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 20px;
	bottom: 0;
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
}

@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
}

@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
	 
  }
 h1 {
      font-size: 2em;
    }
  }
