/*!
Theme Name: IronStone 2025
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ironstone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ironstone is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {

}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/*!
Dark Blue - #0d2434
Middle Blue - #225d86
Light BLue - #86aece
Lightest BLue - #b3c8d8
Off-White/Bluish - #dfe8ef
Almost White - #f2f5f8

Nunito 300/400/600/700
Garamond  400/500
 */






/*! GLOBALS */

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
	height: calc(var(--vh, 1vh) * 100);font-family: 'Nunito Sans', sans-serif;font-weight:400;margin:0px;padding:0px;width:100%;overflow-x:hidden;background:#0d2434;line-height: normal;
}

.panel {width:100%;position:relative;scroll-snap-align: start;}

.mobile {display:none;}
.desktop {display:block;}

.blocker {clear:both;}
.bottomblocker {clear:both;height:1px;}

.lock-scroll {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

div {box-sizing: border-box;}

a {text-decoration:none;color:#dfe8ef;}

h1 {font-family:"Nunito Sans", sans-serif;font-weight:400;color:#86aece;font-size:2.5vw;}
h2 {font-family:"Nunito Sans", sans-serif;font-weight:400;font-family: 'Nunito Sans', sans-serif;color:#dfe8ef;font-size:1.5vw;}
h3 {font-family:"Nunito Sans", sans-serif;font-size: 32px;color: #5e94b6;line-height: normal;font-weight: 300;}



body:not(.home) #toplogo {cursor:pointer;}







/*! NAV */

#nav-icon {
  width: 29px;
  height: 17px;
  top:16px;
  left:10px;
  position: absolute;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index:9999;
}

.mobilenavicon:hover #nav-icon {
  width: 21px;
  left:14px;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background:#dfe8ef;
  border-radius: 5px;
}


#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 8px;
}

#nav-icon span:nth-child(4) {
  top: 16px;
}

#nav-icon.open span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#mainnav {opacity:1;width:100%;height:100%;position:fixed;z-index:9999;transition:top 1s;top: -100vh;background: #0d2434;transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.2);}
.lock-scroll #mainnav {top:0;}

#mainnav #sitenav {    font-size: 58px;
    color: #fff;
    padding: 100px;
    margin-top: 100px;
    position: relative;}
#mainnav #sitenav a {display:block;margin:5px 0px;transition:color 0.5s ease-in-out;color:#fff;font-weight: 300;}
#mainnav #sitenav a:visited {color:#fff;}
#mainnav #sitenav a:hover {color:#5E94B6;}
#mainnav #sitenav a:focus {color:#5E94B6;outline: none;}

#mainnav .menu-contact-info {    position: relative;
    transition: all 0.5s ease-in-out 0.2s;
    right: -50px;
    padding: 0px 100px;
    bottom: 90px;
	opacity:0;}
	
#mainnav	.menu-contact-info.active {right:-3px;opacity:1.0;}

#mainnav .menu-contact-info div {color:#fff;}

.lock-scroll #mainnav .contact_info {right:0px;color:#fff;}

.nav-btn img {padding:10px;width: auto;}

#mainnav #sitenav #menu-item-413 a:focus {color:#fff;}
#mainnav #sitenav #menu-item-413.active a:focus {color:#5E94B6;}

#mainnav .menu-contact-info a {color:#fff;transition:color 0.5s ease-in-out;}
#mainnav .menu-contact-info a:hover, #mainnav .menu-contact-info a:focus {color:#5E94B6;outline:none;}


@media (max-width: 820px){
	#mainnav #sitenav {font-size: 46px;}
		
}

@media (max-width: 720px){
	#mainnav #sitenav {font-size: 38px;}	
}



@media (max-width: 600px){
	#mainnav #sitenav {
	    font-size: 34px;
	    padding: 50px;
	    margin-top: 100px;
	}
	
	#mainnav .menu-contact-info {
	    padding: 0px 50px;
	    bottom: 40px;
	}
}


@media (max-width: 500px){
	#mainnav #sitenav {font-size: 32px;}	
}



