/* Vantage Full Width Layout - Adjust Site Width */

body.responsive.layout-full #page-wrapper .full-container {
max-width: 1400px;
}

/* Vantage Main Navigation Text - Adjust Font Weight */

.main-navigation ul li a {
  font-weight: 300;
}

/* Vantage Logo in Menu - Logo Left Padding */

#masthead.masthead-logo-in-menu .logo > img {
  padding-left: 0px;
}
body.responsive #masthead.masthead-logo-in-menu .logo {
    margin-left: 0px;
  }
.layout-full #colophon {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0px;
  padding-bottom: 0px;
    background-image: url("https://www.txt2vote.mobi/wp-content/uploads/2018/12/footer_red_bg2.png"); /* The image used */
  background-position: center; /* Center the image */
  background-repeat: repeat; /* repeat the image */
  
}