@import url(https://weloveiconfonts.com/api/?family=entypo|fontawesome);
/* entypo */
[class*="entypo-"]:before {
	font-family: 'entypo', sans-serif;
}
[class*="fontawesome-"]:before {
	font-family: 'FontAwesome', sans-serif;
}
.clear {
	clear: both;
}
.purple {
	/*color: #837c9a;*/
	color: #fff;
}

.block {
	margin: 25px 30px;
}
.block h1 {
	margin-left: -5px;
	font-weight: 400;
}
.last.block {
	margin-bottom: 110px;
}
.horizontal_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.horizontal_list li {
	float: left;
}
.horizontal_list li:before {
	content: none;
}
.horizontal_list li { 
	padding-left: 0; 
	text-indent: 0;
}
.horizontal_line{
	margin: 34px 0 0 30px;
	height: 26px;
	position: relative;	
}
.line_left,
.line_right{
	border-top: 1px solid #fff;
	width: 305px;
	margin-top: 13px;
}
.line_left{
	float: left;
}
.line_right {
	float: right;
}
.left_circle, 
.central_circle, 
.right_circle {
	background: #002d2b;
	background: #19a59e;
	position: absolute;
	border-radius: 50px;
}
.left_circle, 
.right_circle {
	width: 13px;
	height: 13px;
	top: 7px;
}
.left_circle{
	left: 314px;
}
.central_circle{
	width: 26px;
	height: 26px;		
	top: 0px;
	left: 322px;
}
.right_circle{
	left: 343px;
}

/* Main tags */

body {
	background-color: #073763;
	margin: 0;
}

h1,h2,h3, h4 {
	font-family: 'Lato', Helvetica, sans-serif;
	color: #69aadb;
}
h1 {
	font-size: 48px;
	font-weight: 500;
	margin: 20px 0;
}
h2 {
	font-size: 28px;
	font-weight: 400;
	margin: 32px 0 24px;
}
h3 {
	font-size: 24px;
	font-weight: 300;
}
h4 {
	font-size: 20px;
	font-weight: 400;
}
.block h1 {
	margin-left: -5px;
	font-weight: 400;
}
blockquote {
	font-style: italic;
	margin: 25px 0;
	padding-left: 20px;
	border-left: 2px solid #9fc5e8;
}
blockquote, p , a, li {
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-align:left;
}
a:focus { 
    outline: none;
}
ul {
    list-style: none;
    padding:0;
    margin:0;
}
li { 
	padding-left: 1em; 
	text-indent: -.7em;
}
li:before {
	content: "• ";
	color: #837c9a;
	font-size: 18px;
	padding-right: 8px;
}

/* Containers size */

#main_container {
	width: 1020px;
	margin: 0 auto;
}
#header {
	height: 130px;
	border-bottom: 1px solid #fff;
}
.header_logotype_container {
	width: 260px;
	height: 130px;
	border-right: 1px solid #fff;
	float: left;
}
.header_menu_container {
	height: 130px;
	width: 699px;
	float: left;
}
.header_menu_container a {
	font-family: 'Lato', Helvetica, sans-serif;
}
#left_col {
	width: 260px;
	float: left;
}
#content_container {
	width: 699px;
	border-left: 1px solid #fff;
	float: left;
}
#footer {
	width: 960px;
	height: 60px;
	border-top: 1px solid #fff;
	display: inline-block;
}

/* HEADER */

.logotype_name{
	text-transform: uppercase;
	font-size: 31px;
	margin: 43px 0 0;
}
.logotype_occupation{
	text-transform: uppercase;
    margin-top: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    padding-left: 3px;
}
.download_print_buttons {
	width: 225px;
	height: 45px;
	float: right;
}
.download_print_buttons a {
	text-decoration: none;
	font-size: 13px;
	font-family: 'Lato', Helvetica, sans-serif;
	font-style: italic;
	line-height: 45px;
	padding: 16px 17px;
	background: #a3a6ad;
}
.download_print_buttons a:hover {
	background: #556876;
}
.download_print_buttons .icon {
	color: #02070a;
	padding-right: 6px;
	font-style: normal;
	font-size: 19px;
}
.icon-angle-double-right {
	position: relative;
	top: 2px;
}
	.download_print_buttons a:hover .icon {
		color: #e4e3e8;
	}
.header_menu {
	width: 699px;
	margin-top: 40px;
	margin-left: 5px;
}
.header_menu a{
	text-decoration: none;
	padding: 0 20px;
	border-left: 1px solid #e4e3e8;
	font-size: 18px;
	font-weight: 400;
}
.header_menu a.no_border{
	border-left: none;
}
.header_menu a:hover {
	color: #837c9a;
}

/* LEFT NAV */
#left_nav h2 {
	margin: 0;
	font-size: 24px;
}

