@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html { font-size: 62.5%; }
/* Smartphones (portrait and landscape) */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  html {
    font-size: 80%;
  }
}

body {
  background-color: #FFFFFF;
  background-image: url(images/swishymoo.jpg);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-attachment: fixed;
  color: #35393C;
  font-family: 'Lato', Arial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

h1, h2 {
  line-height: 1.2;
  margin-bottom: 1.8rem;
}

h1 {
  padding: 0px;
  font-size: 1.9rem;
  font-weight: 400;
  color: #35393C;
}

h2 {
  font-weight: normal;
  color: #35393C;
  font-size: 1.6rem;
}

p {
  margin-bottom: 1.8rem;
  font-size: 1.4rem;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #088BB7;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

a:hover {
  color: #088BB7;
  text-decoration: underline;
}

a:active, a:focus {
  outline: none;
  -moz-outline-style: none;
}

.page {
  text-align: center;
}

.content {
  margin: 0 36px 36px;
  padding: 14px 36px 0;
  background-color: rgba(255,255,255,0.4);
  border-radius: 20px;
  display: inline-block;
  overflow: hidden;
}
/* Smartphones (portrait and landscape) */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .content {
    margin: 10px;
    margin-bottom:20px;
    padding: 14px 20px 0;
  }
}
@media only screen and (max-width : 650px) {
  .content {
    margin-bottom:20px;
  }
}

.logo, .mini_biography, .contact_information {
  margin-bottom: 3.6rem;

  opacity: 0;
  /* Firefox */
  -moz-transition-property: opacity;
  -moz-transition-duration: 2s;
  -moz-transition-delay: 0s;
  /* WebKit */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 2s;
  -webkit-transition-delay: 0s;
  /* Opera */
  -o-transition-property: opacity;
  -o-transition-duration: 2s;
  -o-transition-delay: 0s;
  /* Standard */
  transition-property: opacity;
  transition-duration: 2s;
  transition-delay: 0s;
}

.logo {
  margin-bottom: 25px;
}
@media only screen and (max-width: 434px) {
  .logo img {
    width: 100%;
    height: auto;
  }
}

.mini_biography {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s; /* Firefox 4 */
  -webkit-transition-delay: 0.3s; /* Safari and Chrome */
  -o-transition-delay: 0.3s; /* Opera */
}

.contact_information {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s; /* Firefox 4 */
  -webkit-transition-delay: 0.6s; /* Safari and Chrome */
  -o-transition-delay: 0.6s; /* Opera */
}

.loaded .logo, .loaded .mini_biography, .loaded .contact_information {
  opacity: 1;
}

section.navigation {
  margin-bottom: 20px;
}

.site_navigation {
  font-size: 14px;
}

.site_navigation li {
  display: inline;
}

.site_navigation li:after {
  content: " |";
  color: #C7C7C7;
}

.site_navigation li:last-child:after {
  content: "";
}

.social_navigation {
  float: right;
  clear: both;
}
.social_navigation img {
  display: block;
  height: 16px;
}

.shadow_container_style {
  padding: 14px 24px;
  display: inline-block;
  letter-spacing: 1px;
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.17);
  background-color: rgba(255, 255, 255, 0.8);
}

.shadow_container_style_left {
  border-radius: 0 0 10px 0;
}

.shadow_container_style_right {
  border-radius: 0 0 0 10px;
}

.shadow_container_style_center {
  border-radius: 10px;
}

