/* @media screen and (max-width:600px)
{
 .name{ color:red;}
}*/

body{
  font-family: 'Avenir Next', 'Helvetica Neue', sans-serif;
  margin: 0;
}
.bg {
  background: #DAD299;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #B0DAB9, #DAD299);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #B0DAB9, #DAD299); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

   /* background-color: #DC143C; */
}
.item{
  height: 1200px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: left;
  /* color: #fff;*/
  position: relative;
  pointer-events: none;
  left: 150px;
}
h1
{
  position: relative;
  pointer-events: none;
  text-align: left;
  /* color: #fff; */
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #3498db;
}
h1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 4px solid #fff;
}
h2
{
  position: relative;
  pointer-events: none;
  text-align: left;
  /* color: #fff; */
}
.thumbnail
{
  position: relative;
}
a
{
  text-decoration: none;
}
.main-part
{
  position: relative;
  text-align: left;
  top: 40px;
  left: 150px;
  /* color: #fff; */
}
.meny-yazirusi
{
  float:left;
  position: fixed;
  text-align: left;
  top: 120px
}
.name
{
  line-height: 1.0;
}
.career-text
{
  width:50em;
  word-wrap: break-word;
}
