@import url(https://cdn.shopify.com/s/files/1/0010/1856/0572/t/2/assets/slides.min.css?1);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,800|Montserrat:200|Montserrat:400|Material+Icons);

.slides,
.slides p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.slides h1,
.slides h2,
.slides h3,
.slides h4,
.slides h5,
.slides h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
}
.slides .button,
.slides .slides-form {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.panel .button:not(.actionButton) {
    padding: 0.75em 2em;
}

.button.square{
  border-radius: 20px;
  padding: 0.75em 2em;
	background-color:none;
}

.slides-form select {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="7"><path fill="rgb(23,23,23)" d="M14.022 0l5.978 6 6-6z"/></svg>');
}

@media only screen and (max-width: 600px) {
  nav.side.pole.small {
    display: none;
  }
	
	p.light{
 	  font-size: 16px;
	  text-align: justify;
	}
}