@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;
}
.figureright img {
  max-height: 200px;
  max-width: 300px;
}
figcaption {
  font-style: italic;
  font-size: 0.9em;
  color: #555;
  margin-top: 2px;
}
figcaption p {
  text-align: center;
}
