body {
	margin: 0;
	font-family: "optima", sans-serif;
	background: #fff;
	/*background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("images/background1.jpg");*/
}

.banner{
	margin:0;
	background-color: #000000;
	height: 8vh;
}



footer {
  align-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7vh;
  background-color: #000000;
  color: white;
  text-align: center;
}

footer a {
  color: white;
}

.welcome p  {
  font-size: 1.2em;
}

.welcome2 p  {
  font-size: 1.1em;
}

.welcome2 ul {
  font-size: 1.1em;
}
.welcome a {
  color: blue;
}

.header {
 padding:1vh;
 text-align: center;
 background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("images/backgroundd.jpg");
opacity: 0.9;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%; 
position: relative;
font-size: 20px;
}

.header img{
	width: 14vw;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 15vw;
padding: 2vh;
}




.grid {
	display: grid;
	grid-template-columns: repeat(12, 5vw);
	gap: 2vw; 
	margin-top: 0;
	margin-bottom: 8vh;
}

.topnav {
  background-color: #000000;
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
  font-size: 20px;
  transition: 0.5s;
}

.topnav a.active {
  background-color: #019acc;
  color: white;
}

.topnav .icon {
  display: none;
}

main{
	max-width: 95vw;
	margin: 6vw;
	padding: 2vw;
}

main h1{
	box-shadow: 7px 7px 7px rgba(0,0,0,0.05);
	background-color: #060000;
	color: #24322B;
	grid-column: span 12;
	text-align: center;
	padding-top: 0px;
	font-size: 2.4em;
	border-radius: 6px;
}

main h2{
	color: #24322B;
}

.grid h2{
	font-size: 1.9em;
}

main img{
	grid-column: span 6;
	width: 39vw;
	border-radius: 9px;
/*	border: solid;
	border-color: #019acc;*/
}

main .welcome {
	grid-column: 1 / span 12;
  	/*background: rgba(1, 154, 204, 0.1);*/
	text-align: center;
	border-radius: 6px;
	padding: 10px 20px;
	/*box-shadow: 3px 3px 3px rgba(0,0,0,0.3);*/
}

main .welcome2 {
	grid-column: 2 / span 10;
  	/*background: rgba(1, 154, 204, 0.1);*/
	text-align: left;
	border-radius: 6px;
	padding: 10px 20px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	margin-bottom: 15vh;
}

img.heroabout {
		grid-column: 3 /span 12;
		width: 80%;
	height: auto;
}

main > h2{
	grid-column: span 12;
	text-align: center;
	font-size: 1.7em;
	padding-top: 20px;
}

main .card{
	grid-column: span 3;
  	/*background: rgba(1, 154, 204, 0.1);*/
	padding: 10px 20px;
	border-radius: 6px;
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2);

}
main .card p{
	font-size: 1.0em;
}

input[type=text], select, textarea {
  width: 80vw; 
  padding: 12px; 
  border: 1px solid #ccc; 
  border-radius: 4px; 
  box-sizing: border-box; 
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical 
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  text-align: center;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  width: 60vw; 
  margin-left: 10vw;
  padding-bottom: 10vh;
  margin-bottom: 15vh;
}



.gallery{
	grid-column: span 3;
	width: 20vw;
    height: 40vh;
	padding: 0px 0px 0px 0px;
}

div .gallery{
  grid-column: span 3;
  border-radius: 6px;
  width: 20vw;
  height: 40vh;
}

div.gallery {
  border: 2px solid #000;
	border-radius: 6px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 20vw;
  height: 30vh;
}

div.desc {
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


@media only screen and (max-width: 600px) {

		.header img{
		width: 28vw;
		height: 15vh;
	}
}


/*new change*/
@media screen and (min-width:1900px){
	.gallery img{
	grid-column: span 4;
	width: auto;
    height: 80px;
	padding: 0px 0px 0px 0px;
}
	div .gallery{
  grid-column: span 4;
  border-radius: 6px;
  width: auto;
  height: 80px;
}
	
}
/*new change*/

@media screen and (max-width: 960px){

 	h1{
		font-size: 30px;
	}
	
 	.header img{
		width: 28vw;
		height: 15vh;
	}
	
	.welcome p  {
  		font-size: 15px;
}

	.welcome a {
  		color: blue;
}
	
	footer p{
		font-size: 12px;
	}
	
 	main img{
		width: 70vw;
		grid-column: 2 / span 10;
	}
	
	main .welcome{
		grid-column: 3 / span 8;
		text-align: center;
		font-size: 14px;
	}
	
		main .welcome2{
		grid-column: 3 / span 8;
		text-align: center;
		font-size: 14px;
	}
	
	main .card{
		grid-column: 3 / span 8;
		font-size: 14px;
	}
	
	.gallery{
		grid-column: 3 / span 10;
		width: 50vw;
		height: 30vh;
	}

	div.gallery img{
		grid-column: 3 / span 10;
		width: 50vw;
		height: 30vh;
	}
	

	div .gallery{
		grid-column: 3 / span 10;
		width: 50vw;
		height: 30vh;
	}
	
	div .desc{
		font-size: 14px;		
	}
}



