@charset "UTF-8";
/* CSS Document */
header {
	margin-top: 15px;
	background-color: transparent;
	padding: 20px;
}
header img {
	height: 60px;
	text-align: left;
	display: block;
	padding: 40px;
	
}
body {
	background-color: black;
	color: white;
	font-family: roboto;
	
}


.nav__links {
	float: right;
	margin-top: 10px;
	margin-right: 50px;
	

}

.nav__links a {
	font-weight: bold;
	color: white;
	display: inline-block;
	padding: 2px 10px;
	text-decoration: none;
	align:center;
}

.nav__links a:hover {
	color:darkgray;
	background:transparent;
	padding: 2px 10px;
}
/******************************************************pinker contact button***********************************************************/
.contact {
	background-color: #DC0073 !important;
	border: 1px solid #DC0073 !important;
	border-radius: 10px;
	font-weight: bold;
	color: white!important;
	display: inline-block;
	padding: 3px 10px;
	text-decoration: none;
	align:center;
	
}

.contact:hover{
	
	color: darkgray!important;
	background-color: #B8005F!important;
	border-color: #B8005F;
	
}
h1{
	text-align: center !important;
	margin-bottom: 50px;
	margin-top: 100px;
}

/*Abot me*/
    #aboutme {
	
}

 #aboutme p {
	text-align: center;
}

/*Resume*/
	#resume {
		margin-bottom: 200px;
	
}

.resume img {
	
	width: 800px;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding-top: 200px;
}

/*Skills*/
	#skills {

}

.container {
	margin-left: 575px;	
	margin-right: auto;
	display: block;
	
}


 #skills img{
	width: 100px;
	
	
}

.photoshop{
	padding: 40px 40px;
}
.indesign{
	padding: 40px 40px;

}
.illustrator{
	padding: 40px 40px;

}
.html{
	padding: 40px 40px;

}


.info {
	margin-left: 620px;	
	width: 90px;
	height: 50px;
}


.info-photoshop {
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: white;
}

.info-illustrator {
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: white;

}

.info-indesign {
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: white;

}

.info-html {
    margin: 0px;
	padding: 0px;
	display: block;
	background-color: white;
	
}



/*Work*/
	#work {
		margin-bottom: 180px;
	
}

/*Work img Teleclub logo*/
	 #work img {
		 width: 400px;
		 margin-left: 520px;
	
}

.erstesprojekt{
	float: right;
	margin-right: 445px;
	margin-top: 100px;
}

.seework a {
	color: white;
	border: 1px solid #DC0073;
	background:#DC0073;
	padding: 3px 10px;
	border-radius: 10px;
	margin: 30px 600px 0px 1145px;
	align:center;
	text-decoration: none;
	display:inline-block;
	cursor:pointer;
}

.seework a:hover {
	color:white;
	background:#B8005F;
	border:1px solid #B8005F;
	padding: 3px 10px;
}

/*Contact*/
	#contact {
		margin-bottom: 160px;
	
	
}

.contact-form{
}

form {
	margin-top:60px;
	
}

.form-control{
	width: 400px;
	background:transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid white;
	color: white;
	font-size: 18px;
	margin-bottom: 16px;
	margin-left: 745px;
}


input{
	height: 45px;
}

form .sumit{
	background-color: #DC0073;
	border: 1px solid #DC0073;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color:white;
	font-size: 14px;
	font-weight:normal;
	letter-spacing: 1px;
	height: 30px;
	margin-top: 20px;
	width: 140px;
	margin-left: 875px;
	
	
	
}

form .sumit:hover{
	background-color: #B8005F;
	color: white;
	border-color: #B8005F;
	cursor:pointer;
}


.Follow-me {
	padding: 5px 0px 215px 0px;
	background-color: #141414; 
	margin: 0px;
	color: white;
	
}

.Follow-me h1 {
	text-align: center;
	padding: -20px 0px 0px 0px;
	margin-top: 45px;
	
	

}


.footer-container p {
	color: white;
	text-align: center;
	padding: 20px 0px;
	background-color: #0C0C0C;
	margin: 0px;
}
	

