/* 
    Document   : style
    Created on : 10/Jul/2014, 17:43:49
    Author     : DEMO
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body{
    font-family: 'Montserrat', sans-serif;
    background-image: url(../_img/bg.jpg);
    background-size:cover;
}
#contacts{display:none}