@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
:root{
    --main-color: #6c6e70;
    --text-color: #fff;
    --bg-1: #000000;
    --bg-2:  #eee;
    --box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
    --display-style: block;

}
*{
    box-sizing: border-box;
}
main{
    background-color: var(--main-color);
}
body{
    margin: 0;
    padding: 0;
    font-size: 20px !important;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: var(--background-color);
}
header{
    width: 100%;
    position: absolute; 
    z-index: 5; 
}

header nav{
    background: transparent !important;

}
nav ul{
    list-style-type: none;
    padding: 0;
    display: flex;
}
nav ul li a{
    text-decoration: none;
    color: var(--bg-2);
    display: block;
    padding: 1.5em;
    text-align: justify;
    opacity: 0.6;
}
nav a:hover{
    opacity: .6;
    color: var(--bg-1);
}
a:hover{
    text-decoration: none;
}
.hero{
background-image: url(../images/hero.JPG);
background-size: cover;
height: 150vh;
}
.hero1{
    background-image: url(../images/hero1.jpg);
background-size: cover;
height: 150vh;
}
.hero2{
    background-image: url(../images/auditorium-benches-board-207691.jpg);
background-size: cover;
height: 150vh;
}
.hero3{
  background-image: url(../images/pexels-photo-373912.jpeg);
background-size: cover;
height: 150vh;
}
.hero4{
  background-image: url(../images/art-exhibition-art-gallery-ceiling-700413\ \(1\).jpg);
background-size: cover;
height: 150vh;
}
.hero5{
  background-image: url(../images/pexels-photo-946530.jpeg);
background-size: cover;
height: 150vh;
}
.hero6{
  background-image: url(../images/contact.jpeg);
  background-size: cover;
  height: 150vh;
}

.hero h1{
    font-size: 5em;
    margin-top: 0;
    margin-bottom: .5em;
    padding-top: 1em;
}

.hero-text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 27%;
    transform: translate(-50%, -50%);
    color: white;
}
.hero-text1{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 27%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero2 h2{
    margin-top: 0;
    margin-bottom: .5em;
    text-align: center;
    padding-left: 18em;
    padding-bottom: 4em;
}

.about{
    overflow: auto;
}
.main-padding{
    padding: 7em 0;
}
.textbox{
  padding: 7em 0;
  background-color: var(--main-color);
  color: var(--main-color);
}
button{
    float: none;
    width: 100%;
    text-align: center;
    margin: .8em 0 .8em 0;
}
.box{
    text-align: center;
    width: 28%;
    float: left;
    padding: 2em 0;
    margin: 1em;
    color: var(--text-color);
    border: solid;
}
.bg-color{
    color:var(--text-color);
    background-color: var(--main-color);
    overflow: hidden;
}
.fas{
    font-size: 3em;
    padding: 0.5em;
}
.button{
    background-color: var(--main-color);
    color:var(--text-color);
    transition: .2s all ease;
    padding: 0.5em 1em;
    border-radius: 4px;
    margin-top: 0 !important; 
    letter-spacing: .15em;
    border: none;
    cursor: pointer;  
}
button:hover{
    color: var(--text-color);
    background-color: var(--main-color);
    border: 1px solid var(--text-color);
}
.footer{
    float: left;
    width: 33%;
    align-content: center;
    margin-bottom: 4em;
    
}
.main-footer{
    padding: 4em 0em .9em 0em;
    text-align: center;

}
.flex-container{
    display: flex;
    flex-direction: row;
    color: var(--text-color);
    background-color: var(--main-color);
    flex-wrap: wrap;
    justify-content: left;
    border: 2px solid var(--text-color);
    padding: 1em 1em 1em 5em;

}
.flex-container1{
    display: flex;
    flex-direction: column;
    color: var(--text-color);
    background-color: var(--main-color);
    flex-wrap: wrap;
    justify-content: left;
    border: 2px solid var(--text-color);
    padding: 1em 1em 1em 5em;

}
.flex-container2{
    display: flex;
    flex-direction: row;
    color: var(--text-color);
    overflow: hidden;
}
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  

  .fa-linkedin {
    background: #55ACEE;
    color: white;
  }
  /* Gallery */
  .item>img{
    width: 100%;
    height: 100%;
}

.item>a>img{
    width: 100%;
    height: 100%;
}
.item>a>img:hover{
    filter: blur(2px) brightness(60%);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .22);
    cursor: pointer;
}
.container-gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(auto-fill,minmax(250, 1fr));
    justify-items: center;
    grid-gap: 20px;
    margin: .2em 2em .2em 2em;
}
h1.gallery{
    color: var(--text-color);
    text-align: center;
    text-size-adjust: 100%;
    padding-top: 2em;
}
h1.flex-container{
    padding: 1em 1em 1em 1em;
    
}
/* Contact Form */
input[type=text], select, textarea {
    width: 100%;
    padding: 10px;   
    border: 2px solid var(--bg-1); 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical;
    display: block;  
  }
  
  input[type=submit] {
    background-color: var(--main-color);
    color: var(--text-color);
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: var(--bg-2);
  }
  
  .container {
    border-radius: 5px;
    padding: 20px;
  }
