@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');

body {
	font-family: 'Mukta', sans-serif;
	font-size: 14pt;
	margin: 0;
	padding-bottom: 3em;
    background: #fff;
}

body > header {
    padding-top: 3em;
}

body > section, body > header, body > footer {
	width: 65em;
	margin: auto;
}

body > header hgroup {
    float: left;
    line-height: 1.3;
}

body > header h1 {
    text-transform: uppercase;
    font-size: 30pt;
    font-weight: 600;
    padding: 0;
    margin: 0;
    color: #aaa;
}

body > header h2 {
    text-transform: uppercase;
    font-size: 24pt;
    font-weight: 600;
    padding: 0.5em 0 0 0;
    margin: 0;
    color: #444;
}

body > header hgroup p {
    font-size: 14pt;
    padding: 0;
    margin: 0; 
    text-transform: lowercase;
    font-weight: 200;
    color: #444;
}

body > header nav {
    float: right;
    padding-top: 5.7em;
}

body > header nav ul {
	padding: 0;
	margin: 0;
}

body > header nav li {
	display: inline;
	padding-right: 1em;
	text-transform: uppercase;
}

body > header > p {
    padding: 0;
    margin: 0;
}

body > header a {
	font-size: 14pt;
	color: #444;
    text-decoration: none;
}

body > header nav .selected {
    text-decoration: underline;
    color: #000;
}

body > header nav a:hover {
	color: #fff;
	background: #000;
}

.top-level {
    clear: both;
    padding-top: 3em;
}

.top-level > article > p, .top-level > article > ul {
    width: 40em;
    font-size: 13pt;
}

.top-level > article h2 {
    font-size: 18pt;
}

article a {
    color: #000;
    /* color: rgb(12, 36, 71); */
    /* text-decoration: none; */
}

article a:hover {
    /* text-decoration: underline; */
    color: rgb(0, 53, 133);
}

.top-level img {
    width: 400px;
    padding: 5px;
    /* border: 1px #000 solid; */
    box-shadow: #444 2px 2px 4px;
    float: right;
    margin: 0 1em;
}

.top-level > h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 24pt;
    margin-bottom: 0;
}

.sample-video {
    clear: both;
    padding-top: 2.5em;
}

.sample-video .video {
    float: left;
}

.sample-video .video-about {
    color: #444;
    font-size: 14pt;
    float: left;
    width: 400px;
    padding-left: 2em;
    padding-top: 0;
}

.sample-video .video-about p {
    line-height: 1.3;
}

.sample-video .video-about h1 {
    padding-top: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.contact {
    display: inline-block;
    /* padding-left: 30px; */
    width: 600px;
    color: rgb(42, 46, 54);
    font-size: 80%;
    position: relative;
}

.contact address {
    text-align: right;
    display: table-cell;
    border-right: 1px rgb(97, 151, 233) solid;
    padding-right: 1.5em;
    font-style: normal;
}

.contact address p {
    margin: 0;
    word-break: keep-all;
}

.contact address span {
    font-style: normal;
}

.contact address::after {
    content: "@";
    font-style: normal;
    font-size: 24pt;
    color: rgba(158, 188, 255, 0.2);
}

.contact > div {
    display: table-cell;
    padding-left: 1.5em;
}

.contact ul {
    list-style-position: inside;
    padding-left: 0;
}

footer {
    padding-top: 3.5em;
    clear: both;
    text-align: center;
    font-size: 11pt;
    color: #777;
}

footer p {
    border-top: 1px #444 solid;
    padding-top: 0.5em;
    width: 45em;
    margin: auto;
}

footer a {
    color: #000;
    /* text-decoration: none; */
}

#categories {
    margin: auto;
    position: relative;
    left: -1em;
}

#categories, #categories tr, #categories td {
    border-collapse: collapse;
    border: 0.8em #fff solid;
    text-align: center;
}

#categories td:hover {
    border: 2px #fff solid;
    border-collapse: collapse;
}

#categories td a {
    font-weight: 200;
    color: inherit;
    text-decoration: none;
    padding: 93px 19px 93px 19px;
    display: block;
    background: rgba(248, 246, 255, 0.6);
    width: 355px;
    height: 75px;
    opacity: 0;
    color: #000;
}

#categories a p {
    font-size: 12pt;
    text-shadow: #aaa 0 0 3px;
    text-transform: capitalize;
    margin: 0;
    padding: 0.4em 0;
}

#categories a p:first-child {
    font-size: 16pt;
    padding-top: 0;
}

#categories tr {
    height: 14em;
}

#categories td {
    width: 392px;
    height: 261px;
    padding: 0;
    background-size: cover;
}

#categories td a:hover {
    opacity: 1.0;
    transition: opacity 0.5s ease-in-out;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#studio-shoots-sets {
    background: url('studio-shoots-sets.jpg') center no-repeat;
}

#studio-shoots-green-screen {
    background: url('studio-shoots-green-screen.jpg') center no-repeat;
}

#location-shoots {
    background: url('location-shoots.jpg') center no-repeat;
}

#remote-productions {
    background: url('remote-productions2.jpg') center no-repeat;
}

#podcasts {
    background: url('podcasts.jpg') center no-repeat;
}

#animations {
    background: url('animations.jpg') center no-repeat;
}

#event-videos {
    background: url('event-videos.jpg') center no-repeat;
}

#feature-documentary {
    background: url('feature-documentary.jpg') center no-repeat;
}

#passion-projects {
    background: url('passion-projects.jpg') center no-repeat;
}
