﻿body {
    overflow-x: hidden;
    color: #3E3D40;
}

.text-primary, .text-primary:hover {
    color: #FFFFFF;
}

p {
    font-size: 18px;
}

    p.small {
        font-size: 16px;
    }

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #F49E00;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Noto Sans", Arial, sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.img-70 {
    max-width: 85%;
    padding-bottom: 70px;
}

header {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/OrmicImage1.png);
    background-position: center 120px;
    text-align: left;
    color: #FFFFFF;
    min-height: 720px;
}

    header .container {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    header img {
        display: block;
    }

    header .intro-text .name {
        display: block;
        text-transform: uppercase;
        font-family: "Noto Sans", Arial, sans-serif;
        font-size: 3em;
        font-weight: 700;
    }

    header .intro-text .normalText {
        font-size: 1.75em;
        font-weight: 300;
        line-height: 2.0;
    }

    header .intro-text .messageText {
        font-size: 1.75em;
    }

    header .intro-text .messageText {
        font-size: 1.75em;
        font-weight: 300;
        padding: 5px 15px 5px 15px;
        background-color: #F49E00;
    }

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 3em;
    }

    header .intro-text .normalText {
        font-size: 1.75em;
    }

    header .intro-text .messageText {
        font-size: 1.75em;
    }

    .container {
        padding-left: 120px;
        padding-right: 120px;
    }
}

.navbar-fixed-top .navbar-brand {
    background-image: url(../img/OrmicLogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 60px;
    margin-top: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 20px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

        .navbar-fixed-top.navbar-shrink {
            padding: 10px 0;
            border-bottom: #3E3D40 solid 1px;
        }

            .navbar-fixed-top.navbar-shrink .navbar-brand {
                font-size: 1.5em;
            }
}

.navbar {
    font-family: "Noto Sans", Arial, sans-serif;
    font-weight: 400;
}

.navbar-shrink.navbar-fixed-top {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    height: 80px;
    background-image: url(../img/OrmicArrow.png);
    background-size: 13px 13px;
    background-position: center 25%;
    background-repeat: no-repeat;
    background-color: #3E3D40;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

    .navbar .navbar-nav li a:focus {
        outline: 0;
    }

.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding-top: 38px;
    padding-bottom: 0;
    color: #3E3D40;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #F49E00;
    }

.navbar-default,
.navbar-inverse {
    border: 0;
    background-color: #FFFFFF;
}

section {
    padding: 100px 0;
    line-height: 2.0;
    min-height: 800px;
}

	section#media a img {
	    display: block;
	    margin: auto;
	    border: 0;
	}

	section#media a span {
		text-align: center;
	    display: block;
	}

    section#contact {
        min-height: 200px;
    }

    section h2 {
        margin: 0;
        margin-bottom: 20px;
        font-size: 3em;
    }

    section.success {
        color: #3E3D40;
        background: #18bc9c;
    }

        section.success a,
        section.success a:hover,
        section.success a:focus,
        section.success a:active,
        section.success a.active {
            outline: 0;
            color: #3E3D40;
        }

@media(max-width:767px) {
    header .intro-text .messageText {
        visibility: hidden;
    }

    .social {
        visibility: hidden;
    }

    section {
        padding-top: 50px;
        margin-top: 80px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

    #portfolio .portfolio-item .portfolio-link {
        display: block;
        position: relative;
        margin: 0 auto;
        max-width: 400px;
    }

        #portfolio .portfolio-item .portfolio-link .caption {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            background: rgba(24,188,156,.9);
            -webkit-transition: all ease .5s;
            -moz-transition: all ease .5s;
            transition: all ease .5s;
        }

            #portfolio .portfolio-item .portfolio-link .caption:hover {
                opacity: 1;
            }

            #portfolio .portfolio-item .portfolio-link .caption .caption-content {
                position: absolute;
                top: 50%;
                width: 100%;
                height: 20px;
                margin-top: -12px;
                text-align: center;
                font-size: 20px;
                color: #fff;
            }

                #portfolio .portfolio-item .portfolio-link .caption .caption-content i {
                    margin-top: -12px;
                }

                #portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
                #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
                    margin: 0;
                }

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #3E3D40;
    background: 0 0;
    transition: all .3s ease-in-out;
}

    .btn-outline:hover,
    .btn-outline:focus,
    .btn-outline:active,
    .btn-outline.active {
        border: solid 2px #fff;
        color: #F49E00;
        background: #fff;
    }

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

    .floating-label-form-group input,
    .floating-label-form-group textarea {
        z-index: 1;
        position: relative;
        padding-right: 0;
        padding-left: 0;
        border: 0;
        border-radius: 0;
        font-size: 1.5em;
        background: 0 0;
        box-shadow: none !important;
        resize: none;
    }

    .floating-label-form-group label {
        display: block;
        z-index: 0;
        position: relative;
        top: 2em;
        margin: 0;
        font-size: .85em;
        line-height: 1.764705882em;
        vertical-align: middle;
        vertical-align: baseline;
        opacity: 0;
        -webkit-transition: top .3s ease,opacity .3s ease;
        -moz-transition: top .3s ease,opacity .3s ease;
        -ms-transition: top .3s ease,opacity .3s ease;
        transition: top .3s ease,opacity .3s ease;
    }

    .floating-label-form-group::not(:first-child) {
        padding-left: 14px;
        border-left: 1px solid #eee;
    }

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #F49E00;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

