@media screen and (max-width: 2560px) {
	.video-contain > iframe, .sketchfab-embed-wrapper > iframe
	{width: 1920px !important; height: 1080px !important;}
	
	#page-footer {height: 3rem !important;}
	#footer-icon {width: 8rem !important; height: 2rem !important;}
}

@media screen and (max-width: 1920px) {
	.video-contain > iframe, .sketchfab-embed-wrapper > iframe
	{width: 1280px !important; height: 720px !important;}
}

@media screen and (max-width: 1280px) {
	html {font-size: 75%;}
	
	#page-footer
	{height: 2rem !important;}
	#footer-icon
	{width: 5.333rem !important; height: 1.333rem !important;}
	
	.video-contain > iframe
	{width: 100% !important; height: 540px !important;}
	.sketchfab-embed-wrapper > iframe
	{width: 960px !important; height: 540px !important;}
}

@media screen and (max-width: 800px) {
	html {font-size: 50%;}
	
	#page-footer {height: 3rem !important;}
	#footer-icon {width: 8rem !important; height: 2rem !important;}
	
	.video-contain > iframe
	{width: 100% !important; height: 360px !important;}
	.sketchfab-embed-wrapper > iframe
	{width: 640px !important; height: 360px !important;}
}

@media screen and (max-width: 400px) {
	.toggle-video
	{width: 100% !important; height: 216px !important;}
	.sketchfab-embed-wrapper > iframe
	{width: 384px !important; height: 216px !important;}
}

html {
    height: 100vh;
    width: 100vw;
    min-height: 25rem;
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    font-family: Dosis;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
    width: 100%;
    min-height: 25rem;
}

img.emoji {
	height: 1.5rem;
	margin: -0.333rem 0 0;
	padding: 0 0.05rem;
}

i {
	padding-right: 0.2rem;
}

#bodycolor {
}

#title-contain {
    position: absolute;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100vw;
    height: 100vh;
    min-height: 25rem;
    margin: auto;
    flex-direction: column;
    top: 0;
    z-index: 0;
}

#title-contain #lollie-type,
#nav-overlay #lollie-type {
    display: flex;
    position: relative;
    vertical-align: middle;
    margin-top: 1rem;
}

/* plain colors, in event that javascript fails */
#title-contain #lollie-type {
    fill: #000;
}

/* Navigation */
#nav-overlay #lollie-type {
    fill: #FFF;
}

#nav-title {
    width: 100vw;
    height: 14.375rem;
    margin-top: 1rem;
    display: grid;
    margin-bottom: 6rem;
}

#nav-ham-open {
    position: fixed;
}

#nav-ham-close {
    position: absolute;
	background-color: #000;
}

#nav-ham-open,
#nav-ham-close {
	top: 1rem;
    left: 1rem;
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    border: 0.25rem solid;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	transition: transform 150ms cubic-bezier(0.25, 0.10, 0.2, 2);
}

#nav-ham-open:hover,
#nav-ham-close:hover {
	transform: scale(1.1);
}

.nav-drop-open
{border-color: #000 !important;}
.nav-drop-open-view
{border-color: #000;}
.nav-drop-open:active, .nav-drop-open-view:active
{background-color: #fff !important;}
.nav-drop-close
{border-color: #fff;}
.nav-drop-close:active
{border-color: #fff !important;}
.nav-drop-close:active #nav-lines-close
{fill: #fff !important;}

#nav-lines-open {
	fill: #000;
	width: 2.25rem;
	height: 1.75rem;
}

#nav-lines-close {
	fill: #fff;
	width: 2.25rem;
	height: 1.75rem;
}

#nav-contain-1 {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #fff;
    background-image: url('assets/TransitionBG1.png');
    background-attachment: fixed;
    animation: bgscroll 20s linear infinite;
    z-index: 10000;
    transition: height 300ms linear;
}

#nav-contain-2 {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #000;
    z-index: 10000;
    transition: height 300ms linear;
}

#nav-contain-2.nav-contain-open,
#nav-contain-1.nav-contain-close {
    transition-delay: 300ms;
}

#nav-contain-1.nav-contain-open,
#nav-contain-2.nav-contain-close {
    transition-delay: 0ms;
}

