* {
	margin: 0;
	overflow-x: hidden;
}
.fade-in2 {
  animation: fadeIn2 ease 8s;
  -webkit-animation: fadeIn2 ease 8s;
  -moz-animation: fadeIn2 ease 8s;
  -o-animation: fadeIn2 ease 8s;
  -ms-animation: fadeIn2 ease 8s;
}
@keyframes fadeI2n {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn2 {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn2 {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn2 {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn2 {
  0% {opacity:0;}
  100% {opacity:1;}
}


.fade-in {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
.header {
	margin-left: 0;
	margin-right: 0;
	height: 65px;
	width: 100%;
	background-color: #fff6e5;
	display: inline-flex;
}

.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff6e5;
	height: 65px;
	width: 100%;
}
.nav .button2 {
    float: right;
    height: 100%;
    width: 6%;
    background: #d9ac58;
    border: none;
    cursor: pointer;
}
.nav .button2:hover {
    background: #d9ac20;
}
.nav .button {
    float: right;
    height: 100%;
    width: 6%;
    background: #d9ac58;
    border: none;
    cursor: pointer;
    border-right: 1px solid black;
}
.logo {
	left: 0%;
	margin-bottom: 0px;
	margin-right: 0px;
	height: 62px;
	position: absolute;
}

.dd83bg {
	border-radius: 10px;
	margin-top: 20px;
	height: 41px;
	width: 50%;
}

.youtube {
	right: 1%;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 7px;
	height: 50px;
	position: absolute;
}

/*.login {*/
/*	right: 1%;*/
/*	margin-bottom: 0px;*/
/*	margin-right: 0px;*/
/*	margin-left: 0px;*/
/*	margin-top: 7px;*/
/*	height: 50px;*/
/*	position: absolute;*/
/*	border: none;*/
/*	border-radius: 5px;*/
/*	width: 14%;*/
/*	background: #f8931f;*/
/*	color: white;*/
/*}*/

a {
  border: none; 
  text-decoration: none;
}
.login {
	height: 36px;
	position: fixed;
    border: 1px solid black;
	border-radius: 10px 10px 0px 0px;
	width: 254px;
	background: white;
	color: black;
}
.logindiv{
    right: 1%;
	margin-top: 12px;
	position: fixed;
	background-color: #fff6e5;
	width: 20%;
}
#results {
    margin-top: 37px;
    float: right;
    background: white;
    width: 24.34%;
    border-radius: 0px 0px 7px 7px;
    position: fixed;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    resize: none;
    outline: none !important;
    max-height: 29.3%;
    margin-left: -1px;
    width: 20.4%;
}
#results button {
    width: 100%;
    border: none;
    padding: 6px;
    text-align: left;
}
#results :first-child {
background-color: #cfc7c7;
}
/* Chrome */
#results::-webkit-scrollbar {
    width: 10px;
}

#results::-webkit-scrollbar-track {
  /*background-color: grey;*/
  box-shadow: inset 0 0 5px grey; 
  border-radius: 15px;
}

#results::-webkit-scrollbar-thumb {
  background-color: orange; 
  border-radius: 15px;
  /*border: 1px solid red;*/
}
#results::-webkit-scrollbar-thumb:hover {
  background: red; 
}   

.login:focus, .login:hover {
    border: none;
}
.alert {
    margin-top: -4px;
    padding: 20px;
    background-image: linear-gradient(#fff6e5, white);
    color: black;
    width: 100%;
}
.alert img {
    border: 3px solid black;
    border-radius: 1px;
    
}





#parent {
    margin-top: 20px;
	/*height: 300px;*/
	white-space: nowrap;
	overflow-x: auto;
	overflow: hidden;
}

.child,
.pic1 {
	display: inline-block;
    width: 135px;
    background-color: white;
	margin-right: 40px;
	border-radius: 20px;
}
.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff6e5;
	height: 65px;
	width: 100%;
}

.nav li {
	display: inline;
	text-align: -webkit-center;
}

.nav a {
	display: inline-block;
	padding: 24px;
	display: inline-block;
	list-style-type: none;
	text-decoration: none;
	margin-left: -36px;
}

.logo {
	left: 0%;
	margin-bottom: 0px;
	margin-right: 0px;
	height: 62px;
	position: absolute;
}

.youtube {
	right: 1%;
	margin-bottom: 0px;
	margin-right: 0px;
	position: absolute;
	cursor: pointer;
}

p {
	margin-top: 5px;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px;
}

.logincontent {
    margin-left: 20%;
    margin-right: 20%;
}
.loginform {

}
.loginform input[type=password], .loginform input[type=email] {
  width: 36%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid green;
}
.loginform input[type=submit] {
    border-radius: 5px;
    background: red;
    opacity: 1.0;
    padding: 15px;
    width: 36%;
    border: none;
}
.loginform input[type=submit]:hover {
    background: rgb(224, 8, 8);
}


