
#mainNav{
    width: 100%;
		height: 100px;
		background-color: #102544;
	}
    .nav-logo{
      margin-top: 0;
          width: auto;
          height: 70px;
        }
      .side-bar{
        max-width: 90%;
        background-color: white !important;
        font-size: 14px;
        padding: 10px;
        border: 2px;
        margin-top: 10px;
        margin-left: auto;
        margin-right:auto;
        box-shadow: 5px 10px 18px #88888866;
      }
      .side-bar ul{
        list-style-type:none;
      }
      .side-bar a:hover{
        color: black;
      }
    @media only screen and (max-width: 768px){
      .mob-hide{
          display:none;
      } 
      .side-bar{
          max-width:100%;
          font-size:12px;
      }
      .side-bar h3,h4{
          font-size:18px;
    }
      /*.para p{*/
      /*  margin-left: 20px;*/
      /*}*/
      
    .texttoimage{
    position: relative;
    text-align: center;
    background-size:cover;
    background-position:center;
     color: white;

  }}
  .centered{
    max-width:100%;
    height:100%;
    /**/
    margin-right: auto;
    position: absolute;
    color:white;
    /*background: rgba(0, 0, 0, 0.16);*/
    width: 100%;
    height:80%;
    padding: 20px 50px;
    text-transform:uppercase;
  }


  .centered h1{
    margin-top: 116px;
    font-size: 4vw;
    text-shadow: 5px 10px 18px #171616b8;    
  }
  @media only screen and (max-width:768px){
  /* For mobile phones: */
    .centered{
    height:auto;
    margin-top: auto;
    margin-right: auto;
    position: absolute;
    color:white;
    background: rgb(0, 0, 0); /* Fallback color */
    background: none; /* Black background with 0.5 opacity */
    width: 100%;
    padding: 50px;
    }
    .centered h1{
    font-size: 6vw;
    margin-top:60px;
  }
}

.textoimage .head-responsive{
    font-size: 4vw;
    margin-top:120px;
}

.team-head{
  margin-bottom: 10px;
}
.team-img{
width: 100%;
  height: 90%;
   display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}
.team-para{
  margin-top: 0 !important;
}
@media screen and (max-width: 767px){
  .textoimage .head-responsive{
    font-size: 4vw;
    margin-top:60px;
}
.team-head{
  margin-bottom: 40px;
}
}
.infograph{
  display:block;
  margin-left:auto;
  margin-right:auto;
      }
.infograph img{
              max-width: 100%;
              height: auto;
        }
        


.boxmode{
          font-size: 18px;
          font-weight: bold;
          text-align: center;
          width: 100%;
          border: 6px solid grey;
          padding: 20px;
          margin: 25px;
        }

@media only screen and (max-width: 768px){
    .boxmode{
          font-size: 14px;
          font-weight: bold;
          text-align: center;
          width: auto;
          border: 6px solid grey;
          padding: 10px;
          margin-left:auto;
        }
    
    
}
.contact h1{
               font-size:40px;
               
           }
           ._button{
               font-size:24px;
               padding:15px 0 15px 0;
               width:250px;
               background-color:#D8262C;
               color:#ffffff;
               margin-left:auto;
               margin-right:auto;
               transition: 0.2s;
           }
           ._button a{
               text-decoration:none;
               color:white;
           }
           ._button:hover{
               background-color:#c5070d;text-decoration:none;
               cursor:pointer;
           }

@media only screen and (max-width: 768px){
    .contact h1{
               font-size:30px;
               
           }
           ._button{
               font-size:18px;
               padding:10px 0 10px 0;
               width:100px;
               background-color:#D8262C;
               color:#ffffff;
               margin-left:auto;
               margin-right:auto;
               transition: 0.2s;
           }
           ._button a{
               text-decoration:none;
               color:white;
           }
           ._button:hover{
               background-color:#c5070d;text-decoration:none;
               cursor:pointer;
           }

    
}
