/* CSS Document */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face {
  font-family: "Aldine";
  src: url('fonts/aldine_regular.eot');
  src: url('fonts/aldine_regular.eot') format('embedded-opentype'),
       url('fonts/aldine_regular.woff2') format('woff2'),
       url('fonts/aldine_regular.woff') format('woff'),
       url('fonts/aldine_regular.otf') format('opentype');
}

body, html{
	height: 100%;
	
	font-family: Aldine, serif;
	/*color: #777;*/
	scroll-behavior:smooth;
	
	/*background: linear-gradient(180deg, rgba(207,207,207,1) 0%, rgba(207,207,207,1) 22%, rgba(3,27,78,1) 23%, rgba(3,27,787,1) 25%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 100%);
	background-position: top;
	background-repeat: no-repeat; 
	background-attachment: fixed;
}



#copyright-year{

	font-size: 12px;


}

.contentBoxText {
	
	color: #000;
	font-size: 14px;
	position: relative;
	margin-left: 100px;
	
}



.contentBox a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	position: relative;
	transition:0.4s;
	padding:10px;
/*	border: 1px solid #333333;
	border-radius: 8px;*/
}

.contentBoxTextAbout {
	
	color: #000;
	font-size: 14px;
	position: relative;
	/*margin-left: 100px;*/
	background-image: url('images/bg_logo.png');

 /*Create the parallax scrolling effect 
  background-attachment: fixed;*/
  background-position: center;
  background-repeat:no-repeat;
  background-size: 400px auto;
}



.contentBox a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	position: relative;
	transition:0.4s;
	padding:10px;
/*	border: 1px solid #333333;
	border-radius: 8px;*/
}


.container{
	padding: 0px;
	/*max-width:960px;*/
	margin:auto;
	width:100%;
	}

.container-landing{
	padding: 0px;
	/*max-width:960px;*/
	margin:auto;
	height:100%;
	background-image: url("images/splash_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	align-items: center;
	}

.subcontainer{
	padding: 10px;
	max-width:960px;
	margin:auto;
	
	}
.subcontainer-books{
	padding: 10px;
	max-width:960px;
	margin:auto;
	}

nav{
	display:flex;
	z-index:2;/*
	padding: 10px;
	margin-top:-10px;
	margin-left:0px;
	align-items: center;
	position:fixed;
	flex-wrap:nowrap;
	 background: rgba(0, 0, 0, 1);
	width:100%;
	overflow:hidden;
	white-space: nowrap;
	 
	background: linear-gradient(0deg, rgba(207,207,207,1) 0%, rgba(207,207,207,.8) 40%, rgba(207,207,207,0) 100%);*/
	background: rgba(200, 200, 200, .9);
	border:5px;
	border-color:#000;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
}

.splash_logo{
  display: flex;
  justify-content: center;
}

.splash_logo img{
  max-width: 400px;
	max-height:auto;
	
}

.logo {
	color: #000;
	opacity: 0.8;
	display:flex;
	text-decoration: none;
	font-size: 22px;
	position:relative;
	margin-left:-360px;
	margin-top:4px;
	padding-top: 5px;
	line-height: 22px;
	letter-spacing: -.75px;
	transition:0.2s;
	flex-wrap:nowrap;
	max-width:500px;
	font-weight:575;
}

.logo img{
	color: #031b4e;;
	display:flex;
	text-decoration: none;
	font-size: 22px;
	position:relative;
	/*margin-left:50px;*/
	margin-top:-7px;
	margin-bottom:3px;
	transition:0.2s;
	flex-wrap:nowrap;
	height:auto;
	max-width:50px;
	
}

.logo:hover{
	color: #000;
	opacity: 1;

}

nav-splash{
	margin-left:-5px;
}
nav ul li{
	display: inline-block;
	list-style: none;
	margin-right: 20px;
	margin-left: 20px;
	margin-top:14px;
}

.splash-link{
	/*display: inline-block;*/
	margin-right: 10px;
	margin-left: 10px;
	margin-top:4px;
	text-decoration: none;
	font-family: Aldine, serif;
}

nav ul li a{
	color:#000;
	opacity:.75;
	text-decoration:none;
	line-height: 13px;
	font-size:14px;
	position: relative;
	transition:0.4s;
	padding:10px;
	/* border: 1px solid #333333;*/
	border-radius:8px;
}

.splash-link a{
	color:#000;
	opacity:.75;
	text-decoration:none;
	line-height: 13px;
	font-size:14px;
	position: relative;
	transition:0.4s;
	padding:10px;
	/* border: 1px solid #333333;*/
	border-radius:8px;
}

/*
nav ul li a:hover{
	/*background: #031a4b;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	border-radius:8px;
 	width:200px;
	height:8px;
	color:#000;
	opacity:1;
	
}*/

nav ul li a::after {
    position: absolute;
    height: 3px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 0%;
    color: #000;
	transition:0.2s;
    background-color:#031b4e;
    left: 0;
    bottom: -3px; /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
}

.splash-link a::after {
    position: absolute;
    height: 3px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 0%;
    color: #000;
	transition:0.2s;
    background-color:#031b4e;
    left: 0;
    bottom: -1px; /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
}

nav ul li a:hover:after {
    position: absolute;
    height: 3px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 90%;
    color: #000;
    background-color:#031b4e;
    left: 0;
    bottom: -3px; /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
}

.splash-link a:hover:after {
    position: absolute;
    height: 3px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 90%;
    color: #000;
    background-color:#031b4e;
    left: 0;
    bottom: -1px; /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
}
/* about */

#about{
	
	padding:80px 0;
	color: #ababab;
}
.row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}

