@font-face {
	font-family: "NB Television";
	src: url('type/NB Television Pro Regular.otf') format('opentype');
	}

@font-face {
	font-family: "NB Television";
	src: url('type/NB Television Pro 2D.otf') format('opentype');
    font-weight: bold;
	}

    @font-face {
	font-family: "NB Television";
	src: url('type/NB Television Pro 3D.otf') format('opentype');
    font-style: italic;
	}

@font-face {
	font-family: "Editorial New";
	src: url('type/EditorialNew-Regular.otf') format('opentype');
	}

html, body {
	padding:0;
	margin:0;
	border:0;
	}

body {
	font-family: NB Television;
	font-size: 14px;
	color: black;
	width: 100vw;
    /*background-color: rgb(233, 249, 230);*/
}

a {
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; opacity: 0.2; }

.header {
	float: left;
	position: fixed;
	left: 1vw;
	top: 1vw;
    line-height: 1.2;
    color: black;
    z-index: 0;
    overscroll-behavior: contain;
	}

.hide {
    opacity: 0;
}

.content {
    width: 100vw;
    min-height: 100vh;
    padding: 1vw;
    padding-left: 180px;
    display: flex;
    flex-direction: column;
    overflow-wrap: break-word; 
}

.image {
    width: 50vw;
    border: solid 1px black;
    box-sizing: border-box;
}

.medium {
    font-size: 56px;
}
.large {
    font-size: 110px;
}

.link-container {
    font-size: 14px;
}

.link-text {
    padding: 5px 10px 5px 10px;
    background-color: black;
    color: white;
    justify-content: center;
    margin: auto;
}

.link-text a,
.link-text a:link,
.link-text a:visited,
.link-text a:hover {
    color: #fff !important;
}

.pp-image {
    width: 400px;
    border: solid 1px black;
    box-sizing: border-box;
}

.pp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5vw;
    width: 50vw;
}

.pp-grid img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border: 1px solid black;
    transition: transform 0.2s ease, z-index 0s 0.2s;
    grid-column: auto;
    box-sizing: border-box;
}

.wtp-main-image {
    width: 50vw;
    border: solid 1px black;
    box-sizing: border-box;
}

.excerpt {
    width: 50vw;
    line-height: 1.5;
}

.sign {
    float: right;
    width: 50%;
    height: auto;
    margin-left: 1rem;
    margin-bottom: 0rem;
    border: solid 1px black;
    box-sizing: border-box;
}

.excerpt-text {
    text-align: justify;
    font-family: Editorial New;;
}

.prada-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .25vw;
    width: 50vw;
}

.prada-grid img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border: 1px solid black;
    transition: transform 0.2s ease, z-index 0s 0.2s;
    grid-column: auto;
    box-sizing: border-box;
}

.prada-grid img:hover {
    opacity: 0.8;
    cursor: pointer;
}


/* Overlay styles */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
}

.overlay img {
    max-width: 90%;
    max-height: 90%;
    border: 1px solid #000;
}

@media screen and (max-width: 800px) {
body {
    font-size: 12px;
}
    .hide {
    display: none;
}
.medium {
    font-size: 18px;
}
.large {
    font-size: 48px;
}
.content {
    padding-left: 120px;
    width: calc(100vw - 120px);
}

.image {
    width: 70vw;
}

.pp-image {
    width: 200px;
}

.wtp-main-image {
    width: 70vw;
}

.excerpt {
    width: 70vw;
}

.sign {
    float: right;
    width: 55%;
    margin-left: 1vw;
    margin-bottom: 1vw;
}
.prada-grid {
    width: 70vw;
    grid-template-columns: repeat(3, 1fr);
}
}
