
html, body {
  padding: 0px;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  background-color: #281820;#563847;
}

img {
    max-width: 100%;
}

header {
  height: 700px;
  width: 100%;
  display: table;
  background-image: url("../img/bcwinepour.resized.jpg");
  background-size: 100% 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: fixed;
}
header .container {
  /*background-image: url("../img/barrel/logo/Logo_Barrelwine_WhitePrint.png");*/
  background-size: 30%;
  background-repeat: no-repeat;
  
  background-position: 50% 35%;
  display: table-cell;
  vertical-align: middle;
}
header .container .box {
  padding: 20px;
}
header .container .box h1 {
  text-align: center;
  /*text-transform: uppercase;*/
  color: white;
  font-size: 3.0em;
  font-weight: bold;
  margin: 0px !important;
  margin-bottom: 10px;
}

header .container .box .byline {
  text-align: center;
  color: white;
  font-size: 2.0em;
}

.content_container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.content_container:after {
  content: "";
  display: table;
  clear: both;
}

.about_me p {
  margin-right: 2.35765%;
  width: 100;/*74.41059%;*/
  padding: 0px;
  margin: 0px;
  line-height: 1.8em;
  margin-bottom: 1.6em;
}
.about_me p:last-child {
  margin-right: 0;
}
.about_me h1, h3, p, a {
  color: white;
  text-decoration: none;
  /*border-bottom: #f26c4f dotted 1px;*/
}

.scrollWidget {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 10px;
  background-color: #2a2a2a;
  opacity: 0.7;
  color: white;
  text-align: center;
  vertical-align: middle;
  transition: opacity 0.5s;
  cursor: pointer;
}
.scrollWidget.hidden {
  opacity: 0.0;
}
.scrollWidget i {
  padding-top: 3px;
}

/*my own css*/

header .hidden {
  opacity: 0.0;
}
