/* from style.css */
@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto/Roboto-Regular.ttf);
}
html {
	height: auto; /* <------------ */
	margin: 0;
	padding: 0;
	font-family: Roboto;
}
body {
	/*background-color: black; */
	height: auto; 
	margin: 0;
	padding: 0;
	background-color: transparent;
        display: flex;
        flex-direction: column;
}

h3 {
	color: black;
}

a {
	text-decoration: none;
	color: Black;
	font-style: bold;
}
.column{
    width:100%;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-attachment: fixed;
	background-position: 50% 50%;
}
.op-column{
    width:100%;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-attachment: fixed;
	background-position: 50% 50%;
	height:100vh;
}
#indexBG {
	background-image: url('../media/img/AUS-1248.jpg');
}
@media screen and (max-width: 1000px) {
	#indexBG {background-image: url('../media/img/AUS-1247.jpg');}
}

#HomeBlankContent {
	width: 40%;
	height: 5vh;
}

#BlankContent {
	width: 80%;
	height: 5vh;
}

#FirstContent h1 {
	color: White;
	font-style: italic;
	text-align: center;
}
#PageTitle{
	width: 80%;
	height: 5%;
	margin: 1% 20% 5% 10%;
	text-align: center;
	color: pink;
	text-decoration: italic;
	font-size: 5vw;
	font: "monotype corsiva";
}

#ThirdContent {
	background-image: url("../media/img/Sofia.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 50vw;
}


footer {
	clear: both;
	position: relative;
	text-align: center;
	width: 100%;
	background-color: black;
	color: white;
	font-size: 1.5vw;
	height: 2vw;
	bottom: 0px;
	
}
op-footer {
	clear: both;
	position: absolute;
	text-align: center;
	width: 100%;
	background-color: black;
	color: white;
	font-size: 1.5vw;
	height: 2vw;
	bottom: 0px;
	
}
#logos {
	float:right;
}
#InstaLogo {
	width: 3%;
	margin:	1%;
}
#FbLogo {
	width: 3%;
	margin:	1%;
	border-radius: 5%;
}
 


h3 {
	color: black;
}

a {
	text-decoration: none;
	color: Black;
	font-style: bold;
}
ab {
	text-decoration: none;
	color: Black;
	font-style: bold;
}
#indexBG {
	background-image: url('../media/img/AUS-1248.jpg');
}
@media screen and (max-width: 1000px) {
	#indexBG {background-image: url('../media/img/AUS-1247.jpg');}
}

#HomeBlankContent {
	width: 40%;
	height: 5vh;
}

#BlankContent {
	width: 80%;
	height: 5vh;
}

#FirstContent h1 {
	color: White;
	font-style: italic;
	text-align: center;
}


#ThirdContent {
	background-image: url("../media/img/Sofia.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 50vw;
}

.blink_me {
    background-color: rgba(255, 255, 255, 0.7);
    width:60%;
    margin:0% 20% 0% 20%;
	overflow: auto;
	height: auto;
	border-radius: 2.5vw;
    animation: blinker 4s step-start infinite; 
    position:relative;
    color:red; 
    text-align:center;	
    font-size: 2.5vw;
	top: 0.5%;
}

@keyframes blinker {
        from { opacity: 1.0; }
        50% { opacity: 0.5; }
        to { opacity: 1.0; }
    }
    



/* from SplitContent.css */
#SplitContent {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 2.5vw;
	margin: 2.5%;
	overflow: auto;
	height: auto;
}

#RightTextContentTitle {
	background-color: rgba(255, 255, 255, 1);
	padding: 0vw 0vw 0vw 2vw;
	overflow: auto;
	height: auto;
	text-align: left;
}

#TransparentSpacer {
	width: 100%;
	min-height: 10%;
}

#LeftTextContainer {
	width: 100%;
	height: auto;
	float: left;
}

#RightTextContainer {
	width: 100%;
	height: auto;
	float: right;
}

#LeftTextContent {
	text-align: right;
	line-height: 1.8;
	margin: 2.5%;
}
#RightTextContent {
	text-align: left;
	line-height: 1.8;
	margin: 2.5%;
}
/* from NavStyleResponsive.css */


#LargeNav{
	display: inline;
}

#MobileNav{
	display: none;
}

#logo {
	width: 10vw;
	  display: block;
  margin-left: auto;
  margin-right: 5vw;
}
input {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
  background-color: #eee;
  	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}	
li a {
	 display: inline;
	 color: black;
	 text-decoration: none;
	 font-style: normal;
	 text-align: left;
	 
}

li a:hover {
	border-style: none none solid none;
	border-color: #434240;
}

#Nav{
	overflow:auto;
	text-align: center;
}

#LanguageNav{
	float: right;
	position: relative;
	overflow:auto;
}

ul {
	list-style-type: none;
	text-align: right;
}

ul li {
	 margin: 10% 2.5% 1% 2.5%;
	 width: 16.6%;
	 float: left;
	 display: block;
	 margin: 0% 0% 0% 0%;
	 background-color: transparent;
}
button {
background-color: transparent;
}
bform{
  position: relative; /* Stay in place */
  z-index: 1; /* Stay on top */
  width: 100%;
  text-align: center;
}

/* The sidebar menu */
.sidebar {
  height: 60%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: rgba(150, 255, 255, 1);
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
  z-index:100;
  border-radius: 0vw 0vw 10vw 0vw;
}
form{
  position: absolute; /* Stay in place */
  z-index: 1; /* Stay on top */
  bottom: 5%;
  left: 0;	
  width: 100%;
  text-align: center;
}

