/*!
 * Start Bootstrap - Creative v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */
body,
html {
	width: 100%;
	height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    overflow-x:hidden;
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #231F20;
}

	hr.light {
		border-color: #fff;
	}

a {
    color: #B1810B;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

    a:hover {
        color: #231F20;
    }
    .flex-container{
        display: flex;
    }
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.bg-primary {
    background-color: #231F20 !important;
}

.bg-dark {
	background-color: #212529 !important;
}

.text-faded {
	color: rgba(255, 255, 255, 0.7);
}

section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.section-heading {
	margin-top: 0;
}

::-moz-selection {
	color: #fff;
	background: var(--gray-dark);
	text-shadow: none;
}

::selection {
	color: #fff;
	background: var(--gray-dark);
	text-shadow: none;
}

img::selection {
	color: #fff;
	background: transparent;
}

img::-moz-selection {
	color: #fff;
	background: transparent;
}

body {
	-webkit-tap-highlight-color: #212529;
}

#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;

}

    #mainNav .navbar-brand img.inverted {
        display: none;
    }


    #mainNav .navbar-brand {
        text-transform: uppercase;
        color: #231F20;
        font-family: 'Roboto' , sans-serif;
        font-weight: 500;
        padding: 0 0 5px 0;
        border-radius: 5px;
    }

        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
            color: #231F20;
        }

    #mainNav .navbar-nav > li.nav-item > a.nav-link,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        font-size: .9rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #231F20;
    }

        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
            color: #231F20;
        }

        #mainNav .navbar-nav > li.nav-item > a.nav-link.active,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
            color: var(--gray-dark) !important;
            background-color: transparent;
        }

			#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
			#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
				background-color: transparent;
			}

.nav-link {
    color: #fff;
}

@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        background-color: var(--gray-dark);
    }

    #mainNav .navbar-brand {
        margin-left: 2rem;
    }
    #mainNav .navbar-brand img.standard {
        display: none;
    }

    #mainNav .navbar-brand img.inverted {
        display: block;
    }

    #mainNav.navbar-shrink .navbar-brand img.inverted {
        display: none;
    }

    #mainNav.navbar-shrink .navbar-brand img.standard {
        display: block;
    }

        #mainNav:hover {
            color: #FFFFFF;
        
            }
        #mainNav .navbar-brand {
            color: #FFFFFF;
        }

            #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
                color: #B1810B;
            }

		#mainNav .navbar-nav > li.nav-item > a.nav-link {
			padding: 0.5rem 1rem;
		}

            #mainNav .navbar-nav > li.nav-item > a.nav-link,
            #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
                color: #FFF;
            }

                #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
                #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
                    color: #B1810B;
                }

		#mainNav.navbar-shrink {
			border-bottom: 1px solid rgba(33, 37, 41, 0.1);
			background-color: #fff;
		}

            #mainNav.navbar-shrink .navbar-brand {
                color: #231F20;
            }

                #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
                    color: #231F20;
                }

            #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
            #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
                color: #231F20;
            }

                #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
                #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
                    color: #231F20;
                }
}

header.masthead .card {
    margin-top: auto;
    margin-bottom: auto;
}

header.masthead .card .card-header {
    text-align: center;
    text-transform: uppercase;
    background: var(--gray-dark);
    color: white;
    border-color: var(--gray-dark);
}

header.masthead .card .card-body, 
header.masthead .card .card-text,
header.masthead .card .form-control {
    color: var(--gray-dark);
}

header.masthead .card .card-body .btn-primary {
    background: var(--gray-dark);
    color: white;
    border-color: var(--gray-dark);
}

header.form-page {
    align-items: start;
}

ul.disclaimer li {
    list-style-type: none;
    text-transform: uppercase;
    color: var(--gray-dark);
    text-align: center;
}

header.masthead {
    background-image: url("Background_Image.jpg")/*tpa=http://flightprofiler.com/assets/plugins/parallax-slider/img/Background_Image.jpg*/;
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
}

    header.masthead hr {
       
        margin-top: 30px;
        margin-bottom: 30px;
    }

	header.masthead h1 {
		font-size: 2rem;
	}

	header.masthead p {
		font-weight: 300;
	}

@media (min-width: 600px) {
    header.masthead .card {
        max-width: 600px;
    }
}

@media (min-width: 768px) {
	header.masthead p {
		font-size: 1.15rem;
	}


}

@media (min-width: 992px) {

    header.masthead {
        height: 100vh;
        min-height: 650px;
        padding-top: 0;
        padding-bottom: 0;
    }
		header.masthead h1 {
			font-size: 3rem;
		}
}

@media (min-width: 1200px) {
	header.masthead h1 {
		font-size: 4rem;
	}
}

.service-box {
	max-width: 400px;
}

