#williestonLogo{
    width: 110px;
}

.menuIcon{
    width: 50px;
}

.menuItem{
    text-align: center;
    width:20%;
    cursor: pointer;
}

.secondMenuItem{
    font-size: 20px;
    text-align: center;
    color: #B49578;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #1A1A1A;
    cursor: pointer;
}

.submenuFont{
    font-weight: bold;
    margin:0;
}

.menuFont{
    font-weight: bold;
    color: black;
    margin:0;
    color: #777;
}

.splitBar{
    width: 100%;
    height: 45px;
    background-color: black;
}

#colorfulSplitBar{
    width: 100%;
    height: 10px;
    background-color: #2b2b2b;
}

#innerColorfulSplitBar{
    display: inline-block;
    width: 20%;
    height: 10px;
    background-color: #B8000A;
    float: left;
}

#redSplitBar{
    width: 100%;
    height: 5px;
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #b8000b;
}

#menuIndicatorBar{
    /*display: inline-block;*/
    width: 9%;
    height: 10px;
    background-color: #C1A081;
    float: left;
}

.link{
    color: inherit;
}

.link:hover{
    text-decoration: none;
    color: inherit;
}

.floatCarouseBar{
    display: none;
    position: absolute;
    z-index: 100;
    margin-top: 21px;
    width: 600%;
    left: -120%;
}

.carouselBar{
    display: none;
    margin-top: 21px;
    width: 600%;
    margin-left: -120%;
}

.subMenuItem{
    display: inline-block;
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #B49578;
    padding-top: 5px;
    background-color: #1A1A1A;
}

.subMenuItem:hover, .secondMenuItem:hover{
    background-color: #B49578;
    color: #2B2B2B;
}

.subMenuActive{
   background-color: #B49578;
    color: #2B2B2B;
}

.wineIcon{
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}

.introductionSplitBar{
    width: 100%;
    height: 5px;
    background-color: #2b2b2b;
}

.footer{
    width: 100%;
    height: 250px;
    background-color: black;
    padding: 30px;
    margin-top: 30px;
}

.footerLogo{
    width: 100px;
}

.carouselLabel{
    width: 80%;
    margin-bottom: 5%;
}

.williestonNav{
    width:80%;
}

.footerBlogLeft{
    float: left;
}

.footerBlogRight{
    float: right;
    margin-right: 100px;
}

.introPictureBlock{
    text-align: center;
}

.introPicture{
    height: 800px;
}

.wineIntroPersionProfile{
    margin-top: 20px;
    border-radius: 50%;
    width: 180px;
}

.williestonTitle{
    color: #A51A3B;
    font-weight: bold;
    font-family: sans-serif;
}

.williestonSubTitle{
    color: #A51A3B;
    font-weight: bold;
    font-family: sans-serif;
}

.williestonP{
    /*font-weight: bold;*/
    line-height: 24px;
    font-family: sans-serif;
    word-wrap: break-word;
}


.frame{
    /*position: absolute;*/
    width: 100%;
    /*max-width: 350px;*/
    /*z-index: -1;*/
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.frameDescription{
    width: 100%;
    margin-bottom: 40px;
}

.frameWine{
    width: 80%;
    max-width: 210px;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.frame_description_font{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
}

.sideIconBlock{
    text-align: center;
    margin-top: 20px;
}

.sideDescription{
    color: #b8000b;
    font-weight: bold;
    font-size: 160%;
}

.sideSubDescription{
    letter-spacing: 3px;
}

.sideIcon{
    width: 60%;
    display: block;
    max-width: 116px;
    margin-left: auto;
    margin-right: auto;
}

.sideDecoration{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.contentBlock{
    margin-top: 30px;
    margin-bottom: 20px;
}

.footerFont{
    display: inline-block;
    color: #B49578;
}
  
.footerIcon{
    display: inline-block;
    width: 30px;
    margin: 5px 10px 5px 5px;
}

.introContentTitle{
    font-family: Times;
    letter-spacing: 4px;
    color: #000000;   
    font-weight: bold;
}

.introContentSubTitle{
    letter-spacing: 3px;
}

.introContent{
    margin-top: 45px;
}

@media (max-width: 768px)
{
  .williestonNav{
    width:100%;
  }

  .menuIcon{
    display: none;  
  }

  .carouselLabel{
    width: 80%;
    margin-bottom: 30%;
  }

  .menuItem{
    text-align: center;
    width: 100%;
  }

  .footerBlogLeft{
  }

  .footerBlogRight{
    margin-top: 60px;
  }

  .carouselBar{
    display: none;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    margin-right: 0px;
  }

  .floatCarouseBar{
    display: none;
    position: relative;
    margin-top: 0px;
    width: 100%;
    left: 0;
  }

  .navbar-nav {
    margin: 0px 0px;
  }

  .sideIcon {
    display: none;
  }
}



/* Safari 4.0 - 8.0 */
@-webkit-keyframes subMenuDisplay {
    from {
        display: block;
        opacity: 0;
        margin-top: -5px;
    }
    to {
        display: block;
        opacity: 1;
        margin-top: 21px;
    }
}

/* Standard syntax */
@keyframes subMenuDisplay {
    from {
        display: block;
        opacity: 0;
        margin-top: -5px;
    }
    to {
        display: none;
        opacity: 1;
        margin-top: 21px;
    }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes subMenuHide {
    from {
        display: block;
        opacity: 1;
        margin-top: 21px;
    }
    to {
        display: none;
        opacity: 0;
        margin-top: -40px;
    }
}

/* Standard syntax */
@keyframes subMenuHide {
    from {
        display: block;
        opacity: 1;
        margin-top: 21px;
    }
    to {
        display: none;
        opacity: 0;
        margin-top: -40px;
    }
}