/*


Root
*/
@import "type.css";
@import "layout.css";

/*


Hiding Elements for Print
*/
#sub, #FootNav, #head h1, #head h5 {
  display: none !important;
}

body {
  font-size: 90%;
}
  #shell, #shell1, #shell2, #main, .margin {
    float: none;
    margin: auto;
    padding: 0;
    width: 95% !important;
  }
  
    #head {
      border-bottom: 2px solid #CED8C6;
      height: 110px;
      width: 100%;
    }
      #head * {
        bottom: auto !important;
        left: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
      }
    
      #head h2 {
        display: block;
        text-align: center;
      }

    #feature {
      border-bottom: 2px solid #CED8C6;
      clear: both;
      margin: auto;
    }
    
    #feature * {
      position: none;
      text-align: center !important;
      width: 100% !important;
    }
    
    #feature, #feature h3, #feature p {
      width: 100%;
    }
    
    .TellUsAboutYourWedding * {
      display: block;
    }
      
    #foot {
      text-align: center;
    }
      #foot * {
        margin: auto;
        text-align: center;
      }
    #FootNav, #CocoDesign, .ToTop {
      display: none;
    }

img {
  border: 0;
}