@import 'styles_mixins';

html, body {
    margin: 0;
    position: relative;
    height: 100%;
    min-height: 100%;
}

body {
    font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #ffffff;
}

.pageHeader {
    border-bottom: 1px solid #ddd; 
    margin-bottom: 8px;
    padding-bottom: 3px;
}
h2 {
    font-size: 1.4em;
    color: #2b9401;
    font-weight: bold;
}

p.browse {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
}

.subInfo {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

a.navbar-brand#navbar-title {
    font-size: 2.1em;
    color: #2b9401;
    font-family: 'Fredoka One';
    text-align: center;
    vertical-align: middle;
    height: 32px;
    padding: 19px;
    margin-left: 40px;
}

.btn.buttonPrimary {
    border-radius: 4px;
    background-color: #00a0f4;
    border: 1px solid #0082c8;
    color: #fff;
    font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
}

header.siteHeader {
    display: block;
    height: 62px;
    background-color: #eeeeee;
}

div.whiteDivider {
    border-top: solid 1px #ccc;
}

div.whiteDivider#halfDivider {
    margin-top: 20px;
    margin-bottom: 10px;
}

.container {
    max-width: 970px;
}

.clickableElement {
    cursor: pointer;
    &:hover {
        opacity: 0.7;
    }
}

#logo {
    height: 32px;
    vertical-align: middle;
}

/* Style the tab */
div.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
}

/* Style the buttons inside the tab */
div.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;
}

.subheaderLinks {
    font-size: 14px;
    color: #ccc;
    margin-left: 20px;
    margin-bottom: 20px;
}

/* Page-specific css */
.homepageQuote {
    margin-top: 40px;
    text-align: center;
}

.setupLink {
    margin-bottom: 20px;
}

.leadButton {
    float: right;
}
select, input {
    margin: 10px;
}

/* Used on homepage and top schools */
.centeredButtonGroup {
    text-align: center;
    margin-top: 20px;
}

/* Used for people and top schools */
.displayTable {
    margin-top: 20px;
    width: 100%;
}
.displayTableHeaderRow {
    border-bottom: 1px solid #ddd;
}
.displayTableCell {
    padding: 10px;
}
