
/* ########################### LOGIN FORM #################################### */

form {border: 3px solid #f1f1f1;}

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;
}

button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

.error {
	background: #f2dede;
	color: #a94442;
	padding: 10px;
	width: 95%;
	border-radius: 5px;
}
	
/* ########################### HEADER #################################### */			

.header {
 background-color: #9933cc;
 color: #ffffff;
 display: flex;
 padding: 15px;
 height: 80px;
}

.img-header {
 border-radius: 50%;
 width: 60px;
 height: 55px;
 top: 25px;
}

.center {
  text-align: center;
  margin: auto;
  width: 50%;
  padding: 10px;
}

/* ########################### OVERLAY #################################### */			

span {
  right: 30px;
  top: 30px;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,8,0,8);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}


/* ########################### BODY AND CONTENT #################################### */

.div-top {
  background-color: #EEEBEA;
  height: 320px;
  margin: 5px;
  padding: 15px;
  width: auto;
}

.flex-con-top {
  display: flex;
  padding: 4px;
  margin: 2px;
  height: 280px;
  background-color: DodgerBlue;
  justify-content: space-evenly;
}


.img-gif {
 margin: 25px;
 width: 85%;
 height: 220px;
}


/* ########################### FOAM #################################### */

* {box-sizing: border-box;}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=number], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

/* ############## Chrome, Safari, Edge, Opera ################## */

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* #################### Firefox ################################# */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* ################################### DIV-MEDIA ############################### */

.div-med {
  background-color: #EEEBEA;
  height: 320px;
  margin: 5px;
  padding: 10px;
  width: auto;
}

/* ################################### BOTTOM ############################### */

.div-btm {
  background-color: #EEEBEA;
  width: auto;
}

.img {
 width: 200px;
 height: 400px;
}	
	
/* ########################### FOOTER #################################### */


.footer {
  text-align: center;
  padding: 6px;
  background-color: DarkSalmon;
  color: white;
  width: 24.99999%;
  float: left;
}


.myCanvas {
  width: 100%;
  height: 750px; 
  border: 1px solid grey;
}

.img-footer {
 border-radius: 50%;
 width: 60px;
 height: 60px;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  color: #4CAF50;
  font-size: 3vw;
}

.p1 {
  text-align: center;
  text-transform: uppercase;
  color: #4CAF50;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
}
