/*   
Theme Name: Oceanic
Theme URI: https://oceanic.pro
Description: WU... CHANG... WU... CHANG...
Author: Vern Smith
Author URI: https://websmith.international
Version: 1.0
*/


body {
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.0125em;
    line-height: 1.25;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/*
@font-face
*/

@font-face {
    font-family: 'Neutra';
    src: local('NeutraText-Demi'),
        url('_fonts/NeutraText-Demi.woff2') format('woff2'),
        url('_fonts/NeutraText-Demi.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neutra';
    src: local('NeutraText-Bold'),
        url('_fonts/NeutraText-Bold.woff2') format('woff2'),
        url('_fonts/NeutraText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neutra';
    src: local('NeutraText-DemiItalic'),
        url('_fonts/NeutraText-DemiItalic.woff2') format('woff2'),
        url('_fonts/NeutraText-DemiItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Neutra';
    src: local('NeutraText-BoldItalic'),
        url('_fonts/NeutraText-BoldItalic.woff2') format('woff2'),
        url('_fonts/NeutraText-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


h1, h2, h3, h4, h5, h6, p, ul, ol, dl { 

}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, dl:last-child, blockquote:last-child, figure:last-child {
	margin-bottom: 0;
}
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6, * + p, * + ul, * + ol, * + dl, * + li {
	margin-top: 1em;
}
h1, h2, h3, h4, h5, h6 {
	text-rendering: optimizeLegibility;
}
h2:first-child, h3:first-child, h4:first-child {
	margin-top: -0.22em;
}
p:first-child, ul:first-child, ol:first-child, dl:first-child {
    margin-top: -0.35em;
}

a {
	-webkit-transition-timing-function: cubic-bezier(.5,.1,.5,.9);
	        transition-timing-function: cubic-bezier(.5,.1,.5,.9);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 150ms;
	        transition-duration: 150ms;
}
a img {
	border: none;
	-webkit-transition: all 100ms cubic-bezier(.5,.1,.5,.9);
	transition: all 100ms cubic-bezier(.5,.1,.5,.9);
    -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0) !important;
            box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0) !important;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
iframe {
	border: none;
	max-width: 100%;
}

input:focus {
	outline: none;
}
svg {
	display: inline-block;
	-webkit-transition-timing-function: cubic-bezier(.5,.1,.5,.9);
	        transition-timing-function: cubic-bezier(.5,.1,.5,.9);
	-webkit-transition-property: none;
	transition-property: none;
	-webkit-transition-duration: 150ms;
	        transition-duration: 150ms;
	overflow: visible;
}
svg > * {
	-webkit-transition-timing-function: cubic-bezier(.5,.1,.5,.9);
	        transition-timing-function: cubic-bezier(.5,.1,.5,.9);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 150ms;
	        transition-duration: 150ms;
}
.btn svg, .more svg, a svg.arrow {
    width: 1em;
    height: 1em;
    margin-left: .875em;
    fill: #fff;
}

svg.arrow {
	stroke-miterlimit: 10;
    stroke-width: 1;
	stroke: #79ADD0;
}

/* Custom text-selection colors */
::selection {
	background: #6B8184; 
	color: #fff; 
	text-shadow: none;
}
::-webkit-input-placeholder {
  color: #CCCCCC;
}
::-moz-placeholder {
  color: #CCCCCC;
}
:-ms-input-placeholder {
  color: #CCCCCC;
}
:-moz-placeholder {
  color: #CCCCCC;
}

a:link {
	-webkit-tap-highlight-color: #79ADD0;
} 

ins {
	background-color: #79ADD0; 
	color: #000; 
	text-decoration: none;
}
mark {
	background-color: #79ADD0; 
	color: #000; 
	font-style: italic; 
	font-weight: bold;
}

/*--------------------------------------------------------*/
/*---------------- Bootstrap Reset Stuff -----------------*/
/*--------------------------------------------------------*/

.container {
	padding-right: 4rem;
	padding-left: 4rem;
}
hr {
    max-width: calc(1320px - 6rem);
}

/*--------------------------------------------------------*/
/*------------------- Global Modifiers -------------------*/
/*--------------------------------------------------------*/

.off-white {
    background-color: #F2F1E2;
}
.bg {
	position: relative;
}
body > .bg {
    position: absolute;
    pointer-events: none;
    background-color: #000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.poster {
	background-size: cover;
	background-position: center center;
}
.poster > img {
	object-fit: cover;
    height: 100%;
    width: 100%;
}
.bg > .poster {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
    opacity: 0.7;
}
.blend > .poster {
	background-color: #232C44;
	background-blend-mode: difference;
}

/*--------------------------------------------------------*/
/*------------------------ Header ------------------------*/
/*--------------------------------------------------------*/

#header {
	position: relative;
	z-index: 99990;
    padding: 40px 0 0;
}
#header .logo {
	margin: 0;
    line-height: 1;
}
.logo svg {
	display: block;
    width: 100%;
}

/*--------------------------------------------------------*/
/*--------------------- Page Styles ----------------------*/
/*--------------------------------------------------------*/
main {
    margin-top: auto;
    margin-bottom: auto;
}
main > section {
	margin: 0;
    position: relative;
	padding-top: 4rem;
    padding-bottom: 4rem;
}

.contact-info {
    margin-right: 1rem;
    position: relative;
    padding-right: 3rem;
    display: flex;
    flex-direction: column;
}
.contact-info::before {
    display: block;
    width: 3px;
    height: 104%;
    position: absolute;
    right: -1px;
    top: -2%;
    bottom: -2%;
    content: '';
    background-color: #fff;
}
.contact-card {
    display: flex;
    align-items: center;
}
.headshot {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.card-body {
    padding: 0 0 0 1.5rem;
    font-size: 1.5rem;
    line-height: 1;
}
.card-title {
    max-width: 380px;
}
.card-body h3 {
    margin: 0;
}
.card-link {
    font-size: 110%;
    margin: .5rem 0;
}
.card-link a + a {
    position: relative;
    margin-left: 0.5rem;
    padding-left: 0.75rem;
}
.card-link a + a::before {
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    content: '';
    background-color: #fff;
}
.card-body address {
    line-height: 1;
    margin-bottom: 0;
}
.logo-shark {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 80%;
}
.logo-shark.mobile {
    display: none;
}

/*--------------------------------------------------------*/
/*-------------------- Media Queries ---------------------*/
/*--------------------------------------------------------*/

@media screen and (max-width: 1480px) {
    .card-link a {
        display: table;
    }
    .card-link a + a {
        margin-left: 0;
        padding-left: 0;
    }
    .card-link a + a::before {
        display: none;
    }
    
}
@media screen and (max-width: 1199px) {
    .contact-info {
        flex: 0 0 32.5%;
        max-width: 32.5%;
        padding-right: 2rem;
        margin-right: 0;
    }
    .bio {
        flex: 0 0 67.5%;
        max-width: 67.5%;
    }
    .contact-card {
        display: block;
        text-align: center;
    }
    .contact-card > * {
        padding: 0;
        margin: 0 auto;
    }
    .headshot {
        width: 200px;
        height: 200px;
    }
    .card-body {
        margin-top: 2rem;
    }
    .card-link a {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media screen and (max-width: 1000px) {
    .container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media screen and (max-width: 860px) {
    main > section {
        padding-top: 3rem;
    }
    section.container > .row {
        display: block;
    } 
    .contact-info, .bio {
        max-width: 100%;
    }
    .contact-info {
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }
    .contact-info::before {
        height: 3px;
        width: calc(100% - 4rem);
        bottom: 0;
        top: auto;
        left: 2rem;
        right: 2rem;
    }
    .contact-card {
        display: flex;
        text-align: left;
        justify-content: center;
    }
    .headshot {
        margin: 0;
    }
    .card-body {
        max-width: 260px;
        margin: 0 0 0 1.5rem;
    }
    .card-link a {
        margin-left: 0 !important;
    }
    .logo-shark.desktop {
        display: none;
    }
    .logo-shark.mobile {
        display: block;
        margin-top: 4rem;
        max-width: 280px;
    }
}
@media screen and (max-width: 600px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .headshot {
        width: 170px;
        height: 170px;
    }
    .card-body {
        font-size: 1.325rem;
    }
}
@media screen and (max-width: 500px) {
    html {
        font-size: 14px;
    }
    .container {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
		max-width: 100vw;
    }
	.row {
		margin-left: -1.75rem;
		margin-right: -1.75rem;
	}
    .headshot {
        width: 120px;
        height: 120px;
    }
    .card-body {
        font-size: 1.25rem;
    }
}
@media screen and (max-width: 320px) {
    #header {
        padding: 2rem 0;
    }
    main > section {
        padding-top: 0;
    }
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
	.row {
		margin-left: -1rem;
		margin-right: -1rem;
	}
    .contact-info {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .headshot {
        width: 100px;
        height: 100px;
    }
}