.about-col-1{
	
	flex-basis: 35%;
	
}

.about-col-1 img{
	width:100%;
	border-radius: 15px; 
}

.about-col-2{
	
	flex-basis: 60%;
}

.sub-title{
	font-size:30px;
/*	font-weight:100;*/
	color:#929292;
	text-align: center;
}

.subsub-title{
	font-size:18px;
/*	font-weight:100;*/
	color:#fff;
}

.tab-titles{
	display: flex;
	margin: 20px 0 40px;
}

.tab-links{
	margin-right: 50px;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	position: relative;
}

.tab-links::after{
	content:'';
	width: 0;
	height:3px;
	background:#ff004f;
	position:absolute;
	left:0;
	bottom:-8px;
	transition: 0.5s;
}

.tab-links.active-link::after{
	width:50%;
}

.tab-contents ul li{
	list-style: none;
	margin: 10px 0;
}

.tab-contents ul li span{
	color: #b54769;
	font-size: 14px;
}

.tab-contents {
	display: none;
}

.tab-contents.active-tab {
	display: block;
}


/*------contact------*/

.contact-left{
	flex-basis: 35%;
}

.contact-textlink{
		text-decoration: none;
	font-size: 24px;
	margin-right: 15px;
	color: #ababab;
	display: inline-block;
	transition: 0.5s;
}

.msg-text{
	text-decoration: none;
	font-size: 14px;
	margin-top: 20px;
	color: #00AB00;
	display: inline-block;
}

.contact-textlink:hover{
		

	color: #031b4e;

}

.contact-right{
	flex-basis: 60%;
}

.contact-left p{
	margin-top:30px;
}

.contact-left p i{
	color:  #ababab;
	
	margin-right:15px;
	font-size: 25px;
}

.social-icons{
	margin-top: 30px;
	color:#031b4e;
}

.social-icons a{
	text-decoration: none;
	font-size: 30px;
	margin-right: 15px;
	color: #ababab;
	display: inline-block;
	transition: transform 0.5s;
}

.social-icons a:hover{
	color: #031b4e;
	transform: translateY(-5px);
}

.contact-right form{
	width: 100%;
}

form input, form textarea{	
	width:100%;
	border:0;
	outline: none;
	background:#cfcfcf;
	padding: 15px;
	margin: 15px 0;
	color: #fff;
	font-size: 18px;
	border-radius: 6px;	
	font-family: Aldine, serif;
}

