html,
body {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    overflow: hidden;
    background: no-repeat top left;
    background-size: cover;
    font-family: 'Rock Salt', cursive;
    /** Guy **/
}

p {
    margin-bottom: 10px;
}

i {
    font-style: italic;
}

#pageWeeklyBackground {
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;

  background-repeat: no-repeat;
  background-size: cover;

  display: block;
  background-image: url('../images/Weekly background/BGweek1.jpg');
  width: 100%;
  height: 100%;

  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}

.week-navigation {
    position: absolute;
    top: 220px;
    left: 60px;
    width: 15%;
    text-align: left;
    padding: 20px;
    line-height: 30px;
    display: none;
}

.aboutMeText {
    display: none;
    width: 400px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 14px;
}

.aboutMeText img {
    margin-right: 15px;
    margin-bottom: 6px;
    border: 1px solid #666;
}

.week-navigation li a {
    margin: 15px 0;
    font-size: 18px;
    color: white;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.2);
    padding: 2px;
    padding-right: 20px;
    padding-left: 20px;
    white-space: nowrap;
}

.week-navigation li {
    margin: 40px 0;
    font-size: 18px;
    color: black;
    text-decoration: none;
}

.week-navigation .link:hover {
    font-size: 18px;
    color: black;
    text-decoration: none;
}

.pageHeader {
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 40px;
    color: white;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Rock Salt', cursive;
}

.pageSubHeader {
    position: absolute;
    top: 60px;
    font-size: 20px;
    color: white;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Rock Salt', cursive;
    white-space: nowrap;
}

.ui-slider-horizontal .ui-state-default {
    background: url(../images/fabLogo.png) no-repeat scroll;
    top: -75px;
    width: 80px;
    text-align: center;
    height: 120px;
    border: 0px;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
}

.customHandleLabel {
    position: absolute;
    top: 120px;
    left: 0px;
    color: white;
    white-space: nowrap;
    font-family: 'Rock Salt', cursive;
    cursor: pointer;
}

#timeLine {
    position: absolute;
    bottom: 80px;
    left: 40px;
    right: 40px;
    height: 1px;
    background: white;
    cursor: pointer;
}

.galleryImage {
    display: none;
}

#contentArea
{
    max-width: 1024px;
    background-color: rgba(255, 255, 255, 0.9);
    position:absolute;
    margin:0 auto;
    right:0;
    left:0;    
    top:140px;
    bottom:160px;    
}

#aboutMe
{
    position: absolute;
    top: 40px;
    right:40px;
}

#contentFrame {
    display:block;
    width:100%;
    height:100%;
}

#weeksTitle
{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: white;
    white-space: nowrap;
    font-family: 'Rock Salt', cursive;
}