@import url('https://fonts.googleapis.com/css?family=Open%20Sans:400');

body {
    font-family: 'Open Sans', sans-serif;
    /* color: #FFFFFF; */
    font-weight: 400;
}
.topbar{
    display: flex;
    position: inline;
    justify-content: space-between;
}
.logo{
    position: sticky;
    margin-top: 10px;
    margin-left: 20px;
    z-index: 3;
}
/*--------NAV----------*/
#main_nav {
    display: flex;
    max-width: 600px;
    background: none;
    color: #000000;
    margin-top: 40px;
    margin-right: 20px;
}
#main_nav:target {
    background: none;
}
.nav{
    background: none;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    margin-left: 10px;
}
.nav:hover{
    color: #fbbc15;
}
#main_nav a.active{
    color: #fbbc15;
    text-decoration: none;
    font-size: 12px;
    margin-left: 10px;
    
}
#main_nav a.active:hover{
    color: #fbbc15;
    text-decoration: none;
}
/*--------NAV END----------*/
/*--------BURGER----------*/
#main_burger {
    display: none;
    top: 0;
    right: 0;
    position: flex;
    align-items: center;
    background: none;
    width: 100%;
}
.nav_burger{
    width: 100%;
}
#main_burger:target {
    display: flex;
    position: absolute;
    background: none;
    align-items: center;
    width: 100%;
    z-index: 2;
}
.access_aid {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 0;
    padding-top: 40px;
    background: white 10px 10px / 20px 20px no-repeat;
    z-index: 1;
}
#access_nav {
    display: flex;
    right: 0;
    background-color: white;
    background-image: repeating-linear-gradient(black, black 0.5px, black 0.5px, white 5px);
}
#access_top {
    background-image: linear-gradient(45deg, transparent 12.5px, black 12px, black 15px, transparent 0), linear-gradient(-45deg, transparent 12.5px, black 12px, black 15px, white 0);
    z-index: 2;
}
ul{
    display: block;
    align-items: center;
    padding: 20px;
    padding-top: -50px;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
    background: white
}
li{
    width: 100%;
    margin-left: 20%;
    line-height: 50px;
    font-size: 13px;
    list-style-type: none;
}
li:hover{
    color: #fbbc15;
    list-style-type: none;
}
.li:active{
    color: #fbbc15;
    list-style-type: none;
}
.burger{
    background: none;
    text-decoration: none;
    color: black;
    padding-bottom: 50px;
}
.burger:hover{
    color: #fbbc15;
}
#main_burger a.activeburger{
    color: #fbbc15;
    text-decoration: none;
    padding-bottom: 50px;    
}
/*--------BURGER END----------*/
/*--------MAIN IMAGES----------*/
.images{
    margin-left: 10%;
    margin-right: 8%;
}
.toprow, .botrow{
    display: flex;
    position: inline;
    max-height: 360px;
    margin-top: 3%;
}
.botrow{
    max-width: 722px;
}
.topimgs, .botimgs{
    max-width: 360px;
    max-height: 360px;
}
/*--------IMAGE OVERLAY----------*/
.container {
    position: relative;
    height: 100%;
    margin: 1.5%;
    margin-top: -2%;
}
.container:hover {
    opacity: 1;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease;
    background-color: #454a4f;
}
.overlay:hover{
    opacity: 0.7;
}
#text {
    color: white;
    font-size: 12px;
    position: absolute;
    top: 92%;
    left: 5%;
    text-align: center;
    opacity: 1;
}
/*--------IMAGE OVERLAY END----------*/
/*--------MAIN IMAGES END----------*/
/*--------SEARCH FUNCTION----------*/
#searchoverlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background-color: #ffffff;
    display: none;
    text-align: center;
    text-justify: center;
    align-content: center;
    justify-content: center;
}
.searchtext{
    color: #000000;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-justify: center;
    align-self: center;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-style: solid;
    font-size: 18px;
    resize: none;
}
#search{
    align-self: center;
    justify-self: center;
    margin-left: -40px;
    margin-top: -15px;
}
/*--------SEARCH FUNCTION END----------*/
/*--------MAIN SECTION----------*/
.main_section{
    display: flex;
    font-size: 14px;
    max-width: 100%;
}
.left{
    display: block;
    margin-left: 10%;
    margin-top: 20%;
}
.right{
    display: block;
    align-self: flex-start;
    margin-right: 10%;
    margin-left: 5%;
    margin-top: 20%;
    min-width: 75%;
}
.leftimgs{
    max-width: 500px;
    min-width: 50%;
}
/*--------MAIN SECTION END----------*/
/*--------FOOTER----------*/
.footer{
    display: flex;
    justify-content: space-between;
    margin-top: 12%;
}
.botleft{
    color: #909293;
    font-size: 8px;
    margin-left: 8%;
    width: 150px;
}
.share{
    margin-left: 5%;
    margin-right: 5%;
}
.botright{
    color: #909293;
    font-size: 8px;
    text-align: right;
    margin-right: 8%;
}
.pixpa{
    color: #909293
}
/*--------FOOTER END----------*/
/*--------MEDIA QUERIES----------*/
@media screen and (max-width: 1028px) {
    .nav, .active {
        display: none;
    }
    .access_aid{
        display:flex;
    }
}
@media screen and (max-width: 769px) {
    .nav, .active {
        display: none;
    }
    .access_aid{
        display:flex;
    }
    .main_section{
        display: block;
        width: 100%;
    }
    .topimgs, .botimgs{
        max-width: 180px;
        max-height: 180px;
    }
}
/*--------MEDIA QUERIES END----------*/