@charset "utf-8";

/******************** MEDIA QUERY ********************/
/***************      SMARTPHONE       **************/
@media (min-width: 0) and (max-width:480px){


nav {
	text-align:center;
}

nav a{
	width:90%;
	
}

.dropdown {
	width:100%;
}

.dropdown:hover .dropbtn {
	width:100%;
	text-align:center;
}

.dropdown-content a {
	width:80%;
	text-align:center;
}

header{
	text-align:center;
}

header img{
	width:20%;
}

article img{
	width:80px;
	padding-top:80px;
}

section img{
	width:80px;
	padding-top:80px;
}

table{
	table-layout: fixed;
	width:100%;
}

}

/***************      DIGITAL TABLET       ***************/
@media (min-width: 481px) and (max-width: 1024px){

nav{
	text-align:center;
}

header{
	text-align:center;
}

article img{
	width:200px;
	padding-top:80px;
}

section img{
	width:200px;
	padding-top:80px;
}

}
