#menu-bg 
{
	min-height: 480px;
	height: auto;
	background: url(https://storage.googleapis.com/kjames-pub-banner-prod/home-banner@2x.jpg) no-repeat;
	background-position: top center;
	background-size: cover;
}

.home-herotext 
{
	float: left;
	width: 100%;
	margin-top: 60px;
}

.container 
{
	max-width: 1270px;
	width: 100%;
	margin: 0 auto;
}

.row 
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.h1
{
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 60px;
	letter-spacing: normal;
	text-align: center;
	text-shadow: 0 2px 2px #860730;
	color: #ffffff;
}

#cgvcontent 
{
	/*float: left;*/
	/* width: 100%; */
	position: relative;
	/*margin-top: -195px;*/
	z-index: 2;

}

#cgvcontent .cgv 
{
	border-radius: 4px;
	box-shadow: 0 22px 40px 0 rgba(7, 35, 58, 0.19);
	background-color: #ffffff;
	padding: 20px;
	/* margin-bottom: 60px; */
	background-color: white;
}

.cgv ul
{
	list-style: none;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
	font-size: 14px;
    line-height: 1.43;
	color: #37474f;
}

.cgv h2, .cgv-modal h2 
{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: justify;
	color: #37474f;
	margin-bottom: 20px;
}

.cgv h3, .cgv-modal h3
{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: justify;
	color: #37474f;
	margin-bottom: 20px;
}

.cgv h4, .cgv-modal h4
{
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: justify;
	color: #37474f;
	margin-bottom: 20px;
}

.cgv p, .cgv-modal p 
{
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: justify;
    color: #37474f;
    margin: 0 0 20px;
}

hr
{
	border: 0;
	margin : 20px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

h1,h2
{
	/* padding-bottom: 20px; */
}

li
{

}


@media (max-width: 991px) and (min-width: 768px)
{
	.home-herotext h1 
	{
		margin-top: 15px;
		font-size: 32px;
		line-height: 40px;
	}
}

@media (max-width: 767px) and (min-width: 320px)
{
	.home-herotext h1 
	{
		margin-top: 0;
		font-size: 30px;
		line-height: 30px;
	}
}

@media (min-width: 576px)
{
	.container 
	{
		max-width: 540px;
	}
}

@media (min-width: 768px)
{
	.container 
	{
		max-width: 720px;
	}
}

@media (min-width: 992px)
{
	.container 
	{
		max-width: 960px;
	}
}

@media (min-width: 1200px)
{
	.container 
	{
		max-width: 1140px;
	}
}

@media (min-width: 1399px)
{
	.container 
	{
		max-width: 1270px;
		width: 100%;
		margin: 0 auto;
	}
}