/*Fonts*/
@font-face {
    font-family: 'cezanneregular';
    src: url('https://stage.unwork.nu/sc50/fonts/webfontkit-20230223-141152/cezanne-webfont-webfont.eot');
    src: url('https://stage.unwork.nu/sc50/fonts/webfontkit-20230223-141152/cezanne-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://stage.unwork.nu/sc50/fonts/webfontkit-20230223-141152/cezanne-webfont.woff2') format('woff2'),
         url('https://stage.unwork.nu/sc50/fonts/webfontkit-20230223-141152/cezanne-webfont.woff') format('woff'),
         url('https://stage.unwork.nu/sc50/fonts/webfontkit-20230223-141152/cezanne-webfont-webfont.ttf') format('truetype'),
         url('https://stage.unwork.nu/sc50/fonts/webfontkit-20230223-141152/cezanne-webfont-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tibereotw01-regularregular';
    src: url('https://stage.unwork.nu/sc50/fonts/webfontkit-20230223-141152/1c39bce0-1da1-48c4-b4ab-7ebff5dc7eb8-webfont.eot');
    src: url('https://stage.unwork.nu/sc50/fonts/webfontkit-20230223-141152/1c39bce0-1da1-48c4-b4ab-7ebff5dc7eb8-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://stage.unwork.nu/sc50/fonts/webfontkit-20230223-141152/1c39bce0-1da1-48c4-b4ab-7ebff5dc7eb8-webfont.woff2') format('woff2'),
         url('https://stage.unwork.nu/sc50/fonts/webfontkit-20230223-141152/1c39bce0-1da1-48c4-b4ab-7ebff5dc7eb8-webfont.woff') format('woff'),
         url('https://stage.unwork.nu/sc50/fonts/webfontkit-20230223-141152/1c39bce0-1da1-48c4-b4ab-7ebff5dc7eb8-webfont.ttf') format('truetype'),
         url('https://stage.unwork.nu/sc50/fonts/webfontkit-20230223-141152/1c39bce0-1da1-48c4-b4ab-7ebff5dc7eb8-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tibereotw01-italicregular';
    src: url('https://stage.unwork.nu/sc50/fonts/webfontkit-20230223-141152/77c79c65-bb7f-42b8-ace3-5d3b0d80dc3e-webfont.eot');
    src: url('https://stage.unwork.nu/sc50/fonts/webfontkit-20230223-141152/77c79c65-bb7f-42b8-ace3-5d3b0d80dc3e-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://stage.unwork.nu/sc50/fonts/webfontkit-20230223-141152/77c79c65-bb7f-42b8-ace3-5d3b0d80dc3e-webfont.woff2') format('woff2'),
         url('https://stage.unwork.nu/sc50/fonts/webfontkit-20230223-141152/77c79c65-bb7f-42b8-ace3-5d3b0d80dc3e-webfont.woff') format('woff'),
         url('https://stage.unwork.nu/sc50/fonts/webfontkit-20230223-141152/77c79c65-bb7f-42b8-ace3-5d3b0d80dc3e-webfont.ttf') format('truetype'),
         url('https://stage.unwork.nu/sc50/fonts/webfontkit-20230223-141152/77c79c65-bb7f-42b8-ace3-5d3b0d80dc3e-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}




/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
/*    font-weight: normal;*/
/*    font-style: normal;*/
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
*:focus {
    outline: none;
}

/* Custom CSS
 * --------------------------------------- */
::selection {
	color: #00886c;
	background: #004b45; /* WebKit/Blink Browsers */
}
::-moz-selection {
	color: #00886c;
	background: #004b45; /* Gecko Browsers */
}
body{
 	font-family: 'Tibere OT W01 Regular', serif;
	font-family: 'tibereotw01-regularregular', serif;
	background-image: linear-gradient(180deg,#00886c,#00886c);
	color: #004b45;
	background-color: #00886c
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 3em;
}
p{
	font-size: 1.6em;
	line-height: 1.1em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.3em;
}

/* Style for our header texts
* --------------------------------------- */
h1{
	font-size: 5em;
	margin:0;
}
.section p,
.intro p{
}

/* Centered texts in each section
* --------------------------------------- */
.section{
	text-align:left;
}

/* Sections backgrounds
* --------------------------------------- */
#section0{
	background-image: linear-gradient(180deg,#00886c,#00886c);
}
#section1{
/*	background-image: linear-gradient(180deg,#00886c,#00886c);*/
	padding:10%;
	font-size: 16px  !important;
	text-align:left !important;
}
#section2, #section4, #section5, #section6, #section7{
/*	background-image: linear-gradient(128deg,#00886c,#00886c);*/
	padding:10%;
	font-size: 16px !important;
}
#section2 {
	text-align: left;
}
.fontsize2 {
	font-size:20px  !important;
}
.q{
	font-size: 20px  !important;
	font-family: 'tibereotw01-regularregular', serif;
}
.section_title {
	color: #cbefb2;
 	font-family: 'Cezanne', serif;
	font-family: 'cezanneregular', serif;
/*	font-weight: lighter !important;*/
	opacity: .5;
	font-size: 3.5em;
/*	padding-bottom: 20px;*/
	position: relative;
	top: 10%;
	bottom: 20px;
	left: 0px;
	transform-origin: bottom left;
	rotate:-90deg;
}
.section_title:before {
/*
    background-color: #004b45; 
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 50%;
	bottom: 30px;
    position: absolute;
    transform: translate(-50%,0);
    width: 50%;
*/
}
.section_title_left {
	position: absolute;
    top: 47%;
    left: 0px;
    /* padding-top: 50%; */
    padding-top: 3%;
	margin: 0px 0px 0px -150px;
}
.section_title_slides {
	color: #cbefb2;
 	font-family: 'Cezanne', serif;
	font-family: 'cezanneregular', serif;
/*	font-weight: lighter !important;*/
	opacity: .5;
	font-size: 60px;
	position: realtive;
	padding-bottom: 20px;
}
.sub_section_title {
	text-align: left;
	font-family:"Tibere OT W01 Regular";
	font-family: 'tibereotw01-regularregular', serif;
	opacity: 1;
	font-size: 40px;
	position: relative;
	padding-bottom: 20px;	
}

#section3{
/*	background-image: linear-gradient(128deg,#00886c,#00886c);*/
	text-align:center !important;
}

/*Styles*/
.element{
    zoom: 1;
    -moz-transform: scale(1);
}
.element .date, .element .name {
 	font-family: 'Cezanne', serif;
	font-family: 'cezanneregular', serif;
/*	font-weight: lighter !important;*/
	overflow: hidden;
}
.element .date {
	font-size: 1.3em;
	line-height: 2.4em;
	overflow: hidden;
}
.element .name {
	font-size: 2.3em;
	line-height: 2.4em;
	overflow: hidden;
}
.element .text {
	font-size: .8em;
	line-height: 2.4em;
	font-family:"Tibere OT W01 Regular";
	font-family: 'tibereotw01-regularregular', serif;
	overflow: hidden;
}
.title {
	display: block;
	position: absolute;
	top: 10%;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: auto;
	overflow: auto;
	
	padding: 12px;
	font-size: 1em;
	line-height: 1em;
	font-family:"Tibere OT W01 Regular";
	font-family: 'tibereotw01-regularregular', serif;
}
.title #name{
	font-size: 3em;
	line-height: 1.4em;
}
.rsvp {
	position: relative;
/*	padding: 10px;*/
	width: auto;
	height: auto;
/*	margin: 0 5% 0 5%;*/
	overflow: auto;
}
.rsvp #t{
	font-size: 1em;
