html, {}
body {
	height: 100%;
	width: 98%;
	background-color: #aaaaaa;
	background-position: top;
	background-image: url("../images/IMG_5518.JPG");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 1%!important;
}
.text a {
	color: inherit;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.30),0 17px 50px 0 rgba(0,0,0,0.30);
}

/* ---nav--- */
nav{
	margin-bottom: 50px;
}
ul.nav{
	list-style-type: none;
	text-align: right;
}

img.logo {
	max-width: 30%;
	/* margin-left: 45%; */
}
.columnLogo {
	margin-left: 24%;
	width: 48%;
	text-align: center;
	float: left;
}
.tag {
	font-family: myriad-pro-semiextended, sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #801818;
	border-radius: 25px;
	padding: 5px 15px;
	/* box-shadow: 0 12px 16px 0 rgba(0,0,0,0.30),0 17px 50px 0 rgba(0,0,0,0.30); */
}
.columnB button {
	border: 0px solid green;
	border-radius: 25px;
	padding:5px 25px;
	background-color: #801818;
	float: right;
	margin-top: 7%;
	margin-right: 10%;
	font-family: quicksand, sans-serif;
	font-weight: 500;
	font-style: bold;
	color: #ffffff;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.30),0 17px 50px 0 rgba(0,0,0,0.30);
}
@media screen and (max-width: 600px) {
	.columnB button {
		margin-top: 0;
		float: none;
		margin-left: 40%;
	}
}
button:hover {
	background-color: #ffffff;
	color: #801818;
	font-weight: 700;
	border: 2px solid #801818;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.30),0 17px 50px 0 rgba(0,0,0,0.30);
}
/* ----- footer ----- */
footer {
	width: 100%;
}
.smaller {
	font-size: .75em!important;
	text-align: center;
	margin: 6em 0 2em 0;
	font-family: myriad-pro-semiextended, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #ffffff;
}
.bremen {
	font-family: bremen, sans-serif;
	font-weight: 300;
	font-style: normal;
}
/*---------home-----------*/
div.container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

img.sidebarL {
	max-width: 120%;
	/* margin-left: -50px */
	/* border: 7px solid #ffffff!important; */
	 /* -webkit-transform: rotate(5deg); */
    /* -moz-transform: rotate(5deg); */
    /* -ms-transform: rotate(5deg); */
    /* -o-transform: rotate(5deg); */
    /* transform: rotate(5deg); */
}
img.sidebarR {
	max-width: 120%;
	float: right;
	/* border: 7px solid #ffffff!important; */
	 /* -webkit-transform: rotate(-5deg); */
    /* -moz-transform: rotate(-5deg); */
    /* -ms-transform: rotate(-5deg); */
    /* -o-transform: rotate(-5deg); */
    /* transform: rotate(-5deg); */
}
/* ul.sidebar { */
	/* list-style-type: none; */
/* } */
/* li.sidebar { */
	/* padding-bottom: 25px; */
/* } */
/* .column { */
	/* float: left; */
