.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.container-fluid h3 {
   
    font-size: 2em;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
}


.container-fluid body {
    font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}

.container-fluid button {
    font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}


.container-fluid p {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    font-size: 18px;
}

#jumbo {
    background-color: #333;
    color: #eee;
}
.jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
}
.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee;
}


.share-desc{
    padding: 20px 0;
}
.share h4{
    font-size: 1.1em;
    color: #777;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #ffffff;
}
.share_nav{
    float:left;
}
.share_nav li {
    display: inline-block;
    margin: 5px 6px;
}
.share_nav li a {
    background: #9C9C9C;
    padding: 10px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
}
.share_nav li a:hover{
    background: #bc3726;
}
.share li img {
    vertical-align:middle; 
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

label {
display: inline-block;
margin-bottom: 5px;
font-weight: 700;
}