.header{
  display: inline-block;
}

.refplava {
  color:#00a7e6;
  }
.myButton {
	background-color:#00a9e6;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #0c99cc;
	display:inline-block;
	cursor:pointer;
	color:#ffffff!important;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1592bf;
}
.myButton:hover {
	background-color:#1390bd;
}
.myButton:active {
	position:relative;
	top:1px;
}

#envirabox-title {
  display:none!important;
  }

.main-bar, .side-bar {
    position: relative;
    margin: 0;
    padding: 0;
    outline: 0;
    display: inline-block;
    border: none;
  float:left;
    
}
.main-bar {
    width: 30%;
}
.side-bar {
    width: 35%;
}

.onama {
  text-align: center;
}
.columnmain {
    float: left;
    width: 25%;
  text-align: center;
  padding:5px;
}

.column {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

 /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1024px) {
    .column {
        width: 100%!important;
    }
} 
@media screen and (max-width: 600px) {
    .columnmain{
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .one{
        width: 100%!important;
    }
}
@media screen and (max-width: 600px) {
    .two{
        width: 100%!important;
    }
}
@media screen and (max-width: 600px) {
    .onee{
        width: 100%!important;
    }
}
@media screen and (max-width: 600px) {
    .twoo{
        width: 100%!important;
    }
}
@media screen and (max-width: 600px) {
    #inline{
        display:block!important;
    }
}

    #inline{width:100%;height:auto;display:flex;}
    .one,.two{width:50%;margin:10px;text-align: center;}
.onee,.twoo{width:50%;margin:10px;}
.btn {
  padding:1em 2em;
  margin:1em;
  background:#02abe5;
  color:#fff;
  position:relative;
}

.ad-left {
  float: left;
}

.ad-right {
  float: right;
  margin-left: 10px;
}

.entire-thing {
  width: 100%;
}

.columnt {
    float: left;
    width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 600px) {
    .main-bar, .side-bar{
        width: 100%!important;
    }
}


.footer-widgets {
  text-align:left;
}
