
body {
    /*background-image: url('../lib/images/background.avif');*/
    background-color: #fc6a03;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
}

.header {
    background-image: url('../lib/images/background.avif');
    background-size: 100%;
    color: #000000;
    border: solid;
    border-radius: 10px;
    /*background-color: #fc6a03;*/
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -1.2em;  
    padding-bottom: 3em;
    width: 95em;   
    text-align: center;
    border-style: sloid;
}

.form {
    margin-left: auto;
    margin-right: auto;   
    width: 80em;
    background-color: #fc6a03;   
    text-align: center;
    border-style: sloid;
}

.navbar {
    list-style-type: none;
    margin: 0;
    margin-top: 0em;
    padding: 0;
}

.navbar-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navbar-li {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
   /* border-radius: 6px;
    border: solid;
    color: #000000;
    text-decoration: none;
    background-color: #cea300;*/
}

.navbar-active {
  background-color: #cea300;
}

.navbar-li a {
    color: #000000;
    text-decoration: none;
    padding: .4em 1.5em;
    font-size: 20px;
    border-radius: 6px;
    border: solid;
    background-color: #cea300;    
}



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;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.gallary {
    margin-left: auto;
    margin-right: auto;   
    width: 95em;
    height: 65em;
    background-color: #cea300;   
    text-align: center;
    border-radius: 6px;
    color: #000000;
    border: solid;
}

.galpic {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.galpic img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    color: #000000;
    border: solid;
}

.homepic {
    width: 95em;
    margin-left: auto;
    margin-right: auto;
}

.homepic img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    color: #000000;
    border: solid;
}

.row {
    margin-left: auto;
    margin-right: auto;   
    width: 100%;
    height: 50%;
}

.jumbotron {
    /*background-color: #fc6a03;*/
    width: 40em;
    margin-top: 13em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

.jumbotron h3 {
    margin: .2em;
}

.jumbotron h1 {
    margin: .2em;
}

.report table {
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    border: solid;
    color: #000000;
    background-color: white;
}

.report th {
    border: solid;
    color: #000000;
}

.report td {
    border: solid;
    color: #000000;
}

.success button {
    color: #000000;
    text-decoration: none;
    padding: .4em 1.5em;
    font-size: 20px;
    border-radius: 6px;
    border: solid;
    background-color: #cea300;   
}
