
h1 {font-family: 'Dela Gothic One', cursive; color: #ffaa22;
    font-size: 1.8em;}
h2 { color: #800606;     font-family: 'Dela Gothic One', cursive;}
#part img {min-width: 300px; display: inline}

@media (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 

	#part, #other {width: 100%}
	#part img {width: 95%; margin: 0 auto}
	h1 {font-size: 1.8em;}
	h2{font-size: 1.8em;}
}

@media screen and (min-width: 1200px){
	#part, #other {width: 70%; 	max-width: 950px;}
	#part img {width: 45%; margin: 0 2% auto 2%}
	h1 {font-size: 3em;}
	h2{font-size: 1.8em;}
}
