body {
	padding-top: 54px;
	background-color: #132033;
	color: #d0d0d0;
  font-family: 'Roboto', sans-serif;

}

a {
    color: #a0a0a0;
}

a:hover {
    color: #6c7779;
    text-decoration: none;
}

@media (min-width: 992px) {
	body {
	padding-top: 35px;
	}	
}

::selection {
  background: #17a8cd;
}
::-moz-selection {
  background: #17a8cd;
}

h2 {
font-family: 'Montserrat', sans-serif;


}

.display-2 {
    margin-top: 100px;
}


.bg-dark {
    background-color: #232323 !important;
}

.bg-nav {
  background-color: #0b131c;
}

.bg-footer {
    background-color: #0b131c !important;
    font-size: 16px;
}

.bg-main {
  background: #132033;
}

.bg-odd {
  background: #081424;
}

.card, .table-dark {
    background-color: #132033;
    margin-bottom: 0px;
}
	
.carousel-item {
	height: 65vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.portfolio-item {
	margin-bottom: 30px;
}

.dropdown-menu {
	background-color: #232323;
	
}

.dropdown-item {
    color: rgba(255,255,255,.5);
}

.dropdown-item:focus, .dropdown-item:hover {
    color: rgba(255,255,255,.5);
    background-color: #121212;
}

.breadcrumb {
    background-color: #232323;
	
}	
.form-control {
    color: #e9e9e9;
    background-color: #343a40;
    border: 1px solid #232323;
}

.form-control:focus {
    color: #d0d0d0;
    background-color: #232323;
}

.page-link {
    color: #007bff;
    background-color: #232323;
    border: 1px solid #232323;
}

.page-link:hover {
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}

.list-group-item {
    background-color: #232323;
}

.jumbotron {
    background-color: #232323
}

.card-header {
    background-color: #243246;
}
.jumbotron {
  background-image: url("../img/jumbotron.jpg");
  background-color: #cccccc;
  height: 825px;
  background-attachment: fixed;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
}

.logo-text {
    max-width: 190px;
    padding-left: 3px;
}

.logo {
 max-width: 55px;
}

.logo:hover {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.ironite {
    max-width: 150px;
    margin-top: -10px;
    margin-right: 45px;
}

.nav-item {
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.0rem;
    padding-left: 1.0rem;
}
}

.footer-span {
    padding-top: 3px;
    top: 29px;
    display: block;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #132033; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #122746; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #003282; 
}

.cta-text {
font-size: 1.5em;
    font-weight: 400;
    margin-top: 30px;

}

.btn-secondary {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 1.375rem 3.75rem;
    font-size: 2.5rem;
    line-height: 1.5;
    border-radius: -0.75rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #16a8cd;
    margin-top: 40px;
}

.bottom_shade {
    background: -moz-linear-gradient(top,rgba(1,15,14,0) 0%,rgba(1,15,14,0.1) 4%,rgba(1,15,14,0.4) 32%,rgba(1,15,14,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(1,15,14,0)),color-stop(4%,rgba(1,15,14,0.1)),color-stop(32%,rgba(1,15,14,0.8)),color-stop(100%,rgb(8, 20, 36)));
    background: -webkit-linear-gradient(top,rgba(1,15,14,0) 0%,rgba(1,15,14,0.1) 4%,rgba(1,15,14,0.4) 32%,rgb(8, 20, 36) 100%);
    background: -o-linear-gradient(top,rgba(1,15,14,0) 0%,rgba(1,15,14,0.1) 4%,rgba(1,15,14,0.4) 32%,rgba(1,15,14,1) 100%);
    background: -ms-linear-gradient(top,rgba(1,15,14,0) 0%,rgba(1,15,14,0.1) 4%,rgba(1,15,14,0.4) 32%,rgba(1,15,14,1) 100%);
    background: linear-gradient(to bottom,rgba(1,15,14,0) 0%,rgba(1,15,14,0.1) 4%,rgba(1,15,14,0.4) 32%,rgb(8, 20, 36) 100%);
    position: absolute;
    bottom: 0px;
    padding-top: 371px;
    left: 0px;
    right: 0px;
    z-index: 999;
    /* display: none; */
}

.btn-secondary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #545b62;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #4e555b;
}


.icon-inner { margin-top: 2px !important; }



    .btn-invert {
    color: #fff;
    background-color: #243246;
    border-color: #243246;
}

.btn-invert:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}


.table-dark.table-hover tbody tr:hover {
    background-color: rgb(15, 24, 37);
}

.table td, .table th {
    vertical-align: initial;
}


.bottom-img {
    float: right;
    max-width: 530px;
    margin-left: 25px;
}

.popover-body {
    padding: .5rem .75rem;
    color: #ffffff;
    background: #1E88E5;
}

.h5, h5 {
    font-size: 1.2rem;
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #0060b5;
    border-bottom: 1px solid #132033;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    z-index: 10000;
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: #1E88E5;
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #1E88E5;
}

.bs-popover-auto[x-placement^=left]>.arrow::after, .bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #1E88E5;
}

.bs-popover-auto[x-placement^=left]>.arrow::before, .bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #1E88E5;
}

.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #1E88E5;
}

.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #1E88E5;
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #1E88E5;
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #1E88E5;
}
 

    .modal-header {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
        border-bottom: 1px solid #343a40;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    }


    .form-group textarea.form-control {
    height: 148px;
}


.form-control:focus {
    color: #495057;
    border-color: #343a40;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(52, 58, 64);
}






  


    @media only screen and (max-width: 1024px) {


        
    }


    @media only screen and (max-width: 768px) {
        .display-2 {
            font-size: 3.5rem;
            line-height: 1;
        }
        .cta-text {
            font-size: 1.4em;
            margin-top: 23px;
        }
        .btn-secondary {
            font-size: 2rem;
        }
        
    }



    @media only screen and (max-width: 375px) {
        .display-2 {
            font-size: 2.5rem;
            line-height: 1;
        }
        .cta-text {
            font-size: 1.2em;
            margin-top: 23px;
        }
        .btn-secondary {
            font-size: 1.5rem;
        }
        
    }
    @media only screen and (max-width: 320px) {
        .btn-secondary {
            font-size: 1.5rem;
        }
        .logo-text {
            display: none;
        }
    }