@charset "utf-8";
/* CSS Document */

#IOSVersion {
	display: none;
}

body {
	background-color: #E0E0E0;
}

#mainpage{
	background-color: #E0E0E0;
    max-width: 800px;
    margin: 0 auto;
}

.aboutp a {
    color: blue;
    text-decoration: none;
}

.center1 {
	text-align:center;
}

.about_header {
	display: none;
}

.xfigure-align {
	margin: -5px 0 0 -5px;
    width: 105% !important;
}

.logo1 {
    margin: -5px 0 0 -5px;
	width: 600px !important;
	height: 275px;
}
.logo1cp {
	display: none;
	margin: 0px 0 0 -5px;
    width: 105% !important;
	height: 115px;
}

.footer-bg {
    max-width: 800px;
}

@media only screen and (min-width: 750px) and (max-width: 850px) {
	
.figure-align {
	width: 100%;
}

.logo1 {
	height: 200px;
	width: 105% !important;
}
}

/* iPhone 6 Plus in landscape */
@media only screen and (min-width: 700px) and (max-width: 750px) and (orientation: landscape) { 
/* STYLES GO HERE */
.figure-align {
	width: 100%;
}

.logo1cp {
	display: inline;
	height: 95px;
}

.logo1 {
	display: none;
}
.uib_w_f {
	display:none;
}
}

/* iPhone 6 Plus in portrait */
@media only screen and (max-width: 500px) and (orientation: portrait) {
 /* STYLES GO HERE */ 
 
.figure-align {
	width: 100%;
}

.logo1cp {
	display: none;
}

.logo1 {
	width: 105% !important;
	height: 150px;
}

.uib_w_f {
	display: none;
}
}
 
/* iPhone 6 in landscape */
@media only screen and (min-width: 601px) and (max-width: 699px) and (orientation: landscape) {

/*@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: landscape) { */
    /* iPhone 6 landscape */
	
.figure-align {
	width: 100%;
}	
	
.logo1cp {
	display: inline;
	height: 95px;
	mmargin-top: -5px;
}

.logo1 {
	display: none;
}

.uib_w_f {
	display:none;
}
}

/* iPhone 6 in portrait */
@media only screen and (max-width: 400px) and (orientation: portrait) { 



.logo1cp {
	display: none;
}
.logo1 {
	height: 150px;
	width: 105% !important;
}
 
.d-margins_home {
	margin-top: -10px;
	padding: 0px;
}
}

/* iPhone 5 in portrait, 4s */
@media only screen and (max-width: 350px) and (orientation: portrait) { 


.logo1cp {
	display: none;
}
.logo1 {
	height: 150px;
	width: 105% !important;
	margin-top: -15px;
}

.xxxd-margins_home {
	margin-top: -10px;
	padding: 0px;
}
.uib_w_f {
	display:none;
}
}

/* iPhone 5 in landscape */
@media only screen and (min-width: 501px) and (max-width: 600px) and (orientation: landscape) {

.figure-align {
	width: 100%;
}	

.logo1cp {
	display: inline;
	height: 100px;
}
.logo1 {
	display: none;
}
.uib_w_f, .uib_w_7 {
	display:none;
}
}

/* iPhone 4 in landscape */
@media only screen and (min-width: 450px) and (max-width: 500px) and (orientation: landscape) {

.figure-align {
	width: 100%;
}	

.logo1cp {
	display: inline;
	height: 80px;
}

.logo1 {
	display: none;
}
.uib_w_f, .uib_w_7 {
	display:none;
}
}



/* iphone 6 375 x 667
Galaxy S 3-7 360 x 640
Nexus 4      384 x 640 */

@media screen and (min-width : 639px) and (max-width : 700px) and (orientation : landscape)
{

}


/* iphone 5 320 x 568 
Samsung	Galaxy S2	320 x 533
Nokia	Lumia 900	320 x 533
Driod incredible
*/
@media screen and (min-width : 532px) and (max-width : 638px) and (orientation : landscape) { 
}


/* iphone 4   = 480  small phones*/
@media screen and (min-width : 450px) and (max-width : 532px) and (orientation : landscape) {

}

@media screen and (min-width : 760px) { 


}

