.main-navigation {

	padding-left:0em;
	padding-right:0em;
opacity: 100%;
alignment-adjust right;
		background: rgba(255, 0, 0, 0);
}

ul li a{
font-family: "Fira Sans Condensed", Lato, sans-serif; 
font-size:17px;
	text-shadow: 0px 0px 0px gray;
	
}

body { overflow-x: hidden; }

.container
{
    -webkit-transform: translate3d(0,0,0);
}

.container {
   position: relative;
   left: calc((100vw - 100%) / 2);
}

.nav-menu {
	
	background-color: rgba(0, 0, 0, 0);
}
.sydney-svg-icon {
    width: 3.5vw;
    height: 3.7vw;
}

.sydney-svg-icon svg {
    max-height: 23px;
}
.sydney-hero-area {
    display: flex;
    justify-content: right;    
}



.sydney-hero-area .slide-inner {
    position: absolute;
    top: calc(49% + 3px);
		left: calc(-22% + 116px);

}

@media only screen and (max-width: 920px) {
    .sydney-hero-area {
        display: block !important; /* Ensures the area is visible */
        height: 100% !important; /* Adjust the height for tablet view */
			width: 100% !important; /* Adjust the height for tablet view */
    }
	

    .sydney-hero-area .slide-inner {
        top: calc(77%);
			left: calc(-13%);
    }


}
.mylogoimg {float:left;
	display:inline-block;
	padding-right:20%;

}

.pmpro_btn, .pmpro_btn:link
{
color:black!important;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
vertical-align:middle!important;
padding-right: 1px;
padding-left: 1px;
padding-bottom:4px;
align-content:bottom;
width: 100%;
float:left;
font-size:2.1emm;
font-weight:bold;
overflow-wrap:break-word;
word-break:keep-all;
	border:2px solid gray;
}

.pmpro_btn:hover, a.pmpro_btn:hover{
	color:green!important;
	border:2px solid gray;
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);}

.myredfield
{
width:250px;	
	
}
.mytextarea
{
	max-height: 370px;
	min-height: 270px;
	
}

.myfooter
{
	font-size: 13px;
	line-height: 1.1;
	height: 20%;
	
}

.myentryform
{
	font-size:12px;
	color: black;
	line-height: 1.3;

margin: 1% auto 1% !important;
width: 100% !important;

	
}