@charset "UTF-8";
/* CSS Document */

#heading{
	font-size:35px; 
	position:relative; 
	font-family: 'Montserrat', sans-serif;
	position:relative;
	top:10%;
	float:right;
}
p{
	font-family: 'Lato', sans-serif;
}
li{
	font-family: 'Lato', sans-serif;
}
h1{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
}
h2{
	font-family: 'Montserrat', sans-serif;
	color:hsla(0,0%,0%,1.00);
}
h3{
	font-family: 'Montserrat', sans-serif;
	color:hsla(0,0%,100%,1.00);
}

body{
	height:100%;
	margin:0px;
	background-image:
	url(/img/greyzz.png);	
	background-position:fixed;
	
 }
#container{
		width: 960px;
		margin: 0 auto;
		height: 900px;
		position:relative;
		
}
#header{
	height:300px;
	width:940px;
	padding:10px;
	background-image:url(../img/Noise.png);
	
}

#nav{
	height:47px;
	width:960px;
	position:static;
}

#slider{
	width:960;
	height:auto;
	background-color:hsla(149,90%,48%,1.00);
}

#widgets{
	width:auto;
	height:960px;
	background-image:url(../img/Noise.png);
	
		
	}
.navbar {
}

#logo{
	height:240px;
	width:246px;
	background-image:url(../img/logo%20small.png);
	float:left;
	left:20px;
}
#address{
	float:right;
	height:auto;
	width:auto;
}
.box{
	color:hsla(0,0%,100%,1.00);
	width:180px;
	height:190px;
	margin-right:20px;
	float:left;
	border-radius:20px;
	padding:10px;
	background: #0e1249; /* Old browsers */
	background: -moz-linear-gradient(top,  #0e1249 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e1249), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e1249 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e1249 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e1249 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0e1249 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e1249', endColorstr='#000000',GradientType=0 ); /* IE6-9 */


}
#about{
	width: 800px;
	height: 200px;
	padding: 40px;
	margin-top: 40px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 40px;
	
}

#footer{
	height:160px;
	width:860px;
    background-color: #646464;
	padding:50px;
}
#loc{
	width:30%;
	color:hsla(0,0%,100%,1.00);
	float:left;
}
#test{
	width:30%;
	color:hsla(0,0%,100%,1.00);
	float:left;
}
	
#nustream{
	height: 30px;
	color: hsla(0,0%,100%,1.00);
	align-content: center;

	
	
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	margin-top: 0px;
}
.port {
    width: 800px;
    height: 400px;
    background-image:url(../img/view.jpg);
    border-radius: 20px;
}

