@import url(https://fonts.googleapis.com/css?family=Roboto);

html, body {
    width:80%;
    height: auto;
    margin: auto;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.page {
    display: flex;
    flex-wrap: wrap;
    /* height: 400px; */
    height: auto;
    align-content: space-between;
  }


#div_banner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0px;
    background-color: white;
}


.mainmenu {
    display: flex;
    width: 100%;
   flex-wrap: wrap;
/*    height: auto; */
    justify-content: space-around;
    /* align-content: space-between; */
    background-color: white;
}

.view {
    display: flex;
    width: 100%;
   /* flex-wrap: wrap; */
   /* height: auto; */
    /* justify-content: flex-start; */
    align-content: flex-end;
    /* justify-content: space-around; */
    align-content: space-between;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: white;
}


.pageimage {
    display: flex;
    width: 500px;
   flex-wrap: wrap;
   flex-direction: column;
/*    height: auto; */
    justify-content: space-around;
    /* align-content: space-between; */
    background-color: white;
}

.pagetext {
    display: flex;
    /* width: 300px; */
   flex-wrap: wrap;
   flex-direction: column;
   /* margin-left: auto; */

/*    height: auto; */
    /* justify-content: space-around; */
    /* align-content: space-between; */
    background-color: white;
}

.textvert {
    position: relative;
    margin-left: 20px;
  }


/*
#div_mainmenu {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    align-content: space-between;
    background-color: white;

    width: 100%;
    height: auto;
    margin: 0;
    padding: 0px;
    background-color: white;
}
    */    


/*
#daboutimage {
    display: block;
    float: left;
    width: 300px;
    height: 100%;
    background-color: white;
    
    margin-left: auto;
    margin-right: auto;   
}

#dabouttext {
    float: left;
    width: 400px;
    height: auto;
    margin: 0;
    padding: 0px;
    background-color: white;
}

*/
.linksheader {
    display: inline-block;
    color: black;
    background: white;
    padding: 2px 20px;
    font-family: 'Roboto', sans-serif;
    width: 75px;
    text-align: center;
}

.linksheader:hover {
    color: white;
    background: #006dff;
    cursor: pointer;
}

.linksheadercovid {
    display: inline-block;
    color: white;
    background: red;
    padding: 2px 20px;
    font-family: 'Roboto', sans-serif;
    width: 95px;
    text-align: center;
}

.linksheadercovid:hover {
    color: white;
    background: #006dff;
    cursor: pointer;
}

#div_view{
    /* height: 500px; */
    height: auto;
}

#dimagesample{
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

#dimagesampleabout{
    display: flex;
    height: 100%;
    /* justify-content: center; */
    align-items: center;
}

/*
#div_view {
    width: 100%;
    height: 100%;
  
    padding: 5px;
    background-color: white;
    margin: 0 auto;
}
*/

#div_ban {
    display: flex;
    width: 100%;
    height: 5px;
    background-color: black;
    margin-top: 10px;

    flex-direction: row;
    /* justify-content: center; */
    /* justify-content: flex-start; */
    justify-content: space-around;
    align-items: center; 
}

#div_footer {
    display: flex;
    width: 100%;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 80%;
    background-color: black;
    color: lightblue;
    padding: 5px;

    flex-direction: row;
    /* justify-content: center; */
    /* justify-content: flex-start; */
    justify-content: space-around;
    align-items: center;
 
}

.linksfooter {
    /* display: inline-block; */
    color: white;
    background: black;
    /* padding: 2px 20px; */
    font-family: 'Roboto', sans-serif;
    /* width: 75px; */
    text-align: left;
}

.linksfooter:hover {
    color: white;
    background: #006dff;
    cursor: pointer;
}
