@import url("https://use.typekit.net/gle6duk.css");

/* YUI reset (mostly)  */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;padding: 0;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}

body {
  margin: 20px 0 20px 40px;
  background-color: #0d0d0d;
  color: #000;
  font-family: yrsa, Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  background-color: #fff;
}

h1 {
  width: 202px;
  font-size: 38px;
  font-weight: normal;
  margin-bottom: 50px;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #999;
}

h2 {
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

h2 a:link,
h2 a:visited {
 text-decoration: none;
 color: #000;
}

h2 a:hover {
 text-decoration: underline;
}

input,
textarea {
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 13px;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

#hugger {
  width: 960px;
}

.columns {
  float: left;
  width: 250px;
  min-height: 300px;
  margin: 0 0 30px 0;
  padding: 30px 30px;
  border-right: 1px dotted #999;
}

.columns a {
  color: #666;
}

#pics li {
  display: inline;
  margin-right: 2px;
}

#links {
  margin: -4px 0 20px 0;
  padding: 0;
}

#links li {
  margin-bottom: 5px;
}

#info {
  width: 265px;
  border: none;
  padding-right: 0;
}

#info p {
  margin-bottom: 10px;
}

#contact {
  display: none;
  margin-top: 15px;
}

#contact p {
  margin-bottom: 10px;
}

#name, 
#email,
#answer,
#msgbody {
  width: 248px;
}

#lab4 span {
  font-size: 13px;
}

#sub-butt {
  text-align: right;
}

#sub-butt input {
  border: 1px solid #999;
  background-color: #55E08A;
  padding: 5px;
  border-radius: 4px;
}

#contact-icon {
  font-size: 12px;
  color: #333;
}

#contact-thanks {
  position: absolute;
  top: 285px;
  left: 690px;
  width: 100px;
  padding: 10px;
  background-color: yellow;
}

@media screen and (max-width: 725px) {
  body {
    margin: 20px;
  }

  #hugger,
  h1 {
    width: auto;
    text-align: center;
    margin-bottom: 12px;
  }

  #catchphrase {
    margin-bottom: 0;
    text-align: center;
  }

  .columns {
    float: none;
    width: auto;
    border: none;
    margin: 0;
    padding-bottom: 15px;
    min-height: inherit;
  }

  #info {
    width: auto;
    padding-right: 30px;
  }

  #contact-thanks {
    top: 68px;
    left: 36%;
  }
}
