@charset "utf-8";
/* CSS Document */
:root {
	-text:#000;
	--col1:#29a2c2;
	--col2:#fff;
}
/** Menu Start**/
.menu-btn {
    display: none;
}
.menu-icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border: none;
    outline: none;
    margin: 0;
    cursor: pointer;
    z-index: 7;
    position: absolute;
    right: 0;
}
.navicon {
    position: relative;
    transition: background .2s ease-out;
    width: 1.5rem;
    height: 0.25rem;
    background: var(--col1);
    border-radius: 0.313rem;
}
.navicon::after {
    content: '';
    width: 1rem;
    height: 0.25rem;
    background: var(--col1);
    border-radius: 0.313rem;
    position: absolute;
    top: 0.5rem;
    right: 0;
}
.menuoverlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 5;
    display: none;
}
.header .menu-btn:checked ~ .menuoverlay {
	display:block;
}
.header .menu {
    clear: both;
    transition: bottom .2s ease-out;
    display: flex;
    flex-direction: column;
	margin: auto;
    padding: 1rem;
    list-style: none;
    overflow: hidden;
    position: fixed;
    bottom: -70vh;
    height: calc(70vh - 2rem);
    border-radius: 1rem 1rem 0 0;
    left: 0;
	right: 0;
	width: 22rem;
	background:var(--col1);
	z-index: 2;
}
.header .menu-btn:checked ~ .menu {
    bottom: 0;
    z-index: 6;
    left: 0;
    background: var(--col1);
    width: 22rem;
}
.menu-buttons button {
    display: flex;
    flex-direction: column;
    background-color: var(--col2);
    border: none;
    color: #000;
    height: 3rem;
    padding: 2rem 0 2rem 3rem;
    background-repeat: no-repeat;
    background-size: 7%;
    background-position: left center;
    justify-content: center;
    margin: 0 0 1rem 0;
    width: -webkit-fill-available;
    cursor: pointer;
    border-radius: 1rem;
    font-family: 'Baloo 2';
}
/** Menu End**/
body {
	padding:0;
	margin:0;
	font-family: 'Baloo 2', sans-serif;
	background:var(--col1);
}
p {
	margin:0;
	padding:0;
}
.body-container {
    width: 35rem;
    min-height: 98vh;
    background: var(--col2);
    border-radius: 2rem 2rem 0 0;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 2vh auto 0 auto;
    flex-direction: column;
    border-right: 0.25rem solid #1c7289;
    border-left: 0.25rem solid #1c7289;
    position: relative;
}
.content-container {
    width: -webkit-fill-available;
    padding: 1.75rem 2rem 0 2rem;
}
.logo-font {
	font-family: 'Cooper Black';
	margin:0;
	padding:0;
}
.text-caps{
	text-transform:uppercase;
}
.text-white {
	color:var(--col2);
}
.text-blue{
	color:var(--col1);
}
.font-big {
    font-size: 1.75rem;
    line-height: 1.75rem;
    letter-spacing: -0.075rem;
}
.font-md {
    font-size: 1.25rem;
    line-height: 1.25rem;
    letter-spacing: -0.05rem;
}
.font-sm {
    font-size: 1rem;
    line-height: 1rem;
}
.font-xs {
    font-size: 0.85rem;
    line-height: 1rem;
}
.font-md span{
	color:var(--col1);
}
.weight-400 {
	font-weight:400;
}
.weight-500 {
	font-weight:500;
}
.weight-600 {
	font-weight:600;
}
.weight-700 {
	font-weight:700;
}
.weight-800 {
	font-weight:800;
}
.width-6{
	width:6rem;
}
.width-8{
	width:8rem;
}
.width-20{
	width:20rem;
}
.mlr-075rem{
	margin:0 0.75rem;
}
.mtb-075rem{
	margin:0.75rem 0;
}
.mlr-1rem{
	margin:0 1rem;
}
.mtb-1rem{
	margin:1rem 0;
}
.mt-1rem{
	margin:1rem 0 0 0;
}
.social-icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: fit-content;
    justify-content: center;
    margin: auto;
}
.social-icons img {
    width: 1.25rem;
    margin: 0.25rem;
}
.black-capsule {
    background: var(--col1);
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    padding: 0.5rem 1rem;
    border-radius: 10rem;
    font-size: 1rem;
}
/** Gallery Start **/
.carousel {
    background: var(--col1);
    width: -webkit-fill-available;
    padding: 0 1rem 1rem 1rem;
	position:relative;
}
.gallery {
    margin: 0.75rem 0 0 0;
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    will-change: transform;
    user-select: none;
    cursor: pointer;
	display:flex;
}
.gallery::-webkit-scrollbar {
    display: none;
}
.gallery a {
    background: var(--col2);
    display: flex;
    width: 8rem;
    height: 8rem;
    border-radius: 1rem;
    text-decoration: none;
    color: #000;
    margin: 0 1rem 0 0;
    flex-shrink: 0;
	display: flex;
}
.gallery a p{
    width: -webkit-fill-available;
    text-align: center;
    align-self: end;
    background: var(--col2);
    border-radius: 0 0 1rem 1rem;
    line-height: 2rem;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: -0.045rem;
}
/** Gallery End **/
.footer {
    width: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
.footer a {
    background: #000;
    color: var(--col2);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    letter-spacing: -0.025rem;
    width: -webkit-fill-available;
    font-size: 0.85rem;
	text-decoration: none;
}
.thumbnail {
	background-position: center!important;
    background-size: cover!important;
    background-repeat: repeat!important;
}
.social-vcard{background-image: url(../images/thumbnails/heyfindme-social-vcard.jpg)!important;}
.followers{background-image: url(../images/thumbnails/heyfindme-new-followers.jpg)!important;}
.testimonials{background-image: url(../images/thumbnails/heyfindme-testimonial.jpg)!important;}
.self-promotion{background-image: url(../images/thumbnails/heyfindme-self-promotion.jpg)!important;}
.hashtagprofile{background-image: url(../images/thumbnails/heyfindme-profile.jpg)!important;}
.qrvcard{background-image: url(../images/thumbnails/heyfindme-qrvcard.jpg)!important;}
.icecard{background-image: url(../images/thumbnails/heyfindme-ice.jpg)!important;}
.travel-tag{background-image: url(../images/thumbnails/heyfindme-travel.jpg)!important;}

@media only screen and (min-width: 0px) and (max-width: 767px) {
body {
    background: var(--col2)!important;
}
.body-container {
    height: unset!important;
    width: -webkit-fill-available!important;
    padding: 0!important;
    margin: 0!important;
    border: none!important;
    border-radius: 0!important;
	min-height: auto;
}	
.font-big {
    font-size: 2rem!important;
    line-height: 2rem!important;
    letter-spacing: -0.075rem!important;
}
.font-md {
    font-size: 1.25rem!important;
    line-height: 1.25rem!important;
    letter-spacing: -0.05rem!important;
}
.font-sm {
    font-size: 1rem!important;
    line-height: 1rem!important;
}
.content-container {
    background-size: 22rem!important;
}
.carousel {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.header .menu-btn:checked ~ .menu, .header .menu {
    width: -webkit-fill-available!important;
}
.gallery a p {
    font-size: 1rem!important;
}
.footer {
    padding: 1rem!important;
    position: fixed;
    bottom: 0;
}
.footer a {
    font-size: 1rem;
}
}

@media only screen and (min-width: 767px) and (orientation: portrait) {
.body-container {
    width: 100%!important;
    min-height: 100vh!important;
    border-radius: 0!important;
    justify-content: center;
    margin: 0!important;
    border-right: 0!important;
    border-left: 0!important;
}
.width-20 {
    width: 40rem!important;
}
.font-big {
    font-size: 3rem!important;
    line-height: 3rem!important;
    letter-spacing: -0.2rem!important;
}
.font-md {
    font-size: 2rem!important;
    line-height: 2rem!important;
    letter-spacing: -0.075rem!important;
}
.font-sm {
    font-size: 1.5rem!important;
    line-height: 2rem!important;
}
.font-xs {
    font-size: 1.25rem!important;
    line-height: 1.25rem!important;
}
.social-icons img {
    width: 2rem!important;
    margin: 0.5rem!important;
}
.gallery a {
    width: 12rem!important;
    height: 12rem!important;
}
.gallery a p {
    font-size: 1.25rem!important;
}
.footer a {
    padding: 1rem 1rem!important;
    font-size: 1.25rem!important;
}
.header .menu-btn:checked ~ .menu {
    width: -webkit-fill-available!important;
}
.menu-buttons button {
    padding: 3rem 0 3rem 2rem!important;
}
}