@font-face {
    font-family: NexaBold; /*a name to be used later*/
    src: url('Nexa Bold.otf'); /*URL to font*/
}
@font-face {
    font-family: NexaLight; /*a name to be used later*/
    src: url('NexaLight.otf'); /*URL to font*/
}
.navbar {
    margin-bottom: 0;
    background-color:#fff;
    z-index: 9998;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 2px;
    border-radius: 0;
	font-family:NexaLight;
}
.wew
{
	font-size:20px;
}

#head
{
	font-size:4em;
}
.jumbotron
{
	height:250px;
	background-color:#2975f2;
	color:white;
	font-family:NexaLight;
	margin-top:50px;
	/*background:url('Header.jpg')no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:100% auto;*/
}
@media screen and (max-width: 768px) {
    .jumbotron {
        height:150px;
		margin-bottom:100px;
		
    }
	#head
	{
		font-size:2em;
	}
}




html,body
{
	
	height:100%;
	background:url('background.jpg')no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
	background-attachment: fixed;
}
.background1
{
	
	margin-top:100px;
}
.background2
{
	margin-top:120px;
	margin-bottom:100px;
}

.wow
{
	background-color:#ededed;
	margin-top:-90px;
}
.col-sm-4
{
	margin-top:20px;
	
}

.panel
{
	
	min-height:300;
	transition: box-shadow 0.5s;
	background:url('diryt.jpg')no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
	
}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.panel-heading
{
	background:url('diryt.jpg')no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}



.lol
{
	height:70px;
	color:white;
	background-color:#2975f2;
	font-family:pogi;
	margin-top:20px;
}

.carousel
{
	

}
.carousel-inner
{
	max-height:470px;
}

.carousel-indicators
{
	margin-top:-50px
}