.nav-contain-open {
    height: 100vh !important;
}

.nav-contain-close {
    height: 0vh !important;
}

#nav-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    min-height: 25rem;
    margin: auto;
    top: 0;
    z-index: 10000;
}

.nav-button {
    border-radius: 6rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
    background: transparent;
    color: #000 ;
    letter-spacing: 0.25rem;
    border: 0.25rem solid #000;
    display: flex;
    align-items: center;
    align-self: stretch;
    text-decoration: none;
	cursor: pointer;
	
}

.nav-button:hover {
    background: #000;
    border: 0.25rem solid #000;
    color: #fff;
    text-decoration: none;
}

#nav-overlay .nav-button {
    border-color: #fff;
    color: #fff;
}

#nav-overlay .nav-button:hover {
    background: #fff;
    border-color: #fff;
    color: #000 !important;
}

.title-left {
    border-left-style: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: right;
    padding-right: 2rem;
    margin-right: 2rem;
    transition: 150ms cubic-bezier(0.25, 0.10, 0.2, 1.5);
    justify-content: flex-end;
}

.title-left:hover {
    margin-right: -2rem;
}

.title-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-style: none;
    text-align: left;
    padding-left: 2rem;
    margin-left: 2rem;
    transition: 150ms cubic-bezier(0.25, 0.10, 0.2, 1.5);
    justify-content: flex-start;
}

.title-right:hover {
    margin-left: -2rem;
}

#social {
    display: flex;
    bottom: 1rem;
    flex-direction: row;
    width: 100vw;
    justify-content: center;
    z-index: 1000;
    max-height: 4rem;
    min-height: 2rem;
    position: absolute;
}

.social-site {
    display: flex;
    position: absolute;
    bottom: 1rem;
    flex-direction: row;
    width: 100vw;
    justify-content: center;
    z-index: 1000;
    font-size: 10px;
}

.social-link {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	fill: #000;
	transition: 150ms cubic-bezier(0.25, 0.10, 0.2, 1.5);
	width: 3.75rem;
	height: 3.75rem;
}

#nav-overlay .social-link {
    fill: #fff;
}

.social-link:hover {
    transform: scale(1.4);
}

.spacer {
    width: 2rem;
}

#site-contain {
    position: absolute;
    display: flex;
    width: 100vw;
    margin: auto;
    min-height: 100vh;
    top: 0;
    z-index: 0;
}

#nav-site {
    width: 100vw;
    display: grid;
    grid-template-columns: 1fr 12rem 12rem 12rem 12rem 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1.25rem;
    position: absolute;
    top: 0px !important;
    z-index: 1000;
}

.site-bar {
    font-size: 1.5rem;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    border-radius: 0 0 1rem 1rem;
    border-top-style: none;
    transition: 150ms cubic-bezier(0.25, 0.10, 0.2, 1.5);
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
}

.site-bar:hover {
    padding-bottom: 0.75rem;
    padding-top: 0.5rem;
    background: #000;
    border: 0.125rem solid #000;
    color: #fff;
    text-decoration: none;
    transition: 150ms cubic-bezier(0.25, 0.10, 0.2, 1.5);
}

/* ABOUT PAGE */

#about-contain {
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: stretch;
}

#about-contain-bg {
    background-color: rgba(255, 255, 255, 0.95);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-self: stretch;
    align-items: center;
}

#about-gradient-top {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%);
}

#about-gradient-bottom {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 100%);
}

#about-gradient-top,
#about-gradient-bottom {
    width: 100vw;
    height: 4rem;
}

#about-box {
    display: block;
    margin: 0rem;
    min-width: 20rem;
    padding: 1rem;
    overflow: hidden;
    font-size: 1.5rem;
    max-width: 62rem;
}

