
    @font-face {
    font-family: 'RotondaC';
    font-style: normal;
    font-weight: normal;
    src: local('RotondaC'), url('font/rotondac.woff') format('woff');
    }
    

    @font-face {
    font-family: 'RotondaC Bold';
    font-style: normal;
    font-weight: normal;
    src: local('RotondaC Bold'), url('font/rotondac-bold.woff') format('woff');
    }


body{
	font-family:'RotondaC';
	font-weight:normal;
	letter-spacing: 0.025em;
}

h1, h2, h3{
	font-family:'RotondaC Bold';font-weight:normal;
	
}


.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #b2b4b4;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.bg-blue{
	background-color: #1b75bb;
}.bg-blue2{
	background-color: #164f93;
}
.bg-gray{
	background-color: #b2b4b4;
}
.bg-gr1{
	
background: url("images/sky.jpg") center center no-repeat;}

.bg-lightblue{
	background: #eef9ff;
}

.text-color-blue{
	color: #1b75bb;
}


.background-moxito{
	background: #e2ff97 url("images/moxitobg.gif") ;
	background-size: cover;
	
}
.background-polunycya{
	background: #ff7c7c url("images/strawbery.gif") ;
	background-size: cover;
}
.background-multi{
	background: #fff978  url("images/multi.gif");
	background-size: cover;
}.background-pomelo{
	background: #ffaef3 url("images/pomelo.gif");
	background-size: cover;
}
