﻿body {
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    color: indigo;
    padding: 15px 0;
}

a,a:hover,a:visited,a:active {
    text-decoration: none;
    color: indigo;
}
.hidden {
    display: none !important;
}
.container.header {

    margin-bottom: 15px;
}
.container.header .h-border
{
    margin: 0;
}

.footer-content {
    display: inline-block;
    margin: auto;
}

span.h-border {
    border-top: 1px solid mediumpurple;
    display: block;
    clear: both;
    margin: 8px 0;
}
.container.home
{
    margin-top: 30px;
}

.photo-row {
    /*    display: flex;*/
    text-align: center;
    gap: 5px;
    margin-bottom: 5px;
    clear: both;
}
.photo-row > * {
    margin: 0;
    padding: 0;
}
.photo-item {
    flex-basis: 0;
    aspect-ratio: var(--ratio);
    flex-grow: calc(var(--ratio));
    text-align: center;
    margin: auto;
    overflow: hidden;
    border: 1px solid mediumpurple;
    transition: border 1s;
    margin-bottom: 15px;
}
.photo-item:hover
{
    border: 1px solid indigo;
    transition: border 1s;
}
.photo-image {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: all 1s;
}
.photo-image:hover
{
   transform: scale(1.1);
}

.photo-image-scale
{
    transform: scale(1.5);
}

main {
    text-align: center;
}
footer {
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div.img {
    width: 233px;
    background-size: cover;
    height: 156px;
    margin-bottom: 6px;
    background-repeat: no-repeat;
    background-position-x: center;
}
h1
{
    line-height: initial;
    color: indigo;
}
h1.name {
    font-size: 2rem;
    margin: 0;
    position: relative;
    top: 7px;
    display: inline;
}
h1.photography {
    font-size: 1.3rem;
    margin: 0;
    position: relative;
    top: -7px;
    left: 20px;
        display: inline;
}
h1.photography img {
    width: 20px;
    margin: 0;
}
h2
{
    font-size: 1.8rem;
}
#burger-icon {
    flex-basis:50%;
    text-align: right;
}
line {
    stroke: indigo;
    stroke-width: 2;
}
nav#desktop
{
    display: none;
}
nav
{
    flex-basis: 50%;
    text-align: right;
}
nav ul
{
    width:100%;
    background: white;
    padding: 1px;
}
nav#mobile
{
    display: none;
}
nav#mobile ul li
{
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid mediumpurple;
}
nav ul li a
{
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 0 5px;
    font-size: 1rem;
    text-align: left;
}

span.copy {
    font-size: 12px;
}
img.footer-logo {
    margin-left: 10px;
    margin-top: -2px;
    margin-right: 5px;
    margin-bottom: 0;
    width: 16px;
}
.row.title
{
    margin-bottom: 25px;
}

form
{
    text-align: left;
}
.contact-content
{
    max-width: 576px;
    margin: auto;
}
form .row:not(last-child)
{
    margin-bottom: 15px;
}
form span
{
    font-size: .8rem;
}

#heading {
    flex-basis: 50%;
}

.header-content {
    display: flex;
    align-items: center;
}

.form-control, input[type=submit] {
    background: none;
    border: 1px solid mediumpurple;
    transition: all 1s;
    color: indigo;
}
.form-control:focus, input[type=submit]:hover
{
    border: 1px solid mediumpurple;
    transition: all 1s;
    outline: none;
    box-shadow: none;
}
input[type=submit]:hover {
    color: mediumpurple;
}

/*// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap*/
/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

    .container, .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 576px) {

    .photo-row
    {
        display: flex;
    }
    .photo-item
    {
        margin-bottom: 0;
    }
    nav#desktop {
        display: block;
    }
    nav#mobile {
        display: none;
    }
    #burger-icon {
        display: none;
    }
    nav#desktop ul
    {
        width: auto;
        display: block;
        background: initial;
        padding: 1px;
        border: none;
    }

    nav#desktop ul li
    {
        display: inline-block;
        padding: 0;
        border-top: none!important;
        border-bottom: none!important;
    }
    nav#desktop ul li a {
        font-size: 1rem;
        transition: all 1s;
    }
    nav#desktop ul li a:hover {
        color: mediumpurple;
    }
    nav#desktop ul li:last-child {
        margin-right: 0;
    }
    nav#desktop ul li a:last-child {
        padding-right: 0;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px)
{
    .photo-row
    {
        gap: 15px;
        margin-bottom: 15px;
    }

}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

}
