.block {
    background-color: black;
    opacity: 0.7;
}
.navbar-brand {
    font-size: 1.5em;
    background-color: black;
    opacity: 0.8;
    border: none;
    border-radius: 0;
    color:white !important;
    font-family: Roboto, sans-serif;
}
.navbar {
    margin-bottom: 0 !important;
    font-size: 1.5em;
    background-color: black;
    opacity: 0.8;
    border: none;
    border-radius: 0;
}

body {
    background-color: powderblue !important;
    font-family: Roboto, sans-serif;
    color: white;
}
a {
    color: white;
}

.nav-content {
    position: absolute;
    top: 50px;
    overflow: hidden;
    background-color: blue;
    max-height: 0;
}

.nav-sub {
    padding: 10px;
}

.nav-sub ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nav-sub ul li a {
    display: inline-block;
    padding: 5px 0;
}

.nav-item:focus ~ .nav-content {
    max-height: 400px;
    -webkit-transition: max-height 0.4s ease-in;
    -moz-transition: max-height 0.4s ease-in;
    transition: max-height 0.4s ease-in;
}

#bannerimage {
    width: 100%;
    background-image: url(https://jerryswiatek.com/wp-content/uploads/2016/03/code_banner.png);
    height: 150px;
    background-position: center;
    top: 0px;
}

.blogbox {
  color: black;
  background-color: white;
  width: 75%;
  margin: auto;
  padding: 5px 20px;
  border-radius: 5px;
}

.headerwrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

p {
    padding: 5px;
}

.lotd {
    color:cornflowerblue;
}

#calendar-container{
    
    padding: 10px;
    width: 210px;
    height: 240px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 10px;
    font-size: 16px;
    font-family: Arial;
    background-image: linear-gradient(#fff, #d3d3d3);
    color: black;
}

#calendar-container>div{
    padding: 0;
    margin-bottom: 10px;
}

#calendar-month-year{
    margin: 5px;
}

#calendar-dates>table>tr>td{
    padding: 5px;
}

#blogcalendarwrap {
    display: flex;
}