/*!
Gay Hawkes website CSS
Developd by studiomars.com.au 2016
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
	margin: 10px;
	font-family:"Helvetica Neue", Helvetica,Arial,sans-serif;
	/*src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff");*/
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #000;
}

.container {
	max-width: 980px;
	margin: 0 auto;	
}
a {
	color: #666;
	letter-spacing: 0.7px;
	font-weight: 300;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #000;
}
a#active { color: #000; 
pointer-events: none;
    cursor: default;}

/* BOOKLET SYLES
-------------------------------------------------- */
.col-md-12 {
	margin-left: 0;
}

.booklet {
	/*width: 100% !important;
	height: auto !important;*/
	width: 100% !important;
	height: auto !important;
	padding-left:10px;	
	padding-right:10px;
	padding-bottom:10px;		
	}
	
	.bookletText {
  margin-left: 10px;
  margin-right:10px;
  /*background-color: #F2F2F2;*/
}
	

/* FONT STYLES
-------------------------------------------------- */
p {
	margin-left:10px;
}

h7 {
	color:#333;
	letter-spacing: .5px;
   font-size:16px;
   font-weight:500;
}

h8 {
	color:#333;
	letter-spacing: .5px;
   font-size:16px;
   font-weight:400;
}

h9 {
	color:#000;
	letter-spacing: .5px;
   font-size:14px;
   font-weight:400;
}

/* SECURE EMAIL
-------------------------------------------------- */
.email-link {
	position: relative;
	top:5px;
	margin:0;
    width:160px;
    height: 20px;
	display: inline-block;
    background: url(../img/eMail-link2.svg) no-repeat;	
	-khtml-opacity:.70; 
    -moz-opacity:.70; 
    -ms-filter:"alpha(opacity=70)";
    filter:alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
    opacity:.70;
}

.email-link:hover,
.email-link:focus {
	-khtml-opacity:1; 
    -moz-opacity:1; 
    -ms-filter:"alpha(opacity=100)";
    filter:alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
    opacity:1;
    cursor: pointer; cursor: hand;
}

/* IMAGES
-------------------------------------------------- */

.photos {
  /* Prevent vertical gaps */
	line-height: 0;  
	-webkit-column-count: 4;
	-webkit-column-gap: 0;
	-moz-column-count: 4;
	-moz-column-gap: 0;
	column-count: 4;
	column-gap: 0;  
}

.photos {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
  }
  
.photos img {
	/* Just in case there are inline attributes */
	padding:10px; 
	width: 100% !important;
	height: auto !important;
}

.photos2 img {
	/* Just in case there are inline attributes */
	padding:10px; 
	width: 100% !important;
	height: auto !important;
}

/* HAMBURGER STYLING
-------------------------------------------------- */
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* STUDIO MARS LINK
-------------------------------------------------- */

a.studio {
	margin:0;
	text-align:right;
	float: right;
	color: #CCC;
	letter-spacing: .7px;
	font-weight: 300;
}

.studio:hover,
.studio:focus {
	text-decoration: none;
	color: #666;
}

/* DROPDOWN
-------------------------------------------------- */

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.nav > li > a {

    padding-right:15px;
}

/* HEADER - LOGO
-------------------------------------------------- */

.text-logo {
	padding-top:15px;
	padding-left:12px;
	font-size:28px;
	color:#0047bb;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

.logo-blue {
	position: relative;
	margin-top: 14px;  /* adjust to suit the image */
	margin-left: 12px;  /* adjust to suit the image */
    width:200px;
    height: 44px;	
    background: url(../img/gh-header-blue-184-24.png) no-repeat;
}

.navbar-nav {
	float: right;
	text-align:right;
}

.navbar-fixed-top {
	background:#FFF;
}

.navbar-fixed-top .nav {
    padding: 0;
}

.navbar-fixed-top .navbar-brand { /* Logo small screen */
    padding: 0;
}

/* OTHER FORMATTING
-------------------------------------------------- */

.grey {
	color:#666;
}

.pad {
	padding: 20px;
}

footer {
    padding-top:30px;
	padding-bottom:5px;
	padding-left:0;
	padding-right:0;
	font-size:12px;
}

#info {

	padding-bottom:10px;
	
}

.bLeft {
    border-left: 1px solid #e7e7e7;

}



/* DESKTOP STYLING
-------------------------------------------------- */

@media(min-width:768px) {
	
body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }
	
#info {
	padding-top:20px;
	padding-bottom:20px;
}
	
.right-align {
	text-align:right;
	
}
    
.navbar-fixed-top .navbar-brand {  /* Logo */
    padding: 5px 0;
}
	
.photos {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

.photos2 {
	/* Prevent vertical gaps */
	line-height: 0;
	-webkit-column-count: 1;
	-webkit-column-gap: 0;
	-moz-column-count: 1;
	-moz-column-gap: 0;
	column-count: 1;
	column-gap: 0;  
}

.photos2 img {
	/* Just in case there are inline attributes */
	padding:10px; 
	width: 100% !important;
	height: auto !important;
}

.text-logo {
	padding-top:10px;
	}

.logo-blue {
	position: relative;
	margin-top: 10px;  /* adjust to suit the image */
	margin-left: 12px;  /* adjust to suit the image */
    width:200px;
    height: 44px;	
    background: url(../img/gh-header-blue-184-24.png) no-repeat;
}

.email-link {
	position: relative;
	float:right;	
	top:1px;
}

#hoz {
	
	
}

h7 {	
	letter-spacing: .7px;
}

.nav > li > a {

    padding-right:0;
}
	.booklet {
	max-width: 60% !important;
	height: auto !important;
	padding-left:10px;	
	padding-right:10px;
	}

	
}