/*
Theme Name: Qube Condos Theme
Description: Custom designed theme specially for Qube Condos
Version: 0.9
Author: Rob Williams, DevUp Inc <hello@devup.ca>
Tags: custom template
*/

/* Default Styles */

html, body {
    width:                  100%;
    height:                 100%;
    font-family:            'Raleway', 'Arial', sans-serif;
    line-height:            1.2em;
    font-size:              1.3rem;
    background-color:       #f7f7f7;
    background-image:       url(images/qube.png);
    background-repeat:      no-repeat;
    background-size:        contain;
    background-attachment:  fixed;
    background-position:    center center;
}

p { padding: 0 0 1em 0; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
.textright { text-align: right; }
.clear { clear: both; }
.floatleft { float: left; }
.floatright { float: right; }

img.centered {
	display: block;
	margin: 0 auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 1em 1em;
	display: inline;
}

img.alignleft {
	display: inline;
}

img.aligncenter {
    display: block;
}

.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { margin: 0 auto; }


/* Basic styles */

a { text-decoration: none; color: #37a2d3; font-weight: 800; }
a:hover { color: blue; }

h1 {}
h2 {}
h3 {}
h4 {}

header { text-align: center; padding: 2rem 0; }
main { min-height: 80vh; background: rgba(255,255,255,0.3); }
footer { text-align: center; font-size: 0.8em; }

.post-password-form { text-align: center; }
main { width: 95%; margin: 0 auto; max-width: 1200px; }

.survey_list li { margin-bottom: 0.75rem; }
