@font-face { font-family: ZCOOL; src: url('../fonts/ZCOOL_KuaiLe/ZCOOLKuaiLe-Regular.ttf'); } 
.ZCOOL { font-family: ZCOOL; font-size: 1.0em; }

.title {
    font-family: ZCOOL;
    font-size: 1.0em;
    width: max-content;
    font-size: 80px;
    background-color:rgb(115, 234, 255);
    color:black;
    font-weight: 1;
}
.title #headline {
    margin-bottom: -10px;
    margin-top: -20px;
}
.title #headline2 {
    font-size: 50%;
    margin-bottom: -20px;
}

.tagline{
    font: 20px Lato, sans-serif;
    color: rgba(224,27,224,1);
}

.buttons a {
    background-color: rgba(224,27,224,0.3);
    color:white;
    padding: 16px 32px;
    margin: 0px 16px 16px 16px;
    text-decoration: none;
    display: inline-block; 
    list-style-type: none;
    font-size: 16px;
    font-family: verdana;
}

.buttons #selected-button{
    background-color: rgba(224,27,224,0.6);
}

.blog-posts, li {
    font-size: 16px;
    font-style: normal normal;
    font: normal normal 16px Lato, sans-serif;
    color: #3B4040;
    text-decoration: none;
    text-align: left;
    line-height: 27.2px;
    margin: 0px 0px 16px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: none;
}

.blog-posts#disclaimer {
    margin-top: -20px;
    font-size: 8px;
}

#plainly-hidden {
    color:rgb(115, 234, 255);
    line-height: 0px;
    font-size: 10px;
    margin: 0px;
}

#bucket-list {
    float: right;
}

#vinsmaking {
    float: right;
}

li{
    margin: 0;
}

.post-container {
    max-width: 65em;
}

img{
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

#less-spacing img{
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.float {
    overflow: hidden;
}

.float-left {
    float: left;
}
.float-right{
    float: right;
}

.bottom-bar {
    font-family: verdana;
    background-color: MediumSeaGreen;
    font-style: oblique;
    font-weight: bold;
    font-size: 150%;
}