html{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
}

.mainpage{
	margin: 0px;
	padding: 0px;  	
	background: url(../../images/Witcher3.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	margin: 0;
	padding: 0;
	width: 100%;
}

h1{
	font-weight: 100;
    font-size: 40px;
    letter-spacing: 6px;
}

p{
	font-weight: 200;
	letter-spacing: 1px;
}

img{
	max-width: 100%;
}

.internships{
	width: 500px;
	height: 100px;

}

.social-icons a{
	font-size: 40px;
	color: #000;
	letter-spacing: 10px;
}

.checked {
    color: orange;
}


.profession-box{
	width: 500px;
	height: 500px;
	background: rgba(0,0,0,0.6);
	padding: 40px;
	color: white;
	margin: 0 auto;
	margin-top: 140px;
	text-align: center;
}


.profile-picture{
	border-radius: 50%;
	height: 200px;
	width: 200px; 
}

.line-break{
	width: 450px;
	border-top: 1px solid white;
	margin: 0 auto; 
}

.language-button{
	color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	display: inline-block;
	width: 100px;
	padding: 8px;
	margin: 10px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
	transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.language-button:hover{
	background-color: white;
	color: #000;
	-webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
	transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

.caption {
    font-size: 15px;
    font-style: italic;
    color: grey;
    display: block;
    margin: 0;
    padding: 5px;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}




#map{
	position: relative;
	height: 400px;
	width: 100%;
	margin: auto;
	margin-top: 40px;
	z-index: -0.9;
}

.social-icons{
	width: 100%;
	padding: 10px;
	text-align: center;
}

.line-break2{
	width: 600px;
	border-top: 1px solid black;
	margin: 0 auto;
}
.footer2{
	text-align: center;
	width: 100%;
	margin: auto;
	font-size: 20px;
}

.centerimg{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	overflow: hidden;
}
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -0.9;
}



.internship-introduction{
	text-align: center;
	font-size: 30px;
}
.internship-linebreak{
	width: 320px;
	border-top: 1px solid black;
	margin: 0 auto; 
}
.internship-pagedesc{
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 50px;
}
.internships-grid{
	display: grid;
	max-width: 50%;
	max-height: 300px;
	grid-template-columns: 50% 50%;
	grid-column-gap: 1em;
	grid-row-gap: 2em;
	padding: 10px;
	margin: 0 auto;
}
.grid-item-img{
	height: 50%;
	width: 50%;
	padding: 0px;
	padding-top: 40px;
	padding-left: 150px;
	justify-content: center;
	align-content: center;
}
.grid-item-text{
	height: 100%;
	width: 100%;
	padding-top: 40px;
	padding-left: 50px;
	text-align: left;
}


.grids-self{
	display: grid;
	max-height: 500px;
	max-width: 60%;
	padding-top: 100px;
	grid-template-columns: 50% 50%;
	grid-column-gap: 3em;
	margin: 0 auto;
}
.grids-self-img{
	height: 100%;
	width: 100%;
	justify-content: center;
	align-content: center;
}
.grids-self-text{
	height: 100%;
	width: 100%;
	text-align: left;
}
.about-linebreak{
	width: 50px;
	border-top: 1px solid black;
	margin: left; 	
}


.footer1{
  padding: 200px;
  color: #999;
  text-align: center;
  border-top: #f5f5f5;
}

.headerphoto{
	width: 100%;
	background-size: cover; 
}

header {
      width: 100%;
      height: 100px;
      background-size: cover;
}

.content {
	width: 50%;
	margin: 0em auto;
	padding: 15px;
	font-size: 20px;
	font-family: Arial;
	line-height: 30px;
	text-align: justify;
	color: #000;
}
.child-content {
	padding-top: 25px;
	padding-bottom: 15px;
    position: relative;
    width: 55vw;
    left: calc(-28vw + 50%);
    height: 60px auto;
    font-size: 25px;
}
.child-content span{
	color:red;
}

.logo {
	line-height: 65px;
	position: fixed;
	float: left;
	margin: 10px 60px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	z-index: 1;
	}
 
nav {
	position: fixed;
	width: 100%;
	line-height: 60px;
	z-index: 1;
}
 
nav ul {
	line-height: 40px;
	list-style: none;
	background: rgba(0, 0, 0, 0);
	overflow: hidden;
	color: #fff;
	padding: 0;
	text-align: center;
	margin: 0;
	padding-right: 40px;
	transition: 1s;
}
 
nav.black ul {
	background: #e3e9f2;
	opacity: 0.9;
}
 
nav ul li {
	display: inline-block;
	transition: 0.8s all;
	padding: 10px 50px;
	border-radius: 10px;
	z-index: 10;
}

nav ul li:hover{
	background-color: orange;
}

nav ul li a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
}
 
.menu-icon {
	line-height: 90px;
	width: 100%;
	background: #e3e9f2;
	text-align: right;
	box-sizing: border-box;
	padding: 0px 60px;
	padding-top: 5px;
	cursor: pointer;
	color: #fff;
	display: none;
}
 
@media(max-width: 786px) {

	.logo {
	position: fixed;
	top: 0;
	margin-top: 16px;
	}

	nav ul {
	max-height: 0px;
	background: #f5f5f5;
	}

	nav.black ul {
	background: #f5f5f5;
	}

	.showing {
	max-height: 35em;
	}

	nav ul li {
	box-sizing: border-box;
	width: 100%;
	padding: 24px;
	text-align: center;
	}

	nav ul li:hover{
	display: block;	
	background-color: orange;
	}

	.menu-icon {
	display: block;
	}

	.internships-grid{
		flex: 100%;
		max-width: 100%;
	}
}
