@charset "UTF-8";
/* CSS Document */
.padding-btm-sm{padding-bottom:20px;}
body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #54858e;}
	a {
    color: #54858e;}
	a:hover, a:focus {
    color: #549ba9;
    text-decoration: underline;
}
.btn-lg {
    padding: 26px 58px;
    font-size: 18px;
    text-transform:uppercase;
    line-height: 1.3333333;
    border-radius: 0;
    margin: 5vh 0;
}
.btn-primary {
    color: #ffffff;
    background-color: #4b7e88;
    border-color: #365b62;
    letter-spacing: .1em;
    font-weight: 400;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #549ba9;
    border-color: #20363b;
    cursor: pointer;
}
.bg-responsive{
    min-height: 100vh;
    height: 100vh;
    display: flex;
    background: url(im/bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 10vh auto 20px auto;
    background-color: #000;
    align-items: center;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    }

@media  (min-width: 481px) and (max-width: 991px){
	.bg-responsive{
	margin-top: 5vh;
        justify-content: center;
	background: url('im/bg.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
	}
}
@media (min-width: 320px) and (max-width: 480px){
	.bg-responsive{
	        margin-top: 15vh;
        justify-content: flex-start;
	background: url('im/bg-mob.jpg') no-repeat center top;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-color: #000;
	}
}
