/*-------------------Crypto Owl V1 
SCSS for Crypto Owl V1
---------------------*/
/*-------------------Variables
Variables
---------------------*/
/* colours */
/* pixel size 
Can be used for padding or margins to make them uniform
*/
/* font size */
/* heading size */
/*-------------------Default
The default CSS for the site
---------------------*/
body {
  background: #F7A072;
  color: #585858;
  margin: 0px; }

/*-------------------Font Face
Font Face
---------------------*/
@font-face {
  font-family: 'AlfaSlabOne-Regular';
  src: url("../fonts/AlfaSlabOne/AlfaSlabOne-Regular.eot");
  src: url("../fonts/AlfaSlabOne/AlfaSlabOne-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AlfaSlabOne/AlfaSlabOne-Regular.woff") format("woff"), url("../fonts/AlfaSlabOne/AlfaSlabOne-Regular.ttf") format("truetype"), url("../fonts/AlfaSlabOne/AlfaSlabOne-Regular.svg#AlfaSlabOne-Regular") format("svg"); }
/*-------------------Header
Header
---------------------*/
.header {
  background: #0FA3B1;
  color: #F9F7F3;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 20px; }

.header__menu-link:hover {
  cursor: pointer; }

.header__logo {
  padding-left: 20px;
  padding-right: 20px; }

.header__logo__title img {
  max-width: 250px;
  width: auto; }

.header__logo__title a, .header__logo__title a:visited {
  color: #F9F7F3;
  text-decoration: none; }

.header__logo__strapline {
  text-align: center;
  margin-top: -10px; }

.header__refresh-link {
  color: #20dbec; }

.header__refresh-link:hover {
  cursor: pointer; }

.header__refresh-link--active {
  color: white; }

.header__refresh-link--inactive {
  color: #20dbec; }

/*-------------------Page
Page
---------------------*/
.page {
  background-image: linear-gradient(#e8e0d1, #F9F7F3, #e8e0d1);
  padding: 20px; }

/*-------------------Crypto Price
Crypto Price
---------------------*/
.crypto-price {
  text-align: center;
  margin-bottom: 20px; }

.crypto-price__title {
  font-size: 22px;
  color: #0FA3B1; }

.crypto-price__price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.crypto-price__price__value {
  font-family: 'AlfaSlabOne-Regular';
  font-size: 38px;
  text-decoration: underline;
  padding: 0px 10px; }

.crypto-price__price__value--positive {
  color: #0FB17B; }

.crypto-price__price__value--negative {
  color: #DA6A4C; }

.crypto-price__price__todays-change {
  font-size: 14px;
  text-decoration: none;
  padding: 10px;
  padding-top: 5px; }

.crypto-price__price__todays-change ion-icon {
  font-size: 32px;
  vertical-align: middle; }

.crypto-price__price__todays-change__blurb {
  margin-top: -10px; }

.crypto-price__last-updated {
  font-size: 13px; }

.crypto-price__source {
  font-size: 13px; }

.price-animation-enter-active, .price-animation-leave-active {
  transition: opacity 0.7s ease-out;
  animation: bounce-in 0.7s; }

@keyframes bounce-in {
  0% {
    transform: scale(0); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
/*-------------------Owl
Owl
---------------------*/
.owl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.owl__message {
  background: white;
  border: 1px solid grey;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  font-style: italic;
  margin-bottom: 20px;
  max-width: 300px;
  align-self: flex-start; }

.owl__graphic img {
  max-height: 300px; }

/*-------------------Footer
Footer
---------------------*/
.footer {
  background: #F7A072;
  padding: 20px;
  color: white; }

.footer__logo {
  text-align: center; }

.footer__logo img {
  max-width: 150px; }

.footer_copyright {
  text-align: center;
  font-size: 13px; }

/*-------------------Ionicons
Ionicons
---------------------*/
ion-icon {
  font-size: 64px;
  vertical-align: middle; }

/*# sourceMappingURL=style.css.map */
