/*!
 * Start Bootstrap - Full (https://startbootstrap.com/template-overviews/full)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full/blob/master/LICENSE)
 */

body {
  background: url('https://res.cloudinary.com/carey-inhulsen/image/upload/v1603160701/02880001_clk1ni.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  
}

.name {
color: white;
size: 70vw;
font-family: 'Abril Fatface';
text-align: center;
font-size: 15vw;
}

.social {
color: white;
size: 4vw;
font-family: 'Abril Fatface';
text-align: right;
text-align: center;
font-size: 2vw;
padding-left: 5%;
}

a { 
  color:white
}

/* Accessibility helper: hide visually but keep for screen readers */
.sr-only { position:absolute; width:1px; height:1px; padding:0; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

/* Helper for percent-based top margin used by legacy page */
.mt-25pc { margin-top: 25%; }

/* Style for collapsible photo links */
details summary { cursor: pointer; }
details summary:hover, details summary:focus { text-decoration: underline; }
.photo-links a { color: inherit; text-decoration: underline; }
.photo-links { margin: 0; }