#about-box p {
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.about-header {
    margin-top: 0.25rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 4rem;
    font-weight: 700;
    line-height: 4rem;
	color: transparent;
	background-image: url('assets/about-header.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 4.625rem;
	height: 5rem;

}

.para-end {
    width: 1.75rem;
    height: 1.375rem;
    background-image: url('assets/ParaEnd.svg');
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    margin-top: -2rem;
    margin-bottom: -0.175rem;
    margin-left: 0.25rem;
}

#about-box p .para-end {
    width: 1.75rem;
    height: 1.5rem;
}

.about-bg {
    background-image: url('assets/TransitionBG2.png');
    background-repeat: repeat;
    background-attachment: fixed;
    animation: bgscroll 20s linear infinite;
}

@keyframes bgscroll {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 1050px -908px;
    }
}

.site-about {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* LINKS PAGE */

.site-links {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.site-links #page-footer {
	background: #fff;
	z-index: 20;
	align-self: flex-end;
}

.links-bg {
    background-image: url('assets/links-bg.svg');
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: right 6% center;
	background-size: auto calc(40vh + 8rem);
}

.links-wrapper {
	width: 64rem;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	margin: 1.75rem auto auto 6rem;
}

#links-header {
    display: block;
	height: 100vw;
	min-height: 100%;
	width:6rem;
	position: fixed;
	left:0;
	top:0;
	z-index: 10;
	background-image: url('assets/hyperlinks.svg');
	background-repeat: no-repeat;
	background-position: center 6rem;
	border-right: 0.25rem solid #000;
	background-size: 4.625rem auto;

}

.links-section {
    display: grid;
	grid-template-columns: 11rem 49rem;
    align-items: start;
    align-content: center;
	margin: 0.875rem 0;
}

.sect-title {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	height: 3rem;
	font-size: 1.5rem;
	font-weight: 800;
	background: #000;
	box-sizing: border-box;
}

.sect-bullet {
	height: 1.5rem;
	width: 1.25rem;
	border: 0.25rem solid;
	border-right: 0;
	border-radius: 1rem 0 0 1rem;
	margin-left: 0.75rem;
	box-sizing: border-box;
}

.sect-wrapper {
	position:relative;
    margin-left: 1.5rem;
}

.sect-wrapper:before {
	content: "";
	position: absolute;
	left: -1.5rem;
	width: 1.5rem;
	height: 1.55rem;
	background: transparent;
	border-bottom: 0.25rem solid #000;
	box-sizing: border-box;
}

.sect-entry {
	position:relative;
    display: flex;
	flex-direction: column;
    align-items: left;
    align-content: center;
	margin-left: 1.5rem;
	padding-left: 0.5rem;
}

.sent-lead {
	margin-bottom: 0.5rem;
	top: 0.5rem;
}

.sent-lead:before {
	content: "";
	position: absolute;
	left: -1.5rem;
	top: -0.5rem;
	width: 1.5rem;
	height: 1.55rem;
	background: transparent;
	border-bottom: 0.25rem solid #000;
	box-sizing: border-box;
}

.sent-tail:before {
	content: "";
	position: absolute;
	left: -1.5rem;
	top: -2.55rem;
	width: 1.5rem;
	height: 3.55rem;
	background: transparent;
	border-left: 0.25rem solid #000;
	border-bottom: 0.25rem solid #000;
	box-sizing: border-box;
}

.sent-title {
	font-size: 1.5rem;
    line-height: 1.0rem;
	text-align: left;
	padding-top: 0.125rem;
	font-weight: 800;
	text-decoration: none;
	display: flex;
	white-space: nowrap;
	flex-grow: 1;
}

.sect-entry a {
	margin-bottom: 0.75rem;
	text-decoration: none;
	color: #000;
}

.sent-title .icon {
	margin-top: -0.125rem;
	margin-right: 0.25rem;
	padding-bottom: 0.125rem;
	width: 2rem;
	display: inline-grid;
	justify-items: center;
}

.obj-svg {
	cursor: pointer;
}

.sent-title .obj-svg {
	width: 1.5rem;
	height: 1.5rem;
}

