html {
	position:relative;
	margin:0;
	padding:0;
	overflow-x:hidden;
	overflow-y:scroll;
	background:linear-gradient(135deg,rgba(238,223,195,0.95) 0%,rgba(248,242,231,0.95) 100%);
	min-height:100vh;
}

body {
	position:relative;
	margin:0;
	padding:0;
	font-family:"chalet-paris-sixty",sans-serif;
	overflow:hidden;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-moz-text-size-adjust:none;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	text-size-adjust:none;
	font-size:0;
	line-height:0;
}

img {
	border:0;
	outline:0;
	max-width:100%;
	height:auto;
}

a {
	text-decoration:none;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#ohsmall, #ohmobile, #ohtablet {
	   display:none;
}

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

.text-right, .align-right {
	text-align:right;
}

@media (max-width:1023px) {

#ohtablet {
	display:block;
}

}

@media (max-width:767px) {

#ohmobile {
	display:block;
}

}

@media (max-width:480px) {

#ohsmall {
	display:block;
}

}

.oh-typo h2 {
	font-size:24px;
	line-height:1.1;
	font-weight:400;
	margin:0 auto 10px;
	padding:0;
	color:#fff;
	text-align:center;
}

.oh-typo p {
	font-size:17px;
	line-height:1.5;
	font-weight:400;
	margin:0 auto 20px;
	padding:0;
	color:rgb(50,50,50);
	text-align:center;
}

.oh-typo p b, .oh-typo p strong {
	font-family:"chalet-paris-sixty",sans-serif;
	font-weight:400;
}

.oh-typo ul {
	display:block;
	padding:0;
	margin:0;
	list-style:none;
}

.oh-typo ul li {
	display:block;
	padding:0 0 10px;
	margin:0 auto;
}

.oh-typo ul li a {
	position:relative;
	font-family:"chalet-london-sixty",sans-serif;
	font-size:17px;
	line-height:20px;
	font-weight:400;
	margin:0 auto;
	padding:10px 10px 8px;
	display:block;
	color:#BFA26E;
	background:#fff;
	border:1px solid #efefef;
	text-align:center;
	border-radius:20px;
}

.oh-typo ul li a path {
	fill:#BFA26E;
	transition:all 0.3s ease-in-out;
}

.oh-typo ul li a:hover {
	background:#BFA26E;
	color:#fff;
}

.oh-typo ul li a:hover path {
	fill:#fff;
}

.oh-typo ul li svg, .oh-typo ul li i {
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	left:15px;
	width:17px;
	height:17px;
	text-align:center;
}

.oh-typo h1:last-child, .oh-typo h2:last-child, .oh-typo h3:last-child, .oh-typo h4:last-child, .oh-typo p:last-child, .oh-typo ul:last-child, .oh-typo ol:last-child {
	margin:0 auto;
}

.text {
	position:relative;
	margin:0 auto;
}

.text-inner {
	position:relative;
	margin:0 auto;
	padding:40px 20px 80px;
	max-width:100%;
	width:375px;
	box-sizing:border-box;
}
