body {
    padding-top: 100px; 
    background-color: #FEFFFF;
}

footer {
  padding: 15px 0;
  text-align: center;
  clear: both;
  position: fixed;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  background-color: #FEFFFF;
}

footer span.copyright {
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  color:#000;
}

footer span.copyright a{
color:#000;
}

footer span.copyright a:hover{
color:#000;
text-decoration: none;
}

footer ul.quicklinks {
  margin-bottom: 0;
  color:#777;
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}

footer ul.quicklinks a{
color:#000;
}

footer ul.quicklinks a:hover{
color:#F00;
text-decoration: none;
}

footer ul.quicklinks:hover{
color:#777;
text-decoration: none;
}

ul.social-buttons {
  margin-bottom:0;
}

ul.social-buttons li a {
  display:block;
  background-color:#FFF;
  height:45px;
  width:45px;
  border-radius:100%;
  font-size:20px;
  line-height:40px;
  color:#9d9d9d;
  outline:0;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  transition:all .3s;
  border: 1px solid #DDD;
}
  
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  color:#F00;
  border: 1px solid #000;
  
}

@media (max-width: 260px) {
  
  .contents {
    margin-bottom: 140px !important;
  }
  
  .social-buttons {
  	visibility: hidden;
  	display:none;
  }
  
  .arc-year {
  visibility: hidden;
  	display:none;
  }
}

@media (min-width: 261px) {
  .contents {
    margin-bottom: 170px !important;
  }
  
}

@media (min-width: 350px) {
  .contents {
    margin-bottom: 150px !important;
  }

}

@media (max-width: 767px)
{
  	.navbar-brand {
    padding-left:15px;
    padding-right:15px;
  }
  
    .arc-year {
  font-size: small !important;
  }
}

@media (max-width: 992px)
{
  .fulla {  	
    visibility: hidden;
  	display:none;}
}


@media (min-width: 1000px) {
  .contents {
    margin-bottom: 100px !important;
  }
  .well {
    padding: 0px 10px !important;
  }
  
}

@media (min-width: 1200px) {
  .contents {
    margin-bottom: 80px !important;
  }
  
  .arc-year {
  font-size: small !important;
  }
}

.navbar {
  box-shadow: 0px 0px 5px #888888;
}

.nav li {
  text-transform: uppercase;
}

.contents {
background-color: #FEFFFF;
z-index:9999;
margin-bottom: 80px;
}

.contents p {
text-align: justify;
}

.glyphicon-star { 
  color:red;
  top: 3px;
}

.well h3 {
  display: block;
  color: #000;
  padding: 0px 0px 10px 0px;
  font-weight: bold;
  border-bottom: 1px solid #FDD;
  margin-bottom: 15px;
}

.blocks {
  margin-top: 0px;
}

.anons {
  color: #000;
  padding: 0px 0px 10px 0px;
  font-weight: bold;
}

.anons small{
  color: #000;
  bottom: 1px;
}

h2 a, h4 a{
  color: #000;
  font-weight: bold;
}

.archive h1, h3 {
  text-align:center;
  font-weight: bold;
}

.addbar {
  text-align: center;
  padding-bottom: 20px;
}

.navbar-brand {
  font-weight: bold;
}

.fulla:hover {
color: #000;
}

.arc-year {
  font-size:x-small;
}