@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf');
  font-weight: normal;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf');
  font-weight: lighter;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    background: black;
}

html {
    font-size: 14px;
}

#portrait-bg
{
    display: none;
    position: fixed;
    width: 100%;
    height: 46%;
    background-color: rgb(255, 128, 40);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url('../images/hero-octopus16.jpg');
}

#NW {
    background-color: rgb(255, 128, 40);
    background-repeat: no-repeat;
    background-size: auto 110%;
    background-position: center center;
    background-image: url('../images/hero-octopus16.jpg');
    position: fixed;
    width: 50%;
    height: 60%;
    top: 0;
    left: 0;
    text-align: center;
}

#NE {
    position: fixed;
    width: 50%;
    height: 60%;
    top: 0;
    left: 50%;
    background: rgb(32, 32, 32);
    text-align: center;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

#SW {
    position: fixed;
    width: 50%;
    height: 40%;
    top: 60%;
    left: 0;
    background: rgb(32, 32, 32);
    text-align: center;
}

#SE {
    position: fixed;
    width: 50%;
    height: 40%;
    top: 60%;
    left: 50%;
    background: rgb(32, 32, 32);
    overflow: hidden;
}

#info-header {
    background-size: cover;
    background-image: url('../images/specs-bg.jpg');
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    align-items: center;
    justify-content: center;
}

.info-parallax-bg {
    background-position: center;
    background-repeat: no-repeat;
}

#info-links-container {
    padding-top: 2em;
	padding-bottom: 1em;
    white-space: nowrap;
}

#title {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

h1 {
    font-size: min(7.55vw, 16vh);
    font-weight: normal;
    padding: 0;
    line-height: min(6.1vw, 13vh);
    color: white;
    text-transform: uppercase;
}

#title-word-octopus {
    color: rgb(255, 128, 40);
    font-weight: bold;
}

#title-word-camera {
    font-size: min(9.2vw, 19.5vh);
}

#title-logo-octopus {
    width: min(30vw, 64vh);
}

#title-word-16 {
    font-weight: bold;
    padding: 0;
    padding-left: 0.1em;
    margin-top: 0.05em;
    color: white;
    text-transform: uppercase;
    font-size: min(6.5vw, 14vh);
}

h2 {
    font-size: 1.75em;
    /*3.5vh;*/
    font-weight: lighter;
    text-transform: uppercase;
    color: white;
    padding: 0em;
    margin: 0.0em;
    margin-left: 1em;
    margin-right: 1em;
    letter-spacing: 0.0em;
}

h3 {
    font-size: 1.4rem;
    font-weight: lighter;
    text-transform: uppercase;
    color: white;
    padding: 0em;
    margin: 0em;
    margin-bottom: 0.5em;
    padding-top: 1em;
	padding-bottom: 0.2em;
    letter-spacing: 0.05em;
}

h4 {
    font-size: 1.2rem;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
    margin: 0em;
    margin-bottom: 1em;
    padding: 1em;
    padding-bottom: 0em;
    padding-top: 0.0em;
    letter-spacing: 0.05em;
}

#company-bar {
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, 0);
    left: 50%;
    top: 0.75em;
    margin: 0;
    padding: 0;
    padding-top: 1px;
    padding-right: 0.5em;
    padding-left: 0.5em;
    color: white;
    background: rgba(32, 32, 32, 0.8);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
    border-radius: 0.75em;
    text-align: center;
}

#social-bar {
    position: absolute;
    bottom: 1em;
    transform: translate(-50%, 0);
    left: 50%;
    color: white;
    white-space: nowrap;
    vertical-align: middle;
	background: rgba(32, 32, 32, 0.8);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
    border-radius: 1em;
	padding: 0.3em;
    padding-left: 0.5em;
}

.social-action {
    padding: 0.25em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin: 0.75em;
    margin-left: 0.25em;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    border-radius:
        /*15px*/
        0.5em;
    border: 0.15em solid rgb(255, 128, 40);
    cursor: pointer;
    background-color: rgba(32, 32, 32, 0.75);
    vertical-align: middle;
}

