@import url("TilesNormal.css");
@import url("TilesLarge.css") screen and (min-width: 1000px) and (min-height: 900px);

body {
    width: 100%;
    max-width: 100%;
    height:100%; 
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    font-family: Poppins, Roboto, Noto, "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #222222;
    text-decoration: none;
}

pre {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    font-family: Consolas, Poppins, Roboto, Noto, "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #222222;
    text-decoration: none;
}

.preformatted {
    white-space: pre-wrap !important;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 50px;
    font-family: Consolas, Poppins, Roboto, Noto, "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.Header {
    position: fixed;
    flex-shrink: 0;
    top: 0px;
    width: 100%;
    z-index: 50;
    background-color: rgb(30, 21, 43);
    xbackground-image: linear-gradient(rgb(42, 0, 229), rgb(32, 0, 209));
    opacity: 0.9;
    height: 60px;
    overflow: auto;
    outline: none;
    overflow-x: hidden;
    white-space: nowrap; 
}
    .Header div {
        cursor: pointer;
        color: rgb(220, 220, 220);
        float: left;
        margin-top: 13px;
        margin-left: 10px;
        line-height: 32px;
        text-align: left;
        text-shadow: 1px 1px 7px rgb(11, 0, 100);
        vertical-align: middle;
        font-size: 32px;
    }

.Content {
    flex-grow: 1;
}

.Footer {
    flex-shrink: 0;
    height: 250px;
    bottom: 0px;
    width: 100%;
    z-index: 20;
    background-color: RGB(200, 200, 200);
    overflow-x: hidden;
    outline: none;
    white-space: nowrap;
}

    .Footer div {
        color: white;
        float: left;
        width: 100%;
        margin-left: 20px;
        margin-top: 15px;
        margin-right: 25px;
        text-align: left;
        vertical-align: middle;
    }

    .Footer a {
        color: white;
        text-decoration: none;
    }

        .Footer a:hover {
            color: #207abe;
            text-decoration: underline;
        }

    .Footer span {
        color: white;
        text-decoration: none;
    }

.ContentWrapper {
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 80px;
}

.Title a:link {
    font-family: "Segoe UI Light";
    font-size: 36px;
    color: #444444;
    line-height: 60px;
    text-decoration: none;
}

.Title a:visited {
    font-family: "Segoe UI Light";
    font-size: 36px;
    color: #444444;
    line-height: 60px;
    text-decoration: none;
}

.Pivot a:link {
    font-size: 13px;
    color: #444444;
    padding-right: 20px;
    position: relative;
    float: left;
    text-decoration: none;
}

.Pivot a:visited {
    font-size: 13px;
    color: #444444;
    padding-right: 20px;
    position: relative;
    float: left;
    text-decoration: none;
}

.Pivot a:hover {
    font-size: 13px;
    color: #207abe;
    padding-right: 20px;
    position: relative;
    float: left;
    text-decoration: underline;
}

.Pivot a:focus {
    font-size: 13px;
    color: #207abe;
    padding-right: 20px;
    position: relative;
    float: left;
}

h1 {
    font-family: Poppins, Roboto, Noto, "Segoe UI Light", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: #121212;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
}

h2 {
    font-family: Poppins, Roboto, Noto, "Segoe UI Light", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 32px;
    color: #222222;
    text-decoration: none;
    margin-bottom: 2px;
}

h3 {
    font-family: Poppins, Roboto, Noto, "Segoe UI Light", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 28px;
    color: #222222;
    text-decoration: none;
    margin-bottom: 2px;
}

h4 {
    font-family: Poppins, Roboto, Noto, "Segoe UI Light", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    text-decoration: none;
    margin-bottom: 2px;
}

.heading1 {
    font-family: "Segoe UI Light";
    font-size: 36px;
    color: #444444;
    line-height: 60px;
    text-decoration: none;
}

.heading2 {
    font-size: 19px;
    font-family: "Segoe UI Semilight";
    color: #666;
    padding: 0px 0px 10px 0px;
}

