/* move special fonts to HTML head for better performance */
@import url('http://fonts.googleapis.com/css?family=Open+Sans:200,300,400,600,700');
@import url('http://fonts.googleapis.com/css?family=Josefin+Sans:200,300,400,600,700');


/* custom template */
html, body {
   height: 100%;
   font-family:'Open Sans',arial,sans-serif;
}

a {
  color:#222222;
}

p {
margin: 0 0 10px;
line-height: 24px;
}

.wrapper, .row {
   height: 100%;
   margin-left:0;
   margin-right:0;
}

.wrapper:before, .wrapper:after,
.column:before, .column:after {
    content: "";
    display: table;
}

.wrapper:after,
.column:after {
    clear: both;
}

.column {
    height: 100%;
    overflow: auto;
    *zoom:1;
}

.column .padding {
    padding: 20px;
}

.box {
  	bottom: 0; /* increase for footer use */
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-image:url('../images/forest.jpg');
    background-size:cover;
    background-attachment:fixed;
}

.divider {
	margin-top:32px;
}

#main {
    background-color:#fefefe;
    /*background:rgba(255,255,255,1);*/
}
#main .img-circle {
  margin-top:18px;
  height:70px;
  width:70px;
}

#sidebar, #sidebar a {
    color:#ffffff;
    background-color:transparent;
	text-shadow:1px 0 1px #888888;
}
#sidebar a.nono img{
  display:block;
  height:80px;
  width:80px;
  margin:auto;
  margin-top: 30px;
  margin-bottom: 30px;


}
#sidebar-footer {
  position:absolute;
  bottom:10px;
  display: block;
  left: 10px;
  right: 10px;
  text-align: center;
}
#sidebar-footer h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
#footer {
  margin-bottom:20px;
}

/* center and adjust the sidebar contents on smaller devices */
@media (max-width: 768px) {
  #sidebar,#sidebar a.nono {
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    font-size:26px;
  }
  #sidebar a.nono {
    font-size:50px;
    height:75px;
    width:75px;
    margin-bottom:30px;
  }
}




/* bootstrap overrides */

h1,h2,h3 {
   font-weight:700;
   font-family:'Josefin Sans',arial,sans-serif;
}
h1 {
   font-size:30px;
}

.jumbotron {
  background-color:transparent;
}
.label-default {
  background-color:#dddddd;
}
.label {
    font-size: 14px;
}
.page-header {
  margin-top: 30px;
  padding-top: 9px;
  border-top:1px solid #eeeeee;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:2px;
}

.col-sm-9.full {
    width: 100%;
}

small.text-muted {
  font-family:courier,courier-new,monospace;
}

ul.nav>li{
    background: rgba(0,0,0,0.5);
    margin:1px;
    display:block;
    font-size: 14px;
}

.nav>li:hover, .nav>li:focus {
text-decoration: none;
background: rgba(0,0,0,0.7);
}

p.bloc {
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
}

.page-header h3 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}