
*{
	margin: 0px;
	padding: 0px;
}

html,body{ 
	height: 100%;
	/* font-size: 95%;
	font-family:'Ubuntu'; */
	font-size: 16px;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 400;
}

p {
	line-height: 1.25rem;
	margin: 6px 0;
}
body {
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

img {
	border: none;
}

#bg {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: -100;
  opacity: 0.5;
} 

header {
	position:fixed;
	width: 100%;
	display:flex;
	height: 40px;
    top: 0;
    transition: top 0.2s ease-in-out;
    background: black;
    z-index: 10;
    font-size: 80%;
}

footer {
	/* background: black;  */
	background-image: url('../images/transparentpixelverydark.png');
	padding-bottom:12px;
}

#first_frame {
	width: 100%;
	padding: 40px 0;
}

.doc-section {
	padding:30px 0px;
}


/*---- Styles for Links ----*/
a {
	/*color: #ff3300; */
	color:#F97655;
	text-decoration: none
}
a:hover {
	color: #ff3300;
	text-decoration: none
}

/*---- Styles for Headers ----*/
.h1{
	font-size: 200%;
	font-weight: 400;
	line-height: 36px;
}
.h2{
	font-size: 140%;
}
.h3{
	font-size: 120%;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 10px;
}
.h4{
	font-size: 100%;
}
.sectionTitle {
	position: relative;
	margin-bottom: 2rem;
}

.orange {
	color:#FFAA55;
}
.white {
	color:white;
}
.centered {
	text-align: center;
}
.tight{
	font-size: 90%;
}

.left {
	float: left;
}
.right {
	float: right;
}

.whiteborder {
	border: 1px solid grey;
	border-radius: 6px;
	padding: 15px;
	margin-bottom: 15px;
}


.largeOrangeRightHeader{
        font-size: 200%;
        text-align: right;
		line-height: 28px;
		color:#FFAA55;
}

.largeOrangeLeftSubHeader{
        text-align: left;
		color:#FFAA55;
}

.bulletlist {
	list-style-position:outside;
}

.bulletlist > li {
	margin-bottom: 0.5rem;
}
.subBulletlist {
	list-style-position:outside;
	line-height: 1.2rem;
    font-size: 85%;
    margin: 10px 0;
    margin-left: 2rem;
}


.clear {
	background-image: url('../images/transparentpixelclear.png');
}
.veryclear {
	background-image: url('../images/transparentpixelveryclear.png');
}
.dark {
	background-image: url('../images/transparentpixeldark.png');
}
.verydark {
	background-image: url('../images/transparentpixelverydark.png');
}
.horizontal_clear_line {
	background-image:url('../images/transparentpixelveryclear.png');
	margin-top:40px;
	margin-bottom:10px;
	height:2px;
	/*width:70%; */
}


.ref {
	padding-top:20px;
}


 .slideImage {
	height: 300px;
	margin: auto;
	width: auto;
	-webkit-transition: background 1s ease-out;
	-moz-transition: background 1s ease-out;
	-o-transition: background 1s ease-out;
	transition: background 1s ease-out; 
} 


.carousel-cell {
  display: block;
  width: 100%;
}

.limitedHeight {
	height: 308px;
}
.fullheight {
	height: 1080px;
}

.carousel-cell img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  margin:auto; 

     -webkit-transition: all 2s ease; 
     -moz-transition: all 2s ease; 
     -ms-transition: all 2s ease; 
     transition: all 2s ease;

  } 

.caption {
	background-image: url('../images/transparentpixelverydark.png');
	color: white;
	font-size: 1.0rem;
	padding: 5px 15px;
	height: 50px;
	text-overflow: ellipsis;
	text-align: right;
}

.fullscreen {
	position:relative;
	float:right;
	height: 24px;
}

.fscontainer {
	width:100%;
	height:100%
}

.vision p {
	margin-bottom: 15px;
}

.portfolioTitle {
	font-size: 1.1rem;
}

.separator {
	height: 30px;
}
/*------------------- */

nav {
    margin: auto;
    font-size: 100%;
}

nav a {
	font-size: 0.75rem;
	float: left;
	margin: 10px 2%;
}

.nav-up {
    top: -40px;
}

.lang{
	font-size: 0.9rem;
	margin-left: 2%;
    text-align: right;
    float: right;
}



#logo {
	margin-left: 20px;
	margin-top: 20px;
}

#logo img {
	height: 65px;
}

#catchArea {
	position: relative;
	padding: 80px 10px;
}





.veryclear {
	background-image: url("../images/transparentpixelveryclear.png");
	display:flex;
    height: 120px;
}
.logoItem {
    position: relative;
    display:flex;
    top:0px;
    padding: 0px 10px;
    margin: auto;
}
.logoChildren {
	display:flex;
	width: 100%; 
    margin: auto;
}
.txtItem {
    position: relative;
    display:flex;
    padding: 0px 10px;
}
.logoText {
    margin-top: auto;
    margin-bottom: auto;
}
.custom {
	width: 100%; 
	margin-left: 0; 
}
.drawings {
  	max-width:100%; 
	max-height:100%;
	display:block;
}
.expandercontainer {
    position: relative;
    padding-top: 10px;
    display:block;
    overflow: hidden;
}

@media(min-width:400px){
	nav a {
		font-size: 0.9rem;
	}

}


@media(min-width:850px){
	.content-down {
		top: 40px;
	}
	.content-top {
		top: 40px;
	}
	.nav-up {
    	top: 0px;
	}
	.custom {
		width: 48%;
		margin: 5px 0;
	}
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


