/*
** uncss filename: https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css **
*/
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */


@media (orientation: landscape) {
	body {
		font-size: 1.5vw;
	}		
	.wrapper {
		width:40vw;
		margin: 5vw auto;
		text-align:center;
		position:relative;
		background-color: #ccc;
		opacity:0.85;		
		border-radius: 10px;	
		padding: 20px;
	}
	.child {
		font-size: 1.3vw;
		width:80% ;
		text-align:center;
		position:relative;
		margin: 0 auto;
		background-color: #ccc;
	}		
	.wbutton3, input[type=submit], input[type=reset] {
		width:12vw;
		height:3vw;
		font-size:1.4vw;
	}

	.wbutton4, input[type=submit], input[type=reset] {
		width:12vw;
		height:3vw;
		font-size:1.4vw;
	}
	.form-control {
		height:3vw;
		font-size:1.4vw;
	}

	
	h2 {
		margin-bottom:1vh;
		margin-top:1vw;
		font-weight:1000;
		line-height:2;
		font-size: 1.8vw;
	}
	
}

@media (orientation: portrait) {
	
	body {
		font-size: 3vw;
	}
	.wrapper {
		width:80vw;
		margin: 20vh auto;
		text-align:center;
		position:relative;
		background-color: #ccc;
		opacity:0.85;
		padding: 20px;		
		border-radius: 10px;			
	}
	.child {
		font-size: 4vw;
		width:80% ;
		text-align:center;
		position:relative;
		margin: 0 auto;
		background-color: #ccc;
	}	
	.wbutton3, input[type=submit], input[type=reset] {
		width:20vw;
		height:7vw;
		font-size:3.5vw;
	}

	.wbutton4, input[type=submit], input[type=reset] {
		width:20vw;
		height:7vw;
		font-size:3.5vw;
	}
	
	.form-control {
		height:6vw;
		font-size:4vw;
	}

	
	h2 {
		margin-bottom:0vh;
		margin-top:2vw;
		font-weight:1000;
		line-height:2;
		font-size: 5vw;
	}

	
}

 
:root{
--blue:#007bff;
--indigo:#6610f2;
--purple:#6f42c1;
--pink:#e83e8c;
--red:#dc3545;
--orange:#fd7e14;
--yellow:#ffc107;
--green:#28a745;
--teal:#20c997;
--cyan:#17a2b8;
--white:#fff;
--gray:#6c757d;
--gray-dark:#343a40;
--primary:#007bff;
--secondary:#6c757d;
--success:#28a745;
--info:#17a2b8;
--warning:#ffc107;
--danger:#dc3545;
--light:#f8f9fa;
--dark:#343a40;
--breakpoint-xs:0;
--breakpoint-sm:576px;
--breakpoint-md:768px;
--breakpoint-lg:992px;
--breakpoint-xl:1200px;
--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}

*,::after,::before{
box-sizing:border-box

}

html{
/* font-family:sans-serif; */
/* line-height:1.15; */
/* -webkit-text-size-adjust:100%; */
-webkit-tap-highlight-color:transparent
}
/*
body{
margin:0;
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size:1rem;
font-weight:400;
line-height:1.5;
color:#212529;
text-align:left;
background-color:#fff}*/

[tabindex="-1"]:focus:not(:focus-visible){
outline:0!important
}

p{
margin-top:0;
margin-bottom:1rem
}

a{
color:#007bff;
text-decoration:none;
background-color:transparent
}

a:hover{
color:#0056b3;
text-decoration:underline
}

label{
display:inline-block;
margin-bottom:.5rem
}

input{
margin:0;
font-family:inherit;
font-size:inherit;
line-height:inherit
}

input{
overflow:visible
}

[type=submit]{
-webkit-appearance:button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){
cursor:pointer
}

[type=submit]::-moz-focus-inner{
padding:0;
border-style:none
}

::-webkit-file-upload-button{
font:inherit;
-webkit-appearance:button
}

.form-control{
display:block;
width:100%;
height:calc(2em + 1.5rem + 2px);
padding:.375rem .75rem;
/* font-size:1rem; */
font-weight:400;
line-height:1.5;
color:#495057;
background-color:#fff;
background-clip:padding-box;
border:1px solid #ced4da;
border-radius:.25rem;
transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce){
	.form-control{
	transition:none
	}
}

.form-control::-ms-expand{
background-color:transparent;
border:0
}

.form-control:-moz-focusring{
color:transparent;
text-shadow:0 0 0 #495057
}

.form-control:focus{
	color:#495057;
	background-color:#fff;
	border-color:#80bdff;
	outline:0;
	box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder{
	color:#6c757d;
	opacity:1
}

.form-control::-moz-placeholder{
	color:#6c757d;
	opacity:1
}

.form-control:-ms-input-placeholder{
	color:#6c757d;
	opacity:1
}

.form-control::-ms-input-placeholder{
	color:#6c757d;
	opacity:1
}

.form-control:disabled{
	background-color:#e9ecef;
	opacity:1
}

.form-group{
	margin-bottom:1rem
}

.invalid-feedback{
display:none;
width:100%;
margin-top:.25rem;
font-size:80%;
color:#dc3545
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{
opacity:.75

}

a:visited {
	color:#777777;
}

@supports ((position:-webkit-sticky) or (position:sticky)){
}

/* @media print{ */
	/* *,::after,::before{ */
	/* text-shadow:none!important; */
	/* box-shadow:none!important} */

	/* a:not(.btn){ */
	/* text-decoration:underline} */

	/* /*h2,p{ */
	/* orphans:3; */
	/* widows:3}*/ */

	/* @page{ */
		/* size:a3 */
	/* } */
/* } */

/* body{ */
/* min-width:992px!important */

/* } */


/*# sourceMappingURL=bootstrap.min.css.map */
