@font-face {
    font-family: 'poppins';
    src: url('fonts/Poppins-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
}

html, * {
    font-family: poppins;
}

h1 {
	text-align: center;
	font-size: 72px;
}
p span {
	font-size: 16px;
}
#mainimage {
	width: 70%;
	margin: 0 15%;
}
p,h2 {
	width: 70%;
	margin: 60px 15%;
	font-size: 24px;
}
h2 {
	font-size: 28px;    
}
.sec {
	width: 70%;
	margin: 0 15%;
}
.sec img {
	width: 100%;
}
.sec p {
	width: 100%;
	margin: 10px 0 60px;
}
.claims {
	border-bottom: 2px solid #4b4b4b;
}
.fhbox, .ideobox {
	width: 39%;
	display: inline-block;
	margin: 10px 5%;
}
.claims img {
	height: 5vw;
	margin: 0.2vw 0 0;
	max-height: 40px;
	display: block;
}
.ideobox {
	text-align: right;
}
.claims .ideobox img {
	height: 12vw;
	max-height: 90px;
	display: inline-block;
}
#pagenav {
	position: fixed;
	right: 0;
	top: 0;
}
.menu {
    width: 0;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.open .menu {
	width: 250px;
	opacity: 1;
	padding: 20px;
	background: rgba( 230,230,230,0.9 );
	margin: 0;
	border-radius: 0 0 0 20px;
}

.menu li {
	list-style: none;
	font-size: 25px;
	white-space: nowrap;
	line-height: 45px;
}
.menu li a {
	text-decoration: none;
}
.menu li a:hover {
	text-decoration: underline;
}
/* Burger */
#burger {
	width: 40px;
	height: 40px;
	background: rgba(200,200,200,0.95);
	border-radius: 0 0 0 10px;
	cursor: pointer;
	right: 0;
	position:absolute;
	top:0;
}
.open #burger {
	box-shadow: unset;
	border-radius: 0 0 0 10px;
}
#burger s, #burger c, #burger b, #dokBtn i, #dokBtn s{
	background: #4b4b4b;
	width: 26px;
	height: 5px;
	display: block;
	position: absolute;
	top: 8px;
	left: 6px;
	border-radius: 3px;
	transition: all 0.4s linear;
}
#burger c {
	top: 17px;
}
#burger b {
	top: 26px;
}
.open #burger s {
    transform: translateY(9px) rotate(45deg);
}
.open #burger c {
    opacity: 0;
}
.open #burger b {
    transform: translateY(-9px) rotate(-45deg);
}

@media (width <= 1200px) and (orientation: portrait) {
    .sec img {
	width: 140%;
	margin-left: -20%;
    }
}