/* The sidebar links */
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 2.5%;
  color: #818181;
  display: block;
  transition: 0.3s;
  font-size: 2vw;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 1%;
  right: 1%;
}
.language {
	cursor: pointer;
	}
/* The button used to open the sidebar */
.openbtn {
  position: fixed;
  top: 2%;
  left: 1%;
  top: 0;
  cursor: pointer;
  color: white;

	margin: 0.5% 0.5%;
  border: none;
  z-index:99;
  border-radius: 0.5vw;
 font-size: 3vw;
}

.openbtn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-right .5s; /* If you want a transition effect */
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-width: 1000px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 3vw;}
  .openbtn {padding: 2% 4%;}
	
}

@media screen and (max-width: 1000px) and (orientation:portrait) {
   .openbtn {font-size: 10vw;}
}

@media screen and (max-width: 1000px) and (orientation:landscape) {
	.openbtn {font-size: 10vh;}
}
/* from wordstyles.css */


<!--
 /* Font Definitions */
 @font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:"\@SimSun";
	panose-1:2 1 6 0 3 1 1 1 1 1;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin-top:0cm;
	margin-right:0cm;
	margin-bottom:8.0pt;
	margin-left:0cm;
	line-height:107%;
	font-size:12.0pt;
	padding-left: 1.5em; 
	text-indent: -1.5em;
	font-family:"Roboto";}
h2
	{mso-style-link:"Heading 2 Char";
	margin-right:0cm;
	margin-left:0cm;
	font-size:18.0pt;
	font-family:Roboto;
	font-weight:bold;}

span.Heading2Char
	{mso-style-name:"Heading 2 Char";
	mso-style-link:"Heading 2";
	font-family:Roboto;
	font-weight:bold;}
.MsoChpDefault
	{font-family:"Roboto";}
.MsoPapDefault
	{margin-bottom:8.0pt;
	line-height:107%;}
@page WordSection1
	{size:595.3pt 841.9pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
	{page:WordSection1;}
ol
	{margin-bottom:0cm;}
ull
	{margin-bottom:0cm;}

/* from tripleContentImages.css */
#QuadContent {
	/*background-image: url("../media/img/Rock.jpg");*/
	width: 90vw;
	height: 60vw;
	background-position: 50% 50%;
}
#QCleftbox {
    float:left; 
    width:20%;
    height:35%;
	margin: 3% 2% 3% 2%;
	background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(5px);
	border-radius: 0.5vw;
}

#QCmiddlebox1{
    float:left; 
    width:20%;
    height:35%;
	margin: 3% 2% 3% 2%;
	background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(5px);
	border-radius: 0.5vw;
}
#QCmiddlebox2{
    float:left; 
    width:20%;
    height:35%;
	margin: 3% 2% 3% 2%;
	background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(5px);
	border-radius: 0.5vw;
}
#QCrightbox{
    float:left;
    width:20%;
    height:35%;
	margin: 3% 2% 3% 2%;
	background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(5px);
	border-radius: 0.5vw;
}


@media screen and (max-width: 1000px) {
  #leftbox, #middlebox1, #middlebox2, #rightbox{
    width:96%;
    height:60%;
  }
  #QuadContent {
  height: 160vw;
	}
  #column{
  }
}
#ImgBox{		
	background-repeat: no-repeat;
	background-size: cover;
    width:80%;
    height:auto;
	margin: 5% 10%
}
#TxtBox{
    width:80%;
	margin: 5% 10%;
	font-size: 1.5vw;
}
#ImgBoxNoText{		
	background-repeat: no-repeat;
	background-size: cover;
	/* was cover */
    width:90%;
    height:90%; 
	margin: 5% 5% 5% 5%;
	border-radius: 0.5vw 0.5vw 0.5vw 0.5vw;
}
/* from textContent.css */
#textContent{
margin: 2.5%;
height:auto;
}


#TCLeftTextContainer a{
	text-decoration: none;
}
#TCLeftTextContainer {
	background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(5px);
	width: 100%;
	height: 100%;
	float: right;
	border-radius: 0.5vw;
}

#TCRightTextContainer {
	background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(5px);
	width: 100%;
	height: 100%;
	float: left;
	border-radius: 0.5vw;
}
#TCLeftTextContent {
	text-align: center;
	height: 100%;
	width: 95%;
	margin: 2.5%;
	line-height: 1.8;
	border-radius: 0.5vw;
}
#TCRightTextContent {
	text-align: center;
	height: 100%;
	width: 90%;
	margin: 2.5%;
	line-height: 1.8;
	border-radius: 0.5vw;
}
#TCLeftTextContainer a{
	text-decoration: none;
}

#QCTextContent {
	text-align: center;
	height: 100%;
	width: 95%;
	margin: 2.5%;
	line-height: 1.8;
	border-radius: 0.5vw;
    font-size: 1vw;
}
#SBRImage{
float: right; 
margin: 2% 2.5% 2.5% 2.5%;;
border-radius:  1.5vw 1.5vw 1.5vw 1.5vw;
}

#SBLImage{
float: left; 
margin: 2% 2.5% 2.5% 2.5%;
border-radius:  1.5vw 1.5vw 1.5vw 1.5vw;
}

#TCRightImageContainer {
	background-image: url("../media/img/LeftSide.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 30%;
	height: 100%;
	overflow: hidden;
	border-radius:  0vw 0.5vw 0.5vw 0vw;
}
#TCRightImageContent {
	background-image: url("../media/img/LeftSide.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height:100%;
	margin: 10%;
}


