body
{
	font-family:"Raleway";
	font-size: 1em;
	background: #16174f;
	margin: 0;
}
.mobileShow { display: none;}

   /* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 780px){
	
.mobileHide { display: none;}	
.burger-nav{
	display:block;
	height:50px;
	width:auto;
	background: url(/images/burger.png) no-repeat 98% center;
	background-color:#808080;
	cursor: pointer;
}

.mobileShow { display: inline;}
.menu {
	  background: #808080;
	  display: none;
	  width: 100%;
	}
.menu ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  text-align: center;
	}
.menu ul li {
	  color: #fff;
	  font-size: 12px;
	  letter-spacing: 2px;
	  padding: 15px 0;
	  text-transform: uppercase;
	}
.menu ul li:hover { background: #5E5D5D; }

	 

.menu a {
	  text-decoration: none;
	  color: #fff;
}}

a {
	text-decoration: none; /* Remove the underline from links */
	color: white; /* change the colour, note US spelling and HEX notation */
	font-weight: bold; /* make the text bold */
	font-size: 23px;
}



a {
	text-decoration: none; /* Remove the underline from links */
	color: white; /* change the colour, note US spelling and HEX notation */
	font-weight: bold; /* make the text bold */
	font-size: 23px;
}

a:focus {
	color: #000000; /* change colour when link gets focus */
} 

a:hover {
	color: #0000FF; /* change colour when pointer moves over hyperlink */
}
a:active {
	color: #ff0000; /* change colour when hyperlink is clicked */
} 

h1 {
    font-size:2em;
	text-align:left;
	margin-bottom:5px;
	margin-top:5px;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1em;
    font-weight: bold;
}

p  {
	font-size: 120%;
	color:white;
	font-family:"Raleway"; 
	
	
}
.text{
	font-family:"Raleway"; 
	color:white;
	font-weight: bold;
	margin: 30px;
    
}
.thumbnail{
	float:left;
	margin-right:5px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
.images img{
	width:170px;
	height:150px;
	float:left;
	margin:10px;
	border-radius:8%;
	border-bottom: 1px solid white;
	
}
.images img {
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}

.images:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
   appearance: none;

  width: 200px;
  height: 18px;
}

progress {
    background-color: #f3f3f3;
    border: 0;
    height: 18px;
    border-radius: 9px;
}

progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress[value]::-webkit-progress-value {
  background-image:
	   -webkit-linear-gradient(-45deg, 
	                           transparent 33%, rgba(0, 0, 0, .1) 33%, 
	                           rgba(0,0, 0, .1) 66%, transparent 66%),
	   -webkit-linear-gradient(top, 
	                           rgba(255, 255, 255, .25), 
	                           rgba(0, 0, 0, .25)),
	   -webkit-linear-gradient(left, #09c, #f44);

    border-radius: 2px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;
}
progress[value] {
  /* Reset the default appearance */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  
  /* Get rid of default border in Firefox. */
  border: none;
  
  /* Dimensions */
  width: 200px;
  height: 18px;
}
progress[value]::-moz-progress-bar { 
  background-image:
    -moz-linear-gradient(
      135deg, 
      transparent 33%, 
      rgba(0, 0, 0, 0.1) 33%, 
      rgba(0, 0, 0, 0.1) 66%, 
      transparent 66% 
    ),
    -moz-linear-gradient(
      top, 
      rgba(255, 255, 255, 0.25), 
      rgba(0, 0, 0, 0.25)
    ),
    -moz-linear-gradient(
      left, 
      #09c, 
      #f44
    );

  border-radius: 2px; 
  background-size: 35px 20px, 100% 100%, 100% 100%; 
}



#Container
{
    max-width: 960px; /* Ensure the width does not go beyond this value */
	height: 100vh; /* Make the height the full screen or viewing size*/
	margin: 0 auto; /* Align the page in the centre - "auto" makes the left and right margins center the container */
}

.table1 td{
	color: white;
	border-bottom: 1px solid white;
	font-size: 20px;
}

.table2 tr {
	color: white;
	
	font-size: 20px;
}

.table3  tr{
	
	color: white;
	display: inline;
	font-size: 20px;
}

.item  a img{
	display: inline-block;
	border: 1px solid #ddd;
	padding: 5px;
	transition: 0.3s;
	margin-left: 20px;
	margin-bottom:20px;
	margin-top:20px;
	margin-right: 20px;
	border-radius: 20%;
	width:80px;
	height:80px;
}

.item a img:hover {
    box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.5);
}

.item {
	
	margin-left: 50px;
	margin-right:50px;
	margin-top: 50px;
	margin-bottom: 50px;
}




.nav1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav2{
	display: inline-table;
	height: auto;
	margin: 5px;
	text-align: left;
}
.nav2 li a{
	font-size:120%;
}
.nav2:hover{
	
	text-shadow: 0 0 10px #fff;
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.heading {
    color: white;
	margin:30px;
	font-family:"Raleway";
}


.img-circle 
{
        border-radius: 50%;
	margin-right: 15px;
	box-shadow: 0 0 15px;
		
}

.kit {
	text-decoration:none;
   	display:inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border:0;
   	 position: relative;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1); 
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1); 
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1);   

}
.kit:hover {
    box-shadow: 0px 0px 100px #000000;
    z-index: 2;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.25);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.25);   
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.25);
    transition: all 100ms ease-in;
    transform: scale(1.25);
	
}





.animate{
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	
}

.action-button
{
	position: relative;
	
	margin: 0px 10px 10px 0px;
	float: left;
	border-radius: 10px;
	font-family: "Raleway";
	font-size: 18px;
	color: #FFF;
	text-decoration: none;	
}

.blue
{
	background-color: #3498DB;
	border-bottom: 5px solid #2980B9;
	text-shadow: 0px -2px #2980B9;
}
.outer {
    -webkit-box-shadow: inset 3px 3px 3px 0px #b0b0b0;
    -moz-box-shadow: inset 3px 3px 3px 0px #b0b0b0;
    box-shadow: inset 3px 3px 3px 0px #b0b0b0;
    overflow: auto;
	font-size: 13px;
}