.social-action:hover {
    border: 0.15em solid white;
}

.social-bar-icon {
    width: auto;
    height: 2.3em;
    vertical-align: middle;
    padding: 0.3em;
}

.social-bar-icon:hover {
    cursor: pointer;
    filter: brightness(1000%);
}

#company-logo {
    font-size: 1.7em;
    display: inline-block;
    font-weight: lighter;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 0.2em;
    margin: 0;
	margin-right: 1.5em;
	white-space: nowrap;
}

#company-logo-svg
{
    height: 0.75em;
}

.lowercase {
    text-transform: lowercase;
}

.emphasis {
    letter-spacing: 0.2em;
    color: rgb(255, 128, 40);
    font-weight: bold;
}

.emphasis-nospacing {
    letter-spacing: 0.025em;
    color: rgb(255, 128, 40);
    font-weight: bold;
    white-space: nowrap;
}

.hamburger {
	text-align: left;
	width: 1em;
	margin-right: 1em;
	display: inline-block;
    opacity: 0.75;
    font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.hamburger:hover {
	opacity: 1;
}

p {
    font-weight: lighter;
    letter-spacing: 0.05em;
    padding: 0em;
    margin: 0em;
    margin-top: 1em;
    margin-bottom: 1em;
    color: white;
    line-height: 150%;
}

.footnote {
    font-size: 0.5rem;
    color: rgb(128, 128, 128);
    margin: 1em;
    padding-bottom: 1em;
}

.industry-logo-img {
    padding: 1em;
    height: 4em;
}

#play-footage-button {
    display: none;
}

.hamburger-links
{
	font-size: 1.2em;
	color: rgb(192,192,192);
    font-weight: bold;
	text-decoration: none;
	line-height: 2.3em;
}
.hamburger-links:hover
{
	color: white;
}

.info-links {
    padding: 0.25em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin: 0.75em;
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    border-radius:
        /*15px*/
        0.5em;
    border: 0.15em solid rgb(255, 128, 40);
    cursor: pointer;
}

.info-links:hover {
    border: 0.15em solid white;
}

.fit-width {
    width: 100%;
    height: auto;
}

#showreel {
    width: 101%;
    height: 101%;
    object-fit: cover;
	background-color: black !important;
}

.video-overlay {
    font-size: 0.8em;
    position: absolute;
    right: 0;
    bottom: 15%;
    z-index: 100;
    color: white;
    margin-right: 0;
    /*1em;*/
    margin-top: 1em;
    text-align: right;
    font-weight: lighter;
    background-color: rgba(32, 32, 32, 0.95);
    /*text-shadow: 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000;*/
    padding: 0.5em;
}

.video-cover {
    background-image: url('../images/footage-title.jpg'), url('../images/footage-title-hover.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.video-cover:hover {
    cursor: pointer;
    background-image: url('../images/footage-title-hover.jpg');
}

.new-product-menu-hint {
    vertical-align: super;
    font-size: 0.4em;
    text-transform: uppercase;
    background-color: red;
    padding-left:0.5em;
    padding-right:0.5em;
    border-radius: 0.5em;
    margin-left: -0.75em;
}

.new-product-hint {
    vertical-align: super;
    font-size: 0.6em;
    text-transform: uppercase;
    background-color: rgb(192,32,32);
    padding-left:0.5em;
    padding-right:0.5em;
    border-radius: 0.5em;
    margin-left: -0.2em;
    color: white;
}

table {
    border-collapse: collapse;
    border-style: hidden;
    margin-top: 1em;
}

th,
td {
    font-weight: normal;
    font-size: 0.9em;
    padding: 1em;
    /*padding-top: 1.5em;
    padding-bottom: 1.5em;*/
    border: 1px solid rgba(255, 128, 40, 0.2);
    color: rgb(192, 192, 192);
    line-height: 200%;
    width: 14em;
}
