            @font-face {
              font-family: 'KeepCalm';
              src:  
                    url('Fonts/Roboto-Condensed.ttf') format('truetype');
            }
 
a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-family: KeepCalm; 
}
a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-family: KeepCalm; 
}
a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
  font-family: KeepCalm; 
}
a:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
  font-family: KeepCalm;   
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
   z-index: -2;
}
body {
  background-color: rgba(15, 15, 20, 1);
  margin-top: -1%;  
}



h1 {
  color: white;
     font-family: KeepCalm; 
}

p {
  color: white;
 font-family: KeepCalm;
 font-size: 20px;
  line-height: 0.0;
}

p.noVerticalPadding {
  color: white;
 font-family: KeepCalm;
 font-size: 20px;
   line-height: 0.0;
}
 
p.large {
  color: white;
 font-family: KeepCalm;
 font-size: 40px; 
 line-height: 0.0;
}

p.vfxArtist {
  color: darkgrey;
 font-family: KeepCalm;
 font-size: 15px;
}
p.email {
  color: white;
 font-family: KeepCalm;
 font-size: 15px;
  line-height: 0.0;
}

br.noPadding {
   display: block;
   margin: -10px 0;
}

p.topPadded {
  color: white;
 font-family: KeepCalm;
 font-size: 20px;
  padding-top: 10px;
}

img {
  height: auto;
  max-width: 100%;
}

.full-width {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: absolute;
	right: 50%;
	width: 100vw;
   z-index:-1;
}


.grid-container {
  display: grid;
  grid-template-columns: .05fr .45fr .31fr ;
 
}


.grid-container > div {
  color: #000;
  padding: 0px;
}


.grid-container2  {
  display: grid;
  grid-template-columns: .02fr .2fr 0.50fr .05fr;
  gap: 0px; 
  padding: 00px;
  	position: absolute;
    top:25%;
   
}
.grid-containerPortfolio  {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px; 
  color: #f1f1f1;
  padding: 10px;
     text-align: center;
}


.grid-container3  {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px; 
  padding: 00px;
  	position: absolute;
    top:25%;
   
}


.grid-containerWorkHeader  {
  display: grid;
  grid-template-columns: .05fr .45fr  ;
  gap: 0px; 
  color: #f1f1f1;
  padding: 0px;
 justify-content: space-evenly;
}

.grid-containerCentered {
  display: grid;
  grid-template-columns: auto ;
  gap: 0px;
  padding: 0px;
    text-align: center;
}

.grid-containerCenteredImage {
  display: grid;
  grid-template-columns: .05fr .45fr   .05fr;
  gap: 0px;
  padding: 0px;
    text-align: center;
}

.grid-containerCenteredSlim {
  display: grid;
  grid-template-columns: .2fr .75fr .2fr;
  gap: 10px;
  padding: 10px;
    text-align: center;
}

.grid-containerWork2  {
  display: grid;
  grid-template-columns: .05fr 1fr .05fr;
  gap: 0px; 
  color: #f1f1f1;
  padding: 0px;
 justify-content: space-evenly;
}

    
    
.div1 {
  grid-row: span 1 / span 1;

  background-image: url("PeterBukk.png");
  background-size: scale-down;
  background-repeat: no-repeat;

}

.div2 {  
grid-row: span 1 / span 1;

  background-image: url("InfoMain.png");
  background-size: scale-down;
  background-repeat: no-repeat;
}
.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
