/* Browser Reset */

/* Eric Meyer's Reset CSS v2.0 - http://meyerweb.com/eric/tools/css/reset/ - 20110126 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Main styling */

h2 {
    font-size: 1.1rem;
    font-weight: bold;
    clear: both;
}

p {
    margin: 1rem 0;
    line-height: 1.3;
}

li {
    margin: auto
}

body {
    background-image: url('/images/at1-images/bg800bulbs.jpg');
    background-color: #544d47;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}


/* Horizontal line styling */

hr {
    border: .1rem solid #5e5e5e;
}


/*  Navbox styling */

.nav-container {
    max-width: 50vw;
    margin: 4rem auto;
    border-radius: 1rem;
    overflow: hidden;
    background-color: #fff;
}

nav {
    background-color: #fefefe;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

nav img {
    max-height: 2rem;
    max-width: 2rem;
    padding: .5rem;
}

nav ul {
    display: flex;
    list-style: none;
}

nav li {
    margin-right: 2rem;
}

nav a {
    color: #000000;
    text-decoration: none;
}

header {
    text-align: center;
}

.banner {
    width: 100%;
    padding: 0;
}

.banner img {
    width: 100%;
    height: auto;
    display: block;
    border-top: .15rem solid #5e5e5e;
    border-bottom: .15rem solid #5e5e5e;

}


/* Main text styling */

main {
    margin-top: 2rem;
    padding: 1rem;
    /*display: block;*/
}

.textbox img {
    order: 2;
    float: right;
    padding: 1rem;
    background: #f8fffe;
    width: 15rem;
    height: 15rem;
    border-radius: 2rem;
}


/* Testimonials styling */

.testimonial {;
    background: #f8fffe;
    border: .15rem solid #b0d1ca;
    border-left: .7rem solid #b0d1ca;
    display: flex;
}

.testimonial-image img {
    display: block;
    padding: 1rem;
    background: #f8fffe;
    width: 12rem;
}

.testimonial-names {
    font-weight: bold;
    font-size: 1rem;
}


/* Contact Us styling */

.contact-box {
    margin-top: 1rem;
    background-color: #b0d0c9;
    border: .15rem solid #9db0ad;
    border-radius: 1rem;
    padding: 2rem;
}

.contact-box h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.contact-box form label {
    display: block;
    margin-bottom: .5rem;
}

.contact-box form input[type="text"],
.contact-box form input[type="email"],
.contact-box form input[type="tel"],
.contact-box form textarea {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: .2rem;
    border: none;
}

.checkboxes {
    display: flex;
    align-items: center;
}

.checkboxes label {
    margin-right: .3rem;

}

.checkboxes input[type="checkbox"] {
    /*display: inline-block;*/
    vertical-align: middle;
}

input[type="submit"] {
    display: block;
    padding: 1rem;
    font-size: 1rem;
    margin: 1rem auto 0;
    width: 75%;
}

.contact-box form input[type="submit"]:hover {
    background-color: #fc9f72;
}


/* Back to top button styling */

.back-to-top-container {
    text-align: center;
    margin-top: 2rem;
}

.back-to-top {
    display: inline-block;
    margin-bottom: 1rem;
    padding: .7rem;
    width: 20vw;
    background-color: #e3e3e3;
    border: #999999 solid .1rem;
    color: #000000;
    text-decoration: none;
    border-radius: 1.5rem;

}

.back-to-top:hover {
    background-color: #fc9f72;
}


/* footer styling*/

footer {
    background-color: #d56718;
    border-radius: 0 0 1rem 1rem;
    padding: 1rem;
    color: #fff;
    text-align: left;
}

.footer-container {
    max-width: 50vw;
    margin: 0 auto;
}

/*.contact-us {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/

/*.checkbox-row {*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/














