@import url(http://fonts.googleapis.com/css?family=Duru+Sans);
body {
	font-family: Arial, Helvetica, sans-serif;
   
    
}

h1, h2, h3, h4, h5, h6, p {
font-family: Arial, Helvetica, sans-serif;
}
.boxed {
  border: 1px transparent ;
     margin:0 auto;
    width:75%;
    
}

.color-head{
    color: white;
}

.bg-image {
  /* Full height */
  height: 50%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}





#top {
    /*background: url("../img/1501098163917.gif");*/
	animation: myanimation 15s infinite;
    
	height:950px;
	width:100%;
	padding-top:20px;
	color: #fff;
}
@keyframes myanimation {
    100% {background: url("../img/magnetar20200617-16.jpg");}
    75%{background: url("../img/a1.jpg");}
    50%{background: url("../img/a9.jpg");}
    25%{background: url("../img/magnetar20200617-16.jpg");}
    0%{background: url("../img/magnetar20200617-16.jpg");}
    
}
header h1 {
	font-size: 60px;
	margin-top: 120px; 
}
.skroler {
	margin-top: 80px;
	font-size: 18px;
	border: 1px solid #fff;
	width: 43px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-radius: 100%;
}
.skroler a {
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#about {
	padding-top: 0px;
	padding-bottom: 0px;
	color: white;
}
#about .row {
	margin-bottom: 50px;
	text-align: center;
}
#about .glyphicon {
	font-size: 32px;
	color: white;
    background-color: black;
	margin-bottom: 10px;
	border: 1px solid #AAA;
	width: 80px;
	border-radius: 100%;
	padding-top: 22px;
	padding-bottom: 22px;
}
#about h3 {
	margin-bottom: 20px;
}
#about .glyphicon {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;

}
#about .col-md-3:hover .glyphicon {
	border: 1px black;
	background: black;
	color: #fff;
}
#about2 {
	padding-top: 180px;
	padding-bottom: 50px;
	background: #eaeaea;
	text-align: right;

	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#about2 .glyphicon {
	font-size: 32px;
	color: black;
	margin-bottom: 10px;
	border: 1px solid #AAA;
	width: 80px;
	border-radius: 100%;
	padding-top: 22px;
	padding-bottom: 22px;
	text-align: center;
}
/* Big Triangle */
svg#bigTriangleColor {
	margin-bottom: -100px;
	pointer-events: none;
}

#bigTriangleColor path {
	fill: #ffffff;
	stroke: #ffffff;
	stroke-width: 2;
}

#portfolio {
	background: url(../img/154.gif) ;
	padding-top: 70px;
	padding-bottom: 70px;
}
#portfolio .col-md-4 {
	margin-bottom: 30px;
}
#portfolio h4 {
	margin-bottom: 60px;
	padding-top: 20px;
	color: white;
}
.thumbnail {
    position:relative;
    overflow:hidden;
}
.caption {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    padding:2%;
    background-color: lightgray;
    display: none;
    text-align:center;
    color:bl!important;
    font-weight: bold;
    z-index:2;
}
#about3 {
	background: url(../img/154.gif) no-repeat;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #ffffff;
}
#about3 .glyphicon {
	font-size: 22px;
	margin-bottom: 10px;
	background-color: #333333;
	width: 80px;
	border-radius: 100%;
	padding:28px;
	text-align: center;
}
#about3 .row {
	margin-bottom: 40px;
}
#about3 .feature {
	padding-top: 50px;
}
#about3 h4 {
	font-weight: bold;
}
#sponsor {
	background: url(../img/154.gif);
    background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 60px;
	color: white;
	text-align: center;
}
#sponsor .row {
	margin-bottom: 40px;
}
#sponsor .space {
	margin-bottom: 40px;
}
footer {
	background-color: darkslategrey;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #ffffff;
	font-weight: 100;
}
footer h4 {
	margin-bottom: 30px;
}
#copyright {
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: black;
	color: #ffffff;
	text-align: center;
}
@media only screen and (max-width: 480px) {
	.btn-lg {
		margin-bottom: 10px;
	}
	#about .row .col-md-3 {
		margin-bottom: 30px;
	}
	#about2, #about3 .btn {
		width: 100%;
	}
	#about3 .img-mockup {
		display: none;
	}
	#about3 {
		text-align: center;
	}
}
#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}



