/*   
Theme Name: Trix
Theme URI: http://outofideas.com.au/trix/info
Description: A modern design WordPress theme.
Author: outofideas design.
Author URI: http://outofideas.com.au
*/

.body {
	height: 100vh;
   
}

.navbar-collapse {
	z-index: 20;
	background-color: rgba(0,0,0,0);
}

.navbar {
	color: white;
	opacity: 1;
	position: fixed;
	top: 25px;
	right: 25px;
	font-size: 14pt;
	z-index: 23;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-left:5px;
	
}
.menu-item {
	z-index: 25;
}

.lc_header-left {
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-left: 2000px solid #555;
	border-bottom: 109px solid transparent;
    position: fixed;
	top: -25px;
    left: 0px;
    z-index: 4;
}

.lc_header-right {
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-right: 3000px solid #16565b;
	border-bottom: 150px solid transparent;
    top: -20px;
    position: fixed;
    right: 0;
    z-index: 1;
    
}

.lc_footer-left {
	width: 0;
	height: 0;
	border-top: 10vh solid transparent;
	border-left: 250vh solid #16565b;
	border-bottom: 0px solid transparent;
    bottom: 0px;
    position: fixed;
    left: 0;
    z-index: 1;
}

.lc_footer-right {
	width: 0;
	height: 0;
	border-top: 10vh solid transparent;
	border-right: 1250px solid #555;
	border-bottom: 0px solid transparent;
    position: fixed;
	bottom: 0px;
    right: 0px;
    z-index: 2;
	
}

.site-main-body-content {
	position: relative;
	top: 155px;
	max-width: 1280px;
  	margin: auto;
	padding-bottom: 100px;
	z-index: 0;
}

.navbar-content {
	z-index: 25;
}
.not-main-body-content {
	height: 100%;
}

.lc_logo_index {
	height: 150px;
	width: 150px;
	position: fixed;
	left: 28%;
	top: 10px;
	z-index: 30;
}

.lc_footer-text {
	font-size: 8pt;
	color: white;	
	position: fixed;
	bottom: 2%;
	left: 1%;
	z-index: 10;
}

html {
	height: 100%;
	margin: auto;
}

h2 {
	color: black;
	text-decoration: none;
}

h2 a {
	color: black;
	text-decoration-line: none;
}

.vert-text {
  writing-mode: tb-rl; 
}

.vert-text-2 {
  writing-mode: tb-rl; 
}

.vert-text:hover {
	text-decoration: underline;
}

.bap-text:hover {
text-decoration: underline;
}

.image-text a:link {
  	color: white;
	text-decoration: none;
}

.image-text a:visited {
  	color: white;
	text-decoration: none;
}

.image-text a:hover {
  	color: white;
	text-decoration: none;
}

.image-text a:active {
  	color: white;
	text-decoration: none;
}

.green-text-image a:link {
  	color: #16565b;
	text-decoration: none;
}

.green-text-image a:visited {
  	color: #16565b;
	text-decoration: none;
}

.green-text-image a:hover {
  	color: #16565b;
	text-decoration: none;
}

.green-text-image a:active {
  	color: #16565b;
	text-decoration: none;
}


@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
	.lc_logo_index {
		height: 150px;
		width: 150px;
		position: fixed;
		left: 32%;
		top: 10px;
		z-index: 22;
	}
	.navbar-collapse {
		background-color: #16565b;
		z-index: 23;
	}
}

.text-align-right{
	font-size: 12pt;
	color: white;	
	position: fixed;
	bottom: 2%;
	right: 3%;
	z-index: 10;
}
.img-very-tall {
    height: 100% !important;
}

.hover-row{
  background-color: black;
  }
.img-hover-main {
  transition: all 500ms ease!important;
}
.hover-row p {
transition: all 500ms ease!important;
cursor: pointer;
}
.navbar-toggler{
height: 40px;
width: 50px;
}

@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
.navbar {
	color: white;
	opacity: 1;
	position: fixed;
	top: 40px;
	right: 25px;
	font-size: 14pt;
	z-index: 23;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-left:5px;
	
}
}
body.logged-in.admin-bar #mainNav {
    margin-top: 32px;
}

@media screen and (max-width: 782px) {
    body.logged-in.admin-bar #mainNav {
        margin-top: 46px;
    }
}

