/*
Theme Name:     100 Club
Description:    
Author:         webmaint
Template:       generatepress

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
#masthead{
	background-color:#252930;	
}
.main-title a{
	color:#FFF !important;	
}
.site-info{
background-color:#252930;	
}

.sidebar .widget {
    background-color: #252930;
}
.widget{
margin:0px;
}
#menu-main{
text-align:center;
}
#menu-main li a{
  color:#FFF;
}
#content{
padding:0px;
}

#primary{
padding-top:40px;
}
.inside-left-sidebar{
margin-bottom:0px;
}
.site-info a, .site-info a:visited {
    color: #A4858F;
}
body {
    background-color: #a4858f6b;
}
.one-container.both-left .site-main, .one-container.left-sidebar .site-main {
    margin-left: 20px;
    margin-right: 20px;
}
/* #### Mobile Phones Portrait #### */
@media only screen and (max-width: 768px) {
  /* some CSS here */

#text-4{
  display:none;
}
.content-area{
    padding: 10px;
}
  #text-3{
  display:none;
  }
  }