/************************** Global settings *************************/
html {
    height: 100%;
    font-family: 'Open Sans', sans-serif; font-weight: 400;
    font-size:300%;

}


body {
    height: 100%;
    width: 100%;
    font-size:30%;
    margin: 0;
    background-color: #1a1a1a;
    background-size: cover;       /* For flexibility */
    background-position: center bottom; /*Positioning*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}


h1 {
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 7px;
    font-size: 200%;
    margin-top: -40px;
    margin-bottom: 5px;
    padding-top:30px;
}


h2 {
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    /*letter-spacing: 7px;*/
    font-size: 400%;
}


figure{
    margin:0;
    padding:0;
    line-height:18px;
}


figcaption{
    margin-top: 25px;
/*  font-family: 'Open Sans', sans-serif; font-weight: 700;
    font-style: italic;*/
}


figure img{
    display:block;
    margin: 0 auto;
}


.dropShadow{
    box-shadow: 0px 10px 20px #000000;
}


#divider{
    height:2px;
    width:500px;
    background-color:white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 40px;
    min-width:50px;
    opacity: 0.16
}


img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}


/* unvisited link */
a:link {
    color: #FFFFFF;
    text-decoration: none;
}


/* visited link */
a:visited {
    color: #FFFFFF;
    text-decoration: none;
}


/* mouse over link */
a:hover {
    color: #808080;
    text-decoration: underline;
}


/* selected link */
a:active {
    color: #808080;
    text-decoration: none;
}


/************************** Top Section settings *************************/
/*.fullscreen {
    Overridden in index.php
}*/

.headerLine{
    position: absolute;
    width: auto;
    left: 10%;
    right: 10%;
    border-bottom: 1px solid;
    z-index: 5;
    height: 30px;
    line-height: 10px;
    margin-top: 80px;
}

.logo{
    float: left;
    font-family: 'Nothing You Could Do';
    font-weight: 400;
    font-size: 450%;
    letter-spacing: 1px;
}


.byLine{
    clear:left;
    float: left;
    font-family: 'source sans pro';
    font-weight: 300;
    color: #bfbfbf;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom:50px;
}


.menu{
    clear:right;
    float: right;
    font-family: 'source sans pro';
    font-weight: 300;
    color: #bfbfbf;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: -35px;
}


/************************** Recent Additions Section settings *************************/
.recentAdditionsSection{
    margin-top: 50px;
}


ul.a {
    list-style-type: none;
    overflow: hidden;
    margin-right: 60px;
}

li.a{
    float:left;
    list-style-type: none;
    margin-right:-18px;
    padding: 20px 18px;

}

ul.b {
    list-style-type: none;
    overflow: hidden;
    margin-right: 60px;
}

li.b{
    clear:right;
    float:right;
    list-style-type: none;
    margin-left:180px;

}

.recentAdditions {
    font-family: 'source sans pro';
    font-weight: 300;
    color: #bfbfbf;
    text-align: center;
    max-width: 1730px;
    margin-left: auto;
    margin-right: auto;
}



.centered {
/*  border: 1px solid;  //for testing */
    width: 250px;
    height: 300px;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    float:left;
    line-height: 20px;
}




/************************** Birds Section settings *************************/
.photographySection{
    clear:both;
    margin-top: 50px;
    background-color: #2B2B2B;
    padding-bottom:50px;
/*  height: 40%;*/
}


ol.Albums {
    -moz-column-count: 5;
    -moz-column-gap: 20px;
    -moz-column-width: 200px;
    -webkit-column-count: 5;
    -webkit-column-gap: 20px;
    -webkit-column-width: 200px;
    max-width: 1260px;
    column-count: 5;
    column-gap: 20px;
    column-width: 200px;
    min-width:150px;
    list-style-position: inside;
    list-style-type: disc;
    color: white;
    text-align: left;
    line-height:250%;
    margin-left: auto;
    margin-right: auto;

}

ol.Albums > li.Alphabetical{
    list-style-type: none;
    text-align: center;
    text-decoration: none;
    padding-top:20px;
}

/* This new rule specifically targets the h2 tags inside your album list */
.Alphabetical h2 {
    font-size: 180%;
    margin: 10px 0 5px 0;
}

#dividerAlphabet{
    height:2px;
    width:150px;
    background-color:white;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    margin-bottom: 10px;
    opacity: 0.16
}


/************************** Landscapes Section settings *************************/
.landscapesSection{
    clear:both;
    margin-top: 50px;
}

.landscapes{
    font-family: 'source sans pro';
    font-weight: 300;
    color: #bfbfbf;
    text-align: center;
    max-width: 1730px;
    margin-left: auto;
    margin-right: auto;
}


/************************** Wildlife Section settings *************************/
.wildlifeSection{
    clear:both;
    margin-top: 50px;
}

.wildlife{
    font-family: 'source sans pro';
    font-weight: 300;
    color: #bfbfbf;
    text-align: center;
    max-width: 1730px;
    margin-left: auto;
    margin-right: auto;
}


/************************** Contact Section settings *************************/
.aboutSection{
    margin-top: 50px;
    clear:both;
    background-color: #2B2B2B;
/*  height: 50%;*/
}

.bio{
/*  border: 1px solid red;*/
    max-width: 650px;
    padding:20px;
    overflow: auto;
    color:white;
    max-width: 1250px;
}

.bioForm{
/*  border: 1px solid yellow;*/
/*  float:left;*/
    max-width: 999px;
    line-height: 25px;
    margin-bottom:60px;
}

.image-cropper {
/*  border: 1px solid blue;*/
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-top:10px;
    margin-right: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #3E3E3E;
    box-shadow: 0px 0px 20px #000000;
    float:left;
}

.bioText{
    text-align: left;
    margin-top: -16px;
/*  margin-left:190px;*/
/*  font-size: 100%;*/
}

img.circle {
    display: block;
    margin: 0px 0px auto;  /*profile icon position*/
    height: 155%;  /* image scale inside crop */
    width: auto;
}



/************************** Footer Section settings ************************/
.footer {
    height: 10%;
    width: 100%;
    margin-top:-50px;
    background-color: #212121;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: 0px 0px 45px #000000;
}

p.footerCopy{
    margin-top: 50px;
    padding-top: 50px;
    color: white;
}


/************************** Gallery styles ************************/
.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.gallery-item {
    width: 200px; /* Thumbnail width */
    text-align: center;
    line-height: 1.4;
    color: #bfbfbf;
}

.gallery-item figure {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gallery-item a {
    display: block;
}

.gallery-item img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: block;
    box-shadow: 0px 10px 20px #000000;
}

.gallery-caption {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1; /* Allows caption to fill space */
}

.image-title {
    font-weight: bold;
}

.image-date {
    font-size: 0.9em;
    color: #999;
}