/* FONTS
----------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Fredericka+the+Great);
@import url(https://fonts.googleapis.com/css?family=Emilys+Candy);
@import url(https://fonts.googleapis.com/css?family=Amatic+SC:400,700);
@import url(https://fonts.googleapis.com/css?family=IM+Fell+English);


/* BOXES STYLING
----------------------------------- */

.background {
  width: 100%;
  background-image: url('../img/clover.jpg');
  background-size: contain;
  background-attachment: fixed;
}

.cardboard_page_1 {
  height: 100vh;
}

.cardboard_page_2 {
  margin-top: 80vh;
  padding: 20px 0;
  border-top: 1px solid rgba(93, 53, 8, 0.75);
}

.cardboard_page_1,
.cardboard_page_2 {
  width: 100%;
  background-image: url('../img/paperbox2.jpg');
  background-position: center;
  background-size: cover;
  box-shadow: 0 5px 25px #000, inset 0 0 100px rgba(93, 53, 8, 0.75);
  border-bottom: 1px solid rgba(93, 53, 8, 0.67);
  z-index: 50;
}

.cardboard_footer {
  width: 100%;
  height: 200px;
  background-image:  url('../img/wood.jpg');
  background-size: cover;
  background-position: center top;
  padding: 0;
  margin: 0;
}

/* BOOTSTRAP STYLING
----------------------------------- */

.jumbotron {
  background-color: transparent;
}

.container {
}

/* THEME STYLES
----------------------------------- */

* {
  outline: none;
}

body {
  font-family: 'IM Fell English', serif;
  color: #000;
}

p {
  color: #000;
  font-size: 1.5rem;
}

a,
a:visited,
a:focus,
a:active {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

h3 {
  padding-top: 10px;
  font-family: 'Emilys Candy', serif;
  font-size: 24px;
  font-weight: 400;
}

h4 {
  font-family: 'Amatic SC', display;
  font-size: 24px;
  font-weight: 700;
}

.title {
  font-family: 'Fredericka the Great', serif;
  position: absolute;
  top: 15vh;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 46px;
  letter-spacing: 4px;
  text-align: center;
  color: #1c1c1c;
  color: rgba(0,0,0,0.85);
  box-sizing: content-box;
}

img.logo {
  width: 55spx;
  margin: 10px 35%;
  padding: 0;
  opacity: 0.85;
  box-sizing: content-box;
  vertical-align: text-top;
}

.title_date {
  position: absolute;
  width: 100%;
  top: 60vh;
  text-align: center;
  font-family: 'Amatic SC', 'League Script', cursive;
  font-weight: 400;
  font-size: 64px;
  line-height: 82px;
  letter-spacing: 2px;
  color: #1c1c1c;
  color: rgba(0,0,0,0.85);
}

.title_date img {
  margin-top: 20px;
}

.arrow_down {
  position: absolute;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

.ipa {
  font-family: 'Linux Libertine', Georgia, Times, serif;
  color: rgba(0,0,0,0.7);
  font-weight: 400;
  font-size: 18px;
}

.footer {
  width: 100%;
  margin: 0;
  padding: 75px 0 0 0;
  color: #fff;
  text-align: center;
  font-family: 'Amatic SC', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1.5px;
}

.footer a {
  color: #fff;
}

.footer a:hover,
.footer a:focus {
  text-decoration: underline;
  text-decoration-style: dashed;
}

/* MAILS AND SCRIPTS
/* --------------------------------- */

.mailTobi a,
.mailJule a,
.mailMaddie a,
.mailWilli a {
  font-family: 'IM Fell English', serif;
  font-size: 18px;
  font-weight: 400;
}

.mailTobi a:hover,
.mailJule a:hover,
.mailMaddie a:hover,
.mailWilli a:hover {
  font-weight: bold;
}

noscript {
  display: block;
  width: 100%;
  margin: 20px;
  text-align: center;
  font-family: 'Amatic SC', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #911;
}



/* NAVIGATION
----------------------------------- */

#main_nav {
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}

#main_nav li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

#main_nav li a {
  font-family: 'Amatic SC', sans-serif;
  font-size: 34px;
  font-weight: 400;
  color: #1c1c1c;
  color: rgba(0,0,0,0.85);
  line-height: 1.1;
  text-decoration: none;
  padding: 0;
  -webkit-transition: 320ms ease-out;
  -moz-transition: 320ms ease-out;
  transition: 320ms ease-out;
}

#main_nav li a:hover {
  text-shadow: 0 1px #000, 1px 0 #000, 0 -1px #000, -1px 0 #000;
}

#main_nav li a.touch:hover {
  text-shadow: none;
}

#main_nav li a.active,
#main_nav li a.active.touch {
  text-shadow: 0 1px #000, 1px 0 #000, 0 -1px #000, -1px 0 #000;
  cursor: default;
  pointer-events: none;
}

/* PAGINATION
------------------------------- */

#content {
  width: 500vw;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: .33s ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.content_page {
  width: 100vw;
  padding: 20px 35px 20px 20px;
  display: inline-block;
  float: left;
}

/* CONTENT
------------------------------ */

div.media h3 {
  margin: 0 0 0.8rem;
  padding-top: 0.3rem;
  font-size: 2.8rem;
  font-variant: small-caps;
}

div.media h4 {
  font-family: 'Amatic SC', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

div.media img {
  max-width: 35px;
}

/* MEDIA QUERIES
------------------------------ */

@media only screen and (min-width: 600px) {
  .cardboard_page_1,
  .cardboard_page_2 {box-shadow: 0 5px 25px #000, inset 0 0 300px rgba(93, 53, 8, 0.75);}
  img.logo {padding: 0 0 0 18pt; margin: 0;}
  h3 {font-size: 32px;}
  #main_nav li a {
    font-size: 48px;
    padding: 0 10px;
  }
  .ipa {font-size: 28px;}
  .content_page {padding: 30px 105px 30px 90px;}
  .cardboard_footer {height: 300px;}
  p {font-size: 1.8rem;}

  div.media h3 {
    margin: 0 0 1.2rem;
    padding-top: 0.4rem;
    font-size: 4rem;
    font-variant: small-caps;
  }
  div.media h4 {
    font-family: 'Amatic SC', sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
  }
  div.media img {
    max-width: 50px;
  }
}

@media only screen and (min-width: 800px) {
  img.logo {width: 90px; padding: 0 0 0 21pt;}
  .title {font-size: 68px;}
  .title_date {font-size: 96px;}
  .footer {
    font-size: 28px;
  }
  noscript{font-size: 36px;}
}