/* MAIN PAGE STYLES*/

html{
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	margin: auto;
	height: 100vh;
	display: block;
	color: #666d74;
}

body {
	height: 100vh;
	width: 100vw;
	margin: 0;
	padding: 0;
}

p{
	font-family: sans-serif;
}

ul{
	margin: auto;
	padding: 0px;
	overflow: none;
	list-style: none;
	display: block;
}

a{
	text-decoration: none;
	color: #666d74;
}

/* HEADER SECTION */

#logo{
	display: block;
	margin: 3% auto auto auto;
	width: 100%;
	height: auto;
}
#header{
	margin: auto;
	width: 55%;
	max-height: 30%;
	min-height: 250px;
}

#header div p{
	border-top-width: 2px;
	border-top-style: solid;
	margin-top: 0px;
	font-size: 24px;
	text-align: center;
}

/* NAV SECTION */

#flex-box {
	height: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#menu-items{
	width: 100%;
}

#nav{
	margin: auto;
	padding-top: 20px;
	width: 100%;
	text-align: center;
}

#nav ul{
	text-align: center;
}

#nav ul li{
	display: inline-block;
}

#nav ul li img{
	
	display: inline-block;
	height: auto;
}

#nav-anthromorphic {
	margin-left: 5%;
	margin-right: 5%;
}
#nav-anthromorphic img{
	border: 1px solid black;
	max-width: 375px;
	margin-top: -23%;
}
#nav-about img{
	margin: auto;
	max-width: 290px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#nav-about p{
	margin-top: 0px;
	text-align: center;
	color: black;
}

#nav-about a:hover{
	text-decoration: none;
}

#nav-tuffy img{
	max-width: 300px;
	margin-top: -32%;
}

/* FOOTER SECTION */

#footer{
	margin: 5% auto auto auto;
	position: relative;
  	clear: both;
}
#footer p{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
#footer input[value='Donate']{
    margin-top: 0;
	font-family: sans-serif;
	border-radius: 0;
    border-width: 0;
	font-size: 22px;
	font-weight: bold;
	background: transparent;
	text-align: center;
	text-decoration: none;
	color: #666d74;
	box-sizing: border-box;
	-webkit-appearance: button;
    cursor: pointer;
}

#footer ul{
	text-align: center;
}

#footer ul li{
	display: inline-block;
}

#volunteer{
	text-decoration: none;
	color: #666d74;
}

/* SCREEN SIZE COMPATABILITY */
@media only screen and (max-width: 1100px)
{
	#nav ul{
		display: flex;
		flex-direction: column;
	}
	#nav ul li {
		display: block;
	}
	#nav li {
		margin: auto;
		padding: auto;
		float: none;
	}
	#nav ul li img{
		padding: none;
		margin: auto;
		display: flex;
		height: auto;
	}
	#menu-items{ 
		display: flex;
		flex-direction: column;
	}

}
@media only screen and (max-width: 600px)
{
	#nav ul{
		padding: 0px;
	}	
	#nav li {
		margin: auto;
		padding: auto;
		float: none;
	}
	#nav ul li img{
		padding: none;
		margin: auto;
		display: flex;
		height: auto;
	}
	#footer p, input[value='Donate']{
		font-size: 16px;
	}
	
	#footer input[value='Donate']{
		font-size: 16px;
	}
	#footer ul{
		text-align: center;
	}
	#footer ul li{
		display: inline-block;
	}	
}

@media only screen and (max-width: 500px)
{
	#header div p{
		font-size: 10px;
	}
	#nav{
		width: 100%;
		padding: none;
	}	
	#nav ul{
		padding: none;
	}	
	#nav li {
		margin: auto;
		padding: auto;
		float: none;
	}
	#nav ul li img{
		padding: none;
		margin: auto;
		display: flex;
		height: auto;
	}
	#nav-anthromorphic img{
		border: 1px solid black;
		max-width: 220px;
	}
	#nav-about img{
		max-width: 200px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	#nav-about p{
		font-size: 10px;
	}
	#nav-tuffy img{
		max-width: 150px;
	}
}

/* OTHER */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  border-radius: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}


.modal:target {
  display: table;
  position: center;
}


.modal-dialog {
  display: table-cell;
  vertical-align: middle;
  margin-left: 100%;
  margin-right: -100px;
}

.modal-dialog .modal-content {
  margin: auto;
	background-image: url('puppetryarts/bg_pa_or.png'); 
	
  position: relative;
  padding: 0;
  outline: 0;
  border: 1px gold solid;
  text-align: justify;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

 
	-webkit-animation-name: example; 
	-webkit-animation-duration: 0.5s; 
	animation-name: example;
	animation-duration: 0.5s;
}



#id01 .modal-dialog .modal-content header .closebtn  
{
  float: right;
  font-size: 50px;
  font-weight: bold;
  margin-right: 2%;
  color: white;
}
#id01 form .closebtn 
{
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  background-color: #46B3C0;
  width: 25%;
  text-align: center;
  margin-bottom: 15px;
  padding: 5px 5px 2px 5px;
  
}

#id01 .closebtn:hover .closebtn:focus {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

#id01 .container {
	font-size: 25px;
	padding: 2px 16px;
}

#id01 header {
  background-image: url('../backgrounds/str_tr_bl.png');
  background-position: center;
  font-size: 25px;
  color: white;
  width: 100%;
}



#id02 .modal-dialog .modal-content {
  margin: auto;
  background-color: black;
  position: relative;
  padding: 0;
  outline: 0;
  border: 1px #777 solid;
  text-align: justify;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

  -webkit-animation-name: example; 
  -webkit-animation-duration: 0.2s; 
  animation-name: example;
  animation-duration: 0.2s;
}


#id02 header .closebtn 
{
  float: right;
  font-size: 50px;
  font-weight: bold;
  margin-right: 2%;
  color: white;
}

#id02 .modal-dialog .modal-content .container div .closebtn
{
	font-size: 25px;
  font-weight: bold;
  color: #fff;
  background-color: tan;
  width: 25%;
  text-align: center;
  border-radius: 50px;
}

#id02 .closebtn:hover .closebtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#id02 .container {
	font-size: 25px;
	padding: 2px 16px;
}

#id02 header {
  background-image: url('../backgrounds/str_tr_bl.png');
  background-position: center;
  font-size: 25px;
  color: white;
  width: 100%;
}


#currentEventModal .modal-dialog .modal-content header .closebtn  
{
  float: right;
  font-size: 70px;
  font-weight: bold;
  color: black;
}
#currentEventModal  form .closebtn 
{
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  background-color: #E48B26;
  width: 25%;
  text-align: center;
  margin-bottom: 10px;
}

#currentEventModal  .closebtn:hover .closebtn:focus {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

#currentEventModal  .container {
	font-size: 14px;
	padding: 2px 16px;
	max-width: 95%;
}
#currentEventModal img{
	margin-top: -15%;
}

#currentEventModal  header {
  font-size: 14px;
  color: white;
  width: 100%;
}
