body {
	background: url('landing page-01.png') no-repeat center center;
	background-size: cover;
	
overflow-x:hidden;
/*	height: 75vh;*/
}


.vertical-center {
  min-height: 100%;  /* Fallback for vh unit */
  /*min-height: 100vh;*/
height:100%;
margin-left:8%;
  /* Make it a flex container */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;

  width: 100%;

        /* -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;*/
}

.container {
	height: 100vh;
	overflow: hidden;
}

.presentation {
    margin-top: 40px;
	margin-bottom: 40px;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #0c3052;
}

.details {
    margin-bottom: 0;
    margin-top: 40px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
	color: #0c3052;
}

.bottom-menu{
     position: fixed;
            bottom: 4%;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
}

 .bottom-link{
    text-align: center;
                color: #fff;
                font-size: 16px;
}
.bottom-separator{
    color:#fff;
    margin-left:2px;
    margin-right:2px;
    margin-bottom: 2px;
    font-size: 16px;
}

