﻿/* New Engelhome CSS*/

div {
	overflow-y:hidden;
	overflow-x: hidden;  /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
}

#TitleFont {
    font-size:xx-large; 
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
//    color: #4C78C8;
	color:white;
    vertical-align: middle;
}

#CaptionFont {
    font-size: 12px; 
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
    text-align:right;
    color: white;
    margin-right:8px;
}

#NameFont {
    font-size: 18px; 
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
    text-align: left;
    color: #4C78C8;
    width:200px;
}
#LinksFont {
    font-size: 16px; 
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
    text-align: left;
    color: white;
    text-decoration:none;
}

#MainBox {
	margin:0px;
	position:absolute;
	z-index:10;
	top: 20px;
	right: 20px;
	width:90%;
	
}
	
#LogoBox {
    font-size: xx-large; 
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
    background-color: #0D2B5A;
    text-align: left;
     width: 90%;
/*   height: 200px;  */
    color: white;
    padding: 15px;
    vertical-align:top;
    border-radius: 1em;
    position: relative; 
    z-index:3; 
    top: 10%;
}


#PhotoGalleryBoxHandheld{
	visibility:hidden;
	position:fixed;
	
}

/* #PhotoGalleryBoxHandheld {
    font-size: 16px; 
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
    background-color: #4C78C8;
    margin:0px;
    text-align: center;
    width: 100%;
    color: white;
    vertical-align:middle;


 } */

#PhotoGalleryBoxEnhanced{
    visibility:visible;
    font-size: 20px; 
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
    background-color: #4C78C8;
    color: white;
    vertical-align:top;
    border-radius: 1em;
    top:-100px; 
    text-align: center;
    position: relative;
	width: 90%;
    padding: 15px;
    padding-top:0px;
/*    z-index:5;  */
         
}

#PhotoGalleryBoxDesktop{
	visibility:hidden;
	position: fixed;
}

#PopUpBox {
    font-size: 14px; 
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
    background-color: #0D2B5A;
    text-align: left;
    vertical-align: top;
    width: 450px;
    color: white;
    padding: 15px;
    border-radius: 1em;
    position: absolute; 
    top:50%;
    left:40%;
    height:250px;
    z-index:25; 
    visibility:hidden;
}

#PhotoGalleryBoxTitle {
    font-size: 24px; 
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
}

#footer {
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana;
	text-align:center;
	font-size:20px;
	color:white;
	z-index:10;

}


@font-face {
    font-family: 'Segoe';
    src: url('Segoe.eot');
    src: url('Segoe.eot?#iefix') format('embedded-opentype'),
         url('Segoe.woff') format('woff'),
         url('Segoe.ttf') format('truetype'),
         url('Segoe.svg#Segoe') format('svg');
    font-weight: normal;
    font-style: normal;
}
A:link {text-decoration: none; color:white}
A:visited {text-decoration: none; color:white}
A:active {text-decoration: none; color:white}
A:hover {text-decoration: underline; color:white}