body {
  /* margin: 0; */
   font-family: sans-serif;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  /* font-family:  Haettenschweiler; */
  /* font-family: Verdana; */
  /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  /* font-size: 1rem; */
  /* font-weight: 400; */
  /* line-height: 1.5; */

  /* text-align: left; */

  background-color: #3A3838;

  color: white;


}

.grid {
  /* display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-template-columns: repeat(12, 1fr); */
  /* grid-gap: 10px; */
  padding: 0 0 0 4%;
  display: block;
}
.bcg1 {
  background-color: #111111c7;
}
.bcg2 {
  background-color: #444444c7;
}

.box {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  /* color: white; */
  /* font-size: 4vw; */
  padding: 10px;
  /* background: #424141; */
  /* text-align: left;
   border-color: gold; */
  /* border-left: 1px gold solid; */
  /* color: #20c997; */
  /* text-decoration: none; */
  /* background-color: transparent; */
  /* border-left: 2px solid grey; */
  /* padding: 0 0 0 5px; */
}


a { 
  margin: 4px 0 4px 0;
  padding: 10px 15px;
  display: inline-block;
  /* padding: 10px 20px; */
  /* background-color: #f1f1f1; */
  background-color: rgb(49, 48, 48);
  /* padding: 10px 20px; */

  /* float: left; */
  color: rgb(244, 244, 244);
  /* color: rgb(168, 145, 15); */
  text-align: left;
  text-decoration: none;
  /* border: none; */
  border-radius: 4px;
  cursor: pointer;
  /* border-bottom: rgba(100, 86, 5, 0) solid 1px; */
  border-bottom: rgba(168, 145, 15, 0.367) solid 1px;
  /* border-top: #2a2b2b solid 1px; */
  border-top: rgba(168, 145, 15, 0.367) solid 1px;
  border-left: rgba(168, 145, 15, 0.367) solid 3px;
  /* border-right: #414141 solid 1px; */
  border-right: rgba(168, 145, 15, 0.367) solid 1px;

  /* text-decoration: none; */
  /* border-left: 2px grey solid; */
  /* color: #20c997; */
  /* text-decoration: none; */
  /* background-color: transparent; */
  /* border-left: solid grey; */
  /* padding: 0 0 0 5px; */
  /* margin: 5px 0 5px 0; */
}

h1 {  
  margin: 5px 0 0px 0px;
  /* text-decoration: #808080 underline 2px; */
  text-decoration: rgba(168, 145, 15, 0.367) underline 2px;
  font-size: 2rem;
  color: rgb(168, 145, 15);
  /* background-color: black; */
  font-weight: bolder;
}

h2 {  
  margin: 5px 0 5px 0;
  text-decoration: rgba(168, 145, 15, 0.367) underline 2px;
  /* color: #1395c8; */
  font-size: 1.5rem;
  /* line-height: 200%; */
  color: rgb(168, 145, 15);

}
h2 span {
  color: white;
}

a:hover {
  /* color: #20c997; */

  color: gold;
  /* border-bottom: gold solid 1px; */
  /* border-top: #2a2b2b solid 1px; */
  border-left: gold solid 3px;
  /* border-right: #414141 solid 1px; */
  /* text-decoration: underline; */
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

iframe {
  width:90%;
  height: 250px;
  border-left: 2px rgba(168, 145, 15, 0.367) solid;
  padding-top: 15px;
  margin-top: -10px;
}

iframe.top {
  width:200%;
  height: 550px;
}

.cg {
  /* display: inline-block; */
  /* background-color: #20c997; */
  /* text-align: center; */
  vertical-align: middle;
  /* height: 300px; */
  /* margin-left: 10%; */
  /* width: 100%;
  height: 600px;
  background-image: url('/Untitled-1.jpg');
  background-size: cover;
  background-repeat: no-repeat; */

}

.cg img {
  /* background-color: antiquewhite; */
  display: inline-block;
  /* border-left: 3px  rgba(255, 217, 0, 0.037) solid; */
  /* border-bottom: 5px  rgb(168, 145, 15) solid; */
  border-right: 5px  rgba(168, 145, 15, 0.367) solid;
  /* border-top: 2px #083326 solid; */
  border-radius: 90%;

}

.cg div {
  display: inline-block;
  /* float: left; */
  vertical-align: middle;
  /* padding: 10px 25px; */
  /* margin-left: 10%; */
}

.cg h1 {
  display: inline-block;
  margin: -5px;
  /* text-decoration: #808080 underline 2px; */
  text-decoration: rgba(168, 145, 15, 0.367) underline 2px;
  color: aliceblue;
  /* float: left; */
  /* vertical-align: middle; */
  /* padding: 0 25px 15px 0; */
}

.cg p {
  /* display: inline-block; */
  margin: 0px 0 0 -5px;
  /* text-decoration: #808080 underline 2px; */
  /* text-decoration: rgba(168, 145, 15, 0.367) underline 2px; */

  /* float: left; */
  /* vertical-align: middle; */
  /* padding: 0 25px 15px 0; */
}

footer {
  text-align: center;
  /* background-color: aqua; */
  padding: 0;
  margin: 0;
  /* height: auto; */
  /* display: inline-block; */
  /* position: relative; */
}

footer h2 {
  /* background-color: rgb(26, 38, 48); */
  margin: 10px;

  /* display: inline-block; */
}

footer a {
  text-align: center;
  /* position: absolute; */
  /* top:0; */
  /* margin: 0; */
  /* display: inline; */
  vertical-align: top;
  /* float:right; */
  padding: 5px 10px;
  /* display: inline-block; */
  background-color: rgb(49, 48, 48);
  font-size: large;
  color: rgb(165, 164, 158);
  text-decoration: none;
  cursor: pointer;
}

.top-header {
  width: 100%;
  height: 400px;
  background-image: url('/Untitled-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
  opacity: 0.2;
  /* position: absolute;
  top: 0;
  left: 0;
  z-index: -1; */
  /* background-size: contain; */
  /* border: 1px solid red; */
}

.top-cont {
  position: relative;
  width: 100%;
  height: 550px;
}
.top-header-img {
  width: 100%;
  height: auto;
  background-image: url('/Untitled-3.jpg');
  background-size: cover;
  /* background-repeat: no-repeat; */
  /* background-size: 100% 100%; */
  /* opacity: 0.2; */
  /* position: absolute;
  top: 0;
  left: 0;
  z-index: -1; */
  /* background-size: contain; */
  /* border: 1px solid red; */
}

@media screen and (max-width: 980px) {
  .top-cont {
   
    height: 380px;
  }
}
@media screen and (max-width: 750px) {

  .top-cont {
   
   height: 300px;
  }

  .grid {
    display: block;
    padding: 0;
    width: 100%;
  }

  .box {
    display: block;
    width: 100%;
    margin: 0;
  }

  iframe.top {
    width:100%;
    height: 300px;
 
  }

  iframe {
    width:100%;
    height: 250px;
 
  }

  .cg  {

    /* background-color: rgba(125, 72, 4, 0.481); */
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;


  }

  .cg h1 , .cg h2 {
    /* text-align: center; */
    /* background-color: antiquewhite; */
    margin:0px 0 0 0;
    color: azure;

    /* display: block; */

  }

  .cg p {
    margin: 5px 0 0 0;
    text-align: center;
    
  }

  h1 {  

    font-size: 1.8rem;
   

  }
  
  h2 {  

    font-size: 1.3rem;

  }
}

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

  .top-cont {
  
  height: 200px;
  }
}