/*! HEADER */
header {height:120px;background:#0d2434;position: relative;}

.logo {    width: 445px;
    position: absolute;
    z-index: 9999;
    top: 35px;
    left: 35px;
    line-height: 0px;
z-index: 99999;}
.logo .iron, .logo .realestate {fill:#FFFFFF;}
.logo .stone, .contactlogo .stone {fill:#5E94B6;}

.mobilenavicon {position: absolute;top: 35px;right: 35px;z-index: 99999;width: 51px;height: 51px;border-radius: 200px;cursor: pointer;}


@media (max-width: 900px){
	header {height:90px;}
	.mobilenavicon {top: 20px;right: 20px;}
	.logo {width: 360px;top: 20px;left: 20px;}
}

@media (max-width: 600px){
	header {height:70px;}
	.mobilenavicon {top: 10px;right: 10px;}
	.logo {width: 260px;}
	
}

@media (max-width: 350px){
	.logo {width:150px;}
}




/*! HOME */
#homepanel {height: calc((var(--vh, 1vh) * 100) - 120px);width:100%;overflow: hidden;}
.homecontent {height:66%;background-image: linear-gradient(to bottom, rgba(13,36,52,0), rgba(13,36,52,1));position:absolute;bottom:0px;width:100%;padding:50px 50px 100px;text-align: center;color: #fff;font-size:30px;display: flex
;align-items: end;justify-content: center;}
.homecontent div{animation-fill-mode: forwards;animation: fade-in 1s linear;}
.homecontent h1 {margin-top:50px;}
.homecontent h2 {margin-bottom:50px;}
.homecontent p {font-weight: 300;margin:0px;line-height: 125%;font-size:30px;}
.homecontent div {max-width: 80%;width: 980px;}
.home-top-gradient {z-index:999;background-image: linear-gradient(to top, rgba(13,36,52,0), rgba(13,36,52,0.66));height:25%;position:absolute;top:0px;width:100%;}
#homepanel video { width: 100%;
  height: 100%;
  object-fit: cover;}

@keyframes fade-in {
    0% {opacity:0.0;}
    100% {opacity:1.0;}
}

@keyframes occasionalBounce {
    0%, 75%, 100% {transform: translateY(0);}
    12.5% {transform: translateY(-15px);}
    25% {transform: translateY(0);}
}

@keyframes boxWipe {
    0% {transform: scaleY(1);}
    100% {transform: scaleY(0);transform-origin: top;}
}

.downarrow {
    width: 50px;
    height: 50px;
    display: block;
    /* margin: 0 auto; */
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	animation: occasionalBounce 4s infinite;
}


/* Basic box wipe reveal */
.box-wipe-reveal {
    position: relative;
    width: 100%;
   height: calc((var(--vh, 1vh) * 100) - 120px);
    overflow: hidden;
}

.box-wipe-reveal::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc((var(--vh, 1vh) * 100) - 120px);
    background: #0d2434;
    animation: boxWipe 1s ease-in;
    transform-origin: top;
	animation-fill-mode: forwards;
	
	
}


@media (max-width: 900px){
.homecontent {padding:50px;text-align: left;font-size: 24px;}
.homecontent div {max-width: 100%;width: 100%;}
.downarrow {display:none;}
#homepanel, .box-wipe-reveal,.box-wipe-reveal::before {height: calc((var(--vh, 1vh) * 100) - 90px);}
}


@media (max-width: 600px){
	#homepanel, .box-wipe-reveal,.box-wipe-reveal::before {height: calc((var(--vh, 1vh) * 100) - 70px);}
	.homecontent p {font-size:24px;}
}





/*! ABOUT */
.aboutcontainer {height:auto;width:100%;}
#aboutpanel {height: auto;background:#ffffff;font-family:"Nunito Sans", sans-serif;}
#aboutpanel .rightside {width:50%;float:right;line-height: 1.7em;padding:50px;font-size: 21px;}
#aboutpanel .rightside {color:#fff;}
#aboutpanel .leftside {width:50%;float:right;padding:0px;}
#aboutpanel .leftside .paralax {top:-130px;position: relative;width:100%;height: 100vh;margin-bottom: -130px;}

.aboutmiddle {padding: 0px;position: static;height:auto;width:100%;position: relative;background-color:#0d2434;;}
.aboutheader h3 {font-size:30px;margin:0px;width:50%;margin:0px 0px 0px 50%;color:#0d2434;line-height: normal;font-family:"Nunito Sans", sans-serif;padding:50px;}
.aboutmiddle h3 {font-size:30px;color:#5e94b6;line-height: normal;padding-right:20%;margin: 50px 0px 35px;} /*! LIGHT BLUE */
.aboutmiddle p {line-height: normal;font-weight: 300;}
.aboutmiddle p:first-of-type {margin-top:0px;}

.paralax {
	background-attachment: fixed;
	    background-position: top left;
	    background-repeat: no-repeat;
	    background-size: 50%;
}

.aboutcontainer p a {color:#fff;text-decoration:underline;transition:all 0.25s ease-in;text-decoration-thickness: 1px;text-underline-offset: 4px;text-decoration-color: #86929a;}
.aboutcontainer p a:hover, .aboutcontainer p a:focus {color:#5e94b6;text-underline-offset: 2px;text-decoration-color: #5e94b6;}
	
	.inneraboutlink a {position: relative;padding: 100px;margin: 0 auto;transition: all 0.5s ease-in-out;padding: 25px;display: block;height: 100px;border:2px solid #5e94b6;margin: 50px 0px 0px;}
	.inneraboutlink a h3  {margin: 0px;color:#5e94b6;transition: all 0.5s ease-in-out;font-size:32px;}
	.inneraboutlink a:hover h3  {color:#fff;}
	.inneraboutlink a:hover, .inneraboutlink a:focus {background-color:#072a43;}
	.inneraboutlink .icon, .inneraboutlink .icon svg {width:50px;height:50px;align-self: center;}
	.inneraboutlink a .icon {position: absolute;top: 25px;right: 25px;transition: all 0.5s ease-in-out;}
	.inneraboutlink a:hover .icon {top: 15px;right: 15px;}
	
	
	
	@media (min-width: 1600px){
		.inneraboutlink a {margin: 60px 0px 0px;}
	}
	
	@media (min-width: 1290px) and (max-width: 1450px){
	.inneraboutlink a {padding: 14px 25px;height: 75px;margin: 40px 0px 0px;}
	.inneraboutlink a .icon {top: 13px;right: 13px;}
	.inneraboutlink a:hover .icon {top: 8px;right: 8px;}
}

	@media (min-width: 901px) and (max-width: 1289px){
	.inneraboutlink a {padding: 8px 25px;height: 50px;margin: 35px 0px 0px;}
	.inneraboutlink a .icon {top: 9px;right: 9px;}
	.inneraboutlink a:hover .icon {top: 6px;right: 6px;}
	.inneraboutlink a h3 {font-size: 22px;}
	.inneraboutlink .icon, .inneraboutlink .icon svg {width: 30px;height: 30px;}
}


	@media (min-width: 901px) and (max-width: 1160px){
		#aboutpanel .rightside {font-size: 14px;}
	}
	

@media (max-width: 900px){
	.aboutheader h3 {width:100%;margin:0px;}
	.aboutmiddle h3 {margin-top:0px;}
	#aboutpanel .leftside {width:100%;float:none;padding: 25px;background: #fff;}
	#aboutpanel .rightside {width:100%;float:none;padding:0px;padding:50px;}
	.aboutmiddle p {line-height: 1.5em;margin-bottom: 0px;}
	#aboutpanel .leftside .paralax {top:0px;position: static;width:100%;height: 100vh; margin-bottom: 0px;}
	.paralax {background-size: 100%;}
}

@media (max-width: 600px){
	#aboutpanel .leftside .paralax {height: 60vh;}
	.paralax {background-size: cover;}
	.aboutheader h3  {font-size:24px;}
	.aboutmiddle h3  {font-size:24px;padding:0px;}
	#aboutpanel .rightside {font-size: 16px;}
}


@media (max-width: 550px){
	.inneraboutlink a {padding: 10px 15px;height: 50px;margin: 35px 0px 0px;}
	.inneraboutlink a .icon {top: 10px;right: 10px;}
	.inneraboutlink a:hover .icon {top: 7px;right: 7px;}
	.inneraboutlink a h3 {font-size: 20px;}
	.inneraboutlink .icon, .inneraboutlink .icon svg {width: 30px;height: 30px;}
}

@media (max-width: 375px){
	.inneraboutlink a {padding: 12px;}
	.inneraboutlink a h3 {font-size: 16px;}
}



/*! INVESTMENTS */
#investmentspanel{border-top:2px solid #5e94b6;}
#investmentspanel p {color:#fff;font-size:18px; margin: 0px;padding: 10px 80px 0px;}
#investments {display:flex;}
#investmentspanel a h3  {margin: 0px;color:#5e94b6;transition: all 0.5s ease-in-out;}
#investmentspanel a:hover h3  {color:#fff;}
#investmentspanel a {padding: 100px;margin: 0 auto;transition: all 0.5s ease-in-out;}
#investmentspanel a:hover, #investmentspanel a:focus {background-color:#072a43;}
#investmentspanel .icon, #investmentspanel .icon svg {width:50px;height:50px;align-self: center;}
#investmentspanel a .icon {position: relative;bottom: 0px;left: 0px;transition: all 0.5s ease-in-out;}
#investmentspanel a:hover .icon {bottom: 10px;left: 10px;}


@media (max-width: 900px){
#investmentspanel{border-top:0px solid #5e94b6;}
#investmentspanel a {padding: 50px;}
#investmentspanel .icon, #investmentspanel .icon svg {align-self: normal;}
}

@media (max-width: 600px){
	#investments {display:inline-block;}
	#investmentspanel p {padding: 25px 0px 0px;}
	#investmentspanel a .icon {position: absolute;top: 25px;right: 25px;bottom: unset !important;left: unset !important;}
}



/*! PRESS */
#presspanel{border-top:2px solid #5e94b6;}
#presspanel p {color:#fff;font-size:18px; margin: 0px;padding: 10px 80px 0px;}
#press {display:flex;}
#presspanel a h3  {margin: 0px;color:#5e94b6;transition: all 0.5s ease-in-out;}
#presspanel a:hover h3  {color:#fff;}
#presspanel a {padding: 100px;margin: 0 auto;transition: all 0.5s ease-in-out;}
#presspanel a:hover, #presspanel a:focus {background-color:#072a43;}
#presspanel .icon, #presspanel .icon svg {width:50px;height:50px;align-self: center;}
#presspanel a .icon {position: relative;bottom: 0px;left: 0px;transition: all 0.5s ease-in-out;}
#presspanel a:hover .icon {bottom: 10px;left: 10px;}


@media (max-width: 900px){
#presspanel{border-top:2px solid #5e94b6;}
#presspanel a {padding: 50px;}
#presspanel .icon, #presspanel .icon svg {align-self: normal;}
}

@media (max-width: 600px){
	#press {display:inline-block;}
	#presspanel p {padding: 25px 0px 0px;}
	#presspanel a .icon {position: absolute;top: 25px;right: 25px;bottom: unset !important;left: unset !important;}
}



/*! TEAM */

#teampanel {background-color:#adc8da;display:flex;}
.teamcontainer {display:flex;}
#teampanel .leftside {padding:50px;width:calc(50% + 2px);border-right:2px solid #0d2434;display: flex;align-items: center;}
#teampanel .rightside {padding:0px;width:calc(50% - 2px);display: flex;flex-direction: column;}
#teampanel .leftside h3 {margin-top:0px;color:#0d2434;margin-bottom: 10px;font-size:45px;}
#teampanel .leftside h4 {color: #0d2434;font-size:30px;font-weight:300;margin-bottom:0px;margin-top: 15px;}
#teampanel .leftside p {color:#0d2434;font-size: 18px;}
  #teampanel .leftside p:last-of-type  {margin-bottom: 0px;}
.bio {color:#0d2434;overflow:hidden;width:100%;position: relative;cursor:pointer;}
.bio:not(:first-child){border-top:2px solid #0d2434;}
.varrow {width: 50px;height: 50px;display: block;position: absolute;top: 27px;right: 27px;}
.nametitle {padding: 30px;height: 100px;display: flex;align-items: center;}
.nametitle h5 {padding: 0;font-weight:300;font-size:24px;color:#0d2434;font-family:"Nunito Sans", sans-serif;margin: 0;height: 120px;line-height: 120px;}
.nametitle span {    margin-left: 40px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 3px;}
	


.accordion-item { overflow: hidden; transition: all 0.3s ease; text-indent:0px; }

 .accordion-item:hover { cursor:pointer; }

 .accordion-item:last-child { margin-bottom: 0; }

 .accordion-header { transition: all 0.3s ease; border: none; width: 100%; text-align: left; background-color:#adc8da; cursor:pointer;}

 .accordion-header:hover { background-color: #98bbd2; transform: scale(1); }

 .accordion-header:focus { outline: 0px solid #98bbd2; outline-offset: 0px; }

 .accordion-header.active { background-color: #98bbd2; }

 .accordion-icon { transition: transform 0.3s ease; }

 .accordion-header.active .accordion-icon { transform: rotate(180deg); }

 .accordion-content { max-height: 0; overflow: hidden; transition: max-height 1.1s ease-out; padding:0px; background: linear-gradient(to bottom, #98bbd2, #fff);}

 .accordion-content.active { max-height: 100vh; background: linear-gradient(to bottom, #98bbd2, #fff);}

 .accordion-content p { }

 .accordion-content p:last-child { margin-bottom: 0; }


.accordion-content img {
	padding: 0px 40px 40px;
     width: 50%;
     float: left;
	 opacity:0.1;
	 transition: opacity 0.5s ease-in;
   }
   
    .accordion-content.active img {opacity:1;}
   
   .teamtext {
	   width: 50%;
    display: inline-block;
	color:#0e2031;
	    padding: 0px 40px 40px 0px;
   	 opacity:0.1;
   	 transition: opacity 0.5s ease-in;
}

.accordion-content.active .teamtext {opacity:1;}

.teamtext p:first-of-type {margin-top:0px; }
	
	
	@media (min-width: 1061px) and (max-width: 1230px){
		.nametitle h5 {font-weight: 500;font-size: 19px;}
		.nametitle span {letter-spacing: 0px;font-size: 12px;margin-left: 20px;margin-top: 2px;}
		.varrow {right: 15px;}
		
	}
	
	@media (max-width: 1060px){
		#teampanel {border-right:0px solid #0d2434;}
		.teamcontainer {display:inline-block;}
		#teampanel .leftside {padding:30px;width:100%;border-right:0px solid #0d2434;}
		#teampanel .rightside {width:100%;}
		.bio {border-top:2px solid #0d2434;}
		
	}

	@media (max-width: 640px){
		.nametitle h5 {font-weight: 300;font-size: 19px;}
	    .nametitle span {letter-spacing: 0px;font-size: 12px;margin-left: 20px;margin-top: 2px;}
		.varrow {right: 15px;}
		.accordion-content img {padding: 0px 20px 20px;}
		.teamtext {padding: 0px 20px 20px 0px;}
		#teampanel .leftside h3 {font-size:36px;}
		#teampanel .leftside h4 {font-size:24px;}
	}


@media (max-width: 480px){
	.nametitle h5 {font-weight: 500;font-size: 16px;}
    .nametitle span {letter-spacing: 0px;font-size: 11px;margin-left: 20px;margin-top: 2px;}
	.varrow {right: 12px;}
	.nametitle {padding: 40px 20px;}
}

@media (max-width: 430px){
	.nametitle h5 {font-size: 14px;}
    .nametitle span {letter-spacing: 0px;font-size: 10px;margin-left: 20px;margin-top: 2px;}
	.varrow {
	    width: 35px;
	    height: 35px;
	    display: block;
	    position: absolute;
	    top: 43px;
	    right: 15px;
	}
}

@media (max-width: 370px){
	.varrow {opacity:0;}
}



/*! CONTACT */
#contactpanel {position:relative;}
#contactpanel .breaker {display:none;}
footer .logo {width:250px;position:static;margin: 0 auto 50px;}
.contactcontainer {text-align: center;background-color:#0d2434;padding:50px;height: auto;width: 100%;color:#f2f5f8;}
.contact_info span {margin:0px 10px;color:#5E94B6;}
.contact_contact {margin-top:20px;}
.contact_contact span {margin:0px 10px;color:#fff;}
.contact_info a {color:#5E94B6;transition:color .25s ease-in;}
.contact_info a:hover, .contact_info a:focus {color:#fff;}
#contactpanel .logo {cursor:pointer;}

@media (max-width: 1040px){
	.contact_info span{display: block;height: 15px;visibility: hidden;}
}

@media (max-width: 600px){
.contactcontainer {padding:30px;}
footer .logo {position:static;margin: 0 auto 30px;}
.contact_contact {margin-top:10px;}
.contact_info span{height: 10px;}
#contactpanel .breaker {display:inline;}
}

@media (max-width: 400px){
	.contactcontainer {font-size: 12px;}
}






/*! INTERIORS */
.interior-main {background:#fff;}
.interior-header-block {width:100%;height:auto;background: #0d2434;}
.interior-header-block p {color:#fff;font-size:18px;margin-bottom: 0px;}
.interior-header-block h1 {font-size:48px;color:#5E94B6;margin-bottom: 0px;}
.interior-header-text {padding: 50px;width: 50%;margin-left: 50%;}
.interior-container article,.interior-container article:first-of-type  {display:flex;position: relative;bottom: 0px;margin-bottom:100px;}
.interior-container article:first-of-type {margin: 50px 0px 100px;}
.interior-container article .imgblock {width:50%;line-height: 0px;}
.interior-container article .contentblock {width: 50%;
width: 50%;
        padding: 0px 50px 0px;
    display: flex;
    align-items: end;
    position: relative;
    right: 0px;
    top: 0px;
}

.interior-container article .innercontentblock {display: flex;align-items: end;flex-direction: column;position: relative;}
.interior-container article .contentblock h2 {    font-weight: 600;
    font-size: 36px;
    color: #0d2434;
    line-height: 42px;
    margin: 0px 50px 25px 0px;
    width: calc(100% - 50px);
    }
	
	.interior-container article .contentblock.hasvideo h2 {
	    margin: 0px 150px 25px 0px;
	    width: calc(100% - 150px);
	}
	
.interior-container article .contentblock h3 {font-size:18px;color:#0d2434;font-weight:900;width: 100%;margin:0px;}
.interior-container article .contentblock .arrow .st0 {fill:#0d2434;}
.interior-container article .contentblock .arrow {width: 40px;display: block;height: 40px;position: absolute;right: 0px;top: 0px;}
.interior-container article .contentblock .arrow:hover svg .st0 {fill:#5E94B6;}
.interior-container article .contentblock p {    margin: 25px 0px 0px;
    width: 100%;
    color: #0d2434;
    border-bottom: 3px #000 solid;
    display: block;
    padding-bottom: 30px;}

.interior-container article .contentblock .proplink {width:100%;text-align:left;margin:25px 0px 0px;color:#0d2434;text-decoration: underline;transform:color 0.5s ease-in;}
.interior-container article .contentblock .proplink:hover {color:#5e94b6;}

.interior-container article .contentblock p a {text-decoration: underline;color:#0d2434;}



.interior-header-block p, .interior-header-block h1, .interior-container {animation: fade-in 1s linear;}


article.no-img .imgblock {display:none;}
article.no-img .contentblock {width: calc(100% - 100px);
    left: 50px;
    top: 0px;
	margin:0px;}
	
	button.pum-trigger {
	    cursor: pointer;
	    position: absolute;
	    right: 0px;
	    top: 5px;
	    font-size: 14px;
	    background: #0d2434;
	    border: 0px;
	    padding: 5px 15px;
	    color: #fff;
	    border-radius: 20px;
		transition:all 0.5s ease-in;
		z-index: 999;
		font-weight:600;
		}
		
		
		button.pum-trigger:hover, button.pum-trigger:focus{background:#5E94B6;}
		
		button.pum-trigger span.playarrow {
		    font-family: serif;
			    margin-right: 3px;
		}
		
		
		.pum-content video {width:auto;height:auto;max-height:80vh;margin-bottom: -1px;}
		.pum-content p {line-height:0px;}
		.pum-container {width: auto !important;
    height: auto !important;
    max-height: 80vh !important;}





@media (max-width: 900px){
	.interior-header-text {padding:20px;width: 100%;margin-left: 0%;}
	.interior-container article, .interior-container article:first-of-type {display:block;position: relative;bottom: 0px;margin-bottom:0px;}
	.interior-container article:first-of-type {margin-top:0px;}
	.interior-container article .imgblock {width:100%;}
	.interior-container article .contentblock,.interior-container article:first-of-type .contentblock {width: 100%;
        padding: 25px;
        position: relative;
        margin: 0px;
        border: none;
        top: 0;
        right: 0;}
	.interior-header-block h1 {font-size:32px;}
	
}


@media (max-width: 600px){
	.interior-header-block h1 {font-size:24px;}
	.interior-header-text {padding: 20px;}
}
	
	  	


/*! INTERIORS */

  .single .site-main {padding: 100px 0px 50px;margin: 0 10%;width: 80%;color: #fff;}
  .single .site-main h1 {font-size:36px;}





	

#newspanel{background-color: rgba(256,256,256,0.8);text-align: center;}
#news {max-width: 100vw;width: 100%;overflow: hidden;}
.newsitem {width: 100%;height: calc(var(--vh, 1vh) * 100);}

.newsitem .leftside {
    width: 50%;
    padding: 0px;
    float: left;
        overflow: hidden;
    height: calc(var(--vh, 1vh) * 100);
}

.newsitem .rightside {
    width: 50%;
    padding: 50px;
    float: left;
    text-align: left;
    color: #dfe8ef;
    position: relative;
    display: flex;
    align-items: center;
    height: calc(var(--vh, 1vh) * 100);
}


#newspanel .rightside img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#investmentspanel .rightside .content {
    width: 100%;
    overflow-x: hidden;
}

#newspanel .leftside img{object-fit: cover;    width: 100%;
    height: 100%;}

.newsheader {width:120px;}

#newspanel span {color:#6a93b3;font-size: 24px;font-weight: 500;text-transform:uppercase;}

  ul#primary-menu {margin: 0px;padding: 0px;list-style: none;}
  .error404 #logo,.search-results #logo,.single #logo,.page-id-524 #logo,.post-type-archive-news #logo{opacity:1 !important;}
  
  .error-page-title {text-align: center;
    position: absolute;
    z-index: 9999;
    width: 100%;
    margin-top: 40vh;}
	
	a.button {    border: 1px solid #dfe8ef;
    padding: 5px 15px;
    color: #dfe8ef;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
	transition: all 0.5s ease-in-out;}
	
	a.button:hover {background:#dfe8ef;color: #225d86;}
	
	.page-id-524 h1,.post-type-archive-news h1 {text-transform:uppercase;font-family: 'Nunito Sans', sans-serif;color:#fff;}
	.page-id-524 h1 span, .post-type-archive-news h1 span{color:#5E94B6;}
	
	body.search-results,body.page-id-524,body.single,body.post-type-archive-news {overflow-y: scroll;}
	
	.search-results #primary,.page-id-524 #primary, .post-type-archive-news #primary {margin: 150px 50px 0px;}
	
	
	
	
	
	.search-results article{
	border: 1px solid #fff;
	    padding: 50px;
	    color: #fff;
		margin-bottom:50px;
		}
		
		.search-results article h2{font-weight:700;color:#86aece;}
	
		a.seeallnews { border: 1px solid #0e2031;
    padding: 5px 15px;
    color: #0e2031;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
	transition: background-color 0.5s linear, color 0.5s linear;
	position:absolute;
	z-index:999999;
	bottom:50px;
	right:50px;}
	
	a.seeallnews:hover { border: 1px solid #0e2031;
	background-color: #0e2031;
	    color: #dfe8ef;
	}
	
	.newsitem-news h2{font-weight:700;color:#b3c8d8;font-size: 21px;}
	.newsitem-news span{color:#86aece;}
  
	.newitem-container{display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  grid-auto-rows: minmax(100px, auto);
margin-bottom: 100px;}













  
  

 /* 1400px */
  @media (max-width: 1400px) {

#investmentspanel .leftside h2{font-size:50px;line-height: 50px;}
#investmentspanel .leftside p {font-size: 17px;}

#newspanel .rightside h2{font-size:50px;line-height: 50px;}
#newspanel .rightside p {font-size: 17px;}

}



 /* 1300px */
  @media (max-width: 1300px) {

#investmentspanel .leftside h2,#newspanel .rightside h2{font-size:40px;line-height: 40px;}
#investmentspanel .leftside p,#newspanel .rightside p  {font-size: 16px;}

}






  @media (max-width: 900px) {
.mobile {display:block;}
.desktop {display:none;}
}


	
  /* MOBILE */
  @media (max-width: 767px) {
	  
	
	  
  	.newitem-container{display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    grid-auto-rows: minmax(100px, auto);}
	  
	 .newitem-container h2 {font-size:18px;}
  	.search-results #primary,.page-id-524 #primary, .post-type-archive-news #primary {margin: 100px 25px 0px;}
	.search-results article{margin-bottom:25px;}
	  
	  #newspanel .rightside {padding-top: 50px;width: 100%;height: auto;}
	  #newspanel .leftside { width: 100%;height: auto;max-height: 50vh;}
	  .newsheader {width: 160px;}
	  
	  .newsitem .rightside,.newsitem .leftside {width: 100%;display: block;}
	  
	  #newspanel .rightside h2 {font-size: 24px;line-height: 30px;}
	  #newspanel .rightside span {font-size: 18px;}
	  
	  #investmentspanel .leftside {padding-top: 70px;width: 100%;height: auto;}
	  #investmentspanel .rightside { width: 100%;height: auto;}
	  .propheader {width: 130px;}
	  #investmentspanel .leftside h2 {font-size: 30px;}
	  #investmentspanel .leftside span {font-size: 18px;}
	  #investmentspanel .leftside p {font-size: 14px;}
	
  
	

  	h2 {font-size:3vw;}
	
  	.homecontent .rightside {width:100%;float:none;padding-right:0px;}
  	.homecontent .leftside {width:100%;float:none;}
  	.homecontent h1 {margin-top:0px;}
  	.homecontent h2 {margin-bottom:50px;}
	









@media (max-width: 500px){

#newspanel .rightside h2 {font-size: 18px;line-height: 24px;margin-top: 15px;}
a.seeallnews {width: calc(100% - 50px);bottom: 25px;left: 25px;}
#contactpanel h1 {font-size: 42px;line-height: normal;}
.bio p {font-size: 12px;margin: 10px 0px 0px;line-height: 14px;}
.homecontent h2 {font-size: 14px;}
.newsheader {width: 90px;}
#investmentspanel .leftside p {font-size: 12px;line-height: 16px;}
#investmentspanel .rightside,#investmentspanel .leftside,#newspanel .rightside,#newspanel .leftside {height:50%;}
#team .info svg {height: 20px;}
#newspanel .rightside span {font-size: 14px;}
#contactpanel h2 {font-size:23px;}

.propheader {left: 25px;top: 25px;}
#investmentspanel .leftside {padding: 70px 25px 25px;}
#investmentspanel .leftside span {font-size: 14px;font-weight: 700;}
#investmentspanel .leftside h2 {font-size: 21px;line-height: 23px;margin-bottom: 8px;}
#investmentspanel .leftside a {font-size: 14px;}

#team .info svg {width: 100px;}

#newspanel .rightside {padding:25px;}
.bios {padding: 100px 85px 0px;}

}