
/*====== Link Google Fonts API ========*/

/*====================================================================
1. Default CSS
====================================================================*/

html {
}

body {
  color: #c7c7c7;
  width:100%;
  height:100%;
  position:relative;
  font-family: 'Helvetica', chelvetica', 'sans-serif' !important; 
  font-size: 10pt; 
}

.container-fluid { margin: 0 auto; padding: 0; }

a {
    text-decoration: underline;
    outline: none;
    color: #646464;
}

a:hover {
    text-decoration: underline;
    color: #273b73;
}


/*====================================================================
Page
====================================================================*/


@page {
	margin: 1mm;
	margin-header: 0;
	margin-footer: 0;
  background: linear-gradient(top, #000000, #000000);"
}

/*====================================================================
Cleanup
====================================================================*/

#header, #footer { width:100%; margin:0; padding:0; height:auto; }
#header > img, #footer > img { width:100% !important; height:auto !important; }

div.frame-layout-0 { display: none; }

/*====================================================================
10. Our Projects section css
====================================================================*/

.decor { width: 100%; padding: 5mm; margin: 0; height: 100%; position:relative; overflow: hidden; }
.image-box { display: block; width: 150%; position:relative; }
.image-box img { width:100% !important; height:auto !important; }
.description { display: block; }

h1 { font-size: 500%; margin-top: 200px; }
p { font-size: 200%; }

