body{
font-family: "Roboto", sans-serif;
font-style:normal;
color:#333;
}
h1,h2,h3,h4,h5,h6{
font-family:"Montserrat", sans-serif;
font-weight:700;
color:#071b3a;
}
a:link, a:visited, a:active{
text-decoration:none;
color:#3482b8 !important;
}
.main-header{
background:url(https://cdn.moneykey.com/images/landing-pages/hero-loc2.jpg);
background-attachment: fixed;
background-position:center;
background-size: cover;
box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, .52);
background-color: rgb(255, 255, 255);
min-height:70vh;
width:100%;
}
.review-big-box{
background:rgba(255, 255, 255, .82);
border-radius:1em;
}
.review-name{
background:rgba(255, 255, 255, 1);
border-radius:1em;
max-width:200px;
text-align:center;
margin-top:-50px;
margin-left:50px;
}
.fob-bg{
background:url(https://cdn.moneykey.com/images/landing-pages/blue-fob-sm.png);
background-size:cover;
background-repeat: no-repeat;
background-position: bottom left;
height:70vh;
width:100vh;
position:absolute;
top:0px;
right:0px;
}
.green{
color:rgb(34, 199, 40);
}
.green-alt{
color:rgb(37, 147, 40);
}
.cta-btn{
border-radius:5px;
padding:.5em 1.5em;
color:#fff;
background:#43b55f;
font-size:1.3em;
font-weight:bold;
border:0px;
cursor:pointer;
}
.login-btn{
border-radius:5px;
padding:.3em .8em;
color:#fff;
background:#1665c4;
font-size:.8em;
font-weight:bold;
border:0px;
cursor:pointer;
}
.blue-bar{
background: rgb(26, 52, 85);
text-align: center;
padding: 1.5em;
}
.icon{
max-height:15vh;
}
.footer-bar{
background:url(https://cdn.moneykey.com/images/landing-pages/woman-on-computer.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .69);
background-color: rgb(0, 0, 0);        
min-height:25vh;
}
.footer-holder{
background:#e7f3ff;
font-style:italic;
font-size:.8em;
color:rgb(90, 90, 90);
}