/*
Last Updated:  2023/04/17 10:53
Copyright: Klaus Sutner

some parameters for responsive course website
needs work
*/

@import "normalize.css";

td a img{
	text-decoration: none; /* needed for removing 2px underline next to image slides ong */
}

.underline
{
	text-decoration: underline;
}

#cover_image{
	width: 43%;
	margin: 0 auto;
}

.resources
{
	margin-right: 20px;
	margin-left: 15px;
	margin-bottom: 25px;
}


/*#turingImage{
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

#turingImage:hover{

	-webkit-transform:scale(2);
-moz-transform:scale(2);
-o-transform:scale(2);
transform:scale(2);

}*/

.w3-btn{
	padding:8px;
}

nav button{
	width: 15%;
}

.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{
	padding:12px 8px;
	text-align: left;
}

/* .w3-text-skin{color:#FFECE5 !important}.w3-skin{color:#000;background-color:#FFECE5; } */

.w3-text-skin{color:#ddf4f7 !important}.w3-skin{color:#000;background-color:#ddf4f7; }


#hurryMeme{
	width: 30%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#instructor_face{
	margin-right: 20px;
}

#ta_face{
	margin-right: 10px;
}

#clock{
	margin-top: 15px;
	margin-right: 5px;
}

#TA_info{
	margin-top: 40px;
}

#clock_TA{
	margin-right: 5px;
	margin-top: 15px;
}

#instructor_info{
	margin-top: 10px;
}

.lec_slides{
	width: 21px;
	height: auto;
	margin-left: 4px;


}

.print{
	width: 20px;
	bottom: 1px;
}

#pic_gallery{
	margin: 0 auto;
}

nav{
	position: relative;
}

nav a#pull {
	display: none;
}

#schedule{
	width:100%;
	overflow:auto;
}

@media screen and (max-width: 960px) {
  	.wide-table{
  		width: 1000px;
  		overflow: auto;
  	}
}


/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {

  	nav button {
  		width: 50%;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 400px) {
	nav div {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		width: 100%;
		height: 40px;
		position: relative;
		text-decoration: none;
		font-size: 22px;
		text-align: center;
	}
	nav a#pull:after {
		content:"";
		background: url('down_arrow.png') no-repeat;
		width: 120px;
		height: 100px;
		display: inline-block;
		position: absolute;
		top: 2px;

	}
}

/*Smartphone*/
@media only screen and (max-width : 280px) {
	nav button {
		width: 100%;
	}
}
