body{
	background: url('img/nicole-roux-kristall.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100%;
	font-family: 'SnellRoundhand';
	min-height: calc(100vh - 100px);
	font-size: 30px;
	margin:0;
		padding-top:50px;
	padding-bottom:50px;
}
.bg-overlay{
	background: #fff;
	width: 100vw;
	height: 100%!important;
	position: absolute;
	top:0;
	left: 0;
	opacity: 0.5;
z-index: 1;
position: fixed;
}
.flex-grow{
	flex-grow: 1;
	justify-content: center;
}

.container{
	position: relative;
	width:1000px;
	margin: 0 auto;
	z-index: 2;
}
@media screen and (max-width: 1024px) {
.container{
	width:500px;
}
}
@media screen and (max-width: 768px) {
.container{
	width:100%;
	padding-left: 20px;
	padding-right: 20px;
}
}
.flex{
		display: flex;
}
@media screen and (max-width: 1024px) {
	.flex{
		display: flex;
		flex-direction: column;
}
}

h1{
	font-size: 55px;
}
h2{
	font-size: 45px;
}
h3{
	font-size: 35px;
	font-weight: 300;
}

@media screen and (max-width: 1024px) {
	h1{
	font-size: 45px;
}
h2{
	font-size: 35px;
}
h3{
	font-size: 30px;
}

}

ul{
	padding-left: 25px;
}
.pad-top{
	padding-top: 80px;
}
@media screen and (max-width: 1024px) {
	.pad-top{
	padding-top: 40px;
}
}

img{
	width: 250px;
	border: solid 2px #fff;
	margin-bottom: -160px;
	margin-top: 100px;
}
@media screen and (max-width: 1024px) {
	img{
	margin-bottom: 0px;
	margin-top: 0px;
}
}

@font-face {
      font-family: 'SnellRoundhand';
      src: url('fonts/SnellRoundhand-BoldScript.eot');
      src: url('fonts/SnellRoundhand-BoldScript.eot?#iefix') format('embedded-opentype'),
           url('fonts/SnellRoundhand-BoldScript.woff2') format('woff2'),
           url('fonts/SnellRoundhand-BoldScript.woff') format('woff'),
           url('fonts/SnellRoundhand-BoldScript.ttf') format('truetype'),
           url('fonts/SnellRoundhand-BoldScript.svg#besom_2regular') format('svg');
      font-weight: bold;
      font-style: normal;
  }
  @font-face {
      font-family: 'SnellRoundhand';
      src: url('fonts/SnellBT-Regular.eot');
      src: url('fonts/SnellBT-Regular.eot?#iefix') format('embedded-opentype'),
           url('fonts/SnellBT-Regular.woff2') format('woff2'),
           url('fonts/SnellBT-Regular.woff') format('woff'),
           url('fonts/SnellBT-Regular.ttf') format('truetype'),
           url('fonts/SnellBT-Regular.svg#besom_2regular') format('svg');
      font-weight: normal;
      font-style: normal;
  }


span.at {
    transform: translateX(-6px);
    display: inline-block;
}