/* HUG Media Query Template */

/* SMARTPHONE POTRAIT to TABLET POTRAITS */
@media only screen and (min-width:300px) and (max-width:767px) {

	/* Typography */
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
	}
	blockquote {
		font-size: 20px;
	}
	p {
		font-size: 16px;
	}

	/* Generals */
	.hide-mobile {
		display: none;
	}
	.show-mobile {
		display: block;
	}

	/* ================================================ */
	.navbar-brand > img {
		max-width: 80%;
	}
	.navbar-nav > li > a {
		border-bottom: none;
	}
	.navbar-nav {
		margin-bottom: 0px;
	}
	.navbar-collapse {
		border: 0;
		box-shadow: none;
		margin: 0 -15px;
	}
	.lang-switch {
		position: absolute;
		right: 60px;
		top: 8px;
		margin: 0;
	}
	.main {
		margin-bottom: -355px;
	}
	.main:before {
		background-attachment: inherit;
		position: fixed;
	}
	.content-sec {
		padding: 15px 0;
	}
	body {
		background: url("../images/bg-repeat.jpg")repeat;
	} 
	.navbar-toggle {
		margin: 12px 0 0;
	} 
	.lang-switch .btn {
		font-size: 15px;
		height: 26px;
		line-height: 12px;
		min-width: 64px;
	} 	span#timer {
    padding: 0;
    margin: 0;
    font-size: 50px;
    line-height: 60px;
    font-family: 'FilmotypeLucky';
    color: #fff;
    position: relative; 
    top: 12px;
    left: 53px;

}section.score-board span {
    padding: 0;
    margin: 0;
    font-size: 50px;
    line-height: 60px;
    font-family: 'FilmotypeLucky';
    color: #fff;
    position: relative;
    top: 14px;
    right: 10px;
}
.score:before {
    width: 50px;
    height: 60px; 
    left: -70px;
    top: 8px;
    background-size: contain;
}
.counter:before {
    width: 50px;
    height: 60px;
    content: ''; 
    left: 0;
    top: 0;
    background-size: contain;
}
.game-box a {
    font-family: "BebasNeueRegular";
    font-size: 40px;
    line-height: 50px;
    background: #b91f2e;
    text-transform: uppercase;
    max-width: 225px;
    padding: 18px 35px;
    text-align: center;
}
}
/* TABLET LANDSCAPE / SMALLER DESKTOP */
@media only screen and (min-width:768px) and (max-width:1199px) {
	.navbar-right {
		margin-right: -10px;
	}
	.navbar-nav {
		margin-top: 13px;
	}
 
	.navbar-nav > li > a {
		font-size: 10px;
		margin: 0 8px;
	}
	 
	.lang-switch {
		float: right;
		margin: 15px 0 0 10px;
	}
	.lang-switch .btn {
		font-size: 13px;
		padding: 3px 10px;
		min-width: 42px;
		height: 24px;
		display: inline-block;
		line-height: 1;
	}
 
}
@media only screen and (min-width:992px) and (max-width:1024px) {
 
}

/* TABLETS PORTRAIT to LANDSCAPE */
@media only screen and (min-width:768px) and (max-width:991px) {
	body {
		background: url("../images/bg-repeat.jpg")repeat;
	}
 span#timer {
    padding: 0;
    margin: 0;
    font-size: 50px;
    line-height: 60px;
    font-family: 'FilmotypeLucky';
    color: #fff;
    position: relative; 
    top: 12px;
    left: 53px;

}section.score-board span {
    padding: 0;
    margin: 0;
    font-size: 50px;
    line-height: 60px;
    font-family: 'FilmotypeLucky';
    color: #fff;
    position: relative;
    top: 14px;
    right: 10px;
}
.score:before {
    width: 50px;
    height: 60px; 
    left: -70px;
    top: 8px;
    background-size: contain;
}
.counter:before {
    width: 50px;
    height: 60px;
    content: ''; 
    left: 0;
    top: 0;
    background-size: contain;
}
}

/* All smaller than TABLET LANDSCAPE */
@media only screen and (max-width:991px) {
}
@media only screen and (max-width:520px) {
 #popnuts canvas{
 	width: 100% !important;
 }
}