/*
Theme Name: 	VJC Theme
Description: 	VJC
Version: 		4.0
Tags: 			VJC
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/*
===========================
GENERAL STYLES
===========================
*/


/* standard layout*/

/*
font-family: 'Lato', sans-serif;
font-family: 'Signika', sans-serif;
*/

body {
font-family: 'Lato', sans-serif;
  font-weight: 400;
font-size:16px;
  color: rgba(26,26,26,.7);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


*, html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

strong, b {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 400;
}



img {
  display: block;
  max-width: 100%;
  height: auto;
}


a[x-apple-data-detectors] {
 color: inherit !important;
 text-decoration: none !important;
 font-size: inherit !important;
 font-family: inherit !important;
 font-weight: inherit !important;
 line-height: inherit !important;
}
