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

#header {
    text-align: center;
    overflow: auto;
    width: 100%;
    color: #ffffff;
    background-color: #3e4753;
    padding: 10px;
    font-family: Verdana, Arial, sans-serif;
}

#logo {
    text-align: center;
    display: inline-block;
}

#tagline, #header-contact {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    padding-left: 5px;
    display: inline;
}

#header-contact {
    float: right;
    padding-right: 5%;
}

#tagline {
    /* float: left; */
}


#phone {
    padding-right: 10px;
}

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    background-color: #3e4753;
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}


/* Wrapper for page content to push down footer */
#wrap {
    background-color: white;
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -50px;
    /* Pad bottom by footer height */
    padding: 0 0 50px;
}

#footer {
    height: 50px;
    background-color: #3e4753;
    text-align: center;
    border-top: #5fb611 solid 10px;
    color: #ffffff;
    font-size: 1.2rem;
    padding-top: 10px;
}


#footer-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/***** General *****/

.margin-left {
    padding-left: 5%;
}

.margin-right {
    padding-right: 5%;
}

.block-text-top-small {
    margin-top: 10px;
}

.block-text-bottom-small {
    margin-bottom: 10px;
}

.block-text-top {
    margin-top: 20px;
}

.block-text-bottom {
    margin-bottom: 20px;
}


/* Text
-------------------------------------------------- */

h1, h2, p, span {
    font-family: Verdana, Arial, sans-serif;
}

h1, h2, label {
    color: #3e4753;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    /*padding-left: 5%;*/
}

h2 {
    font-size: 2.3rem;
    margin-bottom: 10px;
}

.helper-text {
    font-size: 1.3rem;
    color: #6c7077;
}

/* General
-------------------------------------------------- */

.display-right {
    float: right;
}

.no-display {
    display: none;
}

.align-centre {
    text-align: center;
}

.align-left {
    text-align: left;
}

.hide-on-load{
    /* 
        Hide these elements on page load
        (if user does not have javascript enabled,
        they will show by default, otherewise, hide 
        for a more interactive experience)
    */
}

.better-input {
  display: none;
}

/***** Bootstrap Overrides *****/

.navbar-default {
    padding-left: 5%;
    background-color: #5fb611;
    min-height: 20px;
}

    .navbar-default .navbar-nav > li > a {
        color: white;
        font-size: 1.5rem;
        display: inline-block;
        text-align: center;
    }

        .navbar-default .navbar-nav > li > a:hover {
            background-color: transparent;
            color: #3e4753;
            font-weight: bold;
        }

        .navbar-default .navbar-nav > li > a:after {
            display: block;
            content: attr(title);
            font-weight: bold;
            height: 1px;
            color: transparent;
            overflow: hidden;
            visibility: hidden;
            margin-bottom: -1px;
        }

    .navbar-default .navbar-nav > .active > a {
        background-color: whitesmoke;
        color: #5fb611;
        font-weight: bold;
    }

        .navbar-default .navbar-nav > .active > a:hover {
            color: #3e4753;
        }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: white;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #3e4753;
    }

.btn-primary {
    background-color: #5fb611;
    border-color: #50990F;
    margin-bottom:10px;
}

.active.btn-primary, .focus.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
    background-color: #3e4753;
}

/* Page Specific
-------------------------------------------------- */

.form-group {
    width: 60%;
}

.glyphicon-triangle-right {
    font-size: 2.3rem;
}

.image-content {
    color: #5fb611;
}

.image-text {
    font-weight: bold;
    color: #3e4753;
}

.cv-header-row {
    height: 50px;
    line-height: 50px;
}

.cv-header-text {
    font-size: 2.0rem;
    color: #3e4753;
    /*font-weight: bold;*/
}

.cv-highlights-title {
    font-size: 1.6rem;
    font-style: italic;
}

.cv-highlights {
    font-size: 1.5rem;
}

.centre {
    text-align: center;
}

/* Responsive
-------------------------------------------------- */

@Media(min-width: 768px) {
    .form-group {
        width: 60%;
    }
}

@Media(max-width: 767px) {
    .form-group {
        width: 90%;
    }
}
