/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
/*    line-height:1;*/
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
input, select {
    vertical-align:middle;
}

/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap');*/

html, body {
      width: 100%;
      height: 100%;
	  color: #191919;
	  font-size: 16px;
	  font-weight: 500;
}


#header {
	display: flex;
    justify-content: space-between;
	padding: 2em;
}

@media (max-width: 560px) {
	#header {
		padding: 1em;
	}
	
}

	#title {
		font-weight: 700;
		text-transform: uppercase;
		font-size: 40px;
	    width: 200px;
	    line-height: 1em;
	}

	#menu {
		font-size: 30px;
	}
	
	
	@media (max-width: 750px) {
		#title {
			font-size: 6vw;
		    width: 200px;
		}

		#menu {
			font-size: 4.8vw;
		}
		
	}
	


#main {
	padding: 2em;
    box-sizing: border-box;
}

@media (max-width: 560px) {
	#main {
		padding: 0;
	}
}



#contact {
	font-size: 20px;
	margin-top: 2em;
}

@media (min-width: 561px) {
	#contact {
		font-size: 2.8vw;
		margin-top: 0em;
	}
}

@media (min-width: 1280px) {
	#contact {
		font-size: 39px;
		margin-top: 0em;
	}
}


.small {
	font-size: .5em;
    margin-top: 2em;
}


@media (max-width: 560px) {
	.small {
		font-size: .7em;
	}
}




/* Grid */


.widget_sow-slider {
	width: 33.3333%;
}

@media (max-width: 1024px) {
	.widget_sow-slider {
		width: 50%;
	}	
}

@media (max-width: 560px) {
	.widget_sow-slider {
		width: 100%;
	}	
}





.sow-slide-nav {
	display: none!important;
}

.sow-slider-base .sow-slider-pagination {
	text-align: center!important;
	padding-right: 0!important;
	bottom: 16px!important;
}

.sow-slider-base .sow-slider-pagination li a {
    height: 11px!important;
    width: 11px!important;
}

.sow-slider-base .sow-slider-pagination li {
    margin: 0 15px 0 0!important;
}

.sow-slider-base .sow-slider-pagination {
    bottom: 40px!important;
}




/* Return to home */
#return-to-top {
    position: fixed;
	bottom: calc(54px - 2em);
    right: calc(43px - 2em);    
	width: 134px;
    height: 50px;
    display: block;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 1000;
	
    background: transparent url('../images/up.png') no-repeat;	
	padding: 2em;
    background-position: center;
}

#return-to-top:hover {
/*    background: rgba(0, 0, 0, 0.9);*/
}

@media (max-width: 560px) {
	#return-to-top {
		bottom: 23px;
	    right: 10px;
	    width: 54px;
	    height: 28px;
		background-size: contain!important;
	}
}









a {
    color: #191919;
    text-decoration: none;
}

a:hover {
	text-decoration: none;
}




/*Responsive*/



