/* Base Styles */

*, *:before, *:after {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

html, body{
   -ms-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}

input, button, textarea{font-family:inherit;}

a, a:visiter{text-decoration: none;}


/* Total styles */

@font-face {
    font-family: 'Montserat';
    font-weight: 400;
    font-style: normal;
    src: local('Montserat'),
		url("../fonts/MontserratThin.ttf"); 
}

img {
	max-width: 100%;

}

body {
	background-color: black;
}

/*.line {

}
*/

hr {
  height: 2px;
  border: 0;
  border-top: 1px solid #aaa;
  
  padding: 0;
}

p {
	color: white;
}



/* Head styles */

.logo {
	padding: 2vh 0 2vh 0;
	height: 100%;
	width: 100%;
}

.logo_f {
	padding: 2vh 0;
	width: 20%;
	display: block;
  margin-left: auto;
  margin-right: auto;
}

.p_head {
	color: white;
	padding: 5vh 0 2vh 2vh;
	font-size: 20px;
}

.link_head {
	color: white;
	margin-top: 30px;
	font-size: 20px;
}

.link_head:hover {
	color: #aaa;
/*	margin: 25px 0 0 20px;*/
	text-decoration: none;
}

.choice_menu {
	font-size: 20px;
	color: #888;
}

/* Footer styles */

footer {
	padding: 10vh 0 10vh 0;
}

.link_footer {
	color: white;
	margin: 50px 0 20px 0;
	font-size: 1.2em;
}

.link_footer:hover {
	color: #aaa;
	font-size: 1.3em;
	text-decoration: none;
}

.margin_footer {
	margin: 5vh 0 0 0;
}

.icon {
	background-color: #fff;
	border-radius: 100%;
	padding: 1px;
}

.logo_fut {
	margin: 0 0 20px 0;
}

/* Pictures styles */

.circle_img {
	border-radius: 100%;
/*	box-shadow: 0 10px 10px  #fff inset;*/
	box-shadow: 10px 10px 30px 15px rgba(230, 230, 230, 0.4);
}

.resume_img {
	box-shadow: 10px 10px 30px 15px rgba(77, 33, 171, 0.4);
}


/* Padding styles */

.padding_10 {
	padding: 10vh 0;
}

.pad_2vh_r {
	padding: 0 -2vh 0 0;
	margin: 0 2vh 0 0;
}

.margin_5vh_b {
	margin: 0 0 5vh 0;
}

/* ee styles */

.verticalLine {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

/* text styles */

.text_1 {
	font-family: "Montserat";
	color: #fff;
}

/*.text_3 {
	font-size: 1.6em;
}*/

.clickable_text {
	color: #fff;
}

.clickable_text:hover {
	color: #aaa;
	text-decoration: none;
}

.link:hover {
	text-decoration: none;
}

.link p:hover {
	color: #aaa;
}

.head_resume p,h2{
	padding: 5vh 0 0 2vh;
}

.title_block_resume {
	margin: 10vh 0 0 0;
	border: 2px solid #fff;
	border-radius: 5px;
	background-color: #333;
}

.title_block_resume h4 {
	text-transform: uppercase;
	text-align: center;
	color: #eee;
	padding: 10px 0;
	font-weight: 700;
}

.content_block_resume {
	margin: 5vh 0 0 0;
}

.content_block_resume li {
	color: #eee;
}

.content_block_resume p {
	font-size: 1.2em;
	padding: 0 0 0 2vh;
}

.contact_block {
	padding: 10px 0;
}

/* Project styles */
.title_project_page {
	margin: 10vh 0 0 0;
/*	padding-: ;*/
	border: 2px solid #fff;
	border-radius: 5px;
	background-color: #333;
	padding-top: 10px;
}

.title_project_page h4 {
	text-transform: uppercase;
	text-align: center;
		color: #eee;
	padding: 10px 0;
	font-weight: 700;
}

.project_block {
	margin: 10vh 0 0 0;
}

.project_block a {
	color: #eee;
}

@media (min-width: 200px) and (max-width: 767px) {
	.display_big {
		display: none;
	}
	.link_head {
		margin-top: 5px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.display_big {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1800px) {
	.display_small {
		display: none;
	}
	.verticalLine {
	  border-left: 1px solid #aaa;
	  border-right: none;
	}
}