@media screen and (min-width: 1025px) {
.big-container{
    display:grid;
    grid-template-columns: repeat(12,1fr); /* 3 colsame thing auto auto auto;*/
    row-gap:0.20rem;
    column-gap:0;
}
#header1{
 background-color:#8ebf42; 
 grid-row: 1/span 1;
 grid-column:1/4;   
}
#imTitle{
    padding-left: 20px;
    padding-top: 20px;
    width:40%;
}
#defTitel{
 grid-row: 1/span 1;
 grid-column:4/10;     
 background-color:#8ebf42; 
 color:white;
 padding-top: 30px;
 text-align: center;
 font-style: italic;
}
#defPara{
    font-size: 30px;
   
}


.header2{
  grid-row: 1/ span 1;
  grid-column:10/13;
  text-align: right;
  background-color:#8ebf42;  
  padding-top:10px;
}
#headerBotton{
     display:none;
  background-color:black;   
  border: none;
  color: white;
  width: 150px;
  border-color: white;
 border: 1px solid #dadada;
padding: 10px;
margin-top: 30px;
margin-right: 20px;
}
#contactStripe{
    grid-row: 2/span 1;
    grid-column:1/13;
    background-color:black;
    color:white;
    text-align:center;
}

#navPara{
  grid-row: 3/span 1;
  grid-column:1/5;
  text-align: left;
  color: white;  
 font-size: 1.5em;
  background-color:#3E3B39;  
  height:11vh;
  font-weight: bold;   
  padding-left: 10px;
 
}
#navUl{
 grid-row: 3/span 1;
 grid-column:5/13;
 background-color:#3E3B39;  
 height:11vh;
 font-weight: bold;   
 
 
}
ul{
    overflow:hidden;
 
  margin-bottom: 10px;
   text-align: center;
   /* list-style: inside;*/
    transition: max-height 0.1s;
}
li{
    display:inline-block; /*make it horizontal*/
    padding:20px;
   
}
a{
    color: white;
    text-decoration: none;/*n0 underline*/
    font-size: 20px;
     
}
nav>ul>li:hover{
    background-color:red;
}
#midPanel{
 grid-row: 4/span 1;
 grid-column:3/11;    
  text-align: center;
 height:40px;
 font-size:30px;  
  font-weight: bold;
}
#contactTitle{
  
 
}
#midpanel21{
 grid-row: 5/span 3;
 grid-column:4/10;    
 text-align: center;
 padding-bottom:100px;
 padding-top:50px;
}
#midpanel22{
 grid-row: 5/span 3;
 grid-column:8/11;    
 gap:25px;
 
 background-color:#000066; 
 text-align: center;
 display: flex;
 flex-direction:column;
 padding-top: 20px;
 
}
#emailMsg{
    font-size: 30px;
    font-weight: bold;
}
#midTel{
    margin-top: 30px;
    background: gray;
}

#bottomLine{
    border-bottom: 1pt solid black;
    text-align: left;
}
#sendRequest{
  color:#000066; 
  font-size: 30px;
   font-weight: bold;
  
}
/*#hideMsg{
    visibility: hidden;
    color: red;
}*/
#formTable{
    width:80%;
    text-align:left;
   
}
#formTable>tr>td{
   
}
#imEmail{
     width:100px; 
     height:100px;
     padding:15px;
}
#formButton{
    background-color:#000066; 
    color: white;
    width: 150px;
    height: 50px;
    border-radius: 25px;
    
}
input{
    border-style: none;
    
    width:200px;
}
#tableMidpanel2{
 border-spacing: 4px;
 width:80%;
 text-align: center;   
 color:white;
 font-size: 20px;
 
}
#name3{
    background:#dadada;
    border: 3px outset #F7730E;
    width: 100%
}
#phone3{
    background:#dadada;
    border: 3px outset #F7730E;
    width: 100%
}
#email3{
    background:#dadada;
    border: 3px outset #F7730E;
    width: 100%
}
#subject3{
   background:#dadada;
    border: 3px outset #F7730E;
      width: 100%
}

#contactTitle2{
 color:white; 
 font-size: 20px;
 font-weight: bold;   
}
footer{
   grid-row:12/13;  
   grid-column:1/13; 
   background-color: black;
   color:white;
   text-align:center;
}
}