﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
body {
    margin: 0;
}

.body-content {
    margin-top: 35px;
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #fff;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 500px;
}

.center {
    text-align: center;
}

h5 {
    padding: 10px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.bold {
    font-weight: bold;
}

.tbInput {
    width: 500px;
}

.msgText {
    font-family: Arial;
    font-size: 24px;
    font-weight: 400;
    color: white;
}

.msgRedirect {
    font-family: Arial;
    font-size: 18px;
    color: white;
}

.btnSubmit {
    width: 500px;
}

.nav-item {
    font-size: 18px;
}

.gradient {
    background-color: #001f48;
    /* IE9, iOS 3.2+ */
    /* background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjEwMCUiIHgyPSIwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDAzZTkwIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);*/
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(0, 62, 144)), color-stop(1, rgb(0, 0, 0)));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(bottom, rgb(0, 62, 144) 0%, rgb(0, 0, 0) 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to top, rgb(0, 62, 144) 0%, rgb(0, 0, 0) 100%);
    /*background-image: -ms-repeating-linear-gradient(bottom, rgb(0, 62, 144) 0%, rgb(0, 0, 0) 100%);*/
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: inherit !important;
}

.bgimage {
    background-image: url(images/UAS/drone_safely2.png);
    background-repeat: no-repeat;
}

.news {
    box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0, 0, 0, 0.5);
    /*width: 350px;
        height: 30px;*/
    margin: 1px auto;
    overflow: hidden;
    border-radius: 4px;
    padding: 1px;
    -webkit-user-select: none;
}

.blue {
    background: #204287;
}

.icon-bar {
    width: 100%;
    background-color: #555;
    overflow: auto;
}

    .icon-bar a {
        float: left;
        width: 20%;
        text-align: center;
        padding: 12px 0;
        transition: all 0.3s ease;
        color: white;
        font-size: 36px;
    }

        .icon-bar a:hover {
            background-color: #000;
        }

.activeSocialMedia {
    background-color: #4CAF50 !important;
}

#grad1OLD {
    height: 60px;
    background: #204287;
    /* For browsers that do not support gradients */
    background: red;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #337ab7, #013c8c);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #337ab7, #013c8c);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #337ab7, #013c8c);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #337ab7, #013c8c);
    /* Standard syntax (must be last) */
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}