.portfolio-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto;
}

	.portfolio-box .portfolio-box-caption {
		position: absolute;
		bottom: 0;
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
		opacity: 0;
		color: #fff;
		background: rgba(240, 95, 64, 0.9);
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}

		.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
			position: absolute;
			top: 50%;
			width: 100%;
			transform: translateY(-50%);
			text-align: center;
		}

			.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
			.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
				padding: 0 15px;
				font-family: 'Roboto', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
			}

			.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
				font-size: 14px;
				font-weight: 600;
				text-transform: uppercase;
			}

			.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
				font-size: 18px;
			}

	.portfolio-box:hover .portfolio-box-caption {
		opacity: 1;
	}

	.portfolio-box:focus {
		outline: none;
	}

@media (min-width: 768px) {
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
		font-size: 16px;
	}

	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
		font-size: 22px;
	}
}

.text-primary {
    color: #231F20 !important;
}

#login_btn {
    color: #B1810B !important;
    border-color: #B1810B !important;
}
#login_btn:hover{
    color: #fff !important;
    background-color: #B1810B !important;
    border-color: #B1810B !important;
}
    #login_btn::selection {
    
        background: #fff !important;

    }

#quarter_circle {
    position: absolute;
    display: flex;
    right: 0px;
    z-index: 80;
    margin-bottom: 0px;
}
#title {
    position: absolute;
    display: flex;
    right: 0px;
    z-index: 99;
    margin-bottom: 0px;
}

#title_box {
    position: absolute;
    right: 2vw;
    padding: 15px;
    z-index: 149;
}
#title_text {
    float: right;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: #fff;
    font-size: 11vw;
    z-index: 150;
    text-align:center;
    align-content: center;
    right: 18vw;
    top: -3.5vh;
}
#title_text2 {
    float: right;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: #fff;
    font-size: 3.8vw;
    z-index: 150;
    text-align: right;
    right: 0vw;
    line-height: 1.2;
}

#subtitle {
    position: absolute;
    display: flex;
    right: 3vw;
    z-index: 100;
    margin-bottom: 0px;
    padding: 15px;
    margin: 0 0vw 0 0vw;
}
#subtitle_text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #B1810B !important;
    font-size: 2vw;
    z-index: 90001;
    bottom: 0vw;
    text-align: center;
    width: 100%;
    margin-bottom: 50px !important;
    padding: 30px;
    padding-top: 20px;
    padding-right: 0;
    opacity: 1.0;
}


@media (min-width: 992px) {
    #title {
        bottom: 0px;
        width: 50vw;
        height: 50vh;
    }
    #title_box {
        bottom: calc(11vw + 0px);
        height: 20vh;
        width: 34vw;
    }
    #title_text {
        width: 14vw;
        margin: auto;  
        padding-bottom: 0px;
        height: calc(20vh - 30px);
        line-height: 0.8;
        padding: 30px 0px;
    }

    #title_text2 {
        width: 16vw;
        margin: auto;
        padding: 30px 0px;
        height: calc(20vh - 30px);
    }
    #subtitle {
        bottom: calc(11vw + 49px);
        width: 24vw;
        height: auto;
        max-width: 500px;
        max-height: 420px;
        border-radius: 150px 0px 0px 0px;
    }
    #subtitle_text {
        bottom: calc(12vw + 49px);
    }

    #quarter_circle {
        bottom: calc(7vw + 49px);
        width: 40vw;
        max-width: 700px;
        opacity: 1.0;
    }

    #landing_space {
        height: 100vh !important;
        left: -8px;
    }
}
@media (max-width: 991px) {
    header.masthead {
       min-height: 98vh;
    }
    #quarter_circle {
        bottom: calc(7vw + 26px);
        width: 40vw;
    }
    #title {
        bottom: 0px;
        width: 50vw;
        height: 50vh;
    }
    #title_box {
        bottom: calc(11vw + 0px);
        height:14vh;
        width: 38vw;
    }
    #title_text {
        bottom: calc(18vw + 26px);
        width: 12vw;
        margin: auto;

        height: calc(20vh - 30px);
        line-height: 0.8;
        padding: 30px 0px;
    }
    #title_text2 {
        width: 19vw;
        margin: auto;
        padding: 30px 0px;
        height: calc(20vh - 30px);
    }
    #subtitle {
        bottom: calc(11vw + 49px);
        width: 24vw;
        height: auto;
        right: 4vw;
        max-width: 500px;
        max-height: 420px;
        border-radius: 150px 0px 0px 0px;
    }
    #subtitle_text {
        margin-bottom: 35px !important; 
    }
    #landing_space {
        height: 100vh !important;
    }
}
@media(max-width:700px) {

   #subtitle {
       width: 50vw;
   }
}
@media(max-width:500px){

    #small_radar_img {
        width: 70vw !important;
    }
    #subtitle {
        width: 60vw;
    }

}
::-webkit-scrollbar{
    width:8px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0px 0px 55px #3a3a3a;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    background: #231F20;
    border-radius: 0px;
}
#flightPathVideo {
    width: 100% !important;
}
