html, 
body {
	height: 100%;
    min-height: 100%;
}

html { -webkit-font-smoothing: antialiased; }
body {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	color: black;
	background: white;
}

.rowBlock {
	display: block!important;
}

.button,
.button:focus,
.button:active,
.button:hover {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}

h1 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 2px;
    margin: 0 0 0 0;
    padding: 0;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h2 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1px;
    margin: 0 0 0 0;
    padding: 0;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 0;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

p strong {
    font-weight: 700;
}

.SmallTxt {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: .5px;
    margin: 0;
    padding: 0;
}

.MediumTxt {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .5px;
    margin: 0;
    padding: 0;
}

.InConstruction {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: #97b4c6 url("../images/Splash.jpg") center center no-repeat;
    background-size: cover;
    z-index: 1;
}

.InConstruction .Logo {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: url("../svg/Splash.svg") center center no-repeat;
    background-size: cover;
    z-index: 2;
}



@media (max-width: 450px) {
    
    .InConstruction {
        background: #97b4c6 url("../images/Splash_Mobile.jpg") center center no-repeat;
        background-size: cover;
        z-index: 1;
    }
    
    .InConstruction .Logo {
        background: url("../svg/Splash_Mobile.svg") center center no-repeat;
        background-size: cover;
    }    
}
