@charset "utf-8";
/* CSS Document */

.jumbotron {
    position: relative;
    background: #000 url("/images/bg14-min.jpg") center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
	text-align: center;
}

a  {color: #4d1933 }
a:hover {color: #e09fc0}

ul {list-style-type: none;padding-left: 0;}
li {line-height: 1.4285}

h1 {font-family: 'Anton', sans-serif;
	color: #ffe6f3;
	text-shadow: 0px 2px 3px #555;}

h2 {
  	font-weight: 800;
  	font-size: 20px;
  	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	color: #ffe6f3;
 	text-shadow: 0px 2px 3px #555;
}

h3 {
	color: #ac3973;
  	font-size: 18px;
	font-family: 'Fredoka One', cursive;
	padding-left: 0;}

/*.mediumbox {border-radius: 4px; z-index: 2;box-shadow: 0 8px 16px -6px black;}*/

  @media (max-width: 468px) {
    	.mediumbox{font-size:15px;}
	  	h3 {font-size: 20px; text-align: center}
	  	li {text-align: center; line-height: 1.8}
}
  @media (min-width: 769px) {
	  	.mediumbox{font-size:14px;}
    	h1 {font-size: 60px;}
}

