
html {
    background: url('../img/banner-dentures.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body{
    padding: 0;
    margin: 0;
    font-family: Helvetica Neue,Bitstream Vera Sans, sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    color: #001f5b;
}

a {
    color: #001f5b;
}

a:hover{
    color: #3bb4e5;
}


main {
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

main > div {
    /*background: rgba(0, 40, 86, 0.90);*/
    /*text-align: center;*/
    width: 40%;
    padding: 30px 60px;
}

.logo img{
    width: 60%;
}


@media screen and (max-width: 600px) {
    main > div {
        width: 80%;
        padding: 30px;
    }

    .logo img{
        width: 70%;
        margin: 15px 0;
    }
}



*[role="button"],
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.button {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 20px 25px 16px;
    margin: 10px;
    border-width: 0 0 8px 0;
    border-style: solid;
    border-radius: 0;
    background-color: transparent !important;
    font-family: Helvetica Neue, Bitstream Vera Sans, Arial;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 100%;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer; }
@media screen and (min-width: 551px) {
    *[role="button"]:first-of-type,
    button:first-of-type,
    input[type="submit"]:first-of-type,
    input[type="button"]:first-of-type,
    input[type="reset"]:first-of-type,
    .button:first-of-type {
        margin-left: 0; }
    *[role="button"]:last-of-type,
    button:last-of-type,
    input[type="submit"]:last-of-type,
    input[type="button"]:last-of-type,
    input[type="reset"]:last-of-type,
    .button:last-of-type {
        margin-right: 0; } }
*[role="button"]:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.button:hover {
    text-decoration: none; }
*[role="button"].bg-white,
button.bg-white,
input[type="submit"].bg-white,
input[type="button"].bg-white,
input[type="reset"].bg-white,
.button.bg-white {
    color: #fff; }
*[role="button"].bg-blue,
button.bg-blue,
input[type="submit"].bg-blue,
input[type="button"].bg-blue,
input[type="reset"].bg-blue,
.button.bg-blue {
    color: #001f5b; }
*[role="button"].bg-green,
button.bg-green,
input[type="submit"].bg-green,
input[type="button"].bg-green,
input[type="reset"].bg-green,
.button.bg-green {
    color: #001f5b; }

input[type="submit"],
.button {
    min-width: 200px; }

@media screen and (max-width: 550px) {
    *[role="button"],
    button,
    input[type="submit"],
    input[type="button"],
    input[type="reset"],
    .button {
        margin: 10px; }
    *[role="button"]:not(:last-of-type),
    button:not(:last-of-type),
    input[type="submit"]:not(:last-of-type),
    input[type="button"]:not(:last-of-type),
    input[type="reset"]:not(:last-of-type),
    .button:not(:last-of-type) {
        margin: 0 0 20px; } }


.bg-blue {
    background-color: #001f5b;
    color: #fff;
    border-color: #001f5b; }
.bg-blue svg {
    fill: #fff; }
.bg-blue.bg-hover {
    -webkit-transition: background 200ms, color 200ms, border 200ms;
    transition: background 200ms, color 200ms, border 200ms; }
.bg-blue.bg-hover:hover {
    background: #001f5b !important;
    color: #fff;
    border-color: #001f5b; }