
html {
    margin: 0px;
	padding: 0px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 52%;
}

.center2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 340px;
  max-width: 340px;
}

.shadow45 {
box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.75);
}

body {
    background: url('images/lines.png');
    background-size: auto;
    background-repeat: repeat;
    background-position: top left;
    position: absolute;
    opacity: 1;
    color: #000000;
    background-color: #555555;
  	margin: 0px;
	padding: 0px;
    width: 100%;
    height: 100%;
}

.mainlogo {
    width:300px;
    height:auto;
    border-radius: 20px;
    display: block;
    border-style: double;
    border-color: #DAEE01;
}




.welcomemes{
    display: block;
    width:500px;

}
.welcomemes2{
        width:700px;
    display: block;
    text-align: center;
}

footer ul{
    color: #ffffff;
}

.footer-copyright ul{
        list-style-type: none;
}
.nobullets{
        list-style-type: none;
}

ul .greenlink {
    margin-top: 20px;
}

li button{
    margin-top: 10px;
}

.mynav {
    color: #000000;
    background-color: #1c6434;
}

.my-green-nav {
    color: #000000!important;
    background-color: #000000!important;
    border-bottom: solid #DAEE01 5px !important;
    border-top: solid #DAEE01 5px !important;

}


.my-greendark {
    color: #000000!important;
    background-color: #134223!important;
}

.my-white {
    color: #000000!important;
    background-color: #ffffff!important;
}

.my-black {
    color: #ffffff!important;
    background-color: #000!important;
}

.jumbotron {
    background-color: #777777 !important;
    padding: 1rem 1rem !important;
    margin-bottom: 1rem !important;
    border-bottom: solid #DAEE01 5px !important;

    
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 1rem 2rem;
    }
}

.cta {
    text-align: center;
    padding: 5px;
    background: #DAEE01;
    color: #000000;
    border-radius: 10px;
    margin-top: 20px;
    border-color: #000000;
    border-style: solid;
    
}
  .cta a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
  }