@import url(http://fonts.googleapis.com/css?family=Alex+Brush);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Crimson+Text);

body {
	background-image: url("../img/bg.png");
}
	
p {
	margin-top:10px;
	font-family: 'Crimson Text', serif;
	font-size:1.3em;
}

hr {
	margin:0;
	padding:0;
}

h1, h2, h3 {
	font-family: 'Alex Brush', cursive;
	font-size:5em;
	color: #9b3a2a;
}
	
h4 {
	font-size:5em;
}
	
h5 {
	font-size:3em;
}

@media (max-width: 480px) {
    .h1, h2, h3, h4, h5 {
	font-size: 2em;
    }
}

.baciorosa {
	padding-top: 40px;
	padding-bottom: 40px;
}

.forza {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top:2px solid #9b3a2a;
	border-bottom: 4px solid #9b3a2a;
}

.famiglia {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 8px solid #9b3a2a;
	margin-bottom: 80px;
}

.jumbotron {
	background: #3b1e18;
	margin-top: 60px;
	margin-bottom: 120px;
	color: #FFFFFF;
}

.jumbotron h3 {
	font-family: 'Alex Brush', cursive;
	font-size:5em;
	color: #FFFFFF;
}

@media (max-width: 480px) {
    .jumbotron h3 {
	font-size: 2em;
    }
}
	
.jumbotron p {
	font-family: 'Montserrat', cursive;
	font-size:1em;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
	
.center {
	display:block;
	margin:0 auto;
}

.bold {
	font-size: 1.1em;
	padding-top:10px;
	font-weight:bold;
}

.padding {
  padding-top: 10px;
}

#vinet {
	font-weight: bold;
	color: #ee9494;
	padding:0;
	margin: 0;
}

/* Flickity
------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-slider {
  position: absolute;
  width: 100%;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected { opacity: 1; }


/* tommasi-gallery
------------------------- */

.tommasi-gallery {
  margin-bottom: 80px;
  background: #FFF;
  background-size: cover;
  border-bottom: 4px solid #000;
}

.tommasi-gallery__cell {
  text-align: center;
  width: 100%;
  height: 240px;
  color: black;
  background: #ee9494;
  padding: 0;
  margin: 0;
}

  .tommasi-gallery img {
	width: 100%;
	height:240px;
	margin:0;
	padding:0;
  }

.tommasi-gallery h1 {
	display:inline-block;
	margin:0 auto;
	max-width:200px;
	max-height:100px;
  font-size: 3.2em;
  padding-top: 30px;
  margin: 0;
}

.tommasi-gallery h2 {
	display:inline-block;
	margin:0 auto;
	max-width:200px;
	max-height:100px;
  font-size: 3.2em;
  padding-top: 40px;
  margin: 0;
}

.tommasi-gallery h3 {
	display:inline-block;
	margin:0 auto;
  font-size: 3.2em;
  padding-top: 0px;
  margin: 0;
}

.tommasi-gallery .tagline {
  font-size: 1.4em;
  margin: 0;
}

.tommasi-gallery__cell--2 {
  background: #3b1e18;
}

.slogan {
  line-height: 1.2;
  margin: 0;
}

.slogan--easy,
.slogan--fun {
  font-size: 2.2em;
  line-height: 1.1;
}

.slogan--tagline {
  margin-top: 10px;
  font-size: 1.2em;
  color: #333;
}

.feature-list {
  font-size: 0.8em;
  line-height: 1.2;
  margin-top: 20px;
}

.feature-list li {
  margin-bottom: 10px;
}

.tommasi-gallery__cell--3 {
  background: #ee9494;
}

.by-line {
  line-height: 1.2;
  margin: 0;
  font-size: 1.8em;
}

.by-line--made {
  padding-top: 20px;
  margin-bottom: 10px;
  color: #333;
}

.by-line--made b { font-family: 'Texta Heavy', sans-serif; }


@media screen and ( min-width: 768px ) {

  /* ---- tommasi gallery ---- */

  .tommasi-gallery__cell {
    height: 440px;
    padding: 0px;
    margin: 0px;
  }

  .tommasi-gallery img {
	width: 100%;
	height:440px;
	margin:0;
	padding:0;
  }

  .tommasi-gallery h1 {
	max-width:400px;
	max-height:212px;
    padding-top: 90px;
  }
  
  .tommasi-gallery h2 {
	max-width:400px;
	max-height:212px;
    padding-top: 120px;
  }

  .tommasi-gallery .tagline {
    font-size: 2.1em;
  }

  .slogan--easy,
  .slogan--fun {
    font-size: 4.8em;
  }

  .slogan--tagline {
    margin-top: 20px;
    font-size: 2.4em;
  }

  .feature-list {
    font-size: 1em;
  }

  .feature-list li {
    margin-top: 20px;
  }

  .by-line {
    font-size: 3.1em;
  }

  .by-line--made {
    padding-top: 40px;
    margin-bottom: 20px;
  }


 }