<style>

  @font-face {
  font-family: Didot;
  src: url(fonts/Didot.ttf);
	}

  @font-face {
  font-family: C&L;
  src: url(fonts/ChampAndLimo.ttf);
  }

	body {
		font-family: C&L;
		background-color: #F3F3F4;
	}

  h2 {
    font-family: Didot;
  }

  #FindBit {
    font-family: Didot;
    padding: 0;
    margin-left: -1.5%;
  }

  #ContactBit {
    padding: 0;
    margin-left: -1.5%;
  }

  #fiddling {
    margin: 0 auto;
    align-items: center;
  }

  .navbar {
   background-color: rgba(255, 248, 247, 0.5);
   border-radius: 0px!important;
   border-color: rgba(213, 231, 231, 0.5)!important;
  }

	.navbar-brand {
		color: #D0A859!important;
		font-size: 2.4em;
    font-family: Didot;
	}

	.navbar-brand:hover {
		color: #676A6C!important;
	}

	.navbar-nav {
		font-size: 1.3em;
  }

  #facebookimage {
    opacity: 0.75;
    align-content: center;
    margin-bottom: 100px;
  }

  .form-control {
    background-color: rgba(255, 248, 247, 0.75);
    transition-property: background-color;
    transition-duration: 1000;
  }

  .form-control:hover {
    background-color: rgba(255, 248, 247, 0.95);
    transition-property: background-color;
    transition-duration: 1000;
  }

   .form-control:focus {
    background-color: rgba(255, 248, 247, 0.95);
    transition-property: background-color;
    transition-duration: 1000;
  }

  .btn-default {
    background-color: rgba(255, 248, 247, 0.75);
    transition-property: background-color;
    transition-duration: 1000;
  }

  .btn-default:hover {
    background-color: rgba(255, 248, 247, 0.95);
    transition-property: background-color;
    transition-duration: 1000;
  }

  .input-group-addon {
    background-color: rgba(255, 248, 247, 0.75);
    transition-property: background-color;
    transition-duration: 1000;
  }

  .input-group-addon:hover {
    background-color: rgba(255, 248, 247, 0.95);
    transition-property: background-color;
    transition-duration: 1000;
  }

   .input-group-addon:focus {
    background-color: rgba(255, 248, 247, 0.95);
    transition-property: background-color;
    transition-duration: 1000;
    cursor: default;
  }

  #WelcomeTitle {
    padding: 400px 0px 20px 0px;
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    /*background-color: yellow!important;*/
  }

  .navbar-toggle{
    background-color: rgba(255, 248, 247, 0.25)!important;
  }

  .navbar-toggle:hover {
    background-color: rgba(255, 248, 247, 0.75)!important;
  }

  .navbar-toggle:focus {
    background-color: rgba(255, 248, 247, 0.75)!important;
  }

  .navbar-toggle:active {
    background-color: rgba(255, 248, 247, 0.95)!important;
  }

  .pixLbox {
    /*background-color: #F9F9F9;*/
    padding: 10px 10px 10px 10px;
    border-radius: 2px;
    border-color: rgba(213, 231, 231, 0.75)!important;
  }

  .pixLboxSquare {
    background-color: rgba(255, 248, 247, 0.85);
    padding: 10px 10px 10px 10px;
    border-radius: 0px;
    border-color: rgba(213, 231, 231, 0.75)!important;
  }

  h2 a {
    color: #241816!important;
  }

  p a {
    color: #241816!important;
  }

  /*hacking the email input colour */
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(10, 10, 10, 0.7) !important;
  }
 
  input[type="email"]:-moz-placeholder { /* Firefox 18- */
  color: rgba(10, 10, 10, 0.7) !important;  
  }
 
  input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
  color: rgba(10, 10, 10, 0.7) !important;  
  }
 
  input[type="email"]:-ms-input-placeholder {  
  color: rgba(10, 10, 10, 0.7) !important;  
  }

  /*hacking the email input colour */
  textarea[name="Body"]::-webkit-input-placeholder {
  color: rgba(10, 10, 10, 0.7) !important;
  }
 
  textarea[name="Body"]:-moz-placeholder { /* Firefox 18- */
  color: rgba(10, 10, 10, 0.7) !important;  
  }
 
  textarea[name="Body"]::-moz-placeholder {  /* Firefox 19+ */
  color: rgba(10, 10, 10, 0.7) !important;  
  }
 
  textarea[name="Body"]:-ms-input-placeholder {  
  color: rgba(10, 10, 10, 0.7) !important;  
  }

  .col-centered{
    margin: 0 auto;
    float: none;
}

  #EmailForm input {
    width: 300px;
    margin: 0 auto;
  }

  #EmailBody {
    width: 300px;
    margin: 0 auto;
  }

  .vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
  }

  #copyright {
    margin: 0 auto;
    font-size: 0.85em;
    color: rgba(10, 10, 10, 0.5)!important;
  }

  #Fucker {
    margin-bottom: 20px;
  }

  /* Style the Image Used to Trigger the Modal */
  #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }

  #myImg:hover {opacity: 0.7;}

  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  }

  /* Modal Content (Image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 85%;
    max-width: 800px;
  }

  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }

  /* Add Animation - Zoom in the Modal */
  .modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }

  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }

  /* The Close Button */
  .close {
    position: absolute;
    top: 60px;
    right: 10%;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 0.9;
  }

  .close:hover,
  .close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
  }

  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
  }

</style>