/*
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 : 26.7.2017, 15:02:34
    Author     : jangr
*/

html {
  background: url(/img/office_1280.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  /*background-position: 0px 50px ;*/
  /*background-repeat:no-repeat;*/
}

body {
  /*padding-top: 20px; 
  font-size: 16px;
  font-family: "Open Sans",serif;  */
  background: transparent;
  /*padding-top: 60px;*/
}

.jgpm_menu {
  background: url(/img/header-bg.jpg);  
}

.jg-container {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