.sent-title .sent-url {
	font-weight: 400;
	padding: 0.25rem 0.125rem 0.125rem;
	flex-grow: 1;
	margin-left: 0.325rem;
	margin-top: -0.25rem;
}

a:hover .sent-title .sent-url {
	background-color: #000;
	color: #fff;
}

.sent-desc {
	font-size: 1rem;
    line-height: 1rem;
	text-align: left;
}



/*Generic*/
#page-footer {
	width: 100vw;
	height: 2rem;
	position: relative;
	bottom: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 20;
}

#footer-icon {
	fill: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 4rem;
	height: 1rem;
}

#nav-bar {
    display: block;
	width: 100vw;
	height:6rem;
	position: fixed;
	z-index: 10;
	background-image: url('assets/gal-works.svg');
	background-repeat: no-repeat;
	background-position: calc(100vw - 18rem) center;
	background-size: auto 4.625rem;
}

.no-wrap {
	white-space: nowrap;
}

/*Gallery Page*/
.site-gallery {
	width: 100vw;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.site-gallery #page-footer .footcol {
	fill: #fff;
}

.gal-wrapper {
	padding-top: 6rem;
	width: 100vw;
	display: flex;
	flex-direction: row;
	align-items: baseline;
	flex-wrap: wrap;
	align-content: center;
	margin-top: auto;
	padding-bottom:3rem;
	justify-content: center;
}

.gal-entry {
	width: 33.75rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 3rem 1.5rem 0rem;
	text-decoration: none;
}

.gal-entry a:hover {
	text-decoration: none;
}

.gal-entry .ent-thumbbox {
	width: 33.75rem;
	height: 33.75rem;
	background: var(--bgc);
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.gal-entry a:hover .ent-titlelink.ent-invert {
	background: var(--ac2) !important;
	color: var(--bgs) !important;
}

.gal-entry a:hover .ent-titlelink.ent-ac1 {
	color: var(--ac1) !important;
}

.gal-entry a:hover .ent-titlelink.ent-white {
	color: white !important;
}

.gal-entry a:hover .ent-titlelink.ent-ac1invert {
	background: var(--ac1) !important;
	color: var(--bgs) !important;
}

.gal-entry .ent-thumbbox .ent-thumbimg {
	display: block;
	margin: 0.25rem;
	flex-grow: 1;
	background-repeat: no-repeat;
	background-size: contain;
	transition: 100ms ease-out;
	box-shadow: inset 0 0 0 0rem #fff;
}

.gal-entry a:hover .ent-thumbbox .ent-thumbimg {
	box-shadow: inset 0 0 0 1.25rem var(--bgs);
}

.gal-entry a:hover .ent-thumbbox .ent-thumbimg.ent-invert {
	box-shadow: inset 0 0 0 1.25rem var(--ac2) !important;
}

.gal-entry a:hover .ent-thumbbox .ent-thumbimg.ent-ac1invert {
	box-shadow: inset 0 0 0 1.25rem var(--ac1) !important;
}

.gal-entry .ent-thumbbox .ent-thumbimg .ent-rma,
.gal-entry .ent-thumbbox .ent-thumbimg .ent-r18 {
	display: block;
	padding: 0.25rem;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 3rem;
	background-position: bottom 0.25rem left 0.25rem;
	transition: 100ms ease-out;
	backdrop-filter: blur(1rem);
}

.ent-rma {
	background-image: url('assets/rating-mature.png');
}

.ent-r18 {
	background-image: url('assets/rating-18.png');
}

.gal-entry a:hover .ent-thumbbox .ent-thumbimg .ent-rma,
.gal-entry a:hover .ent-thumbbox .ent-thumbimg .ent-r18 {
	backdrop-filter: blur(0rem);
}

.ent-titlebox {
	width: 100%;
	margin-top: 0.5rem;
	display: flex;
	align-items: top;
	justify-content: space-between;
}

.gal-entry .ent-titlebox .ent-titlebullet {
	min-width: 1.5rem;
	min-height: 1.5rem;
	max-width: 1.5rem;
	max-height: 1.5rem;
	margin-right: 0.5rem;
	margin-top: 0.25rem;
	background: var(--bgc);
}

.ent-titlelink {
    font-weight: 700;
	font-size: 1.75rem;
	text-decoration: none;
	color: #000;
	width: 100%;
	padding: 0.125rem 0 0.25rem 0.3rem;
	min-height: 2rem;
	line-height: 1.75rem;
	box-sizing: border-box;
	text-align: justify;
}

.gal-entry a:hover .ent-titlebox .ent-titlelink {
	background: var(--bgs);
	color: var(--ac2);
	text-decoration: none;
	transition: 100ms ease-out;
}

.gal-entry a:hover .ent-titlelink.ent-invert {
	background: var(--ac2) !important;
	color: var(--bgs) !important;
}

.ent-type {
	font-weight: 600;
	width: 100%;
	font-size: 1rem;
	line-height: 1rem;
	margin-top: 0.375rem;
	letter-spacing: -0.01rem;
}

.ent-type span {
	display: inline-block;
}

.ent-brief {
	width: 100%;
	font-size: 1.25rem;
	margin-top: 0.125rem;
	font-weight: 400;
	line-height: 1.5rem;
}

/*Entry View Page*/

.site-view {
	width: 100vw;
	background: #ccc;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#image-contain {
	margin: 0;
	width: 100vw;
	overflow-x: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 2rem;
	color: var(--ac2);
}

#image-entry {
	overflow-x: auto;
	max-width: 100vw;
}

