@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,100);
body{
   font-family: "Roboto", sans-serif;
   background-color: white;
   margin: 0;
   padding: 0;
}
html { background-color: white; }

.banner {
   margin: auto;
   width: 80%;
   max-width: 1000px;
   background-color: #eeeeee;
   margin-top: 20px;
   border-radius: 25px 25px 0px 0px;
   text-align: center;
   color: black;
   padding: 10px;
}

.myname {
   font-weight: 500;
}

.external { margin-top: -10px; }
.external a {
   font-size: 25px;
   color: #DE0800;
}

.section {
   margin: auto;
   background-color: #fafafa;
   width: 80%;
   max-width: 1000px;
   text-align: justify;
   border-top: 1px #dedede solid;
}
.section h5 {
   font-weight: 500;
}

.section .actions {
   display: flex;
   justify-content: end;
}
.section .action {
   display: inline-block;
   height: 30px;
   color: #DE0800;
   padding-left: 5px;
   padding-right: 5px;
   line-height: 30px;
   border: 1px #DE0800 solid;
   border-radius: 5px;
   margin-top: 10px;
   margin-right: 10px;
}


.vdblogo{
margin: auto;
background-size: contain;
width: 100%;
background: url("/greenback.jpg");
background-position: center 10%;
height: 300px;
font-size: 5em;
font-weight: 300;
text-align: center;
color: white;
max-width: 100em;
background-repeat: no-repeat;
}
.text {
font-size: 18px;
}
.navbar-top{
width: 100%;
}
.content{
padding-left: 10%;
padding-right: 10%;
padding-top: 5%;
}
.resetlist ul, .resetlist nav, .resetlist li{
padding: 0px !important;
background: none !important;
color: black;
display: inline !important;
}
.is-vdb-outlined{
transition: 1s all;
background-color: rgba(0,0,0,0);
color: white;
border-color: white;
}
.is-vdb-outlined:hover{
transition: 1s all;
color: #1fc8db;
}
.content{
background-color: #F5F7FA;
}
.box-vdb{
padding: 20px;
margin: 5px;
}
.monospace {
font-family: monospace;
}
.monospace a {
color: #039be5 !important;
}
