@charset "utf-8";
/* CSS Document */		
		
#Body {
	font-family: "Cambria", "Hoefler Text", "Liberation Serif", "Times", "Times New Roman", "serif";
}
		
#Header {
	width: 500px;
	margin-left: 200px;
	margin-top: 25px;
}
	
#Navbar {
	margin-top: 55px;
	margin-left: 38px;
	}
		
#Aboutparagraph p {
	font-size: 3em;
	margin-left: 47px;
	margin-right: 55px;
}

#Footer {
	text-align: center;
}
		
#Footer p {
	font-size: 2.75em;
}

/* Services offered */
#Multimedia {
	font-size: 3.30em;
	margin-left: 50px;
	margin-right: 15px;
}
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
	
	#Header {
	width: 500px;
	margin-left: 300px;
	margin-top: 25px;
	}
	
	#Navbar {
	margin-top: 55px;
	margin-left: -5px;
	}
		
	#Aboutparagraph p {
	font-size: 3.30em;
	margin-left: 47px;
	margin-right: 55px;
}


/* Tablet (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#Header {
	width: 400px;
	margin-left: -100px;
	margin-top: 25px;
	}
	
	#Navbar {
	margin-top: 55px;
	margin-left: -5px;
	}
}

/* Laptop/Desktop (landscape) ----------- */
@media only screen and (min-width : 1025px) and (max-device-width : 1280px) and (orientation : landscape) {		


}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
	
}