/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
#container {
	width: 100%;
	height:auto;
	margin-left: 0;
	margin-right: auto;
}
#header {
	font-size: 18px;
	width: 130%;
	height: 100px;
}
h3 {
	font-size: 15px;
}
#title {
	font-size: 45px;
	margin-top: 20px;
	position: absolute;
	margin-left: 0px
}
#title-2 {
	font-size: 12.5px;	
	letter-spacing: 3px;
	margin-top: 50px;
	margin-left: 0px;
	position: absolute;
	width: 100%;	
}

.menu {	
	width: 130%;
	clear: both;
	float: left;
	font-size: 15px;	
	margin-top: 70px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0;
}
#home {
	width: 70%;
	float: left;	
	padding: 0px;
	font-family: "Baskerville Old Face";
	font-size: 10px;	
	margin-left: 10px;
	height: 100%;

}
#plant {
	display: none;
}
#fsb {	
float: left;
margin-left: 20px;
}
#institute {
	float: left;
	margin-left: 50px;	
	margin-top: 0px;
	
}
#about h3 {
	margin-left: 0px;
	margin-top: 0px;
}
#about {
	clear: both;
	float: left;
	line-height: 25px;
	width: 90%;
	height:450px;
	margin-top: 20px;
	font-family: "Baskerville Old Face";
	font-size: 12px;
	color: #3660B8;
	margin-left: 1px;
	padding-left: 10px;
	z-index: 1;
	
}
#about-quotes {
	clear: both;
	margin-top: 10px;
	line-height: 20px;
	float: left;
	width: 80%;	
	height: 400px;
	padding: 10px;
	padding-left: 20px;
	z-index: 1;
	margin-left: 10px;
	font-size: 12px
}
#pen {
	clear: both;
	z-index: -1;
	margin-right: 50px;
}
#services {	
	width: 50%;
	font-family: Calibri;
	font-size: 13px;
	line-height: 18px;
	color: #3660B8;	
	margin-left: 80px;
}
#services h3 {
	margin-left: 0;
	padding-left: 0;
}
#books{
 display: none;
}
#service-quotes {
  width: 70%;
  float: left;
  margin-left: 30px;  
  margin-top: -135px;
  padding-left: 0px;
}
#service-quotes a {
	text-decoration: none;
	display: block;
	color: #95CDF2;
}
#service-quotes a:hover {
	color: grey;
}
#ind-img img {
	display: none;
}
#ind-h3 {
	margin-left: 24px;
	font-family: Calibri;
    color: #3660B8;
    padding-top: 20px;
    width: 150px;
}
#lamp {
	display: none;
}
#examples {
	margin-top: 0px;
	margin-left: 30px;
	width: 80%;
	height: 70%;
	float: left;		
	font-size: 7px;
	line-height: 14px;
	font-size: 13px

}
#ind-quotes {
	width: 70%;
	float: left;
	margin-left: 20px;
	padding-left: 40px;
	margin-top: 20px;
	font-size: 12px;	
}
#contact {
	clear: both;
	width: 90%;
	font-size: 14px;
	line-height: 18px;	
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
#contact h3 {
	margin-left: 0;
}
 #plane {
 	display: none;	
}
#con-quote {
	width: 80%;
	float: left;
	margin-left: 40px;
	margin-top: 0;	
}
#facebook {
	float: left;
	margin-top: 0px;
	margin-left: 60px;
}
#link {
	margin-top: 10px;
	margin-left: 0px;
}

#footer {
display: none;
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}

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

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 and high pixel ratio devices ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}