/*small screens*/
@media only screen and (max-width: 600px){

	body {
	text-align: center;
	margin: 0;
	margin-top: 16%;
	background-color: gray;
	}
		
	.indexImages img{
	box-shadow: 10px 10px 5px;
	width: 80%;
	border-color: black;
	/* border-radius: 8px; */
	}
	
	.menu{
	position: fixed;
	top: 0;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	z-index: 1;
	box-shadow: 0px 8px 15px #000000;
	border: 8px solid transparent;
  	border-image-source: url("/Images/Caution_Repeating.png");
  	border-image-repeat: round;
  	border-image-slice: 32;
  	border-top: 0px;
  	border-left: 0px;
  	border-right: 0px;
	}
		
	ul{
	list-style-type: none;
	overflow: hidden;
	background-color: Black;
  	margin-left: 0px;
  	margin-bottom: 0px;
  	margin-top: 0px;
  	padding: 0px;

	}
	
	#phone{
	position: absolute;
	left: 5px;

	}
	
	
	#phone img{
	position: absolute;
	left: 5px;
	height: 25px;
	width: 25px;
	}
	
	#logo {
	position: absolute;
	right: 5px;
	}
	
	#logo img{
	position: absolute;
	right: 2px;
	height: 35px;
	width: 35px;
	top: 7px;
	}
	
	li{
	display: inline;
	}
	
	/*change the value below to change the background color of the links*/
	li a:hover:not(.active) {
 	background-color: gray;
	}
	
	li a img:hover:not(.active) {
 	background-color: none;
	}
	
	li a{
	display: inline-block;
	color: Yellow;
	padding: 14px 14px;
	text-decoration: none;
	font-family: sans-serif;
	}
	/*backup color */
	li a:hover, .dropdown:hover .dropbtn{
	background-color: none;
	}


/************************FOOTER STYLING*****************************/

	#footer{
	background-color: black;
	color: yellow;
	text-decoration: none;
	}


	#footer img{
	width: 35px;
	height: 35px;
	}


/*************************Gallery Styling***********************/

	.g_row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px; 
	}

/* Create two equal columns that sits next to each other */
	.g_column {
  flex: 100%;
  max-width: 100%; 
  padding: 0 4px;
	}

	.g_column img {
  margin-top: 8px;
  vertical-align: middle;
 /* width: 175px; */
 /* height: auto; */
	}

}


/* Gray NAV background*/
@media only screen and (min-width: 600px){
	
	body {
	text-align: center;
	margin: 0;
	margin-top: 16%;
	background-color: gray;
	}
		
	.indexImages img{
	box-shadow: 10px 10px 5px;
	width: 80%;
	border-color: black;
	border-radius: 8px;
	}
	
	.menu{
	position: fixed;
	top: 0;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	z-index: 1;
	box-shadow: 0px 8px 15px #000000;
	border: 8px solid transparent;
  	border-image-source: url("/Images/Caution_Repeating.png");
  	border-image-repeat: round;
  	border-image-slice: 32;
  	border-top: 0px;
  	border-left: 0px;
  	border-right: 0px;
	}
		
	ul{
	list-style-type: none;
	overflow: hidden;
	background-color: Black;
  	margin-left: 0px;
  	margin-bottom: 0px;
  	margin-top: 0px;
  	padding: 0px;
	}
	
	#phone{
	position: absolute;
	left: 5px;

	}
	
	
	#phone img{
	position: absolute;
	left: 5px;
	height: 25px;
	width: 25px;
	}
	#logo {
	position: absolute;
	right: 5px;
	}
	
	#logo img{
	position: absolute;
	right: 2px;
	height: 35px;
	width: 35px;
	top: 7px;
	}
	
	li{
	display: inline;
	}
	
	/*change the value below to change the background color of the links*/
	li a:hover:not(.active) {
 	background-color: gray;
	}
	
	li a img:hover:not(.active) {
 	background-color: none;
	}
	
	li a{
	display: inline-block;
	color: Yellow;
	padding: 14px 14px;
	text-decoration: none;
	}
	/*backup color */
	li a:hover, .dropdown:hover .dropbtn{
	background-color: none;
	}

/**************************Upload Landing Page Style***********************/
	
	
	*{
	box-sizing: border-box;
	}

	.g_row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2px;
  margin: auto;
  width: 99%;
  background-color: black;
  border-radius: 5px;
}

/* Create two equal columns that sits next to each other */
	.g_column {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

	.g_column img {
  margin-top: 8px;
  vertical-align: middle;
  height: auto;
}
/*
	.checkbox{
	position: absolute;
	bottom: 0px;
	right: 0px;}	
*/

/**************************landing page styling ******************/

	.landingPage{
	margin: auto;
	width: 50%;
	}


}

/*Blue Nav Bar */
@media only screen and (min-width: 992px){

	body {
	text-align: center;
	margin: 0;
	margin-top: 16%;
	background-color: gray;
	}
		
	.indexImages img{
	box-shadow: 10px 10px 5px;
	width: 80%;
	border-color: black;
	border-radius: 8px;
	}
	
	.menu{
	position: fixed;
	top: 0;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	z-index: 1;
	box-shadow: 0px 8px 15px #000000;
	border: 8px solid transparent;
  	border-image-source: url("/Images/Caution_Repeating.png");
  	border-image-repeat: round;
  	border-image-slice: 32;
  	border-top: 0px;
  	border-left: 0px;
  	border-right: 0px;
	}
		
	ul{
	list-style-type: none;
	overflow: hidden;
	background-color: Black;
  	margin-left: 0px;
  	margin-bottom: 0px;
  	margin-top: 0px;
  	padding: 0px;
	}
	
	#phone{
	position: absolute;
	left: 5px;
	}
	
	
	#phone img{
	position: absolute;
	left: 5px;
	height: 25px;
	width: 25px;
	}
	
	
	li{
	display: inline;
	}
	
	/*change the value below to change the background color of the links*/
	li a:hover:not(.active) {
 	background-color: gray;
	}
	
	li a img:hover:not(.active) {
 	background-color: none;
	}
	
	li a{
	display: inline-block;
	color: Yellow;
	padding: 14px 14px;
	text-decoration: none;
	}
	/*backup color */
	li a:hover, .dropdown:hover .dropbtn{
	background-color: none;
	}
	
