/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 31, 2017, 10:58:20 PM
    Author     : jelte
*/
body {
    font-size: 12pt;
}
.info {
    font-size: 0.9em;
    color: #555555;
}
/* venue images */
.venue-img a {
    width: 100%;
    overflow: hidden;
    display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.venue-img a:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.venue-img a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* topbar (page header) styling */
.topbar-title1      {color: #FFFFFF; font-size: 3vw; text-shadow: 2px 2px 0 #001177;}
.topbar-title2      {color: #00CC00; font-size: 2.5vw; text-shadow: 2px 2px 0 #001177;}
.topbar-title3      {color: #FFCC00; font-size: 2vw; text-shadow: 2px 2px 0 #001177;}
.topbar-title1small {color: #FFFFFF; font-size: 6vw; text-shadow: 2px 0 0 #001177;}
.topbar-title2small {color: #00CC00; font-size: 6vw; text-shadow: 2px 0 0 #001177;}

/* Footer styling */
#footer {
    font-size: 0.6em; color: #999999;
    padding: 15px 0 15px 0; margin-top: 25px;
}

