@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    font-family: 'Open Sans', 'sans-serif';
}
.footer {
    margin-top: 3rem;
    width: 100%;
    text-align: center;
}

body > .container {
    padding: 60px 15px 0;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.margin-10{margin-bottom:10px; margin-right:10px;}

p {
     text-align: justify;
}

/* Responsive viceo? */
iframe {
     max-width: 100%;
 }

/* SJS Changes */
.social ul {
  list-style: none;
}

.social .fa {
  margin-right: 5px;
}

figure {
  padding: 3px 3px 10px 3px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.figureright {
  margin-left: 10px;
  display: inline;
  float:right;
  max-width: 50%;
}
.figureright img {
  max-height: 300px;
  max-width: 400px;
}
figcaption {
  font-style: italic;
  font-size: 0.8em;
  color: #555;
  margin-top: 2px;
  text-align: center;
}
figcaption p {
  text-align: center;
}
.image-responsive-small {
  max-width: 30%;
  height:auto;
}

.image-responsive-full {
  max-width: 100%;
  height:auto;
}

.image-right {
  float: right;
  margin-left: 1em;
  display: inline;
}

.image-left {
  float: left;
  margin-left: 1em;
  display: inline;
}

.image-stack {
  margin-right: 1em;
  display: inline;
  align: center;
}

code {
  color: #f0426e;
  background-color: #272822;
  font-weight: bold;
}