/* STYLE
/////////////////////////////////////////////////////// */
   
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
background: transparent;}

b {font-weight: 700;}
i {font-style: italic;}

body {
width: 100%;
font-family: 'Inter Tight', sans-serif;
font-size: 16px;
font-weight: normal;
line-height: 0;
margin: 0 auto;
color: #191C29;
background: #FFF;
overflow-x: hidden; }

html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
		text-size-adjust: 100%;}

*, *:before, *:after {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;}

::-moz-selection {
color: #FF0044;
background: #FFF;}

::selection {
color: #FF0044;
background: #FFF;}

a {
-webkit-tap-highlight-color: transparent;
text-decoration: none;
color: inherit;}

a:hover {
text-decoration: none;}

a:active,
a:hover,
:focus {
outline: 0;}

img {
width: 100%;
height: auto;
margin: 0 auto;
display: block;
border: 0; }

object, embed {
max-width: 100%;}

ol, ul, li {
list-style: none;}

blockquote, q {
quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }

table {
border-collapse: collapse;
border-spacing: 0;}

button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; 
-webkit-appearance: none;
   -moz-appearance: none;
		appearance: none;}

button {
overflow: visible;}

button,
select {
text-transform: none; }	

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;}	

button[disabled],
html input[disabled] {
cursor: default;}	

button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;}	

input {
line-height: normal;}	

input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; 
padding: 0;}	

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;}

input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;}

legend {
border: 0;
padding: 0;}

input {
padding: 0;
border: 0;
border-radius: 0;
border-style: none;
-webkit-box-shadow: none;
   -moz-box-shadow: none;
		box-shadow: none;
background: none;
-webkit-appearance: none;
   -moz-appearance: none;
		appearance: none;}

button {
margin: 0;
padding: 0;
border: none;
background: none;
-webkit-appearance: none;
   -moz-appearance: none;
		appearance: none;}

/* FONTS TOGGLE
/////////////////////////////////////////////////////// */

@font-face {
    font-family: "nav";
    font-weight: normal;
    font-style:  normal;
    src: url(../fonts/nav/nav.eot);
    src: url(../fonts/nav/nav.eot#iefix) format("embedded-opentype"),
    url(../fonts/nav/nav.ttf) format("truetype"),
    url(../fonts/nav/nav.woff) format("woff"),
    url(../fonts/nav/nav.svg) format("svg");}

/* DIVS
/////////////////////////////////////////////////////// */

.section,
.container,
.content,

.title,
.about,
.post,
.societat,
.junta,
.item,

.subnav,
.open-subnav { 
	width: 100%;
	height: auto;
	position: relative;
    float: left;}

/* ///////////////////////////////////////////////////////
RESPON 1200px */
@media (min-width: 1200px){ 
    
.cursor {
    width: 0.4vw;
    height: 0.4vw;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 50%;
    background: #FFB9B9;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, transform 0.15s;
            transition: opacity 0.3s ease, transform 0.15s;        
    position: fixed;
    z-index: 999999;}

body:hover .cursor {
    opacity: 1;} 
    
} /* //// FI //// */

/* STYLE
/////////////////////////////////////////////////////// */