*{
	margin: 0;
	padding: 0;
}

body {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	color: black;
	
}

#container{
	width: 100%;
	height:100%;
	margin: 0 auto;
	background-image: url("Website Images/cappadocia.jpg");

    /* Set a specified height, or the minimum height for the background image */
    min-height: 100px;

  /* Set background image to fixed (don't scroll along with the page) */
  background-attachment: fixed;

  /* Center the background image */
  background-position: center;

  /* Set the background image to no repeat */
  background-repeat: no-repeat;

  /* Scale the background image to be as large as possible */
  background-size: cover;
}


#navbar {
  text-align: center;
  width:100%;
  height: 100%;
  color: white;
  font-size: 20px;
}

#navbar ul li {
  display: inline;
  list-style-type: none;
  padding: 0.4em;
}

#navbar ul li a {
  margin: 1.15em;
  color: black;
  font-weight: bold;
  text-decoration: none;
}

#navbar ul li a:hover {
  color: #00C;
}


#mainContent { 
	padding:  10px;
	text-align:center;
	margin: 0 auto;
	background-color:white;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}



#Content {
	color:#00F;	
}

#footer {
	width:100%;
	height:100%;
	background-color:black;
	text-align:center;
	color:white;
}


#footer a {
  margin: 1.15em;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#footer a:hover {
  color: #00F;
}


.center{
	text-align: center;
}

h2{
	font-family: 'Kristen ITC', sans-serif;
}

h3{
	background-color: #0CC;
	color: #C00;
}


a{
	text-decoration:none;
	cursor:crosshair;
	color:#600;
}

a:hover{
	color:#F33;
}

a:visited{
	color:#C03;
}



.IMGcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}


div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
  
  
 #navbar {
  font-size: 15px;
}

.IMGcenter {
  width: 40%;
}
  
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
  
   #navbar {
  font-size: 13px;
}

#navbar ul li a {
  margin: 0.25em;
}

.IMGcenter {
  width: 50%;
}

}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

<!--
@media screen and (max-width: 481px){

*{
	margin: 0;
	padding: 0;
}

#container{
	width: 100%;
	height:100%;
	margin: 0 auto;
}
  


}
-->

