/* --------------- */
/*   Page Layout   */
/* --------------- */

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    width: 100%;
    height: 100%;

    /* Sticky footer */
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}


/* -------------- */
/*    Sections    */
/* -------------- */

.navbar {
    position: relative;
    width: 100%;
}

.header {
    position: relative;
    width: 100%;
}

.section {
    padding: 50px 0;
}

.section-color {
    background-color: #f7f6f2;
}

.flex-expand {
    flex: 1;
}


/* --------------- */
/*    Utilities    */
/* --------------- */

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.container {
    max-width: 1000px;
}

.vertical-space {
    height: 50px;
}


/* -------------- */
/*     Navbar     */
/* -------------- */

.navbar {
    background-color: #fff;
    color: rgb(103, 103, 103);
    font-size: 0.8em;
    z-index: 1;
    /*border: 1px solid #ccc;
    border-width: 0 0 1px;*/
}

.navbar-container {
    padding: 12px 30px;
}

.navbar-container a {
    text-decoration: none;
    color: inherit;
}

.navbar-logo {
    font-weight: bold;
    text-decoration: none;
    font-size: 18pt;
}

.navbar-menu {
    float: right;
    list-style-type: none;
    margin: 0;
}

.navbar-menu li {
    display: inline-block;
 	margin-left: 30px;
}

.navbar-menu li a:hover {
    color: #1eaedb;
    cursor: pointer;
}

.menu-selected {
    border-bottom: solid 2px #1eaedb;
    color: #1eaedb;
}


/* -------------- */
/*     Header     */
/* -------------- */

.header {
    height: 600px;
}

.header #header-message {
    margin-top: 150px;
    padding: 50px;
}

.header #macbook {
    overflow: hidden;
}

.header #macbook img {
    position: relative;
    right: 60px;
    width: 1000px;
}


/* -------------- */
/*     Footer     */
/* -------------- */

.footer {
    background-color: #191710;
    padding: 30px 0;
    font-size: 0.8em;
    font-weight: normal;
    color: #fff;
}

.footer a {
    color: inherit;
}

.social-icons {
    list-style-type: none;
    font-size: 1.5em;
}

.social-icons li {
    display: inline-block;
 	margin: 0 15px;
}

.social-icons li a:hover {
    color: #1eaedb;
}


/* -------------- */
/*     Pricing    */
/* -------------- */

#pricing .row {
    margin-top: 50px;
    margin-bottom: 50px;
}

.pricing-div-content {
    margin: 0 auto;
    max-width: 300px;
    border: 1px solid #ccc;
}

.pricing-div-content .section {
    border-bottom: 1px solid #ccc;
    padding: 20px;
}


/* --------------------- */
/*   Registration form   */
/* --------------------- */

#register-form {
    max-width: 500px;
    margin: 0 auto;
}