/*************************Gallery Styling***********************/

	.g_row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2px;
  margin: auto;
  width: 99%;
  background-color: black;
  border-radius: 5px;
}

/* Create two equal columns that sits next to each other */
	.g_column {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
  background-color: black;
}

	.g_column img {
  margin-top: 8px;
  vertical-align: middle;
  /* width: 175px; */
  height: auto; 
}

/**************************landing page styling ******************/

	.landingPage{
	margin: auto;
	width: 50%;
	}

	
	
}

/*Check the Height properties  PURPLE MENU SQUISHED SCREEN THOUGH */
@media only screen and (min-width: 1600px){   
   
    body {
	margin-top: 150px;
	text-align: center;
	background-image: url("/Images/Tile_BG_Left.png"), url("/Images/Tile_BG_Right.png");
	background-position: bottom left, bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: gray;
	}
		
	.indexImages img{
	border: 2px solid black; 
	/* border-radius: 8px; */
	box-shadow: 10px 10px 5px;
	width: 40%;
	}
	
	.menu{
	position: fixed;
	top: 0;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	z-index: 1;
	box-shadow: 0px 8px 15px #000000;
	border: 8px solid transparent;
  	border-image-source: url("/Images/Caution_Repeating.png");
  	border-image-repeat: round;
  	border-image-slice: 32;
  	border-top: 0px;
  	border-left: 0px;
  	border-right: 0px;
	}
		
	ul{
	list-style-type: none;
	overflow: hidden;
	background-color: Black;
  	margin-left: 0px;
  	margin-bottom: 0px;
  	margin-top: 0px;
  	padding: 0px;
	}
	
	#phone{
	position: absolute;
	left: 5px;

	}
	
	
	#phone img{
	position: absolute;
	left: 5px;
	height: 25px;
	width: 25px;
	}
	
	
	li{
	display: inline;
	}
	
	/*change the value below to change the background color of the links*/
	li a:hover:not(.active) {
 	background-color: none;
	}
	
	li a img:hover:not(.active) {
 	background-color: none;
	}
	
	li a{
	display: inline-block;
	color: Yellow;
	padding: 14px 14px;
	text-decoration: none;
	}
	/*backup color */
	li a:hover, .dropdown:hover .dropbtn{
	background-color: none;
	}

	#footer{
	background-color: black;
	text-decoration-color: yellow;
	}

	a:link {
  text-decoration: none;
}


/*************************Gallery Styling***********************/

	.g_row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  max-width: 50%;
  margin: auto;
}

/* Create two equal columns that sits next to each other */
  .g_column {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
  background-color: black;
}

  .g_column img {
  margin-top: 8px;
  vertical-align: middle;
 /* width: 175px; */
  height: auto;
}

/**************************landing page styling ******************/

	.landingPage{
	margin: auto;
	width: 50%;
	}
}

/* LandScape Mode Large Screens*/
@media only screen and (orientation: landscape) and (min-height: 1200px){
	body {
	text-align: center;
	margin: 0;
	background-image: url("/Images/Tile_BG_Left.png"), ("/Images/Tile_BG_Right.png");
	background-position: bottom left, bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 500px;
	background-color: gray;
	}
	
		
	.indexImages img{
	box-shadow: 10px 10px 15px;
	width: 30%;
	border-radius: 8px;
	border: 2px solid black;
	}
	
	.menu{
	position: fixed;
	top: 0;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	z-index: 1;
	box-shadow: 0px 8px 15px #000000;
	border: 8px solid transparent;
  	border-image-source: url("/Images/Caution_Repeating.png");
  	border-image-repeat: round;
  	border-image-slice: 32;
  	border-top: 0px;
  	border-left: 0px;
  	border-right: 0px;
	}
		
	ul{
	list-style-type: none;
	overflow: hidden;
	background-color: Black;
  	margin-left: 0px;
  	margin-bottom: 0px;
  	margin-top: 0px;
  	padding: 0px;
	}
	
	#phone{
	position: absolute;
	left: 5px;

	}
	
	
	#phone img{
	position: absolute;
	left: 5px;
	height: 25px;
	width: 25px;
	}
	
	
	li{
	display: inline;
	}
	
	/*change the value below to change the background color of the links*/
	li a:hover:not(.active) {
 	background-color: gray;
	}
	
	li a img:hover:not(.active) {
 	background-color: none;
	}
	
	li a{
	display: inline-block;
	color: Yellow;
	padding: 14px 14px;
	text-decoration: none;
	}
	/*backup color */
	li a:hover, .dropdown:hover .dropbtn{
	background-color: none;
	}

/*************************Gallery Styling***********************/

	.g_row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  max-width: 50%;
  margin: auto;
	}

/* Create two equal columns that sits next to each other */
	.g_column {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
	}

	.g_column img {
  margin-top: 8px;
  vertical-align: middle;
 /* width: 175px; */
  height: auto;
	}	

	#footer{
	background-color: black;
	text-decoration-color: yellow;
	}

	a:link {
  text-decoration: none;
}

}