/*	line-height: 7em;*/
	font-family:"Tibere OT W01 Medium";
	font-family: 'tibereotw01-regularregular', serif;
}
.rsvp #b{
	font-size: .8em;
	line-height: 2.5em;
	font-family:"Tibere OT W01 Regular";
	font-family: 'tibereotw01-regularregular', serif;
}
.italic {
	font-family:"Tibere OT W01 Italic";
    font-family: 'tibereotw01-italicregular';
}
.desc {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: auto;
	overflow: auto;
	margin-bottom: 5%;
	
	padding: 12px;
	font-size: .8em;
	line-height: 2.3em;
	font-family:"Tibere OT W01 Regular";
	font-family: 'tibereotw01-regularregular', serif;
}
#element1 {
	position: absolute;
	width: 35%;
	height: auto;
	top: 0;
	left: 0;
	margin-top: 7%;
}
#element2 {
	position: absolute;
	width: 35%;
	height: auto;
	top: 0;
	right: 0;
	margin-top: 7%;
	margin-right: 7%;

}
#element3 {
	position: absolute;
	width: 35%;
	height: auto;
	bottom: 0;
	left: 0;
	margin-bottom: 7%;
	margin-left: 2%;
}
#element4 {
	position: absolute;
	width: 35%;
	height: auto;
	bottom: 0;
	right: 0;
	margin-bottom: 7%;
	margin-right: 7%;
}
#element5 {
	display: block;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 35%;
	height: auto;
	min-height: min-content;
	max-height: max-content;
	margin: auto;
	overflow: auto;
}

.center{
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bunny {
	width: 100px;
	height: 100px;
	cursor: pointer;
}
.main_symbol, .main_symbol_numbers{
	padding: 20px;
	width: 80%;
	max-width: 600px;
	height: auto;
}
.main_symbol{
	animation: rotateConst 180s linear infinite;
}

@keyframes rotateConst {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

* {
    box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.col-main {
}  
.col-complementary {
}
@media only screen and (min-width: 700px) {
  .layout {
    display: flex;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.col {
  margin: 0 2px 2px 0;
}
.no-selection {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/*Mobile Styles*/
@media only screen 
	and (max-width : 600px) {
		.ac-header {
			font-size: .85em;
			padding-bottom: 0px !important;
		}
		.section {
			padding: 9% !important;
		}
		.element,
		.section_title
		{
			zoom: 0.8;
			-moz-transform: scale(0.8);
		}
		.section_title
		{
			left:3%;
		}
		.section_title_left
		{
			top:51%;
			left: 0;
			margin-left: 0;
			padding-left: 0;
			left: 0;
			margin: 0px 0px 0px -127px;
		}
		p{
			font-size: 1em;
			line-height: 1em;
		}
}