.view-image {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center; 
	transition: 250ms ease-in-out;
}

#image-contain video {
	height: 90vh;
}

#image-contain video .para-end {
	width: 2.625rem;
	height: 2.0625rem;
	margin-bottom: -0.2625rem;
}

.view-image-rest {cursor: zoom-in;}
.view-image-zoom {cursor: zoom-out;}

.view-first {margin-top: 5vh !important;}
.view-lead {margin-top: 3rem !important;}
.view-tail {margin-bottom: 3rem !important;}


.video-contain {
	width: 100vw;
	padding: 0.625rem 0;
	background: linear-gradient(rgba(0,0,0,0.0) 0%, rgba(0,0,0,1.0) 1%, rgba(0,0,0,1.0) 99%, rgba(0,0,0,0.0) 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tap-zoom {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

.view-infobox {
	width: 61.25rem;
	border-radius: 0.75rem;
	background: #fff;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 3rem 0 2.25rem;
	padding: 1rem 0;
}

.vib-header {
	width: 59.25rem;
	flex-direction: column;
	align-items: center;
}

.vib-title {
    font-weight: 700;
	font-size: 3rem;
	color: #000;
	min-height: 3rem;
	line-height: 3rem;
	margin-top: -0.75rem;
	width: 100%;
	text-align: center;
}

.vib-type {
    font-weight: 700;
	font-size: 1rem;
	color: #000;
	width: 100%;
	min-height: 0.75rem;
	line-height: 0.75rem;
	text-align: center;
	margin: 0.75rem 0 0.25rem;
}


.vib-divider {
	width: 100%;
	height: 0.25rem;
	background: #000;
	border-radius: 0.5rem;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.vib-body {
	flex-direction: row;
	align-items: flex-start;
	display: flex;
	justify-content: space-around;
	width: 100%;
	flex-wrap: nowrap;
}

.vib-desc p, .vib-desc ul, .vib-desc blockquote {
	font-size: 1.333rem;
	line-height: 1.666rem;
	margin: 0.75rem 0;
	width: 43.75rem;
	font-weight: 400;
}

.vib-desc li {
	margin: 0.5rem 0;
}

.vib-desc blockquote {
	border-block: 0.25rem dotted #ddd;
	background: linear-gradient(90deg, #fff 0%, #f8f8f8 2.5%, #f8f8f8 97.5%, #fff 100%);
	padding: 1rem 2rem;
}

.vib-desc a {
	color: var(--ac1);
	font-weight: 600;
	transition: 100ms ease-out;
}

.vib-desc a:hover {
	background-color: var(--bgs);
	color: var(--ac2);
	text-decoration: none;
}

.vib-desc a.nb {
	white-space: nowrap;
}

.vib-desc hr {
	width: 25%;
	height: 0.25rem;
	background: var(--ac1);
	border: 0;
	border-radius: 0.5rem;
	margin-top: 1.5rem;
	margin-bottom: 1.25rem;
}

.vib-caption {
	text-align: center;
	margin: 1.5rem 0;
}
.vib-caption > p {
	margin: 1.5rem 0;
}

.vib-footer {
	width: 59.25rem;
	margin-top: 2rem;
	flex-direction: column;
	align-items: center;
}

.vib-footerlinks {
	display: flex;
	justify-content: space-evenly;
}

#vib-kofi, #vib-twit, #vib-twrt, #vib-fb, #vib-tum, #vib-co, #vib-ws, #vib-bsky, #vib-bsrp {
	font-size: 1.25rem;
	line-height: 1.25rem;
	padding: 0.25rem 0.75rem 0.25rem 0.625rem;
	border: 0.25rem solid var(--ac1);
	border-radius: 2rem;
	color: var(--ac1);
	box-sizing: border-box;
	text-decoration: none;
	transition: 100ms ease-out;
}
#vib-kofi:hover, #vib-twit:hover, #vib-twrt:hover, #vib-fb:hover, #vib-tum:hover, #vib-co:hover, #vib-ws:hover, #vib-bsky:hover, #vib-bsrp:hover {
	background: var(--ac1);
	color: #fff;
}
#vib-fb { /* Get the fuck out of here facebook */
	display:none;
}

.vib-footerlinks .fas, .vib-footerlinks .fab, .vib-footerlinks .fa-brands {margin-right: 0.5rem;}
.fa-mug-hot {margin-left: 0.25rem;}
.title-left .fas, .title-left .fab, .title-left .fa-brands {margin-left: 1rem;}
.title-right .fas, .title-right .fab, .title-right .fa-brands {margin-right: 1rem;}

.vib-links {
	width: 11.625rem;
	flex-direction: column;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

#link-header {
	width: 11.625rem;
	height: 4.75rem;
	margin-top:0.5rem;
}
#link-header.hlcol {background-color: transparent !important;}

.link-entry {
	width: 11.25rem;
	margin: 1.5rem 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-decoration: none;
}

.link-entry a:hover {
	text-decoration: none;
}

.link-entry .link-thumbbox {
	width: 11.25rem;
	height: 11.25rem;
	background: var(--lbgs);
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.link-thumbbox.halfbox {
	height: 5.625rem !important;
}

.link-entry .link-thumbbox .link-thumbimg {
	display: block;
	flex-grow: 1;
	margin: 0.25rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	transition: 100ms ease-out;
	box-shadow: inset 0 0 0 0rem #fff;
}

.halfbox .link-thumbimg {
	background-size: cover !important;
}

.link-entry a:hover .link-thumbbox .link-thumbimg {
	box-shadow: inset 0 0 0 0.5rem var(--lbgs);
}

.link-titlebox {
	width: 100%;
	margin-top: 0.375rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.link-titlelink {
    font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	text-align: left;
	line-height: 1rem;
	color: #000;
	width: 100%;
	padding: 0.125rem 0.25rem 0.125rem;
	min-height: 1rem;
	box-sizing: border-box;
	border-left: 0.5rem dash var(--lbgs);
}

.link-entry a:hover .link-titlebox .link-titlelink {
	background: var(--lbgs);
	color: var(--lac2);
	text-decoration: none;
	transition: 100ms ease-out;
}

.view-detail {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	margin: 0 0 0;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
}

.view-detail img {
	max-width: 100vw;
	height: auto;
	margin: 0rem;
	object-fit: contain;
}

.view-detail video {
	object-fit: contain;
	max-width: 100vw;
	height: auto;
}

/* Embed Specific Classes */
.emb-soundcloud {
	width: 61.25rem;
	height: 24rem;
}