@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; */
    padding: 0 1em 3em 1em;
}

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 0 0 0;
    margin: 0;
    color: #444;
}

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

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

body > header nav {
    float: left;
    padding: 1em 0 1em 0;
}

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: 12pt;
	color: #444;
    text-decoration: none;
}

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

article img {
    width: 50%;
    padding: 10px;
    border: 1px #444 solid;
    box-shadow: rgb(187, 187, 187) 0 3px 3px;
}

footer {
    font-size: 11pt;
    text-align: center;
    border-top: 1px rgb(112, 112, 112) solid;
    margin-top: 3em;
}

a {
    color: #000;
}

iframe {
    width: 90%;
}

.top-level h1 {
    clear: both;
}

.contact address {
    border-left: 1px rgb(97, 151, 233) solid;
    padding-left: 1.5em;
    font-style: normal;
}

.contact address p {
    margin: 0;
}

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

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

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

td a {
    display: block;
    text-decoration: none;
    text-shadow: #444 1px 2px 3px;
    font-weight: 500;
    color: #fff;
}

td a p {
    margin: 0;
    padding: 0;
}

br {
    display: none;
}

tr {
    width: 100%;
}

table {
    width: 100%;
}

td {
    text-align: center;
    padding-top: 1em;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    height: 6em;
    margin: 0.5em 0 0.5em 0;
    background-size: cover !important;
}

#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;
}
