@font-face{
	font-family: Roboto;
	src:url(../Fonts/Roboto-Thin.ttf);
}
@font-face{
	font-family: Zona;
	src:url(../Fonts/ZonaPro.otf);
}
body{
	margin:0;
    background-image: url(../Images/mountains.jpg);
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
}
*{
	outline: none;
}
.wrapper{
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.name,.buttons{
	color: white;
    font-family: Roboto;
    font-size: 63px;
    position: relative;
    letter-spacing: 1px;
}
ul{
	top: -10px;
	font-size: 28px !important;
	list-style-type: none;
	font-family: Roboto;
}
.buttons{
	left: 65px;
}
.buttons_li{
	display: inline;
	cursor: pointer;
}
.buttons_li:hover{
	color: whitesmoke;
}
.about_me,.Links{
	width: 90%;
	height: 80%;
	background: rgba(132,132,132,0.2);
	border:1px solid white;
	border-radius: 5px;
}
.about_me{
	font-family: Zona;
	color: white;
	font-size: 25px;
	text-align: center;
	overflow-y: auto;
	padding: 10px;
	-webkit-transition:.25s;
	   -moz-transition:.25s;
	    -ms-transition:.25s;
	     -o-transition:.25s;
	        transition:.25s;
	letter-spacing: 1px;
}
a{
	text-decoration: none;
	color: #09e8d4;
}
.things_i_like,.things_i_dont_like{
	line-height: 42px;
}
.go_back{
	cursor: pointer;
    position: relative;
    left: -41%;
    top: -9px;
    height: 53px;
    width: 100px;
    width: 30px;
    display: inline-block;
}
.top_line_go_back_ab, .bottom_line_go_back_ab {
    position: absolute;
    width: 20px;
    height: 2px;
    background: white;
    margin-top: 25px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.bottom_line_go_back_ab {
    margin-top: 38px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hideAboutMe{
	padding: 0;
	height: 0;
	width: 0;
	border:0;
}
.hideProj{
	display: none;
	opacity: 0;
}
.showDiv{
	display: block !important;
}
.hideMain{
	visibility: none;
}
.project_box{
	display: inline-block;
	width: 581px;
	height: 600px;
	margin-left: 90px;
	vertical-align: top
}
.project_image{
	width: 161px;
}
.about_the_project{
	font-size: 27px;
	font-family: Roboto;
	color: white;
	padding: 10px;
	text-align: center;
	width: 100%;
	position: relative;
	top: 10px;
	word-wrap: break-word;
	line-height: 37px;
	display: block;
}
.img_wrapper{
    width: 581px;
    height: 100px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.project_link{
	width: 200px;
	font-size: 27px;
	color: white;
	font-family: Roboto;
	background: #03a9f4;
	border:0;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	top: 20px;
	position: relative;
	-webkit-transition:.25s;
	   -moz-transition:.25s;
	    -ms-transition:.25s;
	     -o-transition:.25s;
	        transition:.25s;
	text-align: center;
	height: 38px;
}
.project_link:hover{
	box-shadow: 0px 0px 12px 1px gray;
}
.Projects{
	width: 100%;
	opacity: 1;
    height: 100%;
    position: relative;
    top: 70px;
    -webkit-transition:.25s;
       -moz-transition:.25s;
        -ms-transition:.25s;
         -o-transition:.25s;
            transition:.25s;
    margin: 0 auto;
}
.proj_title{
	color: white;
    font-size: 43px;
    text-align: center;
    font-family: Roboto;
    width: 100%;
    display: inline-block;
    position: relative;
    top: 10px;
}
.projects_span,.go_back_span,.contact_span,.link_span{
	color: white;
	font-family: Roboto;
	font-size: 40px;
	width: 100%;
	display: inline-block;
	text-align: center;
	position: relative;
	top: -80px;
}
.contact_span{
	top: -40px;
}
.link_span{
	top: -20px;
}
.go_back_span{
	width: 100px;
	font-size: 20px;
	top: -40px;
	left: 100px;
	cursor: pointer;
	z-index: 3;
}
.cont_back{
    width: 100%;
    text-align: center;
    display: block;
    left: 0;
    font-size: 29px;
}
.email_span{
	font-family: Roboto;
	color: white;
	font-size: 33px;
	width: 100%;
	letter-spacing: 1.4px;
	text-align: center;
	display: block;
}
.Contact{
	width: 100%;
}
.Links_ul{
	font-family: Zona;
	width: 100%;
	text-align: center;
	padding: 0;
	line-height: 53px;
	font-size: 33px !important;	
	top: -35px !important;
	position: relative;
}
li>a{
	color: #ffffff;
}
.links_back{
	top: 10px;
	left: 10px;
	font-size: 30px;
}
