/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 5, 2019 */

@import-url("font.css")

@charset "utf-8";
/* CSS Document */
table{
	border:thick dashed red;	
}
table tr td, table tr th{
	padding:10px;	
	border:thin solid black;
}

#jan tr:nth-child(1){
	background-color:#039;
	color:white;	
	font-family:"Courier New", Courier, monospace;
	font-size:24px;
}
#jan tr:nth-child(2){
	background-color:#ccc;
	color:#333;		
}

#contaoner h1{
	font-size:40px;
	margin-top:30px;
	margin-bottom:30px;
}
address-time{
	display:inline;
	color:#333;
}



article{
	width:1000px;
	margin:0 auto;
	padding:20px;	
}
article div.quoteBlock{
	margin:0 auto;
	width:100%;
	padding:15px;
	background-color:#EAEAEA;
}	

#wrapper{
	background-color: #003;
}
header{
	width:100%;
	background-color: #09F;
	font-family: "sugarregular";
	font-size:36px;
	padding:10px 0px 0px 10px;
}
#mastheadsub {
	font-size:80px;
	color: #F00;
}

#masthead {
	font-size:100px;
	color:#FF0
}

body{
	
}

h1 {
	background-color:#000;
	color:#FF0;
	padding:10px;
	margin:0 auto;
	font-family: Verdana, Geneva, sans-serif;
	alignment-adjust:auto;
}
address{
	background:url(../images/bullet.png) no-repeat left;
	padding-left:40px;
}

article img{
	width:100%;
}
article img.zoom {
	padding:1px;
	/*background-color: green;*/
	transition: transform .2s; /*animation*/
	width:200px;
	border:thick solid #ccc;
	opacity:0.4;
	position:relative;
	tranition: all .5s ease-in-out;
	overflow:hidden;
	
}

article img.zoom:hover{
	/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	opacity:1;
	background-position:center;
	transform: scale(2) rotate(360deg);
}
	
article p {
	text-justify:auto;
	padding:5px;
}





/*td:nth-child(2) {
  background: linear-gradient(to bottom, rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(97,153,199,1) 50%,rgba(58,132,195,1) 51%,rgba(65,154,214,1) 59%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1) 100%);
}
*/