*{
    margin: 0;
    padding: 0;
}

body{
min-height: 100vh;
background-image: url("../m_images/Hero08.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

nav{
    background-color: white;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.1);

}

nav ul{

    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}
nav li{

    height: 50px;

}
nav a{

height:100% ;
padding: 0 30px;
text-decoration: none;
display: flex ;
align-items: center;
color: black;

}

nav a:hover{

    background-color:#f0f0f0 ;


}   

nav li:first-child{
    margin-right: auto;
}

.sidebar{

    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0,0,0,0.1);
    display: none;
    flex-direction: column;
    align-items:flex-start;
    justify-content: flex-start;
}

.sidebar li{
   width: 100%; 
}

.sidebar a{
    width: 100%; 
 }


 div.baaFooter{
    
   
    position: fixed;
    right: 0;
    bottom:0vh;
    clear: both;
    width: 220px;
    margin: auto;
    background: rgb(230, 160, 2);
    color: #080808;
    text-align: center;
    
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0,0,0,0.1);
    border-radius: 12px;
    padding: 1px 0;
    }

    div.baaFooter a{
        color: rgba(18, 18, 24, 0.541);
        font-size: small;

    }

 @media (max-width: 800px){
    .hideOnMobile{
        display: none;      
    }


}


@media screen and (min-width: 800px){

    .Header{
     
        font-size-adjust: calc(0.8);
        }
    }

@media screen and (min-width: 600px) {
    
    .gallery{
        /*background-color: rgb(252, 168, 2);*/
        position: absolute; 
        top: -320px;
        left:480px;

    } 
  } 

img {
	border-radius: 5px;  
  }

.Probe1 img{
    border-radius: 101px;
}

.gallery {
    margin-left: 50px;
    height: 340px;
    width: 340px;
    /*background-color: rgb(252, 168, 2);*/
    border-radius: 5px;

  }
  
  .img-container {
    position:relative;
    display: grid;
    padding-left: 10px;
    padding-top: 10px;

    grid-template-columns: 110px 110px 110px;
    grid-template-rows: 110px 110px 110px;
  }

  .displayimg img{
    height: 100px;
    width: 100px;
    border-radius: 10px;
  }
  
  .box {
    
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 15px;
    display: flex;
    align-items:center;
    display:flex;
   

 }
 .about_inner_column font{
    padding-left: 10px;
    padding-right: 5px;
    writing-mode: vertical-lr;
    text-orientation: upright;
    display: inline-block;
 }


 
div.featured_ads_about {

	/*Margins for inner DIV inside each column (to provide padding)*/
    margin: 10px;
    margin-top: 30px;
	padding-left: 20px;
	position:relative;
 	font-style:bold;

 	
	/*border:1px solid #e9e9e9;*/


	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	width:400px;
	height: 300px;
}

div.featured_ads_about p{
    padding-bottom: 10px;
   
}
div.featured_ads_about font{
color: rgb(73, 72, 69);
}
