﻿html {
    height: 100%;
    overflow-x: hidden;
}
body {
    font-family: 'Noticia Text', Georgia, serif;
    height: 100%;
    color: #ffffff;
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    /*padding-top: 70px;*/
}

.photo-div {
    min-height: 100%;
    height: 100%;
    width: 17%;
    text-align: right;
    background-image: url('../img/asowinski-min.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #314057;
    position: fixed;
    bottom: 0px;
}

.border {
    background: linear-gradient(45deg, #314057 5px, transparent 0) 0 5px, 
        linear-gradient(135deg, #314057 5px, #fff 0) 0 5px;
    background-color: #314057;
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 10px 18px;
    width:20%;
    float:left;
    height:100%;
    position:fixed;
    z-index:-1;
    top:0;
    bottom:0;   
}

.mask {
    background: #314057;
    position: fixed;
    top: 0;
    bottom: 0;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition: height 1s linear; /* For Safari 3.1 to 6.0 */
    transition: height 1s linear;
    -moz-transition: height 1s linear;
    -o-transition: height 1s linear;
    height: 0px;
    left: 16.2%;
    min-width: 100%;
}

.container {
    min-height: 100%;
    margin-right: 0px;
    width: 80%;
    margin-left: 20%;
    background-color: #314057 !important;
    display: none;
    background: linear-gradient(-135deg, #314057 5px, transparent 0) 0 5px, linear-gradient(-45deg, #314057 5px, #fff 0) 0 5px;
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 10px 20px;
}

.zip {
    width: 27px;
    position: fixed;
    left: 16.2%;
    display: none;
    z-index: 2;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition: top 1s linear; /* For Safari 3.1 to 6.0 */
    transition: top 1s linear;
    -moz-transition: top 1s linear;
    -o-transition: top 1s linear;
    top: 0;
}

#contact{
    position:fixed;
    bottom:0;
    right:0;
    display: none;
    min-width: 180px;
    z-index: 2
}

.panel{
    margin-bottom:0px;
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom: 0;
    border-right: 0;
}

.panel-heading {
    text-align: center;
    cursor: pointer;
    background-color: #690909 !important;
    color: #ffffff !important;
    font-weight: bold;
    border-top-right-radius: 0;
    border-bottom:0;
}

.panel-body {
    background-color: #000000;
}

.img-figure {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin-left:20px;
}

.ing-figcaption{
    text-align: center;
}

.a-menu, a.a-menu:hover{
    color: #ffffff;
}

.img-figure-small{
    max-width: 45px;
    font-size: 10px;
    text-align: center;
}

.menu {
    margin-top: 30px;
    margin-bottom: 60px;
}

.menu-small{
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 0px;
}

.figcaption-active {
    text-decoration: underline;
}

.notice {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -15px;
}

.notice-small {
    margin-right: 0;
    text-align: center;
    max-width: 230px;
    margin-bottom: 20px;
}

.portfolio-div {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}

.portfolio-div figure {
    display: inline-block;
    cursor:zoom-in;
}

#image-mask {
    height: 100%;
    min-width: 100%;
    position: absolute;
    z-index: 3;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    bottom: 0;
    display: none;  
    text-align: center;
}

#image-mask-figacaption{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
}

.figure-image-big {
    cursor: zoom-out;
}

.portfolio-figure{
    margin-right: 20px;
    margin-bottom: 10px;
}

.show-photo {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-left: 10px;
    display: inline-block;
}

#menu-hr {
    margin-bottom: 0px;
    max-width: 335px;
    position:relative;
    left:10px;
}


.pagination {
    font-family: sans-serif, serif;
    margin-bottom: 50px
}

.page-link{
    cursor: pointer;
}

.a-fa{
    font-size: 35px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index:2;
}

#main-h1{
    margin-bottom: -16px;
}

#whoami-photos img {
    position: absolute;
}

.whoami-photo{
    position: relative;
    margin-left:5px;
}

.whoami-photos-big{
    max-width: 950px;
    display: none;
}

.whoami-photo-small{
    margin-top:5px;
}

@media screen and (min-width: 400px) {
    .zip, .mask {
        left: 16.8%;
    }
    .img-figure-small {
        max-width: 60px;
        font-size: 11px;
    }
    #menu-hr{
        left: 0px;
    }
}

@media screen and (min-width: 500px) {
    .zip, .mask {
        left: 17.5%;
    }
}

@media screen and (min-width: 550px) {
    .zip, .mask {
        left: 17.8%;
    }
}

@media screen and (min-width: 650px) {
    .zip, .mask {
        left: 18.2%;
    }
}

@media screen and (min-width: 850px) {
    .zip, .mask {
        left: 18.7%;
    }
}

@media screen and (min-width: 1000px) {
    .photo-div {
        width: 19%;
    }

    .whoami-photos-big {
        display: block;
    }

    #whoami-photos-small {
        display: none;
    }
}

@media screen and (min-width: 1050px) {
    #main-h1{
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 1100px) {
    .zip, .mask {
        left: 18.9%;
    }
}


@media screen and (min-width: 1350px) {
    .zip, .mask {
        left: 19%;
    }
}


@media screen and (min-width: 1450px) {
    .zip, .mask {
        left: 19.2%;
    }
}

@media screen and (min-width: 1900px) {
    .zip, .mask {
        left: 19.3%;
    }
}

@media screen and (min-width: 2100px) {
    .zip, .mask {
        left: 19.4%;
    }
}

@media screen and (min-width: 2200px) {
    .zip, .mask {
        left: 19.5%;
    }
}

@media screen and (min-width: 3100px) {
    .zip, .mask {
        left: 19.65%;
    }
}