body {
	font-family: Monaco, monospace;
	overflow-x: hidden;
}



*{

	box-sizing: border-box;
}



h2a {
	font-size: 60px;
	background-color: #ddd;
	padding: 8px 24px;
	border-radius: 16px;
	color: #ddd;
}

h2b {
	font-size: 60px;

	padding: 8px 24px;
	border-radius: 16px;
	color: #ddd;
}

.par1{
	background-image: url(../img/div1.jpg);
	background-size: cover;
	height: 70vh;
	align-items: center;
	justify-content: center;
	display: flex;
	font-weight: bold;
	font-family: Monaco, monospace;
	width: 100%;

}

.content1{
	background: #dedede;
	font-weight: bold;
	font-family: Monaco, monospace;
	width: 100%;
	min-height: 70vh;
}

.par2{
	min-height: 400px;
	background-image: url(../img/div2.jpg);
	background-attachment: fixed;
	background-size: cover;
	align-items: center;
	justify-content: center;
	display: flex;
	font-weight: bold;
	font-family: Monaco, monospace;
	width: 100%;

}
.par3{
	min-height: 400px;
	background-image: url(../img/div3.jpg);
	background-attachment: fixed;
	background-size: cover;
	align-items: center;
	justify-content: center;
	display: flex;
	font-weight: bold;
	font-family: Monaco, monospace;
	width: 100%;

}



.content2{
	background: lightgreen;
	font-weight: bold;
	font-family: Monaco, monospace;
	width: 100%;
	min-height: 70vh;
}

.logo{
    color: #444;
    font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
	text-align: center;
}

.headder{
	color: #ddd;
	text-align: center;
    font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 600;
	align-items: center;
}







/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

img.logo {
  width: 50%;
  border-radius: 0%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}

/* On screens that are less than 700px wide, make the sidebar into a topbar */
@media only screen and (max-width: 2600px) {
	:root {
	 --size-divisor: 0.85;
	 --dialog-divisor: 0.9;
 }
 label.h1{
 font-size: 34px;
 }
 label.h2{
 font-size: 30px;
 }
 label.h3{
 font-size: 26px;
 }
 label.h4{
 font-size: 22px;
 }
 label.h5{
 font-size: 18px;
 }
 label.h6{
 font-size: 15px;
 }
  h1{
	font-size: 34px;
	}
	h2{
	font-size: 30px;
	}
	h3{
	font-size: 26px;
	}
	h4{
	font-size: 22px;
	}
	h5{
	font-size: 18px;
	}
	h6{
	font-size: 15px;
	}
	.btn
	{
		font-size: 22px;
	}
	.logo{
		font-size: 2.8rem;
	}
}

@media screen and (max-width: 1930px) {
	:root {
     --size-divisor: 1;
		 --dialog-divisor: 1;
   }
 label.h1{
 font-size: 30px;
 }
 label.h2{
 font-size: 26px;
 }
 label.h3{
 font-size: 22px;
 }
 label.h4{
 font-size: 18px;
 }
 label.h5{
 font-size: 15px;
 }
 label.h6{
 font-size: 12px;
 }
	h1{
	font-size: 30px;
	}
	h2{
	font-size: 26px;
	}
	h3{
	font-size: 22px;
	}
	h4{
	font-size: 18px;
	}
	h5{
	font-size: 15px;
	}
	h6{
	font-size: 12px;
	}
	.btn
	{
		font-size: 18px;
	}
	.logo{
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 1540px) {
	:root {
     --size-divisor: 1.25;
		 --dialog-divisor: 1.2;
   }
	label.h1{
	font-size: 26px;
	}
	label.h2{
	font-size: 22px;
	}
	label.h3{
	font-size: 18px;
	}
	label.h4{
	font-size: 14px;
	}
	label.h5{
	font-size: 12px;
	}
	label.h6{
	font-size: 10px;
	}
	h1{
	font-size: 26px;
	}
	h2{
	font-size: 22px;
	}
	h3{
	font-size: 18px;
	}
	h4{
	font-size: 14px;
	}
	h5{
	font-size: 12px;
	}
	h6{
	font-size: 11px;
	}
	.btn
	{
		font-size: 14px;
	}
	.logo{
		font-size: 2rem;
	}
}
@media screen and (max-width: 940px) {
	:root {
     --size-divisor: 1.5;
		 --dialog-divisor: 1.5;
   }
	label.h1{
	font-size: 25px;
	}
	label.h2{
	font-size: 21px;
	}
	label.h3{
	font-size: 17px;
	}
	label.h4{
	font-size: 13px;
	}
	label.h5{
	font-size: 11px;
	}
	label.h6{
	font-size: 10px;
	}
	h1{
	font-size: 25px;
	}
	h2{
	font-size: 21px;
	}
	h3{
	font-size: 17px;
	}
	h4{
	font-size: 13px;
	}
	h5{
	font-size: 11px;
	}
	h6{
	font-size: 10px;
	}
	.btn
	{
		font-size: 12px;
	}
	.logo{
		font-size: 1.8rem;
	}
}
/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 560px) {
	:root {
	 --size-divisor: 2;
	 --dialog-divisor: 2;
 }
	.sidebar a {
	text-align: center;
	float: none;
	}
	h1{
	font-size: 19px;
	}
	h2{
	font-size: 17px;
	}
	h3{
	font-size: 15px;
	}
	h4{
	font-size: 12px;
	}
	h5{
	font-size: 10px;
	}
	h6{
	font-size: 9px;
	}
	.btn
	{
		font-size: 12px;
	}
	.logo{
		font-size: 1.2rem;
	}
}



.scrl{
	overflow-x: hidden;
}
/* width */
.scrl::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.scrl::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.scrl::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
.scrl::-webkit-scrollbar-thumb:hover {
	background: #555;
}


.s_label
{
width: 45%;

}
.todo_lable
{
  width: 7%;

}
.t_first
{
  width: 10%;

}
.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 20px;
  padding: 18px;
  width: 97.8%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  width: 97.8%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0px;
  padding-left: 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