.box-image{
    height: 800px;
    width:100%;
}
/*Class Grid */
.wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    padding: 2em 2em 2em 2em;
  }
  .one {
    grid-column: 1 / 2;
    grid-row: 1;
    color: var(--text-color);
  }
  .two { 
    grid-column: 2/ 4;
    grid-row: 1;
    color: var(--text-color);
    padding-top: 50px;
  }
  .three {
    grid-column: 1;
    grid-row: 2;
    color: var(--text-color);
  }
  .four {
    grid-column: 2 / 4;
    grid-row: 2;
    color: var(--text-color);
    padding-top: 50px;
  }
  .five {
    grid-column: 1;
    grid-row: 3;
    color: var(--text-color);
  }
  .six {
    grid-column: 2/4;
    grid-row: 3;
    color: var(--text-color);
  }
  .logo{
      overflow: hidden;
      height: auto;
      width: auto;
  }
  .deca{
      overflow: hidden;
      height: 55%;
      width: 50%;
      padding-bottom: 1em;
  }
  .national{
      overflow: hidden;
      height: auto;
      width: auto;
      padding-bottom: 1em;
      padding-left: 1em;
  }
  /*About Grid */
  .grid1 {
    grid-column: 1 / 3;
    grid-row: 1;
    color: var(--text-color);
  }
  .grid1 p{
      font-size: 24px;
  }
  .grid2{ 
    grid-column: 3 / 4;
    grid-row: 1;
    color: var(--text-color);
    padding-top: 50px;
  }
  .grid3 {
    grid-column: 1/3;
    grid-row: 2;
    color: var(--text-color);
  }
  .grid3 p{
      font-size: 20px;
  }
  .grid4{
    grid-column: 3 / 4;
    grid-row: 2;
    color: var(--text-color);
    padding-top: 50px;
  }
  .grid5{
    grid-column: 1/3;
    grid-row: 3;
    color: var(--text-color);
  }
  .grid6 {
    grid-column: 3/4;
    grid-row: 3;
    color: var(--text-color);
    transform: (20px, 0px);
  }


/* Contact Page */
 

.sideleft{
  width: 30%;
  float: left;
  text-align: center;
  background-color: var(--text-color);
}
.heading{
  font-size: 50px;
  margin-bottom: 30px;
  background-color: var(--text-color);
}
.sideright{
  width: 60%;
  float: right;
  background-color: var(--text-color);

}


.feature-image{
  position: relative;
}
.feature-image img{
  display: inline-block;
  width: 300px;
  margin: 1em;
}
.hero-links{
  justify-content: center;
  display: inline-block;
  padding-top: 5em;
}
@media(max-width: 992px){
  nav ul{
      text-align: center;
      display: none;
      flex-direction: column;
      padding-top: 3em;
      background-color: transparent;
  }
  nav li{
      width: 100%;
      text-align: center;
      flex: auto;
      background-color: rgba(0,0,0,0.8);
      position: relative;
      top: 1em;
  }
  .menu{
    text-align: center;
    display: none;
    flex-direction: column;
    padding-top: 3em;
    background-color: transparent;
  }
  nav a{
      opacity: 1;
  }
  .menu a{
      display: block;
      margin: 0;
  }
  .heroitems{
      height: 100vh;

  }
  .heroitems h1{
      font-size: 40px;
  }
  .footer{
      float: none;
      width: 100%;
      text-align: center;
      margin: .8em 0 .8em 0;
      margin-bottom: 1em;

  }
  .feature-image img{
      float: none;
      width: 100%;
      text-align: center;
      margin: .8em 0 .8em 0;
  }

  button{
      float: none;
      width: 100%;
      text-align: center;
      margin: .8em 0 .8em 0;
  }

  .button{
      float: none;
      width: 100%;
      text-align: center;
      margin: .8em 0 .8em 0; 
      margin-top: 1em !important;
  }
  textarea{
      float: none;
      width: 100%;
      text-align: center;
      margin: .8em 0 .8em 0;
  }
  .main-padding{
      padding: 2em 0;
  }
  .heroitems p{
      font-size: 25px;
      margin-bottom: 20px;
  }
  }

  
