﻿/*
  COLOUR PALETTE

  Dark Grey --- #384148
  Grey --- #697C8D
  Light Gray --- #BACBDB
  White --- #FBFDFC
  Orange --- #FF7E3F
  Light Orange --- #FFBA9B
  Lime --- #89FF3F
  Yellow --- #FCF06B
  Light Yellow --- #FEF7BE

*/


img.logo {
  position: absolute;
  top: -100px;
  right: 50px;
  height: 150px;
  z-index: 10;
}

body {
  background-color: #697C8D;
  color: #BACBDB;
  padding: 0;
  margin: 0;
  text-align: center;
}

.page {
  position: relative;
  width: 900px;
  background-color: #384148;
  margin: 100px auto 10px auto;
  border: 1px solid #BACBDB;
  min-height: 600px;
  padding: 75px 0 0 0;
  background-image: url(images/smoke.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.container {
  position: relative;
  width: 900px;
  z-index: 10;
}
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.copyright{
  text-align: center;
  margin: 15px;
}
.contact{
  padding: 10px;
}


.col-right {
  width: 250px; 
  float: right; 
  min-height: 250px; 
  text-align: center;
  border-left: 1px dotted #BACBDB; 
  padding-left: 25px; 
  margin-left: 25px;
}
.col-right h2 {
  font-family: Arial;
  font-size: 18px;
}



/* MENU CLASSES */
  .menu-img {
    position: absolute; 
    left: -50px; 
    top: -25px;
    z-index: 5;
  }
  .menu, .menu-bg {
    color: #697C8D;
    position: absolute;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    width: 700px;
    padding: 5px 35px;
    left: -25px;
    top: 70px;
  }
  .menu-bg {
    background-color: #BACBDB;
    z-index: 4;
  }
  .menu {
    background-color: transparent;
    z-index: 6;
  }
  .menu a {
    color: #384148;
  }
  .menu a:hover {
    color: #697C8D;
  }
/* END MENU CLASSES */



/* CONTENT TEXT STYLES */
  div.content-text {
    margin: 25px;
    padding: 25px;
  }
  div.content-text p {
    text-align: justify;
    font-family: Arial;
  }
  div.content-text h1 {
    margin: 0px 0px 25px 0px;
  }
/* END CONTENT TEXT STYLES */



/* EVENTS STYLES */
  div.events h2 {
    background-color: #697C8D;
    color: #FBFDFC;
    padding: 5px 15px;
    margin: 25px 0 0 0;
  }
  div.events h3 {
    background-color: #BACBDB;
    color: #384148;
    padding: 5px 15px;
    margin: 0 0 0 0;
  }
  div.events p {
    background-color: transparent;
    padding: 15px 10px;
    margin: 0 0 0 0;
    border: 1px solid #BACBDB;
    border-top: none;
  }
/* END EVENTS STYLES */




a img { border: none; }
a { color: #FCF06B; }
a:hover { color: #FEF7BE; text-decoration: underline; }



div.photo-box img {
  border: 5px solid white;
  border-bottom: 20px solid white;
}
