a.fixer {
  background: none;
}
a.fixer,a.fixer:hover{
  background: none;
}
@font-face {
    font-family: 'rabar38';
    src: url('rabar_038-webfont.woff2') format('woff2'),
         url('rabar_038-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rabar37';
    src: url('rabar_037-webfont.woff2') format('woff2'),
         url('rabar_037-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@media screen and (max-width:900px){
    .heads{
        flex: 100%;
        max-width: 500px;
        margin-left: 20px;
        margin-top: 7px;
    }
}

.heads {
    width: 140px;
    margin: 0;
    box-shadow: none;
    margin-left: 20px;
    margin-top: 7px;
}

.bgw {
  color:white;
  font-size: 30px;
}

*{
  padding: 0;
  margin: 0;


}
body{
  font-family: 'rabar38', Arial, sans-serif;
}
nav{
  background: #0082e6;
  height: 80px;
  width: 100%;
}
label.logo{
  color: white;
  font-size: 35px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;
}
nav ul{
  float: right;
  margin-right: 20px;
}
nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
nav ul li a{
  color: white;
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
}
a.active,a:hover{
  background: #1b9bff;
  transition: .5s;
}
.checkbtn{
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}
@media (max-width: 952px){
  label.logo{
    font-size: 30px;
    padding-left: 50px;
  }
  nav ul li a{
    font-size: 16px;
  }
}
@media (max-width: 858px){
  .checkbtn{
    display: block;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }
}
section{
  background: url(bg1.jpg) no-repeat;
  background-size: cover;
  height: calc(100vh - 80px);
}





@import "compass/css3";
 @import url(https://fonts.googleapis.com/css?family=Lato:400,700);
 * {
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
 body {
	 font-family: 'rabar38', Arial, sans-serif;
}
 h1 {
	 font-size: 2em;
	 padding: 2em;
	 text-align: center;
   font-family: 'rabar37';
}
 .accordion dl {
	 border: 1px solid #ddd;
}
.accordion dl:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #0766ae;
}
.accordion dt > a {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  padding: 2em;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
}
.accordion dd {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}
.accordion dd > p {
  padding: 1em 2em 1em 2em;
}
.accordion {
  position: initial;
  background-color: #eee;
}
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}
.accordionTitle {
  background-color: #0082e6;
  border-bottom: 1px solid #0082e6;
}
.accordionTitle:before {

}
.accordionTitle:hover {
  background-color: #0766ae;
}
.accordionTitleActive {
  background-color: #2b6fa4;
}
 .accordionTitleActive:before {
	 -webkit-transform: rotate(-225deg);
	 -moz-transform: rotate(-225deg);
	 transform: rotate(-225deg);
}
 .accordionItem {
	 height: auto;
	 overflow: hidden;
}
 @media all {
	 .accordionItem {
		 max-height: 500em;
	}
}

 .accordionItemCollapsed {
}
 .animateIn {
	 -webkit-animation-name: accordionIn;
	 -webkit-animation-duration: 0.65s;
	 -webkit-animation-iteration-count: 1;
	 -webkit-animation-direction: normal;
	 -webkit-animation-timing-function: ease-in-out;
	 -webkit-animation-fill-mode: both;
	 -webkit-animation-delay: 0s;
	 -moz-animation-name: normal;
	 -moz-animation-duration: 0.65s;
	 -moz-animation-iteration-count: 1;
	 -moz-animation-direction: alternate;
	 -moz-animation-timing-function: ease-in-out;
	 -moz-animation-fill-mode: both;
	 -moz-animation-delay: 0s;
	 animation-name: accordionIn;
	 animation-duration: 0.65s;
	 animation-iteration-count: 1;
	 animation-direction: normal;
	 animation-timing-function: ease-in-out;
	 animation-fill-mode: both;
	 animation-delay: 0s;
}
 .animateOut {
	 -webkit-animation-name: accordionOut;
	 -webkit-animation-duration: 0.75s;
	 -webkit-animation-iteration-count: 1;
	 -webkit-animation-direction: alternate;
	 -webkit-animation-timing-function: ease-in-out;
	 -webkit-animation-fill-mode: both;
	 -webkit-animation-delay: 0s;
	 -moz-animation-name: accordionOut;
	 -moz-animation-duration: 0.75s;
	 -moz-animation-iteration-count: 1;
	 -moz-animation-direction: alternate;
	 -moz-animation-timing-function: ease-in-out;
	 -moz-animation-fill-mode: both;
	 -moz-animation-delay: 0s;
	 animation-name: accordionOut;
	 animation-duration: 0.75s;
	 animation-iteration-count: 1;
	 animation-direction: alternate;
	 animation-timing-function: ease-in-out;
	 animation-fill-mode: both;
	 animation-delay: 0s;
}
 @-webkit-keyframes accordionIn {
	 0% {
		 opacity: 0;
		 -webkit-transform: scale(0.8);
	}
	 100% {
		 opacity: 1;
		 -webkit-transform: scale(1);
	}
}
 @-moz-keyframes accordionIn {
	 0% {
		 opacity: 0;
		 -moz-transform: scale(0.8);
	}
	 100% {
		 opacity: 1;
		 -moz-transform: scale(1);
	}
}
 @keyframes accordionIn {
	 0% {
		 opacity: 0;
		 transform: scale(0.8);
	}
	 100% {
		 opacity: 1;
		 transform: scale(1);
	}
}
 @-webkit-keyframes accordionOut {
	 0% {
		 opacity: 1;
		 -webkit-transform: scale(1);
	}
	 100% {
		 opacity: 0;
		 -webkit-transform: scale(0.8);
	}
}
 @-moz-keyframes accordionOut {
	 0% {
		 opacity: 1;
		 -moz-transform: scale(1);
	}
	 100% {
		 opacity: 0;
		 -moz-transform: scale(0.8);
	}
}
 @keyframes accordionOut {
	 0% {
		 opacity: 1;
		 transform: scale(1);
	}
	 100% {
		 opacity: 0;
		 transform: scale(0.8);
	}
}

a {
  text-decoration: none;

}

a:hover {
  background-color: #ddd;
  color: black;
}

.previous {
  background-color: #f1f1f1;
  color: black;
}

.next {
  background-color: #0082e6;
  color: white;
  font-size: 20px;
}

.round {
  border-radius: 50%;
}

.nextdiv {
padding: 8px 16px;
text-align: center;
}
