/* @override 
	https://www.helderluis.pt/wp-content/themes/helderluis/style.css?*
	https://helderluis.net/index.css */
	

@font-face {
font-family: 'grosa-regular';
src: url('/assets/Grosa-Regular.woff2') format('woff2'),
         url('/assets/Grosa-Regular.woff') format('woff');
font-weight: normal !important;
font-style: normal;
}

@font-face {
font-family: 'grosa-bold';
src: url('/assets/Grosa-Bold.woff2') format('woff2'),
         url('/assets/Grosa-Bold.woff') format('woff');
font-weight: normal; !important;
font-style: normal;
}



/* ———————————————————————————————— Mobile First ———————————————————————————————— */


body {
	color: white;
	background: url(/assets/background.jpg) 0 -6em no-repeat fixed black;
	font-family: "grosa-regular";
}

h1 {
	font-family: "grosa-bold";
	font-size: 2em;
	margin: 0;
	padding: 0;
	color: white;
}

p {
	font-size: 1.5em;
	color: white;
}

#main {
	margin: 6em 2em 4em;
}

#left {
	margin-top: 4em;
	text-align: center;
}

#left p {
	margin-top: 1em;
	margin-bottom: 2em;
}


#left button i {
	font-size: 3em;
}

#left button:hover {
	background-color: black;
	color: white;
	cursor: pointer;
}

#left button {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: white;
	margin-right: 0.5em;
	margin-left: 0.5em;
	margin-bottom: 1.5em;
	border-style: none;
}

#right {
	margin-top: 3em;
}

img.photo {
	border-radius: 5em;
	width: 10em;
	height: 10em;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	margin-bottom: 2em;
	border-style: solid;
	border-width: 3px;
}

button.links {
	font-family: "grosa-bold";
	border: 3px solid white;
	background-color: rgba(0, 0, 0, 0.47);
	color: white;
	border-radius: 15px;
	padding: 20px;
	font-size: 20px;
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

button.links:hover {
	background-color: white;
	color: black;
	cursor: pointer;
}






/* ———————————————————————————————— Desktop ———————————————————————————————— */

@media screen and (min-width: 768px) {

body {
	color: white;
	background: url(/assets/background.jpg) no-repeat fixed black;
	background-size: auto 100%;
	font-family: "grosa-regular";
}

p {
	color: white;
}

h1 {
	color: white;
}

#main {
	margin: 14em 10em 2em;
}

#left {
	width: 45%;
	float: left;
	display: inline-block;
	margin-right: 5%;
}

#right {
	width: 45%;
	display: inline-block;
	margin-left: 5%;
	position: relative;
}

#buttons-links {
	position: relative;
	margin-top: 12em;
}

img.photo {
	border-radius: 100px;
	width: 200px;
	height: 200px;
	margin-bottom: 2em;
	border-style: solid;
	border-width: 3px;
}

}