/* } */
.left {
	width: 25%;
	order: 1;
}
.right {
	width: 25%;
	order: 3;
}
.middle {
	width: 50%;
  	/* background-color: rgba(255,255,255,0.3)!important; */
	/* border-radius: 25px; */
	padding: 10px 0;
	order: 2;
}
@media screen and (max-width: 600px) {
	div.container {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
}
	.column {
		width: 100%;
	}
	.left {
		max-width: 100%;
		order: 2;
	}
	.middle {
		order: 1;
		margin-left: 0;
	}
	.right {
		max-width: 100%;
	}
	img.sidebarL {
		max-width: 75%;
		margin-left: 13%;
	}
	img.sidebarR {
		float: none;
		max-width: 75%;
		margin-left: 13%;
	}
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
table {
	width: 90%;
	font-family: quicksand, sans-serif;
	font-weight: 500;
	font-style: normal;
	/* margin-top: 10%; */
	margin-left: 10%;
	/* padding-left: 25px; */
	/* border: 1px solid blue; */
	background-color: rgba(255,255,255,0.2)!important;
	border-radius: 25px;
	padding: 10px 0 10px 25px;
}
@media screen and (max-width: 600px) {
	table {
		width: 100%;
		margin-left: 0;
	}
}
th {
	font-family: myriad-pro-semiextended, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-variant: small-caps;
	color: #801818;
	font-size: 1.2em;
	text-align: left;
}
td {
	font-family: quicksand, sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: left;
	/* border: 1px solid blue; */
}
td.right {
	/* text-align: left; */
	/* width: 65%; */
	/* padding-right: 10%; */
}
td.capacity{
	/* width: 45%; */
	/* text-align: left; */
	/* padding-left: 25px; */
	/* font-weight: bold; */
}

.clients{
	font-family: myriad-pro-semiextended, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-variant: small-caps;
	color: #801818;
	font-size: 1.2em;
	text-align: left;text-align: left;
	padding-top: 100px;
}	
p.text {
	font-family: quicksand, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #ffffff;
	text-align: center;
}

/* ----contact form---- */
.title {
	font-family: quicksand, sans-serif;
	font-variant: small-caps;
	font-weight: 700;
	color: #ffffff;
	font-style: normal;
	text-align: center;
}
.containerForm {
	text-align: center;
}
ul.flex-outer {
	list-style-type: none;
	width: 60%;
	margin-left: 15%;
}
ul.flex-inner {
	list-style-type: none;
}
.short {
	border-radius: 25px;
	background-color: #ffffff;
	opacity: 0.7;
	border: 0px solid #ffffff;
	padding: 10px;
	margin-top: 25px;
	text-align: left;
}
.short input, textarea {
	border-radius: 25px;
	border: 0;
	padding: 10px;
	width: 90%;
	font-family: quicksand, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #000000;
	background-color: rgba(0,0,0,0.00)!important;
}
.italSm {
	font-family: quicksand, sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: .75em;
	color: #ffffff;
	margin-top: 10px;
}
.project {
	list-style-type: none;
	margin: 30px 0 10px 0;
	font-family: quicksand, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #ffffff;
}
.coc-block-row {
	margin-bottom: 10px;
	margin-left: 20%;
	border-radius: 25px;
	background-color: #ffffff;
	opacity: 0.7;
	width: 60%;
	padding: 5px;
}
.coc-block-label {
	font-family: quicksand, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: .85em;
}
.coc-block input {
	border: 0;
	padding: 5px 10px;
	font-family: quicksand, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #000000;
}
.flex-inner2 {
	width: 50%;
	background-color: #ffffff;
	opacity: 0.7;
	border-radius: 25px;
	margin-bottom: 25px;
	margin-left: 25%;
	margin-top:30px;
}
textarea {
	font-weight: bold;
	color: #000000;
	border-radius: 25px;
	padding: 2%;
}
.project button{
	border: 0px solid green;
	border-radius: 25px;
	padding:10px 25px;
	display: block;
	margin-top: 3%;
	margin: auto;
	font-family: quicksand, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #ffffff;
	background-color: #801818;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.30),0 17px 50px 0 rgba(0,0,0,0.30);
}
.project button:hover {
	background-color: #ffffff;
	border: 2px solid #801818;
	color: #801818;
	font-weight: 700;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.30),0 17px 50px 0 rgba(0,0,0,0.30);
}
.respond {
	color: #ffffff;
	font-family: quicksand, sans-serif;
	font-size: .75em;
	font-style: italic;
}
/* -----thankyou.html----- */
.columnLogoTY {
	margin-left: 2%;
	width: 98%;

}
img.logoLeft {
	max-width: 10%;
	/* margin-left: 45%; */
	float: left;
}
.tagRight {
	font-family: myriad-pro-semiextended, sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #801818;
	font-size: .75em;
	border-radius: 25px;
	/* box-shadow: 0 12px 16px 0 rgba(0,0,0,0.30),0 17px 50px 0 rgba(0,0,0,0.30); */
	text-align: right;
	padding: 40px 20px;
}
.centerTrans {
	margin-left: 20%;
	width: 60%;
	border: 2px solid white;
	background-color: #ffffff;
	border-radius: 25px;
	opacity: .7;
	text-align: center;
	
}
.text2 {
	padding: 17px 3px;
	font-family: quicksand, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #000000;
}
/* -----responsive----- */
@media all and (min-width: 960px) {
    body{
        font-size: 18px;
    }
}
@media all and (max-width: 959px) and (min-width: 320px) {
    body{
        font-size: 16px;
    }
}