header{
    
    display: table;
    align-items: center;
    width: 100%;
    
}
nav{
  
    display: table-row;
    align-items: center;
    width: 100%;
    margin-bottom: 0px;
    background-color: #000000e0;
    z-index: 9;
}

#headNavi{
    position: fixed;
    top:0;
    z-index: 20;
}

@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSans-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  
  font-family: 'NotoSans', sans-serif;
  font-size: 1em;
  font-weight: 400; 
  line-height: normal;
  color: #212529;
  margin: 0;
  height: 100%; }

.overflow{
    display: block;
    position: relative;
    height: 0;
    margin-top: 0px;
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.2s;
    z-index: 20;
}

.overflow.responsive{
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    transform: scaleY(1);
    transform-origin: top;
    transition: 0.2s;
    z-index: 20;
}

.overflow ul{
  position: relative;
    list-style: none;
    margin: 0px;
    text-align: start;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: #1a1a19e3;
    z-index: 20;
    
}

.overflow.responsive ul{
  position: relative;
  z-index: 9;
}

header nav img{
    display: table-cell;
    padding: 10px;
    
}

.topnav{
  
    overflow: hidden;
    display: table-cell;
    width: 100%;
    padding: 15px;
    vertical-align: middle;
    
    text-align: left;
    transition: 0.3s;
}

#myTopnav{
  z-index: 9;
}

nav a{
    
    text-decoration: none;
    font-family: 'NotoSans', sans-serif;
    font-weight: bold;
    padding-left: 25px;
    font-size:x-large;
    color: white;
     
}

.topnav .icon {
    display: none;
    font-size: xx-large;
  }
  
  @media screen and (max-width: 1080px) {
    .content .datarowodd{display: none;}
    .content .dataroweven{display: none;}
    .topnav a {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
    nav img{height: 14vw;
      max-height: 100px;}
    
  }

 
  
  @media screen and (max-width: 600px) {
    /*.topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    
    }*/
  }

  .overflow{
    
  }

  .overflow.responsive{
    
  }

  .headimghref{
    display: flex;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0px;
  }

  .ourapps{
    padding-top: 120px;
    height: 120px;
  }

  .overflow li{
    padding-bottom: 10px;
    padding-top: 10px;
    
  }

  .overflow li:hover{
    background-color: rgba(247, 248, 248, 0.829);
    
  }

  .overflow li:hover a{
    color: black;
    
  }

  .overflow a{
    
    padding: 10px;
    text-decoration: none;
    font-family: 'NotoSans', sans-serif;
    font-weight: bold;
    font-size:x-large;
    color: white;
  }

  .overflow a:hover{
    cursor: pointer;
  }

  .datarow{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
    max-height: 600px;
    flex-wrap: wrap;
    border: 1px solid rgb(231, 231, 231);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    
  }

  .drow{
    
    width: 100%;
    height: auto;
    max-height: 600px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .content{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 20px;
    padding-right: 20px;*/
  }

  .content :nth-child(2n) a .drow{
    
    flex-flow: row-reverse;
    flex-wrap: wrap;
    
  }

  a{
    cursor:pointer;
  }

  h1{
    text-align: center;
    font-size: 3em;
  }

  .featureimage{
    /*width: 50%;*/
    width: 100%;
    height: auto;
    max-width: 240px;
    /*height: 240px;*/
    /*height: auto; 
    margin: auto;*/
    margin: 20px;
    border-radius: 20px;
    box-shadow: 0.25rem 0.25rem 0.75rem rgba(0,0,0,.600), -1px -1px 1px rgba(0,0,0,.500) inset;
    opacity: 1;
    transition: 1s;
    
  }

  .iconcontainer{
    display: flex;
    align-items: center;
  }

  .descriptioncontainer{
    margin: 20px;
    max-width: 90%;
    width: 900px;
  }

  .featuredimagehidden{
    
    width: 80%;
    max-width: 720px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0.25rem 0.25rem 0.75rem rgba(0,0,0,.600), -1px -1px 1px rgba(0,0,0,.500) inset;
    opacity: 0;
    transition: 1s;
  }

  .contentlink{
    width: 100%;
    text-decoration: none;
    color: black;
  }

  .contentlink:visited{
    color: black;
    text-decoration: none;
  }

  footer{
    height: 8vh;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: black;
    vertical-align: middle;
  }

  footer div{
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
    
  }

  footer div a{
    
    text-align: center;
    text-decoration: none;
    color: white;
    
  }

  footer div a:visited{
    text-decoration: none;
    color: white;
  }

  .aboutus{
    
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .toolsdiv{
    display: flex;
  }

  .tools{
    margin-left: auto;
    margin-right: auto;
    align-self: center;
  }

  .toolimg{
    max-width: 150px;
    height: auto;
  }

  .toolname{
    text-align: center;
  }

  .mailaddress{
    text-align: center;
    font-size: 1.5em;
  }

  .centeredh3{
    text-align: center;
  }

  