#listlabel{
    display: none;
}


body{
    background-color:#aeccc6 ;
    padding: 1em;
}

header {
    grid-row: 1/2; grid-column: 1/2;
    display: grid;
    grid-template: repeat(2,auto) / 10% 1fr;
}

#container{
    padding: 0 20px 0 20px;
}

.form-inline{
    flex-flow: nowrap;
}

a{
    margin: auto;
}

.floatleft {
    grid-row: 1/3; grid-column: 1/2;
    max-width:100%;
    border-style: double;
    border-width: 6px;
    border-color: #757a79;
    border-radius: 50%;
    
} 

#logo {
    background-color: #bbe9db;
    max-height: 90%;
    margin-top: 2rem;
    margin-bottom: 3rem;
    grid-row: 1/2; grid-column: 2/3;
	border: 2px solid  #757a79;
    box-shadow: 5px 10px 50px grey;
	text-align: center;
    text-transform: uppercase;
    font-family: verdana;
    font-size: 4rem;
    font-weight: 700;
    color: bisque;
    /* color: #f5f5f5; */
    text-shadow: 1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
        1px 6px 1px #919191,
        1px 7px 1px #919191,
        1px 8px 1px #919191,
        1px 9px 1px #919191,
        1px 10px 1px #919191,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}

#quoteDisplay { 
    grid-row:2/3; grid-column: 1/3;
    max-width: 100%;
    border: 2px solid #757a79;
    text-transform: uppercase;
    font-size: 1.2em;
    background-color: #bbe9db;
}

#feedbackmain{
   text-align: center;
}

main{
    text-align: left;
    background-image: linear-gradient(to bottom right,white, grey);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#examplesList{
    list-style-type: none;
    padding: 0;
}

footer{
    text-align: center;
    border-top-width: 2px;
    border-top-style: solid;
}

#feedbackform{
    margin:auto;
    max-width: 40%;
    border: 10px groove bisque;
}

div.gallery {
    border: 1px solid #ccc;
}
  
div.gallery:hover {
    border: 1px solid #777;
}
  
div.gallery img {
    width: 100%;
    height: auto;
}
  
div.desc {
    padding: 15px;
    text-align: center;
}
  
* {
    box-sizing: border-box;
}
  
.responsive {
    padding: 0 6px;
    /* float: left; */
    width: 40%;
}

.resume {
    padding: 0 6px 6px;
}
  
li{
    margin-top: 1em;
    margin-bottom: 1em;
}

  
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


@media only screen and (max-width: 767px){

    #listlabel{
        display:block;
        text-align: center;
        text-transform: uppercase;
        font-family: verdana;
        font-size: large;
        font-weight: 700;
        color: bisque;
        text-shadow: 1px 1px 1px #919191,
            1px 2px 1px #919191,
            1px 3px 1px #919191,
            1px 4px 1px #919191,
            1px 5px 1px #919191,
            1px 6px 1px #919191,
            1px 7px 1px #919191,
            1px 8px 1px #919191,
            1px 9px 1px #919191,
            1px 10px 1px #919191,
        1px 18px 6px rgba(16,16,16,0.4),
        1px 22px 10px rgba(16,16,16,0.2),
        1px 25px 35px rgba(16,16,16,0.2),
        1px 30px 60px rgba(16,16,16,0.4);
    }

    header{
        display: grid;
        grid-template: repeat(2,auto) / 1fr;
        text-align: center;
        background-color:#aeccc6 ;
    }

    .floatleft{ 
        grid-row: 1/2;
        grid-column: 1/2; 
        max-width: 70%;
        border-style: double;
        border-width: 6px;
        border-color: #757a79;
        border-radius: 50%;
    }

    #logo{display: none;}

    h2{grid-row: 2/3; grid-column: 1/2;}
    #container{
        margin-right: 0px;
        margin-left: 0px;
    }

    #feedbackform{
        max-width: 100%;
    }

    .responsive {
        width: 100%;
        margin: 6px 0;
    }

    .resume {
        width: 100%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }

    .resume {
        width: 100%;
    }
}
