/* 
    Styles for: Buywithgc.com
    Developed by: Interactive Utopia @ InteractiveUtopia.com
    This is the general css for the desktop version of the site
*/
/* ----------------------------------------
General Styles */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1, h2, h3, .ad_title, .header_site_title p {
    font-family: 'Playfair Display', serif;
}

/* Other General Styles */

.odd_background_color {
    background-color: #222;
    color: #F3FFF3;
}

.clear_float {
    clear: both;
}

.odd_background_color button,
.odd_background_color .button_link {
    background-color: #FFF;
}

.odd_background_color button:hover,
.odd_background_color .button_link:hover {
    background-color: #F3FFF3;
}

/* ----------------------------------------
General Form Styling */
.form-control {
    display: block;
    width: 95%;
    padding: .5rem;
    margin: .5rem 0;
}

button,
input[type=submit],
.button_link {
    border: 1px solid #222;
    background-color: transparent;
}

button:hover,
input[type=submit]:hover,
.button_link:hover {
    border-color: #A6A6A6;
    background-color: #F3FFF3;
}

.button_link {
    display: inline-block;
    color: #000;
    text-align: center;
    text-decoration: none;
}

/* ----------------------------------------
Footer Styling */
footer {
    padding: 2rem 0;
    text-align: center;
    background-color: #222;
    color: #F3FFF3;
}

.footer_disclaimer {
    text-align: justify;
    margin: 0.25rem 0;
    font-size: 0.75rem;
}

footer .return_to_top {
    margin: 0 0 1rem 0;
}

footer .return_to_top a {
    color: #F3FFF3;
}

/* Home Page */
