:html{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: damaris-font-regular;
    src: url('../font/FoglihtenNo07calt.ttf');
    font-weight: 'regular';
  }

body{

    margin: 0;
    padding: 0;
}
.page-header{
    min-height: 100%;
}

.background {
    background-color: rgba(0,0,0,0.8);
	/*background-color: rgb(211, 211, 211);*/
	background-image: url('../images/damaris-header.jpg');
	background-repeat: no-repeat;
    background-size: 100%;
    height: 765px;
    overflow: hidden;


}

.name{
    position: absolute;
    bottom: 25px;
    left: 20px;

    font-family: damaris-font-regular;
    font-size: 6rem;
    color: rgb(189, 130, 41);
}