@charset "utf-8";
/*
Theme Name: AU Digital
Theme URI: 
Author: AU Digital
Author URI: http://audigital.com.au
Description: AU Digital  Theme
Version: 2.0

 */

body {font: 1rem/1.55em 'Montserrat', serif; color: #444;}

a {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	text-decoration: none;
	outline: none;
}
a:hover, a:focus {text-decoration: none; outline: none;}

#logo {text-align: center; padding: 20px 0;}
#logo img {max-width: 300px; height: auto;}

.page-title {
	padding: 40px 0 ;
	text-align: center;
}
.page-title h1 {
	margin: 0;
	color: #173D8C;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

::-webkit-input-placeholder { /* Edge */
  color: #f7f7f7;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #f7f7f7;
}

::placeholder {
  color: #f7f7f7;
}