<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html {
        min-height: 100%;
}

body {
    font-family: Verdana, Helvetica, sans-serif;
    margin: 0;
    background: #11294a;
    font-size: 16px;
}

h2 {
    color: #11294a;
    font-size: 2em;
}

a {
    color: #4a880d;
    text-decoration: none;
    Font-weight: bold;
}

a:hover, a:focus {
    text-decoration: underline;
}

.jm-commercial-header,
.jm-a-d-header {
    padding: 20px 40px 0;
    text-align: center;
}

.jm-commercial-p,
.jm-a-d-p {
    border-bottom: solid 24px #11294a;
    padding: 0 40px;
    text-align: center;
}

/*** GRID ***/

.jm-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-template-areas:
        "nav nav"
        "comm-head aero-def-head"
        "comm-p aero-def-p"
		"comm aero-def"
		"about about"
		"footer footer";
}

.jm-commercial-header, .jm-a-d-header {
    background: #eef0ed;
}

.jm-commercial-p, .jm-a-d-p {
    background: #eef0ed;
}

.main-nav {
    grid-area: nav;
    
}

.jm-commercial-header {
    grid-area: comm-head;
    margin-top: 0;
}

.jm-commercial-p {
    grid-area: comm-p;
}

.jm-commercial {
	grid-area: comm;
}

.jm-a-d-header {
    grid-area: aero-def-head;
    margin-top: 0;
}

.jm-a-d-p {
    grid-area: aero-def-p;
}

.jm-a-d {
	grid-area: aero-def;
}

.a-d-about {
    grid-area: ad-about
}

.jm-about {
	grid-area: about;
}

.jm-footer {
	grid-area: footer;
}

@media screen and (max-width:690px){
    .jm-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-template-areas:
		"nav"
        "comm-head"
        "comm-p"
		"comm"
        "aero-def-head"
        "aero-def-p"
        "aero-def"
		"about"
		"footer";
}
}

/** aerospace grid page **/

.jm-a-d-info .jm-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-template-areas:
		"nav"
		"aerospace-info"
        "ad-about"
		"footer";
}


.aerospace-info {
	grid-area: aerospace-info;
}

/*** Navigation ***/

.main-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-top: solid 5px #11294a;
    border-bottom: solid 5px #11294a;
    background: #eef0ed;
    align-items: center;
    padding: 0;
    
}

.jm-navigation {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    background: #eef0ed;
    height: 100%;
        margin: 0;
}


.jm-navigation .nav-link {
    padding: 20px;
}


.jm-navigation .nav-link:hover,
.jm-navigation .nav-link:focus,
.jm-home .jm-navigation .nav-link.home,
.jm-a-d-info .jm-navigation .nav-link.a-d
{
background: linear-gradient(#94B503 0%, #5C7F06 100%);
}

.jm-navigation .nav-link a:hover,
.jm-navigation .nav-link a:focus,
.jm-home .jm-navigation .nav-link.home a ,
.jm-a-d-info .jm-navigation .nav-link.a-d a
{
    color: #ffffff;
    text-decoration: none;
}

.jm-navigation .nav-link a {
    color: #11294a;
}

.main-nav .jm-logo-box a {
    display: flex;
	align-content: left;
}

.main-nav .jm-logo-box a .primary-logo {
	margin: 0 0 0 10px;
    max-height: 50px;
}

.hd-contact {
    margin: 0 18px 0 0;
}

.hd-contact p {
    font-size: .8em;
    margin: 0;
    padding: 0;
    text-align: right;
}

@media screen and (max-width:690px){
    .main-nav {
    display: flex;
    flex-flow: column nowrap;  
}
    
    .main-nav .jm-logo-box a .primary-logo {
        margin: 10px 0;
    }
    
    .hd-contact {
        margin: 10px 0;
    }
    
    .hd-contact p {
        text-align: center;
    }
    
    .jm-navigation {
    background: #11294a;
        width: 100%;
}

.jm-navigation .nav-link {
    padding: 20px;
}
    
    .jm-navigation .nav-link a {
    color: #ffffff;
}

    
}
        

/*** SERVICES ***/

/*** Flex ***/
.brands {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
}

.brand-logo img {
    padding: 10px 10px;
    max-width: 150px;
    max-height: 100px;
}


@media screen and (max-width:1080px){
    .brands {
	justify-content: center;
}
    .brand-logo img {
    max-width: 100px;
    max-height: 75px;
}
}

@media screen and (max-width:690px){
    .brand-logo img {
    max-width: 75px;
    max-height: 50px;
    }
}


/*** Styling ****/

.btn-link {
    text-align: center;
    margin: 0 0 40px;
}

.btn-link a {
    color: #ffffff;
    background: #11294a;
    padding: 10px 20px 15px;
    border-radius: 10px;
}

.btn-link a:hover,
.btn-link a:active {
    text-decoration: none;
    background: linear-gradient(#94B503 0%, #5C7F06 100%);

}

.jm-commercial {
    padding: 40px;
    background:   linear-gradient(
        187deg,
        rgba(255, 255, 255, 0.85) 70%,
        rgba(200, 233, 146, 0.85)
    ),
  url("images/IT-photo-grey.jpg");
    background-position: center;
    background-repeat: none;
    background-size: fit;
    border-right: solid 6px #11294a;
}

@media screen and (max-width:690px){
    .jm-commercial{
        border-bottom: solid 6px #11294a;
        border-right: none;
    }
    .jm-grid h2 {
        margin-top: 10px;
    }
    .jm-a-d-header {
        margin-top: 0;
    }
}

.jm-grid h2 {
    /* [disabled]background-color: blue; */
    text-align: center;
    padding-top: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.jm-grid a:hover h2 {
    color: #4a880d;
}

/*** .button-p {
    text-align: center;
    padding: 20px 0;
}

.jm-button {
    background: linear-gradient(#94B503 0%, #5C7F06 100%);
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 1.2em;
    width: nowrap;
    
}

.jm-button:hover, .jm-button:focus {
    text-decoration: none;
    background: linear-gradient(#94B503 0%, #94B503 100%);
} ***/

/*** AEROSPACE &amp; DEFENSE ***/

.jm-a-d {
    padding: 40px;
    background:   linear-gradient(
        187deg,
        rgba(201, 236, 255, 0.75) 60%,
        rgba(255, 255, 255, 0.85)
    ),
  url("images/A-D-Photo.jpg");
    background-position: center;
    background-repeat: none;
    background-size: cover;
}

/*** ABOUT ***/

.jm-about {
    border-top: solid 4px #11294a;
    border-bottom: solid 4px #11294a;
    text-align: center;
    padding: 20px 0;
    margin: 20px 10%;
}

/*** FOOTER ***/
.jm-footer {
    font-size: .8em;
    color: white;
    text-align: center;
    padding: 20px 0 40px;
    background: #11294a;
}

.jm-footer a {
    color: white;
    text-decoration: underline;
    font-weight: 300; 
    
}

.jm-footer a:hover, .jm-footer a:focus{
    text-decoration: underline;
    
}

/**** Aerospace &amp; Defense Page***/

.phone {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #11294a;
}

.jm-a-d-info .jm-a-d {
    border-bottom: solid 4px #11294a;
}

.a-d-about {
    border-top: solid 4px #11294a;
    padding: 40px;
}

.a-d-about p {
    line-height: 1.6em;
    padding-bottom: 20px;
}

.a-d-about .cert {
    max-height: 300px;
    float: right;
    margin-left: 20px;
    margin-top: -20px;
    margin-bottom: 20px;
}

@media screen and (max-width:690px){
.a-d-about .cert {
    float: none;
    padding: 0;
    margin: 0 0 20px 0;
}
}

.a-d-about {
    padding: 40px;
    background:   linear-gradient(
        187deg,
        rgba(201, 236, 255, 0.80) 60%,
        rgba(255, 255, 255, 0.95)
    ),
  url("images/fighter-jets.jpg");
    background-position: center;
    background-repeat: none;
    background-size: cover;
}

.jm-a-d-info .brands {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
    clear: both;
}

.jm-a-d-info .brand-logo img {
    padding: 20px;
    max-width: 200px;
    max-height: 75px;
}

.jm-a-d-info h3 {
    text-align: center;
    clear: both;
}

.more {
    text-align: center;
}</pre></body></html>