// Fonts
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600");

// Variables
@import "variables";

// Bootstrap
@import "bootstrap";

// Font-awesome
@import "node_modules/font-awesome/scss/font-awesome";

html, body {
    font-weight: 100;
    margin: 0;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}


.logo {
    $height: 90px;
    height: $height;
    width: $height * 0.836;
    background-size: cover;
    background-image: url("../images/logo.png");
    display: inline-block;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 48px;
    // @media (min-width: $screen-xs-min) {
    //     font-size: 84px;
    // }
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.site-header {
    border-bottom: 1px solid #f5f5f5;
}

#main {
    padding-bottom: 10px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #f5f5f5;
}



.site-footer {
    margin-bottom: 0;
    padding: 12px 0;
    text-align: center;
}
