* {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display:block;
}
body {
	background: #bdbec2;
	background-image: url('images/single_light.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
h2 {
	font-family: 'Pacifico', cursive;
  text-align: center;
}
p {
	color: #6a5641;
	font-family: 'Open Sans', sans-serif;
  padding: 2%;
}	
img {
  width: 200px;
  height: 75px;
}
/* Flex info from
https://stackoverflow.com/questions/9277311/how-can-i-horizontally-align-my-divs */
.socialmedia_icons {
  width: 100%;
  display: inline-block;
  display: flex;
  flex-direction: row;
}
.icons {
  width: 55px;
  margin-left: 1%;
}
/* --------------- Start full-width browser bar -----------
free from https://css-tricks.com/full-browser-width-bars/*/
html, body {
  overflow-x: hidden;
}
h2, .full-width {
  position: relative;
  margin: 0 -9999rem;
  padding: .6rem 9999rem;
  background: #666;
  background: rgba(0, 0, 0,.5);
  color: #c9b69e;
  font-size: 1.1rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tinted { 
  z-index: 0;
}
.tinted:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 9997.5rem;
  right: 9997.5rem;
}
/* --------------- End full-width browser bar ------------*/
#card {
	width: 60%;
	background-color: #ae8f78;
	padding: 3%;
  margin: 8%;
  margin-top: 90px;
  width: 250px;
  border: 3px solid #423931;
}
.h2_font {
  font-size: 1.7rem;
}
/* Wobble Bottom -- free from 
https://github.com/IanLunn/Hover/blob/master/css/hover.css */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}  
/* --------------- 370 PX MEDIA QUERY --------------------- */
@media (min-width: 370px) {
  .icons {
    width: 55px;
    margin-left: 3%;
  }
 } 
/* --------------- END 370 PX MEDIA QUERY ----------------- */

/* --------------- 490 PX MEDIA QUERY --------------------- */
@media (min-width: 490px) {
  #card {
    margin-bottom: 4%;
  }
 } 
/* --------------- END 490 PX MEDIA QUERY ----------------- */

/* --------------- 620 PX MEDIA QUERY --------------------- */
@media (min-width: 620px) {
  #card {
    margin-bottom: 3.5%;
  }
  .icons {
    margin-left: 3%;
  }
}
/* --------------- END 620 PX MEDIA QUERY ----------------- */

/* --------------- 700 PX MEDIA QUERY --------------------- */
@media (min-width: 700px) {
  .icons {
    width: 45px;
    margin-left: 3.9%;
  }
}
/* --------------- END 700 PX MEDIA QUERY ----------------- */

/* --------------- 780 PX MEDIA QUERY --------------------- */
@media (min-width: 780px) {
  .icons {
    width: 45px;
    margin-left: 4.5%;
  }
}
/* --------------- END 780 PX MEDIA QUERY ----------------- */

/* --------------- 860 PX MEDIA QUERY --------------------- */
@media (min-width: 860px) {
  #card {
    margin-bottom: 3%;
  }
}
/* --------------- END 860 PX MEDIA QUERY ----------------- */

/* --------------- 920 PX MEDIA QUERY --------------------- */
@media (min-width: 920px) {
  .icons {
    width: 4%;
  }
}
/* --------------- END 920 PX MEDIA QUERY ----------------- */

/* --------------- 920 PX MEDIA QUERY --------------------- */
@media (min-width: 920px) {
  #card {
    margin-bottom: 2%;
  }
  .icons {
    margin-left: 5.5%;
    width: 3%;
  }
}
/* --------------- END 920 PX MEDIA QUERY ----------------- */

/* --------------- 1050 PX MEDIA QUERY --------------------- */
@media (min-width: 1050px) {
  .icons {
    width: 2.5%;
  }
}
/* --------------- END 1052 PX MEDIA QUERY ------------------ */

/* --------------- 1150 PX MEDIA QUERY --------------------- */
@media (min-width: 1150px) {
  #card {
    margin-top: 45px;
  }
  .icons {
    width: 2%;
  }
}
/* --------------- END 1150 PX MEDIA QUERY ------------------ */

/* --------------- 1245 PX MEDIA QUERY --------------------- */
@media (min-width: 1245px) {
  #card {
    margin-top: 35px;
  }
  .icons {
    margin-left: 5%;
  }
}
/* --------------- END 1245 PX MEDIA QUERY ------------------ */

/* --------------- 1300 PX MEDIA QUERY --------------------- */
@media (min-width: 1300px) {
  .icons {
    margin-left: 5.5%;
  }
}
/* --------------- END 1300 PX MEDIA QUERY ------------------ */

