/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 991px) {
.headerText h1 {
font-size: 20px;
}
}

/* tablets/desktops and up ----------- */
@media (min-width: 992px) {
.headerText h1 {
font-size: 34px;
}
}

.GoGreenimg {
margin-top: 50px;
}

.headerText h1 {
text-align: center;
line-height: 170%;
}

.embed-container { 
 position: relative; 
 padding-bottom: 56.25%; 
 height: 0; 
 overflow: hidden; 
 max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
 position: absolute; 
 top: 0; 
 left: 0; 
 width: 100%; 
 height: 100%; 
}

.go-green-p p {
font-size: 1.5em;
line-height: 1.5em;
text-align:justify;
text-align-last: center;
}

.box-text {
text-align: center;
display: block;
margin: auto;
width: 100%;
border: solid black;
margin: 20px 0px;
padding: 15px 0px 10px 0px;
font-size: 1.5em
}

.btn-primary2 {
width: 250px;
padding: 19px 10px 15px 10px;
font-size: 1.5em; 
color: white;
background-color: black;
border-radius: 0px;
}
.btn-primary2:hover {
color: white;
}

.div-btn {
  display: block; 
  margin: 20px auto; 
  width:250px;
}
