@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Odibee+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unica+One&display=swap');

html {
  overflow-y: scroll;
}
body {
  width: 100%;
  background: #FEFDFC;
  color: #727171;
}

h2 {
  font-family: 'Poiret One', cursive;
  font-size: 120%;
  letter-spacing: 2px;
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}
h2:after {
        content: "";
        flex-grow: 1;
        height: 1px;
        background: #727171;
        margin: 0 0 0 0.5rem;
    }
h3 {
	  font-family: 'Odibee Sans', cursive;
  font-size: 150%;
  letter-spacing: 2px;
	margin-bottom: 0.5rem;
}
h3:before {
        content: url(../images/Hairbell-work-tokei.svg);
  display: inline-block;
  width: 1.5rem;
  vertical-align: middle;
  margin-right: 0.75rem;
    }
.text-decoration_none {
  text-decoration: none;
  color: #949495;
}
.text-decoration_none:hover {
  opacity: 0.5;
  color: #949495;
}
.container {
  margin: 0 auto;
  min-width: 320px;
}
.inner {
  max-width: 960px;
}
img {
  max-width: 100%;
  height: auto;
}

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

/*header*/
header {
	margin-bottom: 8rem;
}
.header--sitelogo {
  width: 18rem;
  margin: 0 auto;
  padding: 8rem 0 6rem 0;
}
@media screen and (max-width: 767px) {
	.header--sitelogo {
	  padding: 7rem 0px 0rem;
	  width: 13rem;
	}
}
@media screen and (min-width: 767px) and (max-width: 1280px) {
	.header--sitelogo {
	  padding: 8rem 0 2rem 0;
	}
}
nav {
  font-family: 'Poiret One', cursive;
  letter-spacing: 2px;
  font-size: 110%;
}
.globalnav--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.globalnav--inner {
	    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
	}
}
@media screen and (min-width: 767px) and (max-width: 1280px) {
	.globalnav--inner {
	  width: 80%;
	}
}
.globalnav--link__top:before {
  content: url(../images/Hairbell-nav-top.svg);
  display: inline-block;
  width: 1.5rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}
.globalnav--link__top {
  text-decoration: none;
  color: #727171;
	margin-bottom: 1rem;
}
.globalnav--link__contact:hover {
  opacity: 0.5;
  color: #727171;
}
.globalnav--link__work:before {
  content: url(../images/Hairbell-nav-work.svg);
  display: inline-block;
  width: 1rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}
.globalnav--link__work {
  text-decoration: none;
  color: #727171;
	margin-bottom: 1rem;
}
.globalnav--link__work:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.globalnav--link__company:before {
  content: url(../images/Hairbell-nav-company.svg);
  display: inline-block;
  width: 1.5rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}
.globalnav--link__company {
  text-decoration: none;
  color: #727171;
	margin-bottom: 1rem;
}
.globalnav--link__company:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.globalnav--link__contact:before {
  content: url(../images/Hairbell-nav-contact.svg);
  display: inline-block;
  width: 1.5rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}
.globalnav--link__contact {
  text-decoration: none;
  color: #727171;
	margin-bottom: 1rem;
	line-height: 1.75;
}
.globalnav--link__contact:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.globalnav--link {
  text-decoration: none;
  color: #727171;
	margin-bottom: 1rem;
}
.globalnav--link:hover {
  opacity: 0.5;
  transition: 0.3s;
}
#horizon4 {
    position: absolute;
    top: 26rem;
    left: 0;
    width: 0;
    height: 1px;
    background: #F29B87;
}
@media screen and (max-width: 767px) {
	#horizon4 {
		top: 18rem;
	}
}
@media screen and (min-width: 767px) and (max-width: 1280px) {
	#horizon4 {
		top: 21rem;
	}
	}
/*header*/

.pagetop__btn {
	position: fixed;
	bottom: 3rem;
	right: 3rem;
	z-index: 1;
}
.pagetop__link {
	display: block;
	color: #FFF;
	text-align: center;
	background: #F29B87;
	border-radius: 50%;
	padding: 0.8rem 1rem;
	transition: .4s;
}

/*drawer-menu*/
@media screen and (max-width: 960px) {
	.drawer-menu {
		display: none;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: 0px;
		width: 100%;
		height: 100%;
		padding-top: 3em;
		background: rgba(255,255,255,0.85);
		animation-duration: 1s;
		animation-name: RightToLeft;
	}
}
@keyframes RightToLeft {
	0% {
		opacity: 0;
		transform: translateX(60%);
	}
		100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.drawer-menu .unshown {
	margin: 0 0 2em 2em;
}
.drawer-menu li {
	text-align: left;
}
.drawer-menu li a {
	display: block;
	line-height: 2em;
	-webkit-transition: all .8s;
	transition: all .8s;
	color: #595857;
}
/*checkbox*/
.check {
	display: none;
}
/*menu-bottom - label tag*/
.menu-btn {
	position: fixed;
	top: 15px;
	right: 18px;
	display: block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 1003;
}
.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 1px;
	background: #595857;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.bar.middle {
	top: 10px;
	opacity: 1;
}
.bar.bottom {
	top: 20px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
@media screen and (min-width: 960px) {
	#checked, .menu-btn, .navDrawrBtn {
			display: none;
	}
}
/*checked*/
.check:checked ~ .drawer-menu {
	display: block;
}
.check:checked ~ .contents {
	-webkit-transform: translateX(0%); 
	-ms-transform: translateX(0%); 
	transform: translateX(0%); 
	animation-duration: 1s;
}
.check:checked ~ .menu-btn {
	opacity: 1;
}
.check:checked ~ .menu-btn .bar.top {
	width: 26px;
	-webkit-transform: rotate(45deg); 
	-ms-transform: rotate(45deg); 
	transform: rotate(45deg); 
}
.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 26px;
	top: 18px;
	-webkit-transform: rotate(-45deg); 
	-ms-transform: rotate(-45deg); 
	transform: rotate(-45deg); 
}


/*footer*/
footer {
	padding: 4rem 0;
	text-align: center;
}
/*footer*/