@font-face {
  font-family: 'ClashGrotesk';
  src: url('fonts/ClashGrotesk-Medium.woff2') format('woff2'),
       url('fonts/ClashGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'ClashGrotesk';
  src: url('fonts/ClashGrotesk-Semibold.woff2') format('woff2'),
       url('fonts/ClashGrotesk-Semibold.woff') format('woff');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Regular.woff2') format('woff2'),
       url('fonts/OpenSans-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

html{
	background: url(../images/background.jpg) repeat repeat fixed;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #666;
}

*.uk-heading-large{
	font-family: 'ClashGrotesk';
	color: #212a37;
	font-weight: 600;
	font-size: 5.23rem;
}
*.uk-heading-medium{
	font-family: 'ClashGrotesk';
	color: #212a37;
	font-weight: 600;
	font-size: 3.70rem;
	margin-bottom: 3rem;
}
*.uk-heading-small{
	font-family: 'ClashGrotesk';
	color: #212a37;
	font-weight: 600;
	font-size: 2.61rem;
	margin-bottom: 2rem;
}
h5{
	font-family: 'ClashGrotesk';
	font-weight: 600;
	font-size: 1.25rem;
	color: #212a37;
	margin-top: 30px;
	text-transform: uppercase;
}
h6{
	font-family: 'ClashGrotesk';
	font-weight: 500;
	font-size: 1rem;
	color: #666;
}
.uk-text-lead{
	font-size: 1.25rem;
	color: #666;
}
.uk-border-rounded{
	/*box-shadow:
  0px 0.9px 2.2px -12px rgba(0, 0, 0, 0.02),
  0px 2.1px 5.3px -12px rgba(0, 0, 0, 0.028),
  0px 4px 10px -12px rgba(0, 0, 0, 0.035),
  0px 7.1px 17.9px -12px rgba(0, 0, 0, 0.042),
  0px 13.4px 33.4px -12px rgba(0, 0, 0, 0.05),
  0px 32px 80px -12px rgba(0, 0, 0, 0.07);*/
	border-radius: 10px;
}
a .uk-border-rounded, a .uk-heading-small{
	transition: .3s;
}
a:hover{
	text-decoration: none;
}
a:hover .uk-heading-small{
	opacity: .8;
}
a:hover .uk-border-rounded{
	box-shadow:
	0px 0.9px 2.2px -12px rgba(0, 0, 0, 0.02),
  0px 2.1px 5.3px -12px rgba(0, 0, 0, 0.028),
  0px 4px 10px -12px rgba(0, 0, 0, 0.035),
  0px 7.1px 17.9px -12px rgba(0, 0, 0, 0.042),
  0px 13.4px 33.4px -12px rgba(0, 0, 0, 0.05),
  0px 32px 80px -12px rgba(0, 0, 0, 0.07);
  /*0px 0.9px 3px rgba(0, 0, 0, 0.025),
  0px 2.1px 7.3px rgba(0, 0, 0, 0.036),
  0px 4px 13.8px rgba(0, 0, 0, 0.045),
  0px 7.1px 24.6px rgba(0, 0, 0, 0.054),
  0px 13.4px 46px rgba(0, 0, 0, 0.065),
  0px 32px 110px rgba(0, 0, 0, 0.09);*/
}

.uk-button{
	font-family: 'ClashGrotesk';
	font-size: 1rem;
	line-height: 1;
    padding: 12px 20px;
    border-radius: 100px;
	transition: .3s;
}
.uk-button-primary{
	background: #212a37;
	border: 1px solid #212a37;
}
.uk-button-primary:hover{
	background: #000;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.uk-button-secondary{
	background: none;
	border: 1px solid #000;
	color: #212a37;
}
.subtitle{
	position: relative;
    padding-left: 40px;
}
.subtitle::before{
	content: url(../images/sub-line.svg);
    position: absolute;
    width: 35px;
    left: 0;
    top: -2px;
}
.uk-light{
	color: #fff;
}
.uk-slidenav{
	padding: 0;
}

/*NAVIGAITON*/

.uk-navbar-nav>li>a{
	font-family: 'ClashGrotesk';
	font-size: 1rem;
	color: #000;
}
.uk-navbar-toggle{
	color: #000;
}
.uk-offcanvas-bar{
	background: #222;
}
.uk-offcanvas-bar .uk-nav-default>li>a{
	font-family: 'ClashGrotesk';
	text-transform: uppercase;
	color: #fff;
}
.uk-dropdown{
	min-width: 55px;
}
.uk-navbar-dropdown{
	background: none;
	top: 60px!important;
	width: 55px;
	padding: 0 8px;
	text-align: center;
	box-shadow: none;
	border-bottom: solid 2px #222;
}
.uk-navbar-dropdown-nav>li>a {
    font-family: 'ClashGrotesk';
    font-size: 1rem;
}
.uk-navbar-nav .uk-active, .uk-offcanvas-bar .uk-nav-default>li.uk-active{
	text-decoration: underline;
}

/*FORM*/

.uk-input,  .uk-textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    background: none;
    border-bottom-color: #c9c9c9;
    border-bottom-width: 2px;
    font-family: 'ClashGrotesk';
    font-weight: 600;
    font-size: 1.25rem;
    color: #212a37;
}
.uk-input::placeholder, .uk-textarea::placeholder {
    color: #212a37;
    text-transform: uppercase;
}
.uk-input:focus::placeholder, .uk-textarea:focus::placeholder {
    color: #c9c9c9;
}
.uk-input:focus, .uk-textarea:focus {
    background: none;
    border-bottom: 2px solid #000;
    color: #212a37;
}

@media screen and (max-width: 959px){
	html{
		font-size: .95rem;
	}
	*.uk-heading-large{
	font-size: 3.5rem;
	}
	*.uk-heading-medium{
		font-size: 2.8rem;
	}
	*.uk-heading-small{
		font-size: 1.9rem;
	}
}
@media screen and (max-width: 639px){
	*.uk-heading-large{
	font-size: 2.9rem;
	}
	*.uk-heading-medium{
		font-size: 2.5rem;
	}
	*.uk-heading-small{
		font-size: 1.9rem;
	}
	h5{
		margin-top: 15px;
	}
}
@media screen and (min-width: 1600px){
	html{
		font-size: 1.2rem;
	}
	.uk-section-large{
		padding-top: 180px;
		padding-bottom: 180px;
	}
	.uk-container-small{
		max-width: 1150px;
	}
}