﻿.navbar{
    border-radius: 0;
    margin-bottom: 10px;   
}

.home-gallery-div img{
    height:300px;
    width:200px;
}

body{
    font-family: 'Raleway', sans-serif;
}

.main-container{
    display:flex;   
}

.plug{
    text-align:center;
    margin-bottom:10px;
}

.left-panel{
    flex: 0 1 200px;
    border: lightgray;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    margin-left: 20px;
    margin-right:5px;
}

.right-panel iframe{
    margin-left:15px;
}

.mid-panel{
    flex: 1 1;
}

.right-panel{
    flex: 0 1 200px;
    border: lightgray;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    margin-left: 5px;
    margin-right: 20px;
}

.home-gal{
    list-style:none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding:0;
}

.home-gallery-div{   
    position:relative;
    margin:3px;
}

.home-gallery-desc{    
    position: absolute;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.35);
    color: white;
    padding: 0px;
    bottom:0;
    width:200px;
    max-height:0;
    overflow:hidden;
    transition: .5s ease;
}

.home-gallery-desc div{
    padding:5px;
}

.gallery-full{
    list-style:none;
}

.gallery-full li{
    margin-bottom:10px;
    text-align:center;
}

.gallery-full li img{
    max-width:100%;
}

h2{
    font-size:16px;
}

h1, h2{
    margin-left:25px;
}
.home-gallery-div:hover .home-gallery-desc {
  max-height:100%; 
}

.left-panel a:hover, .plug a:hover{
    color:black;
}

a:hover{
    color:floralwhite;
    text-decoration:underline;
}

.home-gallery-name{    
    position: absolute;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.35);
    color: white;
    top:0;
    width:200px;
    font-size:16px;
    max-height:0;
    overflow:hidden;
    transition: .5s ease;
}

.home-gallery-name div{
    padding:5px;
}

.home-gallery-div:hover .home-gallery-name {
  max-height:100%; 
}

.friends{
    text-align:center;
    margin:5px;
}

.indent a{
    padding-left:10px;
}

.footer-links{
    list-style:none;
}
.footer-links li{
    display:inline-block;
    margin:5px 15px;
    list-style:none;
}

footer p{
    text-align:center;
}

footer{
    margin-bottom:20px;
}