* {
  margin: 0;
  padding: 0; }

html,
body {
  width: 100%;
  min-height: 100%;
  position: relative;
  background-color: white;
  overflow-x: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: auto; }

.wrapper {
  padding: 1% 5%;
  max-width: 1200px;
  margin: auto; }

.clearfix:after {
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  display: table; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
img {
  max-width: 100%;
  height: auto; }

.flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch; }
  @media all and (max-width: 414px) {
    .flex {
      flex-wrap: wrap; } }

.header img {
  width: 50px; }

.link-icons {
  padding: 0;
  list-style: none; }
  .link-icons .flex-item {
    text-align: center; }
    .link-icons .flex-item img {
      padding: 5px;
      width: 100px;
      height: 100px;
      margin: 5px; }
    @media all and (max-width: 414px) {
      .link-icons .flex-item {
        width: 50%; } }

.about {
  background-color: #f4f5f6;
  margin-top: 5%; }

#contact-form .flex {
  flex-wrap: wrap;
  justify-content: flex-start; }
#contact-form .input-group {
  margin: 25px 15px 25px 0; }
  @media all and (max-width: 925px) {
    #contact-form .input-group {
      margin: 25px 10px 25px 0; } }
  @media all and (max-width: 414px) {
    #contact-form .input-group {
      width: 100%;
      margin: 15px auto; } }
  #contact-form .input-group input {
    box-sizing: border-box;
    font-size: 15px;
    border-color: #cacbcc;
    color: #959595;
    line-height: 25px;
    padding: 12px 24px;
    border: 1px solid #e6e6e6; }
    @media all and (max-width: 414px) {
      #contact-form .input-group input {
        width: 100%; } }
  #contact-form .input-group input[type="submit"]:hover {
    background-color: #959595;
    color: #fff; }
  #contact-form .input-group textarea {
    box-sizing: border-box;
    font-size: 15px;
    border-color: #cacbcc;
    color: #959595;
    line-height: 25px;
    padding: 12px 24px;
    border: 1px solid #e6e6e6;
    width: 680px; }
    @media all and (max-width: 925px) {
      #contact-form .input-group textarea {
        width: 670px; } }
    @media all and (max-width: 414px) {
      #contact-form .input-group textarea {
        width: 100%; } }

.footer {
  background-color: #959595;
  height: 100px; }

/*# sourceMappingURL=celsius.css.map */