section#team h4 {
    font-size: 18px;
    text-transform: none;
    min-height: 50px;
}

section#team p {
    font-size: 15px;
}

section#team .crop {
    overflow: hidden;
    height: 500px;
}

section#contact {
    background-color: #3E3D40;
}

    section#contact .section-heading {
        color: #fff;
    }

    section#contact .section-subheading {
        margin-bottom: 75px;
        text-transform: none;
        font-family: "Noto Sans", Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    section#contact .form-group {
        margin-bottom: 25px;
    }

        section#contact .form-group input.form-control {
            height: auto;
        }

        section#contact .form-group textarea.form-control {
            height: 200px;
        }

    section#contact .form-control:focus {
        border-color: #F49E00;
        box-shadow: none;
    }

    section#contact::-webkit-input-placeholder {
        text-transform: uppercase;
        font-family: "Noto Sans", Arial, sans-serif;
        font-weight: 700;
        color: #F49E00;
    }

    section#contact:-moz-placeholder {
        text-transform: uppercase;
        font-family: "Noto Sans", Arial, sans-serif;
        font-weight: 700;
        color: #F49E00;
    }

    section#contact::-moz-placeholder {
        text-transform: uppercase;
        font-family: "Noto Sans", Arial, sans-serif;
        font-weight: 700;
        color: #F49E00;
    }

    section#contact:-ms-input-placeholder {
        text-transform: uppercase;
        font-family: "Noto Sans", Arial, sans-serif;
        font-weight: 700;
        color: #F49E00;
    }

    section#contact .text-danger {
        color: #e74c3c;
    }

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

    .scroll-top .btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 28px;
        background-color: rgba(244, 158, 0, .5);
    }

        .scroll-top .btn:focus {
            outline: 0;
        }

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: left;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .portfolio-modal .modal-content h2 {
        margin: 0;
        font-size: 3em;
    }

    .portfolio-modal .modal-content img {
        margin-bottom: 30px;
    }

    .portfolio-modal .modal-content .item-details {
        margin: 30px 0;
    }

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

    .portfolio-modal .close-modal:hover {
        opacity: .3;
    }

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.portfolio-modal h4 {
    text-transform: none;
}

.bg-light-gray {
    background-color: #ECEDED;
}

.form-control {
    border: 0;
    border-radius: 0;
}

.btn {
    color: #FFFFFF;
    border: 0;
    border-radius: 0;
    background-color: #F49E00;
}

.copyright {
    color: #FFFFFF;
    font-size: 14px;
}

.alert {
    border-radius: 0;
}

.navbar-toggle {
    background-color: #F49E00;
    border: 0;
}

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

.fadeout {
    position: relative;
    bottom: 4em;
    height: 4em;
    background: -webkit-linear-gradient( rgba(236, 237, 237, 0) 0%, rgba(236, 237, 237, 1) 100% );
    background-image: -moz-linear-gradient( rgba(236, 237, 237, 0) 0%, rgba(236, 237, 237, 1) 100% );
    background-image: -o-linear-gradient( rgba(236, 237, 237, 0) 0%, rgba(236, 237, 237, 1) 100% );
    background-image: linear-gradient( rgba(236, 237, 237, 0) 0%, rgba(236, 237, 237, 1) 100% );
    background-image: -ms-linear-gradient( rgba(236, 237, 237, 0) 0%, rgba(236, 237, 237, 1) 100% );
}