@charset "utf-8";


/* CSS Document */
@font-face {
	font-family: 'Lato';
	src: local('Lato Regular'), 
	local('Lato-Regular'), 
	url('../Media/Fonts/Lato/Lato/Lato-Regular.ttf.ttf') format('truetype'),
	font-weight: 400;
	font-style: normal;
}

body {
	font-family: 'Lato', sans-serif; /* Fallback to a generic sans-serif font */
	background-color: black; 
	background-image: url("../Media/background image2 - filip.jpg"); 
	background-repeat: no-repeat; 
	background-size: cover; 
	color: #F2F2F2;
}

a {
    text-decoration: none !important;
}

a.nav-text {
	color: #F2F2F2;
	font-size: 1.5rem;
}

.logo-text {
	color: #AFCBDD;
}

.socialmedia {
	text-align: center; padding-top: 2em;
}

.icon {
	max-height: 3em; max-width: auto; 
}

.iconpm {
	max-height: 3em;
}

/* Styles applied when the screen width is 576px or less */
@media screen and (max-width: 576px) {
	  a.nav-text {
		font-size: 1.2rem;
	}
}