header {grid-area: head;}
footer {grid-area: foot;}
.lside {grid-area: lside;}
.mid {grid-area: mid;}
.rside {grid-area: rside;}
.bottom {grid-area: bottom;}


.wrapper {
    margin: 0;
    display:grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
        "lside lside mid mid mid rside rside"
        "bottom bottom bottom bottom bottom bottom bottom";
}


i {
    color: magenta; 
    font-size: 0.8em;
    border-radius: 50px;
    border: 5px solid green;
    padding: 5px;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    display: block;
    height:auto;
    width:auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    }

span {padding-left: 10px; }

#details1, #details2, #details3, #details4 {
    display: none; }


.container {
    display:flex;
    flex-flow: row;  
}

.container-col {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    flex: 1;
}

.item {
    justify-content: center;
}
.itemone {
    order: 1;
    flex: 1;
    
}
.itemtwo {
    order: 2;
    flex: 3;
}
.itemthree {
    order: 3;
    flex: 1;
}

.centerer {
    display: block;
    height:auto;
    width:auto;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

h1 {
    color: white;
    font-family: 'Open Sans', sans-serif;
	text-align: center;
}

h2 {
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
} 


h3 {
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
} 

h4 {
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
} 

h5 {
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
} 

h6 {
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
} 

p {
    color: dark grey;
    font-family: 'Open Sans', sans-serif;
    
}

li {
    color: white;
    font-family: sans-serif;
    justify-content: center;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  color: white;
  background-color: #E97AB2;
  text-decoration: none;
}
a:hover {
  color: white;
  background-color: #E97AB2;
}
a:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

img {
    max-width:70%;
    height:auto;
}

.background {
    height:auto;
    background-color: #777B7E;
	
}

.name-heading {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
	border-style: solid;
    border-width:thick;
    border-color: #33372C;
    border-radius: 1.5em;
    background-color: #4C86C4;
    font-family: 'Sigmar One', cursive;
    color: #1C1E12;
    text-align: center;
}


.head-shot {
    border-radius: 100px;
    border: 5px solid green;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    display:block;
}

.sectioncard {
    border-radius: 50px;
    border: 5px solid #33372C;
    padding: 25px;
    background-color: #CB94A4;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    max-height: 90%; 
}

.sectioncardtan {
    border-radius: 50px;
    border: 5px solid #33372C;
    padding: 25px;
    background-color: #A38456;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    max-height: 90%; 
}

.sectioncardfront {
    border-radius: 50px;
    border: 8px solid #33372C;
    padding: 25px;
    background-color: #A38456;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    max-height: 90%; 
}
.resumecard {
    border-radius: 50px;
    border: 5px solid #33372C;
    padding: 5px;
    background-color: rgba(0, 0, 0, .6);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    max-height: 90%;
    align-self: center;
    
}

.button {
    border-radius: 50px;
    border: 5px solid green;
    padding: 5px;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    color: white;
}
.photo {
    display: block;
    height:auto;
    width:auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    
}

 #details {
 	display: flex;
 	flex-direction: column;
 }
 
 #restlist {
	color: white;
	display: flex;
 	flex-direction: column;
	margin-left: auto;
    margin-right: auto;
    padding: 25px;
    background-color: rgba(0, 0, 0, .6);
    text-align: left;

 }

  #restlist2 {
	color: white;
	display: flex;
 	flex-direction: column;
	margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, .6);
    text-align: left;
 
 }
 
 #article-list {

  padding: 1%;
  color: white;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  background-color: rgba(0, 0, 0, .6);
  text-align: left;
}
#mapid { 
    height:600px; 
    width:auto;
        }