form .btn2{

	color: #000;
	background:#cfcfcf;
	text-decoration: none;
	font-size: 12px;
	position: relative;
	/*transition:0.4s;*/
	padding:10px;
	width: 200px;
	opacity:.75;
	border: 1px solid #6C6C6C;
	border-radius: 8px;
	font-family: Aldine, serif;
}

form .btn2:hover{
	
	border-radius: 8px;
 	width: 200px;
	color:#000;
	opacity:1;
	padding:8px;
	cursor: pointer;
	border: 3px solid #031b4e;
}

form .btn2OLD{
	padding: 14px 60px;
	font-size: 18px;
	margin-top: 20px;
	cursor: pointer;
}

.copyright{
	width:100%;
	text-align:center;
	padding: 0px 20px;
	font-weight:300;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	color:#555555;
}

.books-container {
	background-color: #DFDFDF;

	}

.skullman-text-container img {
	/*background-color: #11142f;*/
	float: left;
	padding-right: 15px;
	}

.skullman-text-container {
 	margin-left: 20px;
	/*background-color: #DFDFDF;
	height: 275px;*/
	padding:15px;
max-width: 960px;
	text-align: left;
	vertical-align: top;
	  background-image: url('images/img_parallax.jpg');

  /* Full height */
 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat:no-repeat;
  background-size: 1218px auto;
}
	
.pizza-text-container img {
	/*background-color: #11142f;*/
	float: left;
	padding-right: 15px;
	}

.pizza-text-container {
 	margin-left: 20px;
	
	margin-top: 20px;
	margin-bottom:-20px;
	/*background-color: #DFDFDF;
	height: 250px;*/
	padding:15px;

	text-align: left;
	vertical-align: top;
	background-image: url('images/img_parallax2.jpg');

  /* Full height */
  

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1218px auto;
}

.mingus-text-container img {
	/*background-color: #11142f;*/
	float: left;
	padding-right: 15px;
	}

.mingus-text-container {
 	margin-left: 20px;
	
	margin-top: 20px;
	margin-bottom:-20px;
	/*background-color: #DFDFDF;
	height: 250px;*/
	padding:15px;

	text-align: left;
	vertical-align: top;
	background-image: url('images/img_parallax4.jpg');

  /* Full height */
  

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1218px auto;
}
	








/*------------css for small screen-------------(max-width: 600px)*/

nav .fas{	
	display:none;
}

@media only screen and (max-width: 600px){
	
	body, html{
	height: 100%;
	
	font-family: Aldine, serif;
	/*color: #777;*/
	scroll-behavior:smooth;
	background-color:#fff;
	
}
	#header-video {
  position:absolute;
  max-width: 50px;
  min-height: 100%;
  z-index:-1;
  background-size:contain;
  background-position: center;
		overflow:hidden;
	filter: opacity(20%);
}

	.contentBox {
  position: relative;
  left: 30;
  top: 50;
  background: rgba(0, 0, 0, 0);
  color: #000000;
  width: flex;
  padding: 40px;
  border-radius:15px;
	max-width: 325px;
	align-items: right;
}

.contentBoxB {
  position: relative;
  left: 50;
  top: 80;
  background: rgba(0, 0, 0, 0);
  color: #000000;
  width: flex;
  flex-wrap:wrap;
  padding: 20px;
  border-radius:15px;
  max-width: 325px;
  vertical-align: middle;
  
}

.contentBoxHeader {
	width: flex;
	color: #fff;
	font-size: 24px;
	position: relative;
	margin-left:10px;
}

.contentBoxHeaderB {
	width: flex;
	color: #000;
	font-size: 12px;
	position: relative;
	margin-left:10px;
}

.contentBoxText {
	width: flex;
	color: #000;
	font-size: 16px;
	position: relative;
	margin-left:10px;
	
}
	
	.contentBoxTextAbout {
	
	font-size: 16px;
	
	
}

.contentBoxArrows {
	width: flex;
	color: #fff;
	font-size: 12px;
	position: relative;
	margin-left:10px;
	margin-top:50%;
	vertical-align:middle;
}

.contentBox a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	position: relative;
	transition:0.4s;
	padding:10px;
