body {
 
	
}

#forground{

	background: url(../images/forground.png) no-repeat center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "Helvetica", sans-serif;
    height:100vh;

    padding-bottom: 0px;
    margin-bottom: 0px;

}

h2 {
   font-size: 1.4em;
   color: #fff;
}
h3 {
    color: #fff;
    font-size: 1.2em;
}

#links {
    padding: 3%;
    Margin: auto;
    width: 25%;
    background-color: #000;
    opacity: 0.7;
    margin-top: 5%;
}


video#bgvid {
position: fixed; right: 0; bottom: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index: -100;
background: url(polina.jpg) no-repeat;
background-size: cover;
}