body {
	text-align: center;
	margin: 0px;
	padding: 20px;
	font-size: calc(5pt + 2vw);
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #bbbaba;
}

a:link { color: #111; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #111;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline overline;
}

img {
	margin: auto;
	text-align: center;
}



p {
	color: #2f2613;
	font-size: calc(3pt + 2vw);
	text-align: justify;
}


	
a:link, a:visited, a:active{
	color: rgb(56, 56, 56);
}
a:hover {
	text-decoration: underline;
}



button {
	display: inline-block;
	box-sizing: border-box;
	height: calc(40px + 2vw);
	line-height: 44px;
	background: rgb(240, 130, 28);
	padding: 0px 30px;
	border-radius: 999em;
	text-decoration: none;
	vertical-align: bottom;
	white-space: nowrap;
	letter-spacing: 2px;
	transition: .25s background-color,.25s border-color,.25s color,.25s fill;
	font-weight: 600;
	position: relative;
	left: 0vw;
	bottom: -2vw;
	font-size: calc(5pt + 2vw);
	border: 3px solid rgb(240, 130, 28);
	vertical-align: middle;
}

button a:link{color: rgb(234, 236, 236);
}

button:hover{
	background: rgb(253, 167, 86);
	border: 3px solid rgb(253, 167, 86);
	text-decoration: none;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .3);
	}

#frame {
    /* width: 100% */
	max-width: 1000px;
	min-width: 360px;
	min-height: 540px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .3);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .3);
	text-align: center;
	border-radius: calc(10px + 7vw);
	background-image: -webkit-linear-gradient(270deg,rgba(215,215,215,1.00) 0%,rgba(255,255,255,1.00) 24.35%,rgba(255,255,255,1.00) 72.54%,rgba(215,215,215,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(215,215,215,1.00) 0%,rgba(255,255,255,1.00) 24.35%,rgba(255,255,255,1.00) 72.54%,rgba(215,215,215,1.00) 100%);
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(215,215,215,1.00)),color-stop( 24.35% , rgba(255,255,255,1.00)),color-stop( 72.54% , 	rgba(255,255,255,1.00)),color-stop( 100% , rgba(215,215,215,1.00)));
	padding: calc(5px + 7vw) calc(2px + 5vw);
    margin: 0px auto;
}



header {
	width: 100%;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center center;
}





section{
	width: 100%;
	min-height: 200px;
}


article {
	height: calc(350px + 5vw);
	padding: calc(20px + 2vw) 0px ;
	text-align: center;
	margin: auto 0 ;
	background-repeat: no-repeat;
	background-image: url(../images/logo.svg);
	background-position: center calc(80px + 5vw);
	background-size: calc(250px + 5vw);
}



footer {
	width: 100%;
	height: 10px;
}



@media screen and (max-width: 700px) {
	

#frame {
	min-height: 550px;
}

a:hover {
	text-decoration: none;
}

button2 {
	display: inline-block;
	box-sizing: border-box;
	height: calc(40px + 2vw);
	line-height: calc(40px + 2vw);
	background: rgb(206, 205, 205);
	padding: 0px 30px;
	border-radius: 999em;
	text-decoration: none;
	font-size: calc(5pt + 2vw);
	vertical-align: bottom;
	white-space: nowrap;
	letter-spacing: 2px;
	transition: .25s background-color,.25s border-color,.25s color,.25s fill;
	font-weight: 600;
	position: relative;
	left: 0vw;
	bottom: -2vw;
	vertical-align: middle;
}



button2:hover{
	background: rgb(248, 248, 248);
	text-decoration: none;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .3);
	}

}

/* @media (prefers-color-scheme: light) { */
@media (prefers-color-scheme: dark) {
	
	
	body {
		color: rgb(221, 221, 221);
		background-color: rgb(15, 15, 15);
	}

	#frame {
		background-image: -webkit-linear-gradient(270deg,rgb(51, 51, 51) 0%,rgb(39, 39, 39) 24.35%,rgb(39, 39, 39) 72.54%,rgb(51, 51, 51) 100%);
		background-image: linear-gradient(180deg,rgbargb(51, 51, 51) 0%,rgb(39, 39, 39) 24.35%,rgb(39, 39, 39) 72.54%,rgb(51, 51, 51) 100%);
		background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgb(51, 51, 51)),color-stop( 24.35% , rgb(39, 39, 39)),color-stop( 72.54% , 	rgb(39, 39, 39)),color-stop( 100% , rgb(51, 51, 51)));
	}
	a:link, a:visited, a:active{
		color: rgb(209, 209, 209);
	}
	



	button a:link, a:visited, a:active{
		color: rgb(26, 26, 26);
		text
	}
	

	@media screen and (max-width: 700px){
	
		button2 {
			background: rgb(32, 32, 32);
			
		}

		button2:hover{
			background: rgb(54, 54, 54);
			}
		
	}


}