.website-disclaimer-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10000000000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.website-disclaimer-container .website-disclaimer {
	width: calc(100% - 1rem);
	height: calc(100% - 2rem);
	/* max-width: 997px; */
	max-width: 1180px;
	border: none;
}

.website-disclaimer-container body {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.disclaimer {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.disclaimer>* {
	width: 100%;
	background-color: white;
}

.disclaimer-top {
	background: #92dac5;
	padding: 1rem;
}

.disclaimer-content {
	padding: 1rem 3.5rem;
}

.disclaimer-content p {
	font-size: 16px;
}

.disclaimer-footer {
	padding: 0;
}

.disclaimer-footer footer {
	padding: 1rem;
}

.disclaimer-header {
	font-size: 34px;
	line-height: 44px;
}

.disclaimer-content .disclaimer-text {
	color: #000;
	font-size: 24px;
	line-height: 30px;
	margin: 2.5rem 0;
}

.disclaimer-content .btn {
	margin: 0 0.5rem;
}

.disclaimer-content .btn:first-of-type {
	margin-left: 0;
}


/* EXTERNAL LINK IN DISCLAIMER */
.website-disclaimer-container  > .modal-content {
	width: 75vw;
}

/* END EXTERNAL LINK IN DISCLAIMER */

@media only screen and (max-width:540px) {
	.disclaimer-content .btn {
		font-size: 10px;
		margin: 0.5rem 0 !important;
		width: 100%;
	}
}

@media only screen and (min-width: 667px) and (max-width: 767px) { 

.disclaimer-content .btn {
		font-size: 13px;
		margin: 0.5rem 0 !important;
		width: 100%;
	}
	img {
  width: 90px; 
  
}
.disclaimer-footer {
    font-size: 15px;
}
}


@media only screen and (min-width: 768px) and (max-width: 1024px) { 

.disclaimer-content .btn {
		font-size: 13px;
		margin: 0.5rem 0 !important;
		width: 100%;
	}
	img {
  width: 90px; 
  
}
.disclaimer-footer {
    font-size: 15px;
}
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape) {
	.disclaimer-content .btn {
		font-size: 13px;
		margin: 0.5rem 0 !important;
		width: 100%;
	}
img {
  width: 90px; 
}
}
/*** End iPad Pro 12 ***/
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.disclaimer-content .btn {
		font-size: 11px;
		margin: 0.5rem 0 !important;
		width: 100%;
	}

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
@media only screen and (max-width:540px) {
	.menu {
		display: none;
	}
}





