body {
	background: #fafafa;
	font-family: 'Raleway', sans-serif;
}

p.list {
		margin-bottom: 0 !important;
	}

.flag {
	margin-left: 10px;
}

/* Desktop and laptop display */

@media (min-width: 813px) and (orientation: landscape) {

	html {
		padding: 20px 0 20px 0;
	}

	.box {
		max-width: 100%;
		width: 100%;
		min-width: 100%;
	}

	.inbox {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}

	.shadow {
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
		padding-bottom: 32px;
	}

	

	header h1 {
		text-indent: -99999px;
		background: url('../images/SnappGroupLogo@2x.png') no-repeat;
		background-size: contain;
		height: 70px;
		min-width: 245px;
		float: left;
	}

	header menu.desktop {
		float: right;
		text-align: right;
		height: 70px;
	}

	header menu.mobile, header button {
		display: none;
	}

	header menu a {
		text-decoration: none;
		font-weight: bold;
		margin-left: 80px;
		line-height: 70px;
		color: #505050;
		font-size: 14px;
		font-weight: bold;
	}

	#content {
		color: #505050;
	}

	#content p {
		font-size: 18px;
		line-height: 1.25;
		margin-bottom: 30px;
		text-align: justify;
	}

	#content p:last-of-type {
		margin-bottom: 5px;
	}

	#content .jumbo {
		font-size: 28px;
		font-weight: 200;
		line-height: 1.40;
		margin-bottom: 50px;
	}

	#products .col-2 {
		float: left;
		width: 50%;
	}

	#products .col-2:first-of-type {
		padding-right: 20px;
	}

	#products .col-2:last-of-type {
		padding-left: 20px;
	}

	#products .illustration {
		max-width: 100%;
		width: 100%;
		min-width: 100%;
	}

	#products .logo {
		display: block;
		margin: 42px 0 42px 0;
		height: 62px;
		min-height: 62px;
		max-height: 62px;
	}

	#products b {
		font-weight: 600;
	}

	#products .jumbo {
		font-size: 28px;
		font-weight: 200;
		line-height: 1.40;
		margin-bottom: 10px;
		color: #505050;
	}

	#products .intro {
		font-weight: 600;
		line-height: 1.50;
		font-size: 18px;
	}

	#products p {
		line-height: 1.38;
		font-size: 16px;
		text-align: justify;
	}

	#products ul {
		margin: 0;
		font-size: 16px;
	}

	.mentions h1 {
		margin-top: 40px;
	}

	.mentions h2 {
		font-size: 20px;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 1.50;
		color: black;
		margin-top: 50px;
	}

	.mentions p, .mentions ul, .mentions li {
		font-size: 16px !important;
		color: black;
	}

	.mentions li {
		margin-bottom: 20px;
	}

	footer {
		padding-top: 18px !important;
		padding-bottom: 20.5px !important;
		color: #505050;
	}

	footer p {
		float: left;
		font-size: 11px;
		font-weight: 500;
	}

	footer menu {
		float: right;
		font-size: 11px;
		font-weight: bold;
	}

	footer menu a {
		text-decoration: none;
		margin-left: 70px;
		color: #505050;
	}
  
}

/* Tablets and mobiles landscape */

/*@media (min-width: 481px) and (max-width: 1024px) and (orientation: landscape) {
  
  
  
}*/

/* Tablets and mobiles portrait */

@media (min-width: 320px) and (max-width: 1024px) and (orientation: portrait), (min-width: 481px) and (max-width: 812px) and (orientation: landscape) {

	header {
		text-align: center;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
		height: 80px;
		margin-bottom: 20px;
	}

	header h1 {
		display: block;
		text-indent: -99999px;
		background: url('../images/SnappGroupLogo@2x.png') no-repeat;
		background-size: contain;
		background-position: center;
		min-height: 60px;
		max-height: 70px;
		width: 44%;
		margin: 10px auto;
	}

	header menu.desktop {
		display: none;
	}

	header button.burger {
		float: left;
		background: url('../images/burger@2x.png') no-repeat;
		background-size: contain;
		text-indent: -99999px;
		border: none;
		min-width: 26px;
		margin-top: 32px;
		margin-left: 16px;
	}

	header .overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0.15;
		top: 0;
		left: 0;
		display: none;
	}

	header .mobile {
		background: white;
		width: 70%;
		z-index: 10000;
		position: absolute;
		top: 0;
		left: -100%;
		height: 100%;
		margin: 0;
		padding: 0 30px;
		box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.15);
	}

	header .mobile nav {
		height: 80px;
	}

	header .mobile button.close {
		float: left;
		background: url('../images/back@2x.png') no-repeat;
		background-size: contain;
		text-indent: -99999px;
		border: none;
		min-width: 26px;
		margin-top: 32px;
	}

	header .mobile a {
		text-align: left;
		color: #505050;
		text-decoration: none;
		display: block;
		font-weight: bold;
		line-height: 70px;
	}

	#content .jumbo {
		font-size: 18px;
		font-weight: 600;
		line-height: 1.40;
		margin-bottom: 30px;
	}

	#content p {
		font-size: 18px;
		line-height: 1.25;
		margin-bottom: 15px;
		text-align: justify;
	}

	#content p:last-of-type {
		margin-bottom: 5px;
	}

	.inbox {
		padding: 0 !important;
	}

	.inbox p, li, h1, h2 {
		padding: 0 16px;
	}

	#products .col-2 {
		width: 100%;
	}

	#products .illustration {
		max-width: 100%;
		width: 100%;
		min-width: 100%;
	}

	#products .logo {
		display: block;
		margin: 42px auto 42px auto;
		height: 38px;
		min-height: 38px;
		max-height: 38px;
	}

	#products b {
		font-weight: 600;
	}

	#products .jumbo {
		font-size: 18px;
		font-weight: 600;
		line-height: 1.40;
		margin-bottom: 10px;
	}

	#products .intro {
		font-weight: 600;
		line-height: 1.50;
		font-size: 18px;
	}

	#products p {
		line-height: 1.38;
		font-size: 16px;
		text-align: justify;
	}

	#products ul {
		margin: 0;
		font-size: 16px;
	}

	.mentions h1 {
		font-size: 28px;
		font-weight: 200;
		line-height: 1.40;
		margin-bottom: 30px;
	}

	.mentions h2 {
		font-size: 20px;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 1.50;
		color: black;
	}

	.mentions p, .mentions ul, .mentions li {
		font-size: 16px !important;
		color: black;
	}

	.mentions li {
		margin-bottom: 20px;
	}

	footer {
		padding-top: 18px !important;
		padding-bottom: 20.5px !important;
		color: #505050;
	}

	footer p {
		text-align: center;
		font-size: 11px;
		font-weight: 500;
	}

	footer menu {
		display: none;
	}
  
}