
@import url('fonts/Windlass/Windlass.css');
@import url('fonts/Pieces-of-Eight/Pieces-of-Eight.css');

	/*
	font-family: "Windlass";
	font-family: "Pieces-of-Eight";
	*/


body {
/*	background-image: url('../images/grunge-texture-01.png'); 
	background-size: cover; */ 
	min-height:100%; 
	z-index: 100;
	font-size: 20px;
}
body.navbar {
	padding-top: 2em;
}


/* Set the fixed height of the footer here */
#footer {
  height: 5em;
  padding-top: 1em;
  border-top: .3em double #995209;

}


/* ---- Navbar & MegaMenu (large dropdowns) ---- */

@media screen and (min-width: 768px) {

  .megamenu ul {
     padding-bottom:15px;
  }
  
  .megamenu > .dropdown-menu {
     /*left:-90%; */
     min-width:800px;
  } 
  
}

.dropdown-md > .dropdown-menu {
    min-width:450px;
}

.dropdown-lg > .dropdown-menu {
    min-width:850px;
}

.navbar-brand {
	font-family: "Pieces-of-Eight";
	font-size: 1em !important;
}
/*.navbar-brand img {
	width: 2em;
}
*/

/* Price-Tag Start */
.price-tag {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pricing-tag {
    width: 150px;
    margin-left: 0;
    list-style: none;
    margin-bottom: 0 !important;
    padding: 0;
}

.plan {
    width: 100%;
}

.content {
    padding: .4em .8em;
    background: #995209;
    color: #c6b28f;
}

.cost {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: .1em solid #c6b28f;
}
.cost li {
	font-size: 1em;
    margin: .1em 0;
    padding: 0;
}

.price {
	font-family: "Windlass";
    text-align: center;
    font-size: 4em;
    margin-top: -.1em;
    margin-bottom: -.1em;
}
.price:after {
	font-family: "Pieces-of-Eight";
    content: "¢";
    font-size: 0.75em;
    position: relative;
    top: -.40em;
    left: .1em;
}
p.price {
}

.release {
	border-top: .1em solid #c6b28f;
    text-align: center;
}
p.release {
	margin: 0 0 1px !important;
}

/* Price-Tag End */

/* ---- Navbar End ---- */




/* ---- General Start ---- */
/* ---- Warning Message for no Portrait on Map page ---- */
    #warning-message { display: none; }
    @media only screen and (orientation:portrait){
       /* #wrapper { display:none; }*/
        #warning-message { position:absolute; margin-top:55%; margin-left:30%; margin-right:30%; width:20em; display:block; z-index:500; }
    }
    @media only screen and (orientation:landscape){
        #warning-message { display:none; }
    }

/* ---- Roman Numerals ---- */
ol.roman {
	list-style-type: upper-roman;
}

/* ---- Blink [something] ---- */
    .blink{
        -webkit-animation: color-change 1s infinite;
        -moz-animation: color-change 1s infinite;
        -o-animation: color-change 1s infinite;
        -ms-animation: color-change 1s infinite;
        animation: color-change 1s infinite;
    }

    @-webkit-keyframes color-change {
        0% { color: #995209; }
        50% { color: #318837; }
        100% { color: #995209; }
    }
    @-moz-keyframes color-change {
        0% { color: #995209; }
        50% { color: #318837; }
        100% { color: #995209; }
    }
    @-ms-keyframes color-change {
        0% { color: #995209; }
        50% { color: #318837; }
        100% { color: #995209; }
    }
    @-o-keyframes color-change {
        0% { color: #995209; }
        50% { color: #318837; }
        100% { color: #995209; }
    }
    @keyframes color-change {
        0% { color: #995209; }
        50% { color: #318837; }
        100% { color: #995209; }
    }

/* ---- Hover Enlarge Image ---- */
.img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
  	-moz-transition: all .3s ease; /* Firefox */
  	-o-transition: all .3s ease; /* IE 9 */
  	-ms-transition: all .3s ease; /* Opera */
  	transition: all .3s ease;
}
.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ() scale(2.50); /* Safari and Chrome */
    -moz-transform: scale(2.50); /* Firefox */
    -ms-transform:scale(2.50); /* IE 9 */
    -o-transform:translatZ(0) scale(2.50); /* Opera */
    transform:translatZ() scale(2.50);
}

.img-logo-hover img {
	width: 2em;
    -webkit-transition: width 1s, height 1s ease; /* Safari and Chrome */
  	-moz-transition: width 1s, height 1s ease; /* Firefox */
  	-o-transition: width 1s, height 1s ease; /* IE 9 */
  	-ms-transition: width 1s, height 1s ease; /* Opera */
  	transition: width 1s, height 1s ease;
}
.img-logo-hover img:hover {
	width: 8em;
}

.bgImage {
	position: absolute;
}

.rotate-45-gen {
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Safari */
	transform: rotate(-45deg);
}
.rotate90-gen {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari */
	transform: rotate(90deg);
}

.transparent50 {
  background:rgba(246, 235, 166, .5);
}

.img-bg-ship1 {
	width: 90%;
	top: -6em;
	left: -16em;
    opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
    overflow: hidden;
}

.sepia {
	-webkit-filter: sepia(30%)
	filter: sepia(1)
}


::selection {
  background: #fff2a8; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #fff2a8; /* Gecko Browsers */
}


/* Commands page Table */
.table-header-rotated {
  width: 92% !important;
  text-align: center;
  margin-right: 80px;
}
.table-header-rotated td{
  width: 40px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  vertical-align: middle;
  text-align: center;
}

.table-header-rotated th.rotate-45{
  height: 80px;
  width: 40px;
  min-width: 45px;
  max-width: 40px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 14px;
  line-height: 1;
}

tbody {
  border-left: 1px solid;
}
.table-header-rotated tr.lastRow:last-child {
  border-bottom: 1px solid;
}

.table-header-rotated th.rotate-45 > div{
  position: relative;
  top: 0px;
  left: 40px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  height: 100%;
  -ms-transform:skew(-45deg,0deg);
  -moz-transform:skew(-45deg,0deg);
  -webkit-transform:skew(-45deg,0deg);
  -o-transform:skew(-45deg,0deg);
  transform:skew(-45deg,0deg); 
  overflow: hidden;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
}

.table-header-rotated th.rotate-45 span {
  -ms-transform:skew(45deg,0deg) rotate(315deg);
  -moz-transform:skew(45deg,0deg) rotate(315deg);
  -webkit-transform:skew(45deg,0deg) rotate(315deg);
  -o-transform:skew(45deg,0deg) rotate(315deg);
  transform:skew(45deg,0deg) rotate(315deg) !important;
  position: absolute;
  bottom: 30px; /* 40 cos(45) = 28 with an additional 2px margin*/
  left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
  width: 90px; 
  text-align: left;
  white-space: nowrap; /*whether to display in one line or not */
}



/* Tooltip Styles */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #995209;
  background-color: #C6B28F;
  content: attr(data-tooltip);
  text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #995209;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/* ---- General End ---- */




/* ---- Page Start ---- */



/* ---- Page Header ---- */
	.siteTitle {
	/*	font-family: "Pieces-of-Eight";
	*/
		font-size: 6em !important;
		letter-spacing: -2px;
		line-height: 1;
		margin-left: -.2em;
		margin-right: -.5em;
		margin-top: .25em;
	}
	.siteTitleImg {
		padding-top: .3em;
		padding-bottom: .3em;
		-webkit-filter: sepia(20%);
		filter: sepia(1);
	}
	.pageTitle {
		border-top: 4px double #995209; 
		border-bottom: 4px double #995209;
	}
	.releaseDate {
		border-bottom: 4px double #995209;
	}
	.page-header{
		padding: 0 !important;
		border-bottom: 0 !important;
	}

.two-cent {
	-webkit-filter: sepia(1);
/*	filter: sepia(1);*/	
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.siteTitle {
	/*	font-family: "Pieces-of-Eight";
	*/
		font-size: 4em !important;
		letter-spacing: -2px;
		line-height: 1;
		margin-left: -.2em;
		margin-right: -.5em;
		margin-top: .3em;
	}
	.siteTitleImg {
		padding-top: .3em;
		padding-bottom: .3em;
		-webkit-filter: sepia(20%);
		filter: sepia(1);
	}
	.pageTitle {
		border-top: 4px double #995209; 
		border-bottom: 4px double #995209;
	}
	.releaseDate {
		border-bottom: 4px double #995209;
	}


}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.siteTitle {
		font-size: 3.25em !important;
		padding-top: .5em !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: -.3em;
		margin-right: -.5em;
		margin-top: -.2em;
	}
	.siteTitleImg {
		padding-top: .7em;
		padding-bottom: .7em;
	}
	.releaseDate {
		font-size: .8em !important;
	}
	.issueNumber {
		 padding-bottom: .2em;
	}
}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.siteTitle {
		font-size: 1.5em !important;
		letter-spacing: -2px;
		margin-top: -.5em;
		margin-left: -0.5em;
		margin-right: -0.6em;
	}
	.siteTitleImg {
		padding-top: .3em;
		padding-bottom: 0em;
	}
	.releaseDate {
		font-size: .55em !important;
	}
	.issueNumber {
		padding-top: .0em;
	}
	.homePort {
		padding-top: .0em;
		padding-left: 0em;
		padding-right: 0em;
		margin-left: -1.2em;
		margin-right: -0.5em;
	}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.siteTitle {
		font-size: 1.2em !important;
		padding-top: 0.1em !important;
		margin-left: -0em;
		margin-right: -0.5em;
		margin-top: .0em;
	}
	.siteTitleImg {
		padding-top: .2em;
		padding-bottom: .2em;
	}
	.releaseDate {
		font-size: .5em !important;
	}
	.issueNumber {
		padding-top: .3em;
	}
	.homePort {
		padding-top: .25em;
	}
}



/* ---- RESPONSIVE CSS ---- *
@media (max-width: 767px) {
	.siteTitle {
		font-size: 3em !important;
		letter-spacing: -2px;
		line-height: 1;
	}
}
@media (min-width: 768px) {
	.siteTitle {
		font-size: 4em !important;
		letter-spacing: -2px;
		line-height: 1;
	}
}

@media (min-width: 992px) {
 	.siteTitle {
		font-size: 5em !important;
		letter-spacing: -2px;
		line-height: 1;
	}
}
*/


/*
  border-bottom: double;
  border-top: double;
  border-color: #995209;
  border-width: 5px;
*/



/* ---- Jumbotron ---- */
.jum-button {
	text-align: right;
}


  

/* ---- Material Cards ---- */
.card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card {
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  background-clip: padding-box;
}
.card span.card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.card .card-image {
  position: relative;
  overflow: hidden;
}
.card .card-image img {
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
  position: relative;
  z-index: -1;
}
.card .card-image span.card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
}
.card .card-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.card .card-content p {
  margin: 0;
  color: inherit;
}
.card .card-content span.card-title {
  line-height: 48px;
}
.card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px;
}
.card .card-action a {
  margin-right: 16px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.card .card-action a:hover {
  text-decoration: none;
}



/* ---- MARKETING CONTENT ---- */
/* Center align text within these columns */
.marketing {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing p {
  margin-right: 10px;
  margin-left: 10px;
}


/* ---- Featurettes ---- */
.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -2px;
}


/* ---- RESPONSIVE CSS ---- */
@media (min-width: 768px) {
  /* Bump up size of carousel content */

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}



.game {
	-webkit-transform: rotate(336deg);
	-moz-transform: rotate(336deg);
	-o-transform: rotate(336deg);
}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}