body{
	font-size: 16px;
	background-attachment: fixed;
	background-repeat: repeat;
}
p{
	font-size: 16px;
}
h1{
	font-size: 32px;
}
h2{
	font-size: 28px;
}
h3{
	font-size: 24px;
}
@media screen and (min-width: 479px) {
	body, p{
		font-size: calc(16px + (24 - 16) * ((100vw - 479px) / (991 - 479)));
	}
	h1{
		font-size: calc(32px + (40 - 32) * ((100vw - 479px) / (991 - 479)));
	}
	h2{
		font-size: calc(28px + (36 - 28) * ((100vw - 479px) / (991 - 479)));
	}
	h3{
		font-size: calc(24px + (32 - 24) * ((100vw - 479px) / (991 - 479)));
	}
}
@media screen and (min-width: 991px) {
	body, p{
		font-size: 24px;
	}
	h1{
		font-size: 40px;
	}
	h2{
		font-size: 36px;
	}
	h3{
		font-size: 32px;
	}
}
img {  
	max-height: 100%;  
	max-width: 100%; 
	width: auto;
	height: auto;  
	margin: auto;
}
#background-img{
	color: #fff;
}
header{
	text-align: center;
	margin: 60px 0 0 0;
	color: #fff;
}
.delete{
	display: none;
}
.header-title{
	font-size: 36px;
}
.header-slogan{
	font-size: 18px
}
.section-title{
	font-weight: bold;
	text-align: center;
	font-size: 40px;
}
.row{
	padding: 50px 5vw;
}
.row img{
	padding: 10px;
}
.row:nth-child(2n+2){
	background-color: #fff;
	color: #000;
}
.row:nth-child(2n+1){
	background-color: #00000030;
	color: #fff;
}
figure{
	padding:10px;
	margin:10px;
	border: 2px solid #1d2120 ;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .5);
}
figure img{
	display: block;
}
figcaption{
	border-top: 2px solid #1d2120 ;
	text-align:center;
}
td{
	font-size: 18px;
}
th{
	font-size: 24px;
}
tbody{
	background-color:auto;
}
thead{
	background-color:auto;
}
.footer{
	text-align: center;
	padding:25px 0;
	color: #fff;
}