@import url(https://fonts.googleapis.com/css?family=Baloo+Tamma|Ubuntu:300,400,700);

body { 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #006600;
    scroll: no-scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height:100%;
}


.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-inverse {
  background-color: #0a6b0a;
  border-color: #0a6b0a;
  font-family: 'Baloo Tamma';
}

.container-white {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background:rgb(255,255,255);
}

.white {
    background-color:white;
    margin-right: 15px;
}

.twoColumns {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}

p {
  font-family: 'Ubuntu', sans-serif; font-weight:300; font-size:3;
}
h1, h2, h3, h4, h5 {
  font-family: 'Baloo Tamma', sans-serif; color:rgb(0,102,0);
}

h1 {
   font-size:42px;
}

h2 {
	font-size: 24px;
	color:rgb(256,256,256);
}

#overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -120px;
    left: 5px;
    color: red;
    font-size: 40px;
    z-index: 10;
}

#overlay-xs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -120px;
    left: 5px;
    color: red;
    font-size: 40px;
    z-index: 10;
}


/* Extra small devices (phones, less than 768px) */
/* No media query Bootstrap is Mobile First */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}