* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'avenibla';
  src: url('../../font/avenibla.eot?#iefix') format('embedded-opentype'),  url('../../font/avenibla.otf')  format('opentype'),
	     url('../../font/avenibla.woff') format('woff'), url('../../font/avenibla.ttf')  format('truetype'), url('../../font/avenibla.svg#avenibla') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'avenilo';
  src: url('../../font/avenilo.eot?#iefix') format('embedded-opentype'),  url('../../font/avenilo.otf')  format('opentype'),
  	     url('../../font/avenilo.woff') format('woff'), url('../../font/avenilo.ttf')  format('truetype'), url('../../font/avenilo.svg#avenilo') format('svg');  font-weight: normal;
  font-style: normal;
}


/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
 
body {
    color: #000;
    background-color:#e6e5e5;
    font-size: 15px;
    font-family: "avenibla", sans-serif !important;

}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #000;
}

a {
	color: black;
	text-decoration: none;
	}
a:visited {
	color: black;
	}
a:hover, a:focus {
	color: #83bed0;
	}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
 
.l-box {
    padding: 1em;
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.is-center {
    text-align: center;
}

/*
 * -- MENU STYLES --
 * I want to customize how my .pure-menu looks at the top of the page
 */

.home-menu {
	display: none;
	
    padding: 0.5em;
    text-align: center;
    background: #e6e5e5;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.16);
}

.home-menu-small {
    padding: 0.5em;
    text-align: center;
    background: #e6e5e5;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.16);
}

.language-banner {
	position: absolute;
	right: 5%;
	float: right;
	margin: 7px 0;
	
}

.language-banner img {
	padding: 0px 10px;
	height: auto;
	width: auto;
}

.pure-menu-link,
.pure-menu-link:visited {
	color: black;
}

.pure-menu.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom: none;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index: 4;
}

.pure-menu-selected {
	color: #83bed0;
}

.pure-menu-link.pure-menu-selected {
	padding: 6px 0 3px 0;
	line-height: 15px;
    border-bottom: 3px solid #83bed0;
    
}

.home-menu .pure-menu-selected a {
    color: #83bed0;
}

.home-menu a {
    color: black;
    padding: auto 100px;
}

.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #83bed0;
}

.home-menu-small li a:hover,
.home-menu-small li a:focus {
    background: none;
    border: none;
    color: #83bed0;
}

.menu-language {
	color: #83bed0;
}

.menu-language:visited {
	color: #83bed0;
}

/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.splash-container {
    background: #d6d6d6;
    background-image: url(../../img/background-small.jpg);
    background-size: cover;
    background-position: bottom;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 100%;
    top: 48px;
    left: 0;
    position: fixed;
}

.splash {
    /* absolute center .splash within .splash-container */
    width: 80%;
    height: 80%;
    margin: 0 auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    text-align: center;
}

.splash img {
	width: 100%;
}

.splash-image {
	display: none;
}

/* This is the main heading that appears on the blue section */
.splash-head {
    font-family: avenibla;
	text-decoration: none;
	color: white;
	font-size: 27px;
	padding-top: 0;
	background-image: url('../../img/underline.png');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 250px;
	margin-bottom:0px;
}

.splash-subhead {
    font-family: avenibla;
	text-decoration: none;
	color: white;
	font-size: 27px;
	padding-top: 0;
	
}



/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper-flavours {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.36);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.36);
	padding: 2em 0 0 0;
	background: #e6e5e5;
	text-align: center;
	font-size: 37px;
	font-family: "avenibla", sans-serif !important;
	
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 100%;
    width: 100%;
    min-height: 12%;
    z-index: 2;
}

.content {
    margin: -1em 0 1em 0;
}


/* This is the class used for the calendar */
.ribbon {
    background: #83bed0;
    color: white;
    letter-spacing: 0;
    margin: 0;
    padding: 0 0 18px;
	-moz-box-shadow:    inset  0  10px 20px -8px rgba(0,0,0,0.36), 
	                    inset  0 -10px 20px -8px rgba(0,0,0,0.36);
	-webkit-box-shadow: inset  0  10px 20px -8px rgba(0,0,0,0.36), 
	                    inset  0 -10px 20px -8px rgba(0,0,0,0.36);
	box-shadow:         inset  0  10px 20px -8px rgba(0,0,0,0.36), 
	                    inset  0 -10px 20px -8px rgba(0,0,0,0.36);
}

