/*---------------------------------------------------------------------------------*/
/* Common styles to all sizes                                                      */
/*---------------------------------------------------------------------------------*/

body{
	background-image: url("../images/homepage/background-pipes.png");
	background-size: contain;
    background-position-x: -3px;
}

h1{
	font-size: 3rem;
    white-space: pre;
}

h2{
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
    text-transform: uppercase;
}

h3{
	font-size: 3rem;
	text-align: center;
}

body{
	position: relative;
	padding: 0px;
}

.navbar{
	z-index: 1;
}

.body-block{
	min-height: 100vh;
	padding: 0px;
}

.navbar-nav{
	margin-right: auto;
	margin-left: auto;
    padding: 6rem 0rem 2rem 0rem;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 1rem 1rem;
}

.navbar-brand{    
	padding: 0rem 5rem;
}

.navbar-brand-mobile{
	display: none;
}

.navbar-nav-mobile{
	display: none;
}

.mobile-menu{
	display: none;
}

.navbar-sticky{
	position: fixed;
    width: 100vw;
    z-index: 2;
}


.navbar-sticky .navbar-nav{
    padding: 1rem 0rem 0.5rem 0rem;
}

.footer-brand{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-item{
    display: inline-block;
    padding: 15px;
    float: right;
}

.footer-link{
    text-decoration: none;
}

.footer-year{
    display: inline-block;
    padding-top: 15px;
    padding-left: 5px;
    margin: 0px;
}

.presentation-picture{
	overflow: hidden;
    padding-left: 7vw;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.presentation-picture img{
    width: auto;
    min-height: 65vh;
    height: 100%;
    height: -webkit-fill-available;
}

.presentation-div{
	margin-top: 30vh;
	margin-bottom: 30vh;
}

.presentation-text{
	padding-right: 7vw;
	padding-left: 5vw;
	padding-top: 10vh;
	padding-bottom: 10vh;
	text-align: justify;
	z-index: 1;
}

.presentation-summarytext p{
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 0px
}

.presentation-contact .fa-solid{
    font-size: 2rem;
    padding-right: 7px;
}


/*-----------------------*/
/*--- Modal              */
/*-----------------------*/

.modal-dialog {
    max-width: 800px;
}

.modal-content{
    border-radius: 2px;
}

.modal-img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 2px;
}

.modal-details td{
    vertical-align: top;
    padding-top: 20px;
}

.modal-description{
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 5;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.modal-label{
    white-space: nowrap;
    font-weight: bold;
    padding-right: 20px;
}

.modal-title {
    font-size: 25px;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.modal-footer{
    position: absolute;
    bottom: 0px;
    right: 1rem;
    width: calc(100% - 2rem);
}

.modal-footer .btn{
    border-radius: 2px;
    color: white;
}


/*-----------------------*/
/*--- Page Style         */
/*-----------------------*/

.page-title{
    padding: 10vh;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
}

/*---------------------------------------------------------------------------------*/
/* Extra extra large	xxl	≥1400px                                                */
/*---------------------------------------------------------------------------------*/

@media (min-width: 1400px) {

.presentation-picture img{
    min-height: 55vh;
}

}



/*---------------------------------------------------------------------------------*/
/* Medium	md	<=991px                                                            */
/*---------------------------------------------------------------------------------*/

@media (max-width: 991px){


/*-----------------------*/
/*--- Navbar             */
/*-----------------------*/

.navbar-nav{
	display: none;
}

.navbar-brand-mobile{
	display: block;
    position: relative;
    width: 100vw;
}

.navbar-nav-mobile{
	display: block;
	list-style: none;
	padding-top: 5rem;
}

.navbar-brand-mobile .navbar-brand img{
    margin: 20px 10px;
}

.navbar-brand {
    padding: 0rem 1rem;
}

.mobile-menu{
	display: block;
}

#openMobileMenu{
	position: fixed;
    right: 10px;
    top: 35px;
    z-index: 11;
    border: none;
}

#openMobileMenu .fa-solid{
	font-size: 35px;
}

#closeMobileMenu{
	border: none;
	float: right;
    margin-right: 40px;
    margin-top: 25px;
}

#closeMobileMenu .fa-solid{
	font-size: 35px;
}

.slide-in {
	z-index: 10; /* to position it in front of the other content */
	position: fixed;
	overflow: hidden;
	top: 0px;
}

.slide-in.from-right {
	right: -50px;
}

.slide-in-content {
	padding: 5px 20px;
	transition: transform .5s ease; /* our nice transition */
	height: 100vh;
	width: 5vw;
}

.slide-in.from-right .slide-in-content{
	transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.slide-in.show .slide-in-content {
	transform: translateX(0);
    -webkit-transform: translateX(0);
    width: 75vw;
}


/*-----------------------*/
/*--- Presentaion Div    */
/*-----------------------*/

.presentation-div {
    margin-top: min(30vh, 200px);
    margin-bottom: min(30vh, 200px);
}

.presentation-text {
    padding-top: min(10vh, 100px);
    padding-bottom: min(10vh, 100px);
}

/*.presentation-picture img{
	height: min(100%, 65vh);
	min-height: auto;
}*/


/*-----------------------*/
/*--- Footer             */
/*-----------------------*/

.footer-brand{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px;
}

.footer-item{
    display: inline-block;
    padding: 5px;
    float: right;
}

.footer-link{
    text-decoration: none;
}

.footer-year{
    display: inline-block;
    padding-top: 15px;
    padding-left: 5px;
    margin: 0px;
}

}



/*---------------------------------------------------------------------------------*/
/* Small	sm	<=767px                                                            */
/*---------------------------------------------------------------------------------*/

@media (max-width: 767px){

.navbar{
	padding: 0px;
}

h2{
	font-size: 1.3rem;
}

h3{
	font-size: 2rem;
}

/*.modal-dialog {
    max-width: 90%;
}*/

}



/*---------------------------------------------------------------------------------*/
/* Extra Small	xs	<=576px                                                        */
/*---------------------------------------------------------------------------------*/

@media (max-width: 576px){

body {
    background-size: 200%;
    background-position-x: center;
}

.navbar-brand {
    padding: 0rem 0rem;
}

.presentation-div {
    margin-top: 20vh;
    margin-bottom: 20vh;
}

.presentation-picture {
    padding-right: 7vw;
    padding-top: 5vw;
}

.presentation-picture img {
    min-height: 50vh;
}

.footer-item {
    padding: 5px;
}

.modal-img {
    height: 100%;
}

.modal-title {
    margin-bottom: 10px;
}

.modal-content .row{
	height: 900px;
}

.page-title {
    padding: 7vh;
}

}



/*---------------------------------------------------------------------------------*/
/* Extra Extra Small	Fold<=280px                                                */
/*---------------------------------------------------------------------------------*/

@media (max-width: 280px){

.slide-in.show .slide-in-content {
    width: 97vw;
}

}



