@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap");

@keyframes transitionIn{
  from{
    opacity: 0;
    transform: rotateX(-10deg);
  }

  to{
    opacity: 1;
    transform: rotateX(0);
  }
}

* {
  font-family: "Ubuntu", sans-serif;
  box-sizing: border-box;
}

body {
    background-image: linear-gradient(to bottom right, #F0F8FF, #FFFAF0);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Ubuntu";
  list-style: none;
  background: #e6e6e6;
}

.slide1 {
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
}

.slide2 {
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
}

.slide3 {
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
}

.slide4 {
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
}

.slide5 {
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
}

/*.mainbody1 {
  background-image: url("photographer.jpg"); /* The image used */
/*  background-color: #cccccc; /* Used if the image is unavailable */
/*  height: 700px; /* You must set a specified height */
/*  background-position: center; /* Center the image */
/*  background-repeat: no-repeat; /* Do not repeat the image */
/*  background-size: cover; /* Resize the background image to cover the entire container */
/*}*/

.mainbody2 {
  padding-bottom: 150px;
  left: 50%;
  text-align: center;
  background-color: #e6e6e6;
  padding-top: 100px;
}

.slide1{
    width:100%;
    height:30%;

}
.slide2{
    width:100%;
    height:30%;

}
.slide3{
    width:100%;
    height:30%;
}

.slide4{
    width:100%;
    height:30%;

}
.slide5{
    width:100%;
    height:30%;
}

.navbar-brand-img{
    height: 100px;
    width: 100px;
}



body{
	margin:0;
	padding:0px;
	font-family: sans-serif;
}

*{
	box-sizing: border-box;
}

.table{
	width: 100%;
	border-collapse: collapse;
}

.table td,.table th{
  padding:12px 15px;
  border:1px solid #ddd;
  text-align: center;
  font-size:16px;
}

.table th{
	background-color: #262626;
	color:#f5f5f5;
}

.table tbody tr:nth-child(even){
	background-color: #f5f5f5;
}

.mainbody2 p {
  text-indent: 100px;
  line-height: 1.8;
}

.mainbody2 img {
  width: 450px;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-dark {
  padding: 60px 0;
  color: #f0f9ff;
  background-color: #262626;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width: 991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}


.footer p {
  padding-bottom: 10px;
  font-size: 15px;
  color: #e6e6e6;
}

.footer h1 {
  font-size: 17px;
}

@media (min-width: 320px){

  .mainbody2 p {
    text-indent: 100px;
    line-height: 1.8;
  }

  .mainbody2 img {
    width: 450px;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

}

@media(max-width: 500px){
	.table thead{
		display: none;
	}

	.table, .table tbody, .table tr, .table td{
		display: block;
		width: 100%;
	}
	.table tr{
		margin-bottom:0px;
	}
	.table td{
		text-align: right;
		padding-left: 50%;
		text-align: right;
		position: relative;
	}
	.table td::before{
		content: attr(data-label);
		position: absolute;
		left:0;
		width: 50%;
		padding-left:15px;
		font-size:15px;
		font-weight: bold;
		text-align: left;
	}
}
