/*
Project: 15-16_18
Activity: Unit 7: Three Cases of Abortion
Author: Richy Thomas
Palette: Color: Primary Colour: #606C88 , Secondary Colour: #3F4C6B
*/

.btn-xl {
  font-size: 24px;
}

.btn-orange, .btn-orange:visited, .btn-orange:focus, .btn-orange:active {
  background-color: #FF6D00;
  border-color: #FF6D00;
  box-shadow: none; -webkit-box-shadow: none;
  color: #FFF;
  outline: none;
  text-decoration: none;
}

.btn-orange:hover, .btn-orange.active.focus, .btn-orange.active:focus, .btn-orange.active:hover, .btn-orange:active.focus, .btn-orange:active:focus, .btn-orange:active:hover  {
  background-color: #EF6C00;
  border-color: #EF6C00;
  color: #FFF;
  outline: none;
  text-decoration: none;
}

.btn-blue, .btn-blue:visited, .btn-blue:focus, .btn-blue:active {
  background-color: #0091EA;
  border-color: #0091EA;
  box-shadow: none; -webkit-box-shadow: none;
  color: #FFF;
  outline: none;
  text-decoration: none;
}

.btn-blue:hover, .btn-blue.active.focus, .btn-blue.active:focus, .btn-blue.active:hover, .btn-blue:active.focus, .btn-blue:active:focus, .btn-blue:active:hover  {
  background-color: #0277BD;
  border-color: #0277BD;
  color: #FFF;
  outline: none;
  text-decoration: none;
}

.btn-green, .btn-green:visited, .btn-green:focus, .btn-green:active {
  background-color: #2E7D32;
  border-color: #2E7D32;
  box-shadow: none; -webkit-box-shadow: none;
  color: #FFF;
  outline: none;
  text-decoration: none;
}

.btn-green:hover, .btn-green.active.focus, .btn-green.active:focus, .btn-green.active:hover, .btn-green:active.focus, .btn-green:active:focus, .btn-green:active:hover  {
  background-color: #388E3C;
  border-color: #388E3C;
  color: #FFF;
  outline: none;
  text-decoration: none;
}

#hint {
  display: none;
  margin-top: 20px;
}

/* Tablet */
@media(min-width: 768px){



}

/* Desktop */
@media(min-width:992px){



}

/* Large Desktop */
@media(min-width:1200px){



}


@media print {


}