*{
	font-family: Arial, Times, sans-serif;
	}
p { 
	line-height: 1;
}
h6 { 
	line-height: 0;
}
* {
	box-sizing: border-box;
}

/* Heading */

#navbar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: antiquewhite;
	width: 100%;
	text-align: center;
	border-bottom: solid 1px;
	border-bottom-color: black;
}
.nav-container a{
	display: inline-block ;
	background: ;
	width: auto;
	font-size: 32px;
	text-decoration: none;
	margin-left: 30px;	
	padding: 10px;
}
.nav-container a:hover {
		text-decoration: underline; 
		text-decoration-color: red;
		}
		
.homeicon {
		position: relative;
		top: 3px;
		border: 3px solid transparent;
}
.homeicon:hover {
	border-bottom: 3px solid red; 
}

#main{
	position: relative;
	padding:100px 0 0;
	text-align: center;
	background-color: antiquewhite;	
	border: solid black 1px;
}


.heading{
	text-align:left;
	font-size:28px;
}

.logo-container, .heading, .kiaora{
	display: inline-block;
	padding: 0 40px;
}

@media (max-width: 800px) {
  .heading {
	  font-size: 20px;}  
	}
@media (max-width: 800px) {
  #main {
	  top:100px;}  
	}

/* Footer */
.footerrow {
	background-color: antiquewhite;
	float: left;
	width: 100%;
	padding: 10px;
	min-height: 180px;
	height: auto; 
	position: relative;
	color: grey;
}
.footer1{
	float: left;
	width: 40%;
}
.footer2{
	float: left;
	width: 60%
}
.footer1 p{
	line-height: 0;
}

.footer2, .copyright p{
	text-align: right;
}
.copyright{
	position: relative;
	bottom: -40px;
}



/* Home page */

.subheading{
	position:relative;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	background-color: antiquewhite;
	width: 100%;
	padding: 1px;
	border-bottom: solid 1px ;
	border-bottom-color: black;
	border-left: solid 1px;
	border-left-color: black;
	border-right: solid 1px;
	border-right-color: black;
}


.content{
	text-align: center;
	position:relative;
	top: 0px;
}

@media (max-width: 800px) {
  .content{ 
	  top:100px;}  
}
	  
@media (max-width: 800px) {
  .subheading{ 
	  top:100px;}  
}

/* footer media query*/
@media (max-width: 800px) {
  .footerrow {
	  top:100px;} 
	  }
	  
	  
.q1, .q2, .q3, .q4 {
	font-style: italic;
	position: absolute;
	max-width: 50vw;
	font-size: 24px;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px;
}
.q1{
	font-weight: bold;
	top:20%;
	left:10%;
}
.q2{
	top:60%;
	right:10%;
}
.q3{
	top:20%;
	left:10%;
}
.q4{
	top:70%;
	right:10%;
}

	  
/*About us */

.p1{
	font-style: italic;
	position: absolute;
	max-width: 70%;
	font-size: 24px;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px;
}

.p1{
	font-weight: bold;
	top: 10%;
	left: 15%;
}

/* Gallery */
.container {
  position: relative;
  background-color: lightgrey;
}
.mySlides {
  display: none;
	text-align: center;
}
.cursor {
  cursor: pointer;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 5%;
  padding: 50px;
  padding-top: 300px;
  padding-bottom: 300px;
  color: black;
  font-weight: bold;
  font-size: 20px;
}
.prev {
  left:0px;
  border-radius: 3px 0 0 3px;
}
.next {
  right:0px;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.numbertext {
  color: #f2f2f2;
  font-size: 18px;
  position: absolute;
  top: 80%;
  left: 50%;
}
.caption-container {
	max-width:100%;
	text-align: center;
	font-weight: bold;
	background-color: #222;
	padding: 2px 16px;
	color: white;
}


.gallery-column {
  float: left;
  width: 25%;
}
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}




/* Menu */

.v1 {
	border-left: 3px solid black;
	height: 600px;
	position: absolute;
	left: 50%;

}

.column {
	display: table;
	float: left;
	width: 50%;
}

/* Contact */

.contact-form{
	position: relative;
	text-align:left;
	float: left;
	left: 5%;
	font-size: 18px;
	width:40%;
}
.form{
	text-align:left;
	}
#name, #email, #subject{
	width:100%;
	height: 20px;
	padding-top: 20px;
	}

textarea{
	resize: none;
	font-size: 18px;
}
	
#message{
	width: 100%;
	height: 100px;
	}
	
.address {
	position: relative;
	float: left;
	left: 15%;
	top: 80px;
	width: auto;
	text-align:left;
	background-color: lightgrey;
	padding: 10px;
	margin: 0px;
}
.address p{
	line-height:0;
}

