@charset "utf-8";

body {
	background: #000000;
	margin: 0;
	overflow: hidden;
}

.img-responsive {
	max-width: 100%;
	max-height: 100%;
}

.img-rounded {
	border-radius: 10px;
}

/* Parallax */

.parallaxAbout {
  /* The image used */
  background-image: url("images/NSM-staff.jpg");

  /* Set a specific height */
  min-height: 500px;
  width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

header {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
	transform-style: preserve-3d;
	vertical-align: middle;
	z-index: -1;
}

section {
	position: relative;
	background-color: #333333;
	color: #FFFFFF;
}

.background {
	transform: translateZ(-10px) scale(3.25);
}

.background,
.foreground {
	position: absolute;
	width: 100%;
	object-fit: cover;
	z-index: -1;
}

.foreground {
	transform: translateZ(-5px) scale(2);
	bottom: 0px;
	
}

.mainButtons {
	border: 2px solid #0000;
	border-radius: 20px;
	background:
		linear-gradient(to right, #055DFE 0%, #044DFE 100%) padding-box,
		linear-gradient(to right, #0593fe 0%, #0356fc 100%) border-box;
	color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 60px;
	min-width: 325px;
}

.mainButtonsMobile {
	border: 2px solid #0000;
	border-radius: 20px;
	background:
		linear-gradient(to right, #055DFE 0%, #044DFE 100%) padding-box,
		linear-gradient(to right, #0593fe 0%, #0356fc 100%) border-box;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.mainTableText {
	font-size: medium;
	text-shadow: 1px 1px 2px #000000;
}

.title {
	text-align: center;
	align-content: center;
	justify-content: center;
	font-size: 4rem;
	color: #FFFFFF;
	text-shadow:1px 0 0 #000000,0 1px 0 #000000,-1px 0 0 #000000,0 -1px 0 #000000;
}

.titleMobile {
	text-align: center;
	align-content: center;
	justify-content: center;
	font-size: x-large;
	color: #FFFFFF;
	text-shadow:1px 0 0 #000000,0 1px 0 #000000,-1px 0 0 #000000,0 -1px 0 #000000;
}

.video {
	height: 100%;
	width: 100%;
}

.wrapper {
	background-color: #000000;
	height: 100vh;
	width: 100vw;
	overflow-y: auto;
	overflow-x: hidden;
	perspective: 10px;
}


/* Navigation Settings */
	
	.navbar {
		background-image: linear-gradient(to right, #0593fe 0%, #0356fc 100%);
		padding: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.navbar-nav {
		align-content: center;
		/* background-color: #000000;
		background-image: url("../../media/images/menu-background.png"); */
		background-repeat: no-repeat;
		background-size: cover;
		border-radius: 6px;
		color: #FFFFFF;
		padding: 5%;
		text-align: center;
	}
	.navbar-nav-desktop {
		align-content: center;
		background-color: transparent;
		background-image: none;
		border-radius: 0px;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}
	
	.navbar-toggler:focus,
    .navbar-toggler:active {
        outline: 0;
    }
    .navbar-toggler {
        height: 45px;
    }
    .navbar-toggler span {
        display: block;
        background-color: #00FFFF;
        height: 2px;
        width: 25px;
        margin-top: 6px;
        margin-bottom: 4px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        position: relative;
        opacity: 1;
     }
     .navbar-toggler span:nth-child(1),
     .navbar-toggler span:nth-child(3) {
        -webkit-transition: transform .35s ease-in-out;
        -moz-transition: transform .35s ease-in-out;
        -o-transition: transform .35s ease-in-out;
        transition: transform .35s ease-in-out;
     }
     .navbar-toggler:not(.collapsed) span:nth-child(1) {
         position: absolute;
         top: 32px;
         -webkit-transform: rotate(135deg);
         -moz-transform: rotate(135deg);
         -o-transform: rotate(135deg);
         transform: rotate(135deg);
         opacity: 0.9;
     }
     .navbar-toggler:not(.collapsed) span:nth-child(2) {
         visibility: hidden;
         background-color: transparent;
     }
     .navbar-toggler:not(.collapsed) span:nth-child(3) {
         position: absolute;
         top: 32px;
         -webkit-transform: rotate(-135deg);
         -moz-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
         transform: rotate(-135deg);
         opacity: 0.9;
     }

	.navbar-light .navbar-toggler {
		color: #00FFFF;
		border-color: #00FFFF;
	}
	
	.nav-link a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}

#foreground {
	position: relative;
}

#mainImageBackground {
	perspective: 1px;
	z-index: 1;
	transform-style: preserve-3d;
	
}

#mainImageForeground {
	perspective: 10px;
	z-index: 999;
	transform-style: preserve-3d;
	position: relative;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	animation: 2s slide-up;
	width: 100%;
}

.navbar-light .navbar-nav .nav-link {
	color: #FFFFFF;
	text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link a {
	color: #FFFFFF;
	text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link a:hover {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: underline;
}


/* Default Parallax */

.defaultHeader {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
	transform-style: preserve-3d;
	vertical-align: middle;
	z-index: -1;
}

.defaultSection {
	position: relative;
	font-size: 2rem;
	background-color: #333333;
	color: #FFFFFF;
}

.defaultBackground {
	transform: translateZ(-10px) scale(3.25);
}

.defaultBackground,
.defaultForeground {
	position: absolute;
	width: 100%;
	object-fit: cover;
	z-index: -1;
}

.defaultForeground {
	transform: translateZ(-5px) scale(2);
	bottom: 0px;
	
}

.defaultMainButtons {
	border: 2px solid #0000;
	border-radius: 20px;
	background:
		linear-gradient(to right, #055DFE 0%, #044DFE 100%) padding-box,
		linear-gradient(to right, #0593fe 0%, #0356fc 100%) border-box;
	color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 60px;
	min-width: 325px;
}

.defaultTitle {
	font-size: 4rem;
	color: #FFFFFF;
	text-shadow: 0 0 5px #000000;
}

.defaultVideo {
	height: 100%;
	width: 100%;
}

.defaultWrapper {
	height: 100vh;
	width: 100vw;
	overflow-y: auto;
	overflow-x: hidden;
	perspective: 10px;
}

#defaultForeground {
	position: relative;
}


/* Main Table */

.mainTableLeft {
	align-content: stretch;
	background-image: url("/media/images/premiumSteel.png");
	background-size: cover;
	border: solid 1px #000000;
	margin: 0px;
	min-height: 101px;
	padding: 0px;
	height: 100%;
	width: 33%;
	text-align: center;
	vertical-align: middle;
}

.mainTableCenter {
	align-content: stretch;
	background-image: url("/media/images/premiumStaff.png");
	background-size: cover;
	border: solid 1px #000000;
	margin: 0px;
	min-height: 101px;
	padding: 0px;
	height: 100%;
	width: 34%;
	text-align: center;
	vertical-align: middle;
}

.mainTableRight {
	align-content: stretch;
	background-image: url("/media/images/premiumService.png");
	background-size: cover;
	border: solid 1px #000000;
	margin: 0px;
	min-height: 101px;
	padding: 0px;
	height: 100%;
	width: 33%;
	text-align: center;
	vertical-align: middle;
}

.mainTableLeftOverlay {
	align-content: stretch;
	background-color: rgba(0, 0, 0, 0.6);
	background-size: cover;
	border: solid 3px #000000;
	min-height: 101px;
	min-width: 444px;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px 2px #000000;
}

.mainTableCenterOverlay {
	align-content: stretch;
	background-color: rgba(0, 0, 0, 0.6);
	background-size: cover;
	border: solid 3px #000000;
	min-height: 101px;
	min-width: 444px;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px 2px #000000;
}

.mainTableRightOverlay {
	align-content: stretch;
	background-color: rgba(0, 0, 0, 0.6);
	background-size: cover;
	border: solid 3px #000000;
	min-height: 101px;
	min-width: 444px;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px 2px #000000;
}

.mainTableLeftMobile {
	align-content: stretch;
	background-image: url("/media/images/premiumSteel.png");
	background-size: cover;
	border: solid 1px #000000;
	border-left: 0px;
	border-right: 0px;
	margin: 0px;
	min-height: 101px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.mainTableCenterMobile {
	align-content: stretch;
	background-image: url("/media/images/premiumStaff.png");
	background-size: cover;
	border: solid 1px #000000;
	border-left: 0px;
	border-right: 0px;
	margin: 0px;
	min-height: 101px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.mainTableRightMobile {
	align-content: stretch;
	background-image: url("/media/images/premiumService.png");
	background-size: cover;
	border: solid 1px #000000;
	border-left: 0px;
	border-right: 0px;
	margin: 0px;
	min-height: 101px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.mainTableLeftOverlayMobile {
	align-content: stretch;
	background-color: rgba(0, 0, 0, 0.6);
	background-size: cover;
	border: solid 3px #000000;
	border-left: 0px;
	border-right: 0px;
	min-height: 101px;
	min-width: 444px;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px 2px #000000;
}

.mainTableCenterOverlayMobile {
	align-content: stretch;
	background-color: rgba(0, 0, 0, 0.6);
	background-size: cover;
	border: solid 3px #000000;
	border-left: 0px;
	border-right: 0px;
	min-height: 101px;
	min-width: 444px;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px 2px #000000;
}

.mainTableRightOverlayMobile {
	align-content: stretch;
	background-color: rgba(0, 0, 0, 0.6);
	background-size: cover;
	border: solid 3px #000000;
	border-left: 0px;
	border-right: 0px;
	min-height: 101px;
	min-width: 444px;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px 2px #000000;
}

.mainContentDiv {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}

.aboutContentDiv {
	margin-left: 5%;
	margin-right: 5%;
	perspective: 1px;
	width: 90%;
	z-index: 1;
}

.mainContentDiv .table {
	color: #FFFFFF;
}