
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

html{
	background-color: #08233e;
}

body{
margin:0;
padding:0;
position: relative;
text-align: center;

font-size: 18px;
font-weight: 300;

font-family:Century Gothic;
/*
color: #ffa31a;*/
color: #bfbfbf;
}


.transy{
	width: 100%;
height: 100%;
float: left;
bottom: 0%;
position: absolute;
z-index: -1;
/*background: url(../images/background.jpg) no-repeat top center fixed;*/
background: url(../images/perth.jpg) no-repeat top center fixed;
opacity: 0.2;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}


.centered{
    display: inline-block;
   }

.header{
	width: 60%;
	padding: 0px 20%;
	float: left;
	margin-bottom: 100px;
}

.header p.line1{
	font-size: 20px;
	margin-top: -20px;
}

@media only screen and (max-width: 1024px){

@media only screen and (max-width: 768px){


.header{
	margin-bottom: 50px;
  margin-top: 0px;
}

.header p.line1{
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: -10px;
}

.msg p{
  font-size: 18px;
	font-weight: 300;
  font-family:Century Gothic;
  color: #ffa31a;
}