.Sections {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    /* margin-left: auto;
    margin-right: auto; */
    margin-bottom: 20px;
}

.SearchTile {
    max-width: 350px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    min-height: 40px;
    background-color: #ffffff;
    margin-top: 5px;
    margin-bottom: 10px;
    position: relative;
    float: left;
    overflow: hidden;
    border: 1px solid #c4c5f5;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    cursor: pointer;
}

.SearchPhotoTile {
    min-height: 40px;
    max-width: 80px;
    max-height: 100px;
    background-color: #ffffff;
    margin-top: 5px;
    margin-left: auto;
    margin-right: 4px;
    margin-bottom: 10px;
    position: relative;
    float: left;
    border: 0px solid #c4c5f5;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    padding: 0px;
    align-content: center
}


.noborders {
    border-width: 0px;
    -ms-interpolation-mode: bicubic;
}

.noborders1 {
    border-width: 0px;
    -ms-interpolation-mode: bicubic;
}

div.Search {
    min-width: 100px;
    max-width: 250px;
    height: 26px;
    color: rgb(119, 119, 119);
    padding: 1px 1px;
    border: 1px solid rgb(32, 32, 32);
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    overflow: clip;
}

    div.Search span {
        display: none;
    }

    div.Search input {
        min-width: 60px;
        max-width: 210px;
        width: 100%;
        padding-left: 5px;
        padding-right: 0px;
        font-size: 13px;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align: middle;
        border: 0px;
        border-radius: 5px;
        margin: -1px 0px 0px;
        outline: 0px;
    }

        div.Search input:focus {
        }

    div.Search button {
        position: relative;
        margin: 0px;
        padding: 0px;
        border: white;
        width: 22px;
        cursor: pointer;
        background-color: transparent;
    }

        div.Search button svg {
            margin-left: 2px;
            margin-top: 2px;
            vertical-align: bottom;
            border: 0px;
            fill: RGB(50, 50, 90);
            height: 18px;
            width: 18px;
        }

div.SearchTopSpacer {
    z-index: 0;
    position: relative;
    top: 0px;
    width: 100%;
    overflow: auto;
    height: 40px;
    outline: none;
    padding-top: 30px;
    margin-top: 30px;
}

div.SearchButtomSpacer {
    z-index: 0;
    position: relative;
    top: 0px;
    width: 100%;
    overflow: auto;
    height: 10px;
    outline: none;
}

.clsDontPrint {
    xdisplay: block;
}

.PhotoBackTile {
    width: 150px;
    height: 150px;
    background-color: #808080;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    float: left;
    overflow: hidden;
    border: 0px solid #f4f5f5;
    text-decoration: none;
    cursor: pointer;
    box-shadow: #d8d8d8 2px 2px;
}

.PhotoBackTileText {
    position: absolute;
    left: 0px;
    top: 118px;
    width: 150px;
    padding: 5px;
    margin: 0px;
    z-index: 1;
    font-size: 14px;
    background-color: black;
    color: white;
    opacity: 0.75;
    text-decoration: none;
    cursor: pointer;
}

.PhotoFolderTile {
    width: 310px;
    height: 309px;
    background-color: #808080;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    float: left;
    overflow: hidden;
    border: 0px solid #f4f5f5;
    text-decoration: none;
    cursor: pointer;
    box-shadow: #d8d8d8 2px 2px;
}

    .PhotoFolderTile a img {
        max-height: 270px; 
        max-width: 270px; 
        border: 0px; 
        margin-left: 0px;
    }

.TilesMain a:active {
    cursor: wait;
}

.PhotoFolderTileText {
    position: absolute;
    left: 0px;
    top: 280px;
    width: 307px;
    padding: 5px;
    z-index: 1;
    font-size: 14px;
    background-color: black;
    color: white;
    opacity: 0.75;
    text-decoration: none;
    cursor: pointer;
}

.PhotoThumbnailTile {
    width: 150px;
    max-height: 120px;
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    position: relative;
    float: left;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
}


