/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 156px 0 100px;
}

section {
  padding: 150px 0;
}

body {
  background: url('/melbourne/Background.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  
}

.logo {
    max-width: 80px;
    display: block;
    
}

.main_img {
    max-width: 480px;
    
}

.black {
    color: black;
    
}

.white {
    color: white;
    
}

.head_con {
    background: url('/melbourne/Header_Image.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  box-shadow: inset 0 0 40px rgba(0,102,204,.6), inset 0 0 160px rgba(0,102,204,.4);
}

.shadow {
    text-shadow: 2px 2px #000000;
}