* {
  padding:0;
  margin:0;
}

body {
  font-family: "Montserrat", sans-serif;
}

.container {
  height:100vh;
  display: flex;
}

.container a{
	text-decoration: none;
	color: #fff;
	font-size: 35px;
}

.container a:hover{
	color: #fff;
	text-shadow: -1px 1px 20px #ffc, 1px -1px 8px #fff;
}
section {
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex:1;
  transition: all .5s;
}

section:hover {
  flex:2;
}

section h1 {
  background:rgba(0,0,0,0.6);
  color:white;
  padding: 12px 32px;
}

.photographer{
  background:url('link/fx-news.jpg') #ff0909;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}

.designer{
  background:url('link/forex-1.jpg') #d2ff09;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}


.developer{
  background:url('link/equities-1.jpg') #09ff78;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}