html {
    background-color: #0f3a86;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    color: white;
    font-family: LeituraSans, sans-serif;
	font-style: italic;
    font-size: 13pt;
    text-align: center;
}
#terms_html { /*html element on terms page*/
    background-color: #f2f2f2;
}

body {
    margin: 1em;
}
a {
    color: #0f3a86;
}

input[type=submit] {
    background: #0f3a86;
    color: #f3f3f0;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 1em;
    border-style: none;
    padding: 0.75em 4em;
    width: 15em;
}
label {
    cursor: pointer;
}

#tandc {
    background-color: #f2f2f2;
    color: black;
    font-style: normal;
    min-width: 20em;
    margin: 0 auto;
    text-align: left;
    padding: 40px;
    width: 60%;
}
#terms {
    /* margin: 1.5em 0; */
}
#terms div {
    /* margin: 1em 0; */
}

#terms-body {
    margin: 0;
}

#terms-header {
    padding-bottom: 10px;
    background-color: #0f3a86;
}

#terms-header-logo-img {
    width: 25%;
    height: 25%;
}

#terms-header-title {
    width: 25%;
    height: 25%;
}

#terms-header-text {
    width: 100%;
    height: 100%;
}

#terms-return {
    width: 25%;
    height: 25%;
}

#terms-footer-contact {
    width: 30%;
    height: 30%;
}

#terms-return a {
    color: white;
    font-style: normal;
}

#message {
    font-style: italic;
}
#inspire-contact a {
    margin: 0 0.5em;
}
#inspire-contact a {
    text-decoration: none;
}
#inspire-contact a:hover {
    text-decoration: underline;
}

#freewifi-logo {
    width: 25%;
    height: 25%;
}

#freewifi-tag {
    width: 25%;
    height: 25%;
}

#site-logo {
    width: 25%;
    height: 25%;
}

#inspire-logo {
    width: 35%;
    height: 35%;
}

#inspire-tag {
    width: 20%;
    height: 20%;
}

.continue-btn-img {
    width: 20%;
    height: 20%;
}

.accept-btn {
    width: 20%;
    height: 20%;
}

.terms-return {
    width: 20%;
    height: 20%;
}

/*Hover styles for buttons that are also images*/
.terms-return-a img:last-child {
    display:none;
}

.accept-btn-container input:last-child {
    display:none;
}

.continue-btn-container a:last-child {
    display:none;
}

@media (hover:hover) {
    .terms-return-a:hover img:first-child {
        display:none;
    }

    .terms-return-a:hover img:last-child {
        display:inline;
    }

    .accept-btn-container:hover input:first-child {
        display:none;
    }

    .accept-btn-container:hover input:last-child {
        display:inline-block;
    }

    .continue-btn-container:hover a:first-child {
        display:none;
    }

    .continue-btn-container:hover a:last-child{
        display:block;
    }
}




