/*
Project: 15-16_54
Author: Richy Thomas
Palette: Color: Primary Colour: rgba(0, 75, 143, 1) , Secondary Colour: rgba(107, 166, 211, 1)
*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Open+Sans:400,600italic,600,400italic,300italic,300,700,700italic);


/* Structure */

html {
  min-height: 100%;
  position: relative;
}

body {
  background: url(../images/background/cathedral_background.jpg);
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}


/* Typography */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  margin: 0 0 15px;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.3em;
}

h6 {
  font-size: 1.2em;
}

p.lead {
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 15px;
}

p {
  font-size: 1.2em;
  line-height: 1.6em;
}

a, a:visited {
  color: rgba(0, 75, 143, 1);
  text-decoration: underline;
}

a:hover, a:focus {
  color: rgba(0, 75, 143, 1);
  text-decoration: none;
}


/* Header */

#header {
  color: #FFF;
  padding: 1.65em 0;
}

#title, #branding {
  text-align: center;
}

#title {
  margin-bottom: 20px;
}

#header h1 {
  font-size: 2.2em;
  font-weight: 400;
  margin: 8px 0;
}

#logo-wjec {
  margin-right: 10px;
}


/* Main Content */

.content-container {
  background: rgba(255,255,255, 0.85);
}


/* Activity Intro */

#activityIntro {
  border-radius: 2px 2px 0 0;
  margin-bottom: 1px;
  padding: 2em 1em;
}

#instructions {
  margin-bottom: 20px;
}

#activityIntro p {
  font-size: 1.45em;
  font-weight: 500;
  margin-bottom: 0;
}

#activityIntro ol, #activityIntro ul {
  font-size: 1.45em;
  font-weight: 500;
  margin-bottom: 0;
}


/* Activity Content */

#activityContainer {
  margin-bottom: 1px;
  padding: 2em 1em;
}


/* Activity Controls */

#activityControls {
  margin: 1.6em 0 0;
}

.btn-default, .btn-default:visited, .btn-default:focus, .btn-default:active {
  background-color: rgba(0, 75, 143, 1);
  border-color: rgba(0, 75, 143, 1);
  box-shadow: none; -webkit-box-shadow: none;
  color: #FFF;
  outline: none;
  text-decoration: none;
}

.btn-default:hover, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover  {
  background-color: rgba(107, 166, 211, 1);
  border-color: rgba(107, 166, 211, 1);
  color: #FFF;
  outline: none;
  text-decoration: none;
}

.btn-info, .btn-info:visited, .btn-info:focus, .btn-info:active {
  background-color: rgba(107, 166, 211, 1);
  border-color: rgba(107, 166, 211, 1);
  box-shadow: none; -webkit-box-shadow: none;
  color: #FFF;
  outline: none;
  text-decoration: none;
}

.btn-info:hover, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover {
  background-color: rgba(0, 75, 143, 1);
  border-color: rgba(0, 75, 143, 1);
  color: #FFF;
  outline: none;
  text-decoration: none;
}

/* Footer */

#footer {
  border-radius: 0 0 2px 2px;
  padding: 1.5em 1em;
}

#footer p {
  font-size: .9em;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}


/* Popup Info Modal */

.modal-header {
  background: rgba(0, 75, 143, 1);
  color: #FFF;
  font-family: 'Roboto Slab', serif;
}

.modal-title {
  font-size: 1.8em;
}

.modal-body {
  padding: 25px;
}

.modal-body p {
  font-size: 1.1em;
  line-height: 1.5em;
}

.modal-header .close {
  color: #FFF;
  opacity: .5; filter: alpha(opacity=50);
  text-shadow: none;
}


/* Other Stuff */

.well {
  background: rgba(107, 166, 211, .4);
  border: 1px solid rgba(0, 75, 143, .8);
  border-radius: 2px;
  box-shadow: none;
  margin: 1.4em 0 0;
}

/* Animations */

.animate-first {
  animation-duration: 1s;
  animation-delay: 0s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0s;
}

.animate-second {
  animation-duration: 1s;
  animation-delay: 0.1s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
}

.animate-third {
  animation-duration: 1s;
  animation-delay: 0.2s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
}

.animate-fourth {
  animation-duration: 1s;
  animation-delay: 0.3s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
}

.animate-fifth {
  animation-duration: 1s;
  animation-delay: 0.4s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
}

.animate-sixth {
  animation-duration: 1s;
  animation-delay: 0.5s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
}

.animate-seventh {
  animation-duration: 1s;
  animation-delay: 0.6s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
}

.animate-eighth {
  animation-duration: 1s;
  animation-delay: 0.7s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.7s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.7s;
}

.animate-ninth {
  animation-duration: 1s;
  animation-delay: 0.8s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
}

.animate-tenth {
  animation-duration: 1s;
  animation-delay: 0.9s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.9s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.9s;
}

.animate-eleventh {
  animation-duration: 1s;
  animation-delay: 1s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
}

.animate-twelfth {
  animation-duration: 1s;
  animation-delay: 1.1s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.1s;
}


/* Tablet */
@media(min-width: 768px){

  #activityIntro {
    padding: 2em 2em;
  }

  #activityContainer {
    padding: 2em 2em;
  }

  #footer {
    margin-bottom: 20px;
    padding: 1.5em 2em;
  }

  #title {
    margin-bottom: 0;
    text-align: left;
  }

  #branding {
    text-align: right;
  }

  #instructions {
    margin-bottom: 0;
  }

}

/* Desktop */
@media(min-width:992px){

  #activityIntro {
    padding: 2em 3em;
  }

  #activityContainer {
    padding: 2em 3em;
  }

  #footer {
    padding: 1.5em 3em;
  }

}

/* Large Desktop */
@media(min-width:1200px){

  #activityIntro {
    padding: 2em 4em;
  }

  #activityContainer {
    padding: 2em 4em;
  }

  #footer {
    padding: 1.5em 4em;
  }

}

/* Mobile Only */
@media all and (max-width:767px) {

  .btn-change {
    display: block;
    margin-bottom: 3px;
    width: 100%;
  }

}
/* Print Stylesheet */
@media print {


  .btn, footer, #branding, #activityControls, #tools {
    display: none;
  }

  #header, #activityIntro, #activityContainer, #activityControls, #activity {
    padding-top: 0;
    padding-bottom: 0;
  }

  #header {
    padding-top: 1em;
  }

}
