html { 
  background: url(images/Background1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#header{
	width:100%;
	height:70px;
	margin-right:10px;
  float:top;
  padding-top: 30px;
  padding-left: 10px;
}
.tbll{
  border: 3px solid black;
  margin: auto;
  margin-top: 2%;
  text-align: center;
  background: lightblue;
  width: 1200px;
  border-radius: 5px;
  text-decoration: none;
}
.hd{
  border: 1px solid black;
  width: 1000px;
  text-align: center;
  width: 100px;
}
.sub{
  margin: auto;
  color: white;
  text-align: center;
  text-decoration: underline;
  margin-top: 3%;
  font-size: 30px;
}
.tbl{
  border: 3px solid black;
  margin: auto;
  margin-top: 4%;
  text-align: center;
  background: lightblue;
  width: 300px;
  border-radius: 5px;
  text-decoration: none;
}
.tr{
  border: 1px solid black;
  float: center;
  text-decoration: none;
}
#leftside{
  border: 3px solid white;
  width: 360px;
  height: 455px;
  vertical-align: left;
  margin-top: 30px;
  border-radius: 10px 50px;
  text-align: center;
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: white;
  font-weight: bold;
  font-size: 20px;
  z-index: +5;
}
.animate__animated{
  width: 350px;
  height: 450px;
  border-radius: 10px 50px;
  align-items: inline;
  z-index: +5;
}
#textbox{
  margin: auto;
  color:white;
  float: right;
  margin-top: -250px;
  margin-left: 120px;
  font-size: 70px;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  width: 1000px;
}
div.gallery {
  margin: auto;
  float: left;
  width:300px;
  height:300px;
  margin-left:10px;
  margin-top:100px;
  padding-left: 70px;
  border-radius: 10px;
}

div.gallery:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.1);

}

div.gallery img {
  width:270px;
  height: 270px;
  float: center;
  border-radius: 20px;
}

div.desc {
  padding: 5px;
  text-align: center;
  color: white;
  font-family: 'Times New Roman', Times, serif;
}
div.gallery1 {
  float: left;
  width:350px;
  height:350px;
  margin-left:150px;
  margin-top:100px;
  padding-left: 100px;
  border-radius: 10px;
}

div.gallery1:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.1);

}

div.gallery1 img {
  width:350px;
  height: 350px;
  float: center;
  border-radius: 20px;
}

div.desc1 {
  margin-left: 10px;
  padding: 20px;
  text-align: center;
  color: white;
  font-family: 'Times New Roman', Times, serif;
  padding-left: 10px;
}
#footer{
	border:1px solid red;
  width:100%;
  text-align: left;
  float: left;

}
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;

}

body {
  font-family: Arial, Helvetica, sans-serif;
}
/* Create two columns/boxes that floats next to each other */
nav {
  float: left;
  width: 100%;
  height: 70px; /* only for demonstration, should be removed */
  padding:10px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-weight: bold;
  font-size: large;
  position: fixed;
  top: 0px;
}

/* Style the list inside the menu */
nav ul {
  float: right;
  margin-right: 10px;
}
nav ul li{
  display:inline-block;
  line-height: 50px;
  margin:0 5px;
}
nav ul a{
  color: white;
  font-size: 17px;
  padding: 7px 7px;
  border-radius: 3px;
  text-transform: uppercase;
}
a.active1,a.hover{
  transition: .5s;

}
nav ul li a:hover{
	float: center;
	background-color:white;
	color:grey;
	border-radius:10px;
}
.checkbtn{
  font-size: 30px;
  color: white;
  float: right;
  line-height: 65px;
  margin-right: 1px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}
@media (max-width: 952px){
  label.logo{
    font-size: 30px;
    padding-left: 50px;
  }
  nav ul li a{
    font-size: 16px;
  }
  div.gallery {
    margin: auto;
    float: center;
    width:270px;
    height:270px;
    margin-left:60px;
    margin-top:70px;
    padding-left: 10px;
  }
  div.gallery1 {
    margin: auto;
    float: center;
    width:270px;
    height:270px;
    margin-left:30px;
    margin-top:70px;
    padding-left: 10px;
  }
}
@media (max-width: 858px){
  div.gallery {
    margin: auto;
    float: center;
    width:270px;
    height:270px;
    margin-left:30px;
    margin-top:70px;
    padding-left: 10px;
  }
  div.gallery1 {
    margin: auto;
    float: center;
    width:270px;
    height:270px;
    margin-left:60px;
    margin-top:70px;
    padding-left: 10px;
  }
  .checkbtn{
    display: block;
  }
  ul{
    position: fixed;
    width: 99%;
    height: 85%;
    border: 1px solid white;
    background: #143151;
    border-radius: 20px;
    top: 70px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active1{
    background: none;
    color: white;
  }
  #check:checked ~ ul{
    left: 0;
  }
  #leftside{
    border: 1px solid white;
    width: 360px;
    height: 455px;
    vertical-align: center;
    margin-top: 30px;
    margin-left: 50px;
    border-radius: 10px 50px;
    text-align: center;
    text-transform: uppercase;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: white;
    font-weight: bold;
    font-size: 20px;
    z-index: -5;
  }
  #textbox{
    margin: auto;
    margin-top: 30px;
    color:white;
    float: left;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    width: 420px;
  }
  .tbll{
    border: 3px solid black;
    margin: auto;
    margin-top: 4%;
    text-align: center;
    background: lightblue;
    width: 900px;
    border-radius: 5px;
    text-decoration: none;
  }
}

/* Clear floats after the columns */
section:after {
	height:100%;
	
}

/* Style the footer */
#footer {
  text-align: center;
  margin: auto;
  border: none;
  text-align: end;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
}

h3 {

font-family: 'Source Sans Pro', sans-serif;
          font-weight : 300;
          font-size : 14px;
          color :white;

}
h3 a{
  font-weight: 300;
  font-size: 14px;
  color: white;
}
a:hover{
  color: cornflowerblue;
}

.copyright {

  text-align: left;
  float: left;
  color: white;
}

.social {
  text-align: right;
  float: right;
}

/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
{
  nav, article {
	float: center;
    width: 100%;
    height: 100%;
  }
  