@font-face {
  font-family: PlayfairDisplay-Regular;
  src: url(../fonts/PlayfairDisplay-Regular.ttf);
}

@font-face {
  font-family: Avenir-Roman;
  src: url(../fonts/Avenir-Roman.ttf);
}

html * {
  font-family: "Avenir-Roman";
  line-height: 2;
  color: #758888;
}

html {
	background-color: #FBFBFB;
}

h1 {
   font-family: "PlayfairDisplay-Regular", serif;
   font-weight: 400;
   color: #343A40;
}

h2 {
   font-family: "PlayfairDisplay-Regular", serif;
   font-weight: 400;
   color: #343A40;
}

body {
    position: relative;
}

/* Header */
header {
    /*position: relative;*/
}

header img .bg {
    width: 100%;
    height: auto;
}

header .title {
    position: absolute;
    top: 120px;
}

header .logo {
    position: absolute;
    top: 27px;
}

header nav {
    position: absolute;
    top: 10px;
    right: 13%;
}

.shadow-custom {
 	box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.1);
}

.curve1 {
	position: absolute;
	width: 60%;
	right: 0px;
	z-index: 0px;
	margin-top: 230px;
}

.curve-footer {
	position: absolute;
	width: 100%;
	right: 0px;
	z-index: 0px;
  bottom: 0px;
}