/* 
Theme Name: CROCCS
Author: MagićMarinac
Author URI: https://magicmarinac.hr/
Description: Tema za CROCCS web stranicu
*/

/* Default */
:focus {
	outline: none;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
* {
	text-shadow: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
	font-family: sans-serif;
	font-size: 16px; /* base font size */
	line-height: 1.15;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: none;
}
@media (min-width: 2048px) {
	html {
		font-size: 0.78125vw;
	}
}
/*define color and spacing variable*/
:root {
  --background: #5247E2;
  --white: #FFFFFF;
  --black: #000000;
  --spacing-xxs: clamp(0.25rem, 0.1893rem + 0.2589vw, 0.5rem);
  --spacing-xs: clamp(0.5rem, 0.3786rem + 0.5178vw, 1rem);
  --spacing-sm: clamp(1rem, 0.7573rem + 1.0356vw, 2rem);
  --spacing-md: clamp(2rem, 1.5146rem + 2.0712vw, 4rem);
  --spacing-lg: clamp(4rem, 3.0291rem + 4.1424vw, 8rem);
  --spacing-xl: clamp(8rem, 6.5437rem + 6.2136vw, 14rem);
}
body {
	margin: 0;
	background-color: var(--background);
	color: var(--black);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
    letter-spacing: 0;
	text-align: left;
}
h1, h2, h3, h4, h5, h6,
.as-h1, .as-h2, .as-h3, .as-h4, .as-h5, .as-h6 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.125;
	font-weight: 400;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100dvh;
}

@media (max-width: 576px) {
	img {
		width: 50%;
		height: auto;
	}
}