.profile_frame{
	width: 210px;
	height: 240px;
	border: 0px solid #fff;
	margin-top: 10px;
}
.profile_picture{
	width: 210px;
	height: 240px;
	margin:0px;
	background: url(https://media.licdn.com/dms/image/D4D03AQEuPuyrfqLZYw/profile-displayphoto-shrink_800_800/0/1684922930330?e=1690416000&v=beta&t=04UCicyEYb0M-MEnmEsDdheS21rmKOZil-ByNmb0KG8) 100% /210px no-repeat;
}

.hello_content,
.contact_details_content {
	margin-top: 25px;
}

.hello_content{
	width: 230px;
}
.contact_details_content h2 + p.purple{
	margin-top: 10px;
}
.contact_details_content p{
	margin: 0;
}
.contact_details_content p.purple{
	margin-top: 25px;
}

.send_message_button,
.special_button {
	margin-top: 25px;
	display: block;
	background: #69aa45;
	width: 230px;
	height: 50px;
	position: relative;
	z-index: 1;
}
.cut1:after {
	content: "";
	position: absolute;
	bottom: -19px;
	left: -20px;
	width: 30px;
	height: 30px;
	z-index: 9;
	background: url(https://www.toptal.com/designers/subtlepatterns/patterns/dark_wall.png) repeat;
	transform: rotate(45deg);
}
.cut2:before {
	content: "";
	position: absolute;
	top: -19px;
	right: -20px;
	width: 30px;
	height: 30px;
	z-index: 9;
	background: url(https://www.toptal.com/designers/subtlepatterns/patterns/dark_wall.png) repeat;
	transform: rotate(45deg);
}
.content {
	text-align: center;		
	color: #fff;
	width: 100%;
	height: 40px;
	position: absolute;
	z-index: 2;
	font: 18px 'Lato', Arial, sans-serif;
	margin: 0;
	padding: 16px 0 0;
	top: -4px;
	bottom: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.send_message_button:hover,
.special_button:hover {
	background: #3b75a9;
}

.get_social_content {
	margin-top: 15px;
}
.get_social_content h2{
margin-bottom: 8px;
}
.social_icons {
	margin-left: -8px;
}
.social_icons a {
	font-size: 35px;
	font-weight: lighter;
	text-decoration: none;
	color: #fff;
	padding: 0;
	padding: 0 10px;
}
.social_icons a span.invisible {
	display:none;
}
.social_icons .fa-facebook:hover{
	background: #3b5998;
	color: #dfe3ee;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.social_icons .fa-linkedin:hover{
	background: #00B0ED;
	color: #fff;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.social_icons .fa-github:hover{
	background: #007bb6;
	color: #fff;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.social_icons .fa-hackerrank:hover{
	background: #007bb6;
	color: #fff;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.footer_name {
	font-style: italic;
	margin-top: 20px;
}

/* Profile Content */
.profile_quote {
	position: relative;
	/* margin-left: 5px; */
}
.profile_quote p {
	font-size: 18px;
	width: 455px;
}
.profile_quote  .entypo-quote {
	color: #3d3a41;
	font-size: 80px;
font-style: normal;
	position: absolute;
	top: -20px;
	right: 70px;
	cursor: default;
}
.philosophy_content {
	margin-top: 20px;
}
.philosophy_content p {
	margin: 0;
	width: 370px;
	float: left;
}
.philosophy_content ul {
	float: left;
	padding-left: 40px;
}

	/*elvalaszto elem*/
.left_circle {
	background: rgb(69,68,73);
	background: #3b75a9;
	position: absolute;
	border-radius: 50px;
}
.central_circle {
	background: rgb(69,68,73);
	background: #0b5394;
	position: absolute;
	border-radius: 50px;
}
.right_circle {
	background: rgb(69,68,73);
	background: #3b75a9;
	position: absolute;
	border-radius: 50px;
}

.button {
	display: inline-block;
	border-radius: 6px;
	background-color: #69aa45;
	border:#3d3a41 1px solid;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	padding: 16px 24px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 4px;
	box-sizing: border-box;
}
	
.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.button:hover span {
	padding-right: 25px;
}

.button:hover span:after {
	opacity: 1;
	right: 0;
}

.projects-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px 10px; /* 6px vertical, 10px horizontal gap */
	margin-bottom: 16px;
}

.projects-grid .button {
	font-weight: 450;
	display: block;
	text-decoration: none;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	font-size: 1.2em;
	box-sizing: border-box;
	border: 2px solid #222322;
}

.projects-grid .button:hover {
	background-color: #ffffff;
	color: #69aa45
}

.last.block ul li {
	margin-bottom: 19px;
}

.lang-switch {
	display: inline-block;
	background: #69aa45;
	color: #fff;
	padding: 6px 16px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 500;
	margin: 10px 0 0 10px;
	transition: background 0.3s;
}
.lang-switch:hover {
	background: #3b75a9;
	color: #fff;
}