@charset "utf-8";
/* CSS Document */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
font-weight: normal;
}

#wrapper {
  min-height: 100%;
  width:100%;
  position: absolute;

  margin:0;
  padding:0;
}

 a {
	color: #0095da;
	text-decoration: none;
	font-weight: bold;
}

header a:hover {
	color: #444;
}

header img {
  width: 100%;
  height: auto;
  
}

p {
  font-weight: normal !important;
}



a img {
  border: 0px;
}

/*
.block img {
  width: 100%;
  height: auto;
}*/

header span {
  visibility: hidden;
}

header {
	width: 100%;
  max-width: 960px;
	height: 76px;
	position:fixed;
	top: 0;
	border-bottom: 2px solid #0095da; 
	z-index: 100;
  left: 50%;
  transform: translateX(-50%);
}

.content {
  margin-top:106px; 
}

.centeredstuff {
  padding-bottom: 10px;
  margin-top: 76px;
  background-color: beige;
  height:100%;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
  
.centering {
  position: relative;
  width:100%;
  
  
}
  
footer {
  width: 100%;
  height:20px;
  max-height: 20px;
  position: absolute;
  overflow: hidden;
  bottom:0;
  left:0;
  /*background-color: antiquewhite;*/
  text-align: center;
  background-color:rgba(0,0,0,0.60);
  color:rgba(162,162,162,1.00);
  font-size: .7em;
  line-height: 20px;
}

#logo{
	margin: 20px;
	float: left;
	width: 200px;
	height: 40px;
	background: url(../images/SCM-2024-30.png) no-repeat center;
  background-size:contain;
	display: block;
}

nav {
	float: right;
	padding: 10px;	
}

#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	background: #4C8FEC url(../images/menu-icon.png) center;
}

a:hover#menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0;
}

ul.navi {
	list-style: none;
}

.navi li {
	display: inline-block;
	float: left;
	padding: 10px;
}

.current {
	color: #2262AD;
}


  
.box {
  position: absolute;
  background:rgba(0,0,0,0.00);
  top: 25%;
  transform: translateY(-25%);
  left: 50%;
  transform: translateX(-50%);
}

.border {
  background:rgba(4,51,159,0.0);
  border: rgba(255,255,255,1.00) solid thin;
  margin:10px;
}

.text {
  margin:10px;
  text-align:left;
  color:#ffffff;
  background-color:rgba(0,0,0,0.80);
  padding:30px;
  padding-bottom:10px;
  overflow: hidden;
  max-width: 300px;
  min-width:300px;
}  

.homeBox {
  overflow: hidden;
}

.leftText {
  float:left;
  text-align: right;
  padding-right:1em;
}

.leftText h1 {
  font-size: 1.5em;
}
  
.homeBox p {
  line-height: normal;
  text-align: justify; 
  -moz-text-align-last: left; /* Code for Firefox */
  text-align-last: left;
  font-size: 1.5em;
}

.block {
  margin-top: 0rem;
  padding-bottom: 0rem;
}

.block h2 {
  text-align: center;
  margin-top: 0;
}

.block h3{
    text-align: center;
}

.block p {
  text-align: left;
}

.block img {
  max-width:100%;
  height: auto;
}

.block p img {
  float:left;
  margin-right:2rem;
}

.block ul li{
list-style-position: inside;
text-indent: -1em;
padding-left:1em;
} 

:target:before {
content:"";
display:block;
height:125px; /* fixed header height*/
margin:-125px 0 0; /* negative fixed header height */
}

.playlistText {
  font-size: 1.5rem;
}
.playlistHighlight {
  color: green;
}
.playlistButton {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#007acc));
  background-image: -webkit-linear-gradient(top, #0099ff, #007acc);
  background-image: -moz-linear-gradient(top, #0099ff, #007acc);
  background-image: -ms-linear-gradient(top, #0099ff, #007acc);
  background-image: -o-linear-gradient(top, #0099ff, #007acc);
  background-image: linear-gradient(to bottom, #0099ff, #007acc);
  -pie-background: linear-gradient(top, #0099ff, #007acc);
}

a:hover.playlistButton  {
  background-color: #007acc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#007acc), to(#0099ff));
  background-image: -webkit-linear-gradient(top, #007acc, #0099ff);
  background-image: -moz-linear-gradient(top, #007acc, #0099ff);
  background-image: -ms-linear-gradient(top, #007acc, #0099ff);
  background-image: -o-linear-gradient(top, #007acc, #0099ff);
  background-image: linear-gradient(to bottom, #007acc, #0099ff);
  -pie-background: linear-gradient(top, #007acc, #0099ff);
}

.contactForm {
  max-width: 400px;
}

.hideLabel {
  visibility: hidden;
  display: none;
}

.greyText {
  color:grey;
}

.bgvideo { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
  transform: translateX(-50%) translateY(-50%);
 
  background-size: cover;
  transition: 1s opacity;
}

#bgvid {
  opacity:1;
  transition:opacity 1.5s linear;
}

  /*MEDIA QUERY*/
@media only screen and (max-width : 900px) {
  #wrapper {
    top:0;
  }
  
	header {
		position: absolute;
	}

	#menu-icon {
		display:inline-block;
	}

	nav ul, nav:active ul { 
		display: none;
		position: absolute;
		padding: 20px;
		background-color: rgba(255,255,255,0.95);
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;
	}

	nav li {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}

	nav:hover ul {
		display: block;
	}
  
  
  
}

/* Larger than phone */
@media (min-width: 550px) {
  .block {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
}
  
 @media only screen and (max-width : 640px) {
   .homeBox {

  }
  .leftText {

  }
  .border {

  } 
  .box {
    margin-top:1em;
    margin-bottom:1em;
    left:0;
    transform: translateX(0%);
  }
  
  .text {
    font-size: 1em;
    min-width: 200px;
    max-width: 100%;
    font-size: calc(7px + 1vw);
  }
  
}
@media only screen and (max-width : 300px) {
  .text {
    min-width: 10%;
    width:250px;
    max-width: 250px;
    font-size: .5em;
  }
}
