/*
Theme Name: WebX
Author: Rogue Web Design
Author URI: https://roguewebdesign.ca
Description: WordPress Theme for the WebX Real Estate Platform
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive, clean, portfolio
Text Domain: rogue-themes
*/

html {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}


a {
    text-decoration: none;
    color: #3399cc;
}

a:hover {
    color: #182a35;
}

h1, h2, h3, h4, h5, h6 {

}
ul {
    margin: 0 30px;
    padding: 0 5px;
}

ul li {
    list-style: disc;
    padding: 5px 0;
}

p {
    margin: 15px 0;
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
    height: auto;
}

.border-box {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

blockquote {
    font-style: italic;
}

address {
    margin: 10px 0;
}

body {
    font-family: "miller-text", serif;
    font-weight: 400;
    font-style: normal;
}

#wrapper {
    min-height: 100vh;
}


.button, a.wp-block-button__link {
    display: inline-block;
    padding: 12px 17px;
    margin: 15px 0;
    text-align: center;
    border: none;
    border-radius: 10px;
    color: #fafafa;
    cursor: pointer;
    background: #182a35;
    font-weight: bold;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.button:hover, a.wp-block-button__link:hover {
   background: #3399cc;
   color: #ffffff;
}

#page404 {
    min-height: 100vh;
    background-image: url('images/404.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #ffffff;
}

.not-found-content h1 {
    color: #ffffff;
}

.not-found-content a {
    color: #ffffff;
    background: #3399cc;
    padding: 5px 10px;
    border-radius: 6px;
}

.not-found-notice {
    display: grid;
    height: 100vh;
    align-items: center;
}

@media screen and (min-width: 600px) {



}

@media screen and (min-width: 768px) {



}

@media screen and (min-width: 960px) {

}

@media screen and (min-width: 1200px) {



}



@media screen and (min-width: 1600px) {



}
