/* my style */

#contactForm{
  width: 50%;
  margin: 0 auto;
}
#c2cHoldOne {
  Display:none;
}

h1 {
    font-size: 26px;
}

#sideWrapper {
    padding: 2px 15px 0;
}

.mobile_button {
    color: #000000 !important;
}

/**************************************************************************************************************
MEDIA QUERIES
**************************************************************************************************************/

@media only screen and (max-width: 480px) {
/* put CSS here for tablet and mobile view */


.col-xs-6 {
    width: 100% !important;
}
  
  #headerBackground {
  display:none !important;
  }
  
  #header_logo_position {
  max-width:100% !important;
}
  
  #header_div {
    min-height: 270px !important;
  }
  
  #c2cHeader {
    display:none !important;
  }
  
}

@media screen and (max-width: 767px) {
    #c2cHoldTwo{
      display: none;
    }
    #contactForm{
      width: 100%;
    }
    #mobile{
      display: none;
    }
    .header_logo{
      position: relative !important;
      left: 0 !important;
      top: 0 !important;
    }
}