/* landing page css */


.title {
    margin-left: 10px;
    margin-right: 10px;
    font-size: max(8.6vw, 75px);
    font-weight: 400;
    text-align: center;
    line-height: 0.8;
    color: white;
}

.subtitle {
    margin-top: 5px;
    font-size: max(1.65vw, 20px);
    text-align: center;
    font-weight: 300;
    line-height: 0.8;
}


.centerDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 40%;
}

.bottomDiv {
    text-align: left;
    position: relative;
}

.centerInfoLinkDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 9%;

}

.centerInfoLinkText {
    font-size: 20px;
    font-weight: 300;
    line-height: initial;
    color: white;
}


footer {
  	font-size: 12px;
    text-align: left;
    font-weight: 300;
  	padding: 0px 0px 0px 20px;
  	position: fixed;
  	bottom: 5px;
  	left: 0;
  	width: 100%;
  	height: 30px;
}

@media screen (max-width: 992px)