.calendar {
	padding: 10px 0 0;
	margin: 0;
	margin-bottom: -20px;
	font-size: 37px;
	line-height: 37px;
	text-align: center;
	font-family: "avenibla", sans-serif !important;
}
.calendar-header {
	font-size: 50px; 
	line-height: 60px;
}

.calendar span {
	display: block;
}
.calendar p {
	padding: 0;
	margin: 0 0 30px;
}

.calendar-mid {
	font-family: "avenilo", sans-serif !important;
}

.calendar-small {
	font-size: 24px;
	font-family: "avenilo", sans-serif !important;
}


/* This is the class used for the about us */
.about {
	padding: 5% 0%;
	font-size: 20px;
	line-height: 26px;
	font-family: "avenibla", sans-serif !important;
}

.about-image {
	width:80%;
}

.contact {
	padding: 0% 2%;
	font-size: 15px;
	line-height: 18px;
	font-family: "avenibla", sans-serif !important;
}

.faq {
    padding: 5% 0%;
	font-size: 20px;
	line-height: 26px;
    
}

.faq-header {
	font-family: "avenibla", sans-serif !important;
    margin-bottom: 0px;
}

.faq-text {
	font-family: "avenilo", sans-serif !important;
    margin-top:0px;
}

/*
 * -- ITEM SELECT --
 */
.item_select_wrapper {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.item_image {
	max-height: 100%;
	max-width: 100%;
}

.item_select {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #e6e5e5;
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	
	font-size: 37px;
	color: black;
	text-align: center;
	vertical-align: middle;
	line-height: 47px;
	font-family: "avenibla", sans-serif !important;
	display: flex;
}

.item_select p{
	position: absolute;
	bottom:0;
    top:0;
    left:0;
    right:0;
     padding: 1em 0.5em;
    text-align: center;
    margin: auto;
}

.item_select_inside {
     padding: 1em 0.5em;
    text-align: center;
    margin: auto;
    font-size: 20px;
    line-height:20px;
    }

.item_select:hover {
 	opacity: 0.8;
 	color: black;
}
.item_select:hover ~.item_select_header {
 	color: black;
 	background-color: white;
}


/*
 * PORTRAIT MOBILE
 */
 
@media (max-width: 48em) and (orientation:landscape)  {
	.splash-container {
    background-image: url(../../img/background.jpg);
    }
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {

    /* We increase the body font size */
    body {
        font-size: 16px;
    }
    /* We want to give the content area some more padding */
    .content {
        padding: 1em;
    }
    
    .item_select_inside {
    	font-size: 37px;
    	line-height: 37px;
    }

    /* We can align the menu header to the left, but float the
    menu items to the right. */
    .home-menu {
        text-align: center;
        display: inline;
    }
    
    .home-menu-small {
    	display: none;
    }
        

	.splash-container {
	    background-image: url(../../img/background.jpg);
	    height:inherit;
    position: relative;
    top:51px;
	}
	
	.content-wrapper-flavours {
	top: 0;
	position: relative;	
	}


    /* We decrease the width of the .splash, since we have more width
    to work with */
    
    
    .splash {
        width: 100%;
            height:inherit;
            position: relative;

    }

    .splash-head {
        font-size: 60px;
        top: 0%;
	position: absolute;
	text-align: center;
	width: 100%;
		background-size: 560px;



    }
     .splash-subhead {
    font-size: 44px;
	top: 94px;
	position: absolute;
	text-align: center;
	width: 100%;



    }
    .splash-image {
    width:100%;
    display:block;
    }
    
    .about {
    	padding: 2% 18%;
    	font-size: 37px;
    	line-height: 47px;
    }
    
    .faq {
    padding: 2% 18%;
	font-size: 37px;
	line-height: 47px;
    
}
    

    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border: none;
    }
    
    
	
	
	
	.calendar {
		padding: 0% 15%;
		font-size: 37px;
		line-height: 37px;
		text-align: center;
		font-family: "avenibla", sans-serif !important;
	}
	.calendar span {
	/*	display: inline;
	}
	.calendar p {
		padding: 0;
		margin: 8px 0;*/
	}
	
	.calendar-mid {
		font-family: "avenilo", sans-serif !important;
	}
	
	.calendar-small {
		font-size: 24px;
		font-family: "avenilo", sans-serif !important;
		white-space: nowrap;
	}
	
}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
    /* We increase the header font size even more */
    .splash-head {
        font-size: 70px;
        		background-size: 650px;
    }
    .splash-subhead {
    font-size: 50px;
	top: 104px;
}
