*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.fade {
   opacity: 1;
   transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -webkit-transition: opacity .15s ease-in-out;
   }

   .fade:hover {
      opacity: 0.95;
      }
	  
	  
	  


.header {
	
    height: 150px;
	padding-top: 50px;
	padding-left:10%;
	padding-right:10%;
}

.header img {
	width:50px;
	height:50px;
	float: left;	
}


.header_text {
  float: right;
}







body { background: #f5f5f5; }




h1 { 
    font-size: 3em;
    font-family: 'Alegreya', serif;
    color: #4d4d4d;
}

h2 { 
    font-size: 1.4em;
    font-family: 'Alegreya', serif;
    color: #4d4d4d;
	line-height: 1.5em;
}



h3 { 
    font-size: 1.2em;
    font-family: 'Alegreya', serif;
    color: #4d4d4d;
	line-height: 1.6em;
}



@media only screen and (max-width: 600px) {
  .full-container-clean .project-info h2,
  .full-container-clean .project-info h3 {
    font-size: 1.2em; /* Adjust size for mobile */
	  line-height: 1.8em;
  }
}




h3 strong { 

    font-family: 'Alegreya', serif;
    color: #4d4d4d;
	font-weight: 700;

	font-variant: small-caps;
}


h4 {
    font-size: 0.8em;
    font-family: 'Alegreya', serif;
    color: #4d4d4d;

}



h4 a {
    font-size: 0.8em;
    font-family: 'Alegreya', serif;
    color: #F00;
	text-decoration:none;

}

h2 a {
	    font-size: inherit;
    font-family: 'Alegreya', serif;

    color: #F00;
	text-decoration:none;

}



p {
    font-size: 0.8em;
    font-family: 'arial', sans-serif;
    color: #818181;
	line-height: 150%;

}







/*
==============================
Flex box
==============================
*/

/*==============================
Full Section BG-1
==============================*/


.vertical-container {
    
    /*desighn*/
    height: 300px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(css_img/galaxy.jpg);
    background-position: center;
    background-size: cover;
    /*Flexbox*/
    display: -webkit-flex;
    display:flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/*==============================
Full Section BG-2
==============================*/

.container-over-picture-one{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
	opacity: 0.8;
}

.project-info {
    margin: auto;
    max-width: 800px;
    text-align: left;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color:#f5f5f5;
}

.vertical-container-withbox {
    /*desighn*/
    height: 500px;
    background-position: center;
    background-size: cover;
    margin-top: 2em;
    
    /*Flexbox*/
    display: -webkit-flex;
    display:flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}



/*==============================
Images in Row
==============================*/



.row-img-container { 
    font-size: 0;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap; 
    flex-flow: row wrap; 
    display: -webkit-box;
    display: flex;
}


.small-img-one { 
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto; 
    width: 400px; 
  
}



.med-img-one { 
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto; 
    width: 600px;
	max-width: 600px; 
  
}




.med-large-img-one { 
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto; 
	width: 800px;
    max-width: 800px; 
  
}



.large-img-one { 
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto; 
	width: 800px;
    max-width: 1080px; 
  
}


small-img-one, img { 
    width: 100%; 
    height: auto; 
}


/*@media screen and (max-width: 400px) {
    header div { margin: 0; }
    header { padding: 0; }

}*/


/*==============================
Two Images
==============================*/

.container-two {
    /*display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap; 
    flex-flow: row wrap; 
    display: -webkit-box;*/
    display: flex;
    background-color: #fff;
}

.one-of-two {
    /*-webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;*/
    width: 50%;
    background-color: black;
    height: auto;
}

.two-of-two{
   display: flex;
    width: 50%;    
    background-color: #fff;
    /*justify-content: center;*/
}

.caption-of-two  {
    max-width: 40%;
    margin: auto;
    vertical-align: middle;
    justify-content: center;
}

.caption-of-two p {
    text-align: justify;
    text-rendering: optimizeLegibility;
}

.caption-of-two h2  {
    text-align: left;

}

.one-of-two img{

}



/*==============================
old container


   
    width: 100%;
    height: auto;
    margin-top: 0px;
	    margin-bottom: 0px;
   


    display: -webkit-flex;
    display:flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}



==============================*/




.full-container-clean {
    /*desighn*/
    height: auto;
    background-position: center;
    background-size: cover;
    /*Flexbox*/
    display: -webkit-flex;
    display:flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	line-height: 0;
	vertical-align: baseline;

	}










.full-container-padding {
    /*desighn*/
    width: 100%;
    height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
   

    /*Flexbox*/
    display: -webkit-flex;
    display:flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}



.image-center{
    /*display: flex;*/
    justify-content: center;
width: auto;
height:auto;
    

}


/*==============================
Two Inmages
==============================*/

#container {
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    font-size: 125%;
    width: 100%;
    margin-top: 5em;
    margin-bottom: 5em;
    /*margin: 1em auto;*/
}

img{
    max-width: 100%;
}

.col{
    /*padding: 1em 2.5%;*/
    width: 50%;
    height: 100%;
}

.col.center{
    width:30%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10%;
}


/*==============================
Two Inmages
==============================*/

.container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.one {
    background-color: black;
    width: 50%;
}

.two {
    background-color: #fff;
    width: 50%;
 
}

.caption {
    padding: 6%;
    width:60%;
    margin-left: 23%;
}




@media screen and (max-width: 800px) {
    .one{ 
        width: 100%;
    }
    .two{ 
        width: 100%;
    }
    
}




.Aligner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}

.Aligner-item {
    max-width: 50%;
}

.Aligner-item--top {
    align-self: flex-start;
}

.Aligner-item--bottom {
    align-self: flex-end;
}




.vertical-center{display:table;position:relative;width:100%;height:100%}
.vertical-center .vertical-el{display:table-cell;vertical-align:middle}




.logo-container {
	background-color: #f5f5f5;
    font-size: 0;
    display: -ms-flexbox;
	display: -webkit-flex;
    display:flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	
}


.pillar {
	max-width: 1200px;
	 -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap; 
    flex-flow: row wrap; 
    display: -webkit-box;
    display: flex;
	
	-webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	
}



.wide_pillar {
	max-width: 1600px;
	-ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap; 
    flex-flow: row wrap; 
    display: -webkit-box;
    display: flex;
	
	-webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	
}
	
	


.logo { 
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto; 
	max-width: 600px; 
}






.footer {
	
    height: 40px;
	padding-left:10%;
	padding-right:10%;
	background-color: #f5f5f5;
	
padding-top: 15px;
	
}

.footer_left {
	float: left;	
}


.footer_right {
  float: right;
}

