*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background-image: url(../img/ffon.jpg);
	color: #fff;
	font-weight: 400;
	font-size: 1em;
	width:100%;
	min-height: 100vh;
	background-size: cover;
	font-family: Arial, sans-serif;
}

body::before,
body::after {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 1001;
}

body::after {
	top: auto;
	bottom: 0;
}

a {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #c9eaf7;
	outline: none;
}

section {
	text-align: center;
}

.codrops-header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
}
.codrops-header p{
	font-size: 1.2em;
	margin-left: 200px;
    margin-right: 200px
}

.codrops-header h1 span {
	display: block;
	font-size: 30%;
	text-transform: uppercase;
	letter-spacing: 2px;
	opacity: 0.8;
}

.codrops-header h1 {
	margin: 60px 0 0;
	font-weight: 700;
	font-size: 4em;
	line-height: 1.3;
}

.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.codrops-demos a.current-demo {
	color: inherit;
}
.r-header {
	font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.1;
	margin-top: 100px;
}
.r-section-2 {
	display: flex;
	justify-content: center;
	height: 100%;
}
.r-section-5 {
	flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
  margin: 10px;
  border: 4px solid black; 
  border-width: medium;
  border-color: #ffffff;
  padding: 60px 80px 120px 80px; 
}
.r-section-1 {
	padding: 20px 200px 100px 200px;
	line-height: 24px;
}
.r-section-f {
	background-image: linear-gradient(0deg, rgb(0 0 0), rgb(0 0 0 / 0%)), url("../images/kNjw--WyJqU.jpg");
	line-height: 24px;
}
.parent {
	display: flex;
	justify-content: center;
	height: 100%;
}

.description {
	margin-top: 3em
}
@media screen and (max-width: 30em) {

	body::before,
	body::after {
		display: none !important;
	}

	body {
		border: none !important;
		padding: 0 !important;
		background-size: cover;
		
	}
	.codrops-header {
		margin: 0 auto;
		padding: 0.1em;
		text-align: center;
	}

	.codrops-header h1 {
		font-size: 2em;
		margin: 40px 0 0;
	}
	.codrops-demos {
		padding-top: 1em;
		font-size: 0.5em;
	}
	.codrops-header p{
		font-size: 0.8em;
		margin-left: 2px;
		margin-right: 2px
	}

	section {
		padding: 1% 1%; 
		text-align: center;
	}
	.r-section-5 {
		
		padding: 10px 10px 10px 10px;
	}
	.r-section-2 {
		display: flex; 
		flex-flow: column-reverse;
		height: 100%;
	}
	.r-header {
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.1;
		margin-top: 50px;
	}
	.r-section-1 {
		padding: 5px 5px 5px 5px;
		line-height: 24px;
		font-size: 0.9rem;
	}
	.parent {
		display: flex;
		flex-wrap: nowrap;
	}
}
.double-border-button {
	font-size: 2rem;
	background: #ffe4c400;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	margin:1px 10px;
	padding: 15px 150px;
	position: relative;
	border: 4px solid #ffffff;
	color: #ffffff;
	transition: .4s;
	font-family: Arial, sans-serif;
  background-color: #ffffff21;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);  
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  
  }
  .double-border-button-r {           
	background: #ffe4c400;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	margin:1px 10px;
	padding: 15px 40px;
	position: relative;
	border: 2px solid #ffffff;
	color: #ffffff;
	transition: .4s;
	font-family: Arial, sans-serif;
}
.double-border-button-r:hover {
	background: #89c2ca;            
	color: #122626;
}
  .double-border-button:after {
	content: "";
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	border: 4px solid rgba(255, 255, 255, 0);
	transition: .4s;
  }
  .double-border-button:hover:after {
	color: #ffffff;
  }
 
  .r-footer {
	background-image: none;
	text-align: center;
	padding: 60px;
  }
