/*
Project: 15-16_54
Activity: 10 - The creation of Adam
Author: Richy Thomas
Palette: Color: Primary Colour: rgba(0, 75, 143, 1) , Secondary Colour: rgba(107, 166, 211, 1)
*/

#activity a {
  text-decoration: none;
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#activity a:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.svg-container {
  width: 100%;
  height: 0;
  padding-top: 48%;
  position: relative;
}

svg {
  position: absolute;
  top: 0;
  left: 0;
}

.content {
    display: none;
}


#question p {
  margin: 0;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: rgba(0, 75, 143, .7);
    border-color: rgba(0, 75, 143, .7);
    color: #FFF;
}

/* Tablet */
@media(min-width: 768px){



}

/* Desktop */
@media(min-width:992px){



}

/* Large Desktop */
@media(min-width:1200px){



}

/* Print Stylesheet */
@media print {




}