/*$desktop: 641px;*/
@media (max-width: 640px) {
  img {
    width: 100%; } }
@media (max-width: 768px) {
  img {
    width: 100%; } }
.no-padding {
  padding-left: 0;
  padding-right: 0; }

.padding-grid {
  padding-left: 10px;
  padding-right: 10px; }

.mt-60 {
  margin-top: 60px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-img {
  margin-bottom: 100px; }
  @media (max-width: 640px) {
    .mb-img {
      margin-bottom: 40px; } }
  @media (max-width: 768px) {
    .mb-img {
      margin-bottom: 70px; } }

.mb-splash-mob {
  margin-bottom: 0; }

.pt-10 {
  padding-top: 10px; }

.grid_sml {
  max-height: 155px; }

.grid_height {
  max-height: 220px; }

.img-100 {
  width: 100%;
  height: 100%; }

.img-30 {
  width: 30%; }

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  .img-fit {
    max-width: inherit;
    display: block;
    margin-left: auto;
    margin-right: auto; } }
/* colours */
.light-grey {
  color: #BEBEBE; }

/* fonts */
/* original serif */
/*.puffling-font {
	font-family: 'Port Lligat Slab', serif;
}
.font-baskerville {
	font-family: 'Libre Baskerville', serif;
}
.font-baskerville-italic {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
}
.font-baskerville-bold {
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
}*/
/* sans serif */
.font-body {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300; }

.font-body-italic {
  font-family: 'Quicksand', sans-serif;
  font-style: italic;
  font-weight: 300; }

.font-body-bold {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400; }

.all-caps {
  text-transform: uppercase; }

.font-box {
  font-size: 1rem; }

.figure-caption-sml {
  font-size: 75%; }

main {
  color: #575757;
  font-size: 1.1em;
  margin-top: 150px; }
  @media (max-width: 768px) {
    main {
      margin-top: 150px; } }
  @media (max-width: 640px) {
    main {
      margin-top: 90px; } }

body {
  overflow-x: hidden; }

a {
  color: #575757; }
  a:hover {
    color: #808080;
    text-decoration: none; }

.link {
  color: #ED8374; }

.navbar {
  font-size: 1.1em;
  padding-top: 20px;
  margin-bottom: 20px;
  z-index: 20;
  background-color: #fff;
  transition: all 0.3s; }
  .navbar .navbar-brand img {
    width: 300px; }
    @media (max-width: 640px) {
      .navbar .navbar-brand img {
        width: 70%; } }
  @media (max-width: 640px) {
    .navbar .navbar-brand {
      width: 70%; } }
  @media (min-width: 1081px) {
    .navbar .navbar-nav .active {
      border-bottom: 1px solid rgba(169, 169, 169, 0.5);
      padding-bottom: 3px; } }
  @media (max-width: 768px) {
    .navbar .navbar-nav {
      text-align: center; } }
  @media (min-width: 1081px) {
    .navbar .navbar-nav li {
      padding-left: .5rem;
      padding-right: .5rem; }
      .navbar .navbar-nav li .nav-link {
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 640px) {
    .navbar .navbar-nav .dropdown-item {
      text-align: center; } }

.dropdown-toggle:after {
  content: none; }

/* triangle top of dropdown */
/*.dropdown-menu {
	position: relative;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    border: 1px solid #ddd;
    color: #777;
	    :before,
		:after {
		  content: '';
		  position: absolute;
		  bottom: 100%;
		  left: 19px;
		  border: 11px solid transparent;
		  border-bottom-color: #ddd;
		}
		:after {
		  left: 20px;
		  border: 10px solid transparent;
		  border-bottom-color: #fff;
		}
	a.dropdown-item {
		color: #575757;
	}
}*/
/* keeping parent of dropdown a clickable link */
/*@media only screen and (min-width:769px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-submenu {
    position: relative !important;
  }
  .dropdown-submenu>.dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -6px !important;
    margin-left: -1px !important;
    border-radius: 0 !important;
  }
  .dropdown-submenu:hover>.dropdown-menu {
    display: block !important;
  }
  .dropdown-submenu>a:after {
    display: block;
    content: "\f105";
    font-family: 'FontAwesome';
    margin-top: -18px;
    right: 15px;
    position: absolute;
    font-weight: 300;
  }
}*/
.navbar.compressed {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  transition: all 0.3s; }
  .navbar.compressed img {
    width: 165px; }
    @media (max-width: 640px) {
      .navbar.compressed img {
        width: 50%; } }

@media (min-width: 768px) {
  .no-padding > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; } }

/* carousel controls change colour */
.carousel-control-next,
.carousel-control-prev {
  filter: invert(20%); }

/* carousel indicators as dots not lines */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  margin-left: 5px; }

@media (max-width: 640px) {
  .social-links-mob {
    margin-top: 15px;
    margin-bottom: 15px; } }

.social-links {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.5); }
  .social-links:hover {
    color: rgba(0, 0, 0, 0.7); }

@media (max-width: 640px) {
  .navbar .social-links {
    padding-left: 20px;
    padding-right: 20px; } }

.footer-social-links {
  list-style-type: none;
  text-align: left;
  padding-left: 0; }
  @media (max-width: 640px) {
    .footer-social-links {
      text-align: center; } }

.footer-text {
  text-align: right; }
  @media (max-width: 640px) {
    .footer-text {
      text-align: center; } }

@media (max-width: 640px) {
  .page-links img {
    margin-bottom: 50px; } }

/* speed of carousel transition */
.carousel-inner .carousel-item {
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }

.jumbotron {
  background-color: #eee; }

.jumbotron-blue {
  background-color: #d3e8f6;
  height: 775px;
  position: relative; }

/* less carousel height and width */
@media (min-width: 1081px) {
  .carousel-item {
    height: 650px; }

  .carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    /*min-height: 600px;*/ }

  .carousel-maxWidth {
    max-width: 90%; } }
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.img-width-100 {
  width: 100%; }

.img-margins > [class*="col-"] {
  margin-bottom: 40px; }

.img-margins-100 > [class*="col-"] {
  margin-bottom: 100px; }
  @media (max-width: 640px) {
    .img-margins-100 > [class*="col-"] {
      margin-bottom: 40px; } }

.img-border {
  border: 1px solid #c3c3c3; }

@media (max-width: 768px) {
  br {
    display: none; } }

/************* BOOKS GRID ROLLOVER ***************/
.home-grid .container-grid {
  position: relative; }
.home-grid .image {
  display: block;
  width: 100%;
  height: auto; }
.home-grid .hide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear; }
.home-grid .overlay-block {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 95%;
  height: 50%;
  transition: .35s ease; }
.home-grid .container-grid:hover .overlay-block {
  height: 100%;
  background-color: rgba(95, 158, 160, 0.5); }
.home-grid .container-grid:hover .hide {
  visibility: visible;
  opacity: 1;
  transition-delay: .35s; }
.home-grid .text-block {
  position: absolute;
  bottom: 50px;
  left: 50px;
  color: white;
  text-shadow: 0px 0.03em 0.05em rgba(0, 0, 0, 0.33);
  padding-right: 40px;
  -webkit-transition: top 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: top 0.3s; }

/************* END BOOKS GRID ROLLOVER ***************/
/************* hover expand card *************/
.home-grid .card {
  transition: transform 0.2s ease;
  border-radius: 0;
  border: 0;
  margin-bottom: 1.5em; }
  .home-grid .card:hover {
    transform: scale(1.1); }

/************* END hover expand card *************/
/************* PHOTO GALLERY ***************/
.photo-gallery {
  color: #313437;
  background-color: #fff; }

.photo-gallery p {
  color: #7d8285; }

.photo-gallery h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit; }

@media (max-width: 767px) {
  .photo-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px; } }
.photo-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px; }

.photo-gallery .intro p {
  margin-bottom: 0; }

.photo-gallery .photos {
  padding-bottom: 20px; }

.photo-gallery .item {
  padding-bottom: 30px; }

/************* END PHOTO GALLERY ***************/
blockquote {
  margin: 0;
  padding: .5em 2.5em;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.1em !important; }
  @media (max-width: 640px) {
    blockquote {
      padding: .5em 0em; } }

.event-list {
  margin-top: 40px;
  margin-bottom: 50px; }
  .event-list ul {
    list-style: none; }
    @media (max-width: 640px) {
      .event-list ul {
        padding-left: 0em; } }
  .event-list li {
    border-bottom: 1px solid #D3D3D3;
    padding-top: 20px;
    padding-bottom: 15px; }
    .event-list li p {
      margin-bottom: .5rem; }

.event-past {
  color: #BEBEBE; }

.event-time {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500; }

hr.style1 {
  border-top: 1px solid #8c8b8b;
  margin-bottom: 100px; }
  @media (max-width: 640px) {
    hr.style1 {
      margin-bottom: 50px; } }

/************* GRADIENTS ***************/
/*==================================================
 * Effect 1
 * ===============================================*/
.effect1 {
  -webkit-box-shadow: 0 10px 10px -6px #777;
  -moz-box-shadow: 0 10px 10px -6px #777;
  box-shadow: 0 10px 10px -6px #777; }

/************** book splash **************/
#float-heads {
  z-index: 10; }
  @media (max-width: 768px) {
    #float-heads {
      height: 550px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #float-heads {
      height: 530px; } }

.heads-right img {
  float: right; }

.img-size-50 {
  width: 50%; }

.img-size-60 {
  width: 60%; }

.img-size-80 {
  width: 80%; }

.row-height {
  height: 100%; }

.row-whale {
  position: absolute;
  top: 0;
  width: 100%; }

.book-ad-flip {
  top: 40px;
  position: relative;
  left: -100px;
  background-image: url(../images/puffling/puffling_ad_flip.png);
  width: 550px;
  height: 550px;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .book-ad-flip {
      background-image: url(../images/puffling/puffling_ad_flip_ipad.png);
      top: 0;
      left: -130px;
      width: 330px;
      height: 350px;
      background-size: contain; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .book-ad-flip {
      background-image: url(../images/puffling/puffling_ad_flip_ipad.png);
      width: 450px;
      height: 450px;
      background-size: contain;
      left: -180px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .book-ad-flip {
      background-image: url(../images/puffling/puffling_ad_flip_ipad.png);
      top: 0;
      width: 420px;
      height: 380px;
      background-size: contain;
      left: -100px; } }
  @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
    .book-ad-flip {
      left: -70px;
      background-size: 70%; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .book-ad-flip {
      background-size: contain;
      left: -90px; } }

.sea {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0; }

.whale {
  z-index: 9;
  position: absolute;
  right: 50px;
  bottom: 0; }
  @media (max-width: 768px) {
    .whale {
      width: 410px;
      right: 30px; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .whale {
      width: 600px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .whale {
      width: 400px;
      left: 100px; } }

.float-boat-cloud {
  position: absolute;
  width: 100%; }

.boat {
  top: 550px;
  position: absolute;
  right: 300px; }
  @media (max-width: 768px) {
    .boat {
      top: 400px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .boat {
      top: 350px; } }

.cloud {
  top: 210px;
  position: absolute;
  right: 0; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .cloud {
      top: 170px; } }

#kittiwake, #gannet, #rabbit, #puffin_r, #dolphin, #seal {
  display: none;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 20; }
  @media (max-width: 768px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #kittiwake, #gannet, #rabbit, #puffin_r, #dolphin, #seal {
      background-size: contain; } }

#rabbit, #puffin_r, #dolphin, #seal {
  background-position: right;
  right: 0; }

#kittiwake {
  width: 320px;
  height: 300px;
  background-image: url(../images/puffling/puffin_head_kittiwake.png); }
  @media (max-width: 768px) {
    #kittiwake {
      width: 180px;
      height: 180px; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    #kittiwake {
      width: 250px;
      height: 250px; } }
  @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
    #kittiwake {
      background-size: 80%; } }

#gannet {
  width: 350px;
  height: 180px;
  background-image: url(../images/puffling/gannet_head.png);
  top: 290px; }
  @media (max-width: 768px) {
    #gannet {
      width: 230px;
      height: 120px;
      top: 200px; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    #gannet {
      width: 320px;
      height: 150px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #gannet {
      top: 230px;
      width: 300px; } }
  @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
    #gannet {
      background-size: 90%; } }

#rabbit {
  width: 200px;
  height: 255px;
  background-image: url(../images/puffling/rabbit_head.png);
  top: -30px; }
  @media (max-width: 768px) {
    #rabbit {
      width: 250px;
      height: 150px;
      top: 0; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    #rabbit {
      top: 0;
      width: 300px;
      height: 200px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #rabbit {
      height: 130px;
      top: -10px; } }

#puffin_r {
  width: 280px;
  height: 205px;
  background-image: url(../images/puffling/puffin_head_right_crop.png);
  top: 180px; }
  @media (max-width: 768px) {
    #puffin_r {
      width: 180px;
      height: 120px;
      top: 140px; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    #puffin_r {
      width: 240px;
      height: 150px;
      top: 200px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #puffin_r {
      width: 200px;
      top: 90px; } }
  @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
    #puffin_r {
      background-size: 90%; } }

#dolphin {
  width: 300px;
  height: 235px;
  background-image: url(../images/puffling/dolphin_head.png);
  top: 320px;
  background-size: contain;
  z-index: 30; }
  @media (max-width: 768px) {
    #dolphin {
      width: 230px;
      height: 140px;
      top: 240px; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    #dolphin {
      height: 150px;
      top: 360px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #dolphin {
      width: 250px;
      top: 200px; } }
  @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
    #dolphin {
      background-size: 80%; } }

#seal {
  width: 450px;
  height: 363px;
  background-image: url(../images/puffling/seal_lrg_crop.png);
  bottom: 0; }
  @media (max-width: 768px) {
    #seal {
      width: 250px;
      height: 190px; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    #seal {
      width: 350px;
      height: 270px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #seal {
      width: 300px;
      height: 230px; } }

#puffling {
  width: 200px;
  height: 200px;
  background-image: url(../images/puffling/puffling.png);
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  right: 50px;
  position: absolute;
  top: 110px;
  z-index: 20; }
  @media (max-width: 768px) {
    #puffling {
      width: 130px;
      top: 220px; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    #puffling {
      top: 270px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #puffling {
      width: 150px;
      height: 150px;
      top: 170px;
      right: 0; } }
  @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
    #puffling {
      background-size: 90%;
      top: 130px; } }

footer {
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  margin-top: 10px; }
  @media (min-width: 1081px) {
    footer p {
      margin-top: 10px; } }

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