/*	border: 1px solid #333333;
	border-radius: 8px;*/
}

	.anim-container {
 	position: relative;
	height:0;
	padding-bottom:65%;/*
	vertical-align: top;
	margin-top:40px;*/
	overflow:hidden;
	}

.anim-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;	
}
	
	.caption-container-anim {
  text-align: center;
  background-color: #222;
  padding: 10px 16px;
  color: white;
  font-size:12px;
  width:87%;
  display: inline-block;
  word-break: break-word;
  margin: 10px;
}

.skullman-text-container img {
	/*background-color: #11142f;*/
	float: left;
	padding-right: 15px;
	max-width:200px;
	}

.skullman-text-container {
 	margin-left: 3px;
	background-color: #efefef;
	/*height: 275px;*/
	padding:15px;
	text-align: left;
	line-height: 20px;
	vertical-align: top;
  background-image:none;
	font-size: 16px;
  /* Full height */
 

  /* Create the parallax scrolling effect 
  background-attachment: fixed;
  background-position: center;
  background-repeat:no-repeat;
  background-size: 600px auto;*/
}
	
.pizza-text-container img {
	/*background-color: #11142f;*/
	float: left;
	padding-right: 15px;
	max-width:200px;
	}

.pizza-text-container {
 	margin-left: 3px;
	background-color: #efefef;
	margin-top: 20px;
	margin-bottom:-20px;
	/*background-color: #DFDFDF;
	height: 250px;*/
	background-image:none;
	padding:15px;
	line-height: 20px;
    font-size: 16px;
	text-align: left;
	vertical-align: top;
}

	.header-text{
		margin-top: 100%;
		font-size: 16px;
	}
	
	.logo{
		margin-left: 5px;
		font-size: 16px;
		font-weight:400;
		
	}
	.logo img{
	color: #031b4e;;
	display:flex;
	text-decoration: none;
	font-size: 18px;
	position:relative;
	/*margin-left:50px;*/
	margin-top:-7px;
	margin-bottom:3px;
	transition:0.2s;
	flex-wrap:nowrap;
	height:auto;
	width:50px;
}

	
	.header-text h1{
		font-size: 30px;
	}
	
	nav-splash{
		position:fixed;
		width: 100%;
		z-index: 1;
		padding: 20px;
		visibility:hidden;
	}
	nav{
		position:fixed;
		width: 100%;
		z-index: 1;
		padding: 20px;
	}
	nav .fas{	
	display:block;
		font-size: 25px;
		margin-left:140px;
		margin-top:10px;
	}
	nav ul{
		background: #fff;
		position: fixed;
		top:0;
		right:-200px;
		width: 200px;
		height: 100vh;
		padding-top: 50px;
		z-index: 2;
		transition: right 0.5s;
	}
	nav ul li{
		display: block;
		margin: 25px;
	}
	nav ul .fas{
		position: absolute;
		top: 25px;
		left: 25px;
		cursor: pointer;
	}
	.nav_subsection_animation{
	margin-left:25;
	margin-bottom: -5;
	}
	
	.nav_subsection_modeling{
	margin-top: -5;
		margin-bottom: -5
	}
	
	.nav_contact{
	margin-left: 25;
	margin-top: 65;
	}

	.sub-title{
		font-size: 20px;
	}
	.about-col-1, .about-col-2{
		flex-basis: 100%;
	}
	.about-col-1{
		margin-bottom:30px;
	}
	.about-col-2{
		font-size: 14px;
	}
	.tab-links{
		font-size: 16px;
		margin-right: 20px;
	}
	.contact-left, .contact-right{
		flex-basis: 100%;
	}
	.copyright{
		font-size: 14px;
	}
	.column {
 /* float: center;
  width: 80%;*/
		display:none;
}
	
.gallery-container {
 	position: relative;
	padding: 10px 4%;
	}
	
	.mySlides {
  display:none;
  margin-top: 65px;
}
	
	.prev,
.next {
	top: 60%;
}
	
	.next {
  right: 4%;
  border-radius: 3px 0 0 3px;
}
}



#msg{
	color:#61b752;
	margin-top:-40px;
	display: block;;
}