body {
  font-family: "Lato", sans-serif;
  height: 100%;
  margin: 0;
  margin-bottom: 100px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: linear-gradient(#6F97CA,#1D1E20);
}
a:link {
  color: white;
}

a:hover {
  color: #C9D182;
}

a:visited {
  color: #C9D170;
}

h2{
  display: inline-block;
  width: 85vw;
  text-align: center;
  padding: 5px;
  color:#CCCCCC;
  text-shadow: rgb(11, 11, 11) 0px 0px 5px;
}

.topBar{
  background-image: linear-gradient(#4B5E84,#1D1E20);
  text-align:center;
  width:100%;
  position: sticky;
  top:0;
  
}
.headshot{
  margin-top:10px;
  display:block;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}

img.college{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:8px;
  margin-bottom:24px;
}

.textCentered{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  color:#f5f5f5;
  margin-top:6px;
}
.textCentered-expand{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  color:#CCCCCC;
  margin-top:6px;
  font-style: italic;
  font-weight: bold;
}
.textCentered-Summary{
  display: block;
  margin-left: 10%;
  margin-right: 10%;
  text-align:center;
  color:#f5f5f5;
  margin-top:18px;
  line-height:1.6;
}
.colWork{
  margin-top:4px;
  text-align:center;
  
}
.collapsible {
  border: 4px ridge #566981;
  background-image: linear-gradient(#919191,#CCCCCC);
  width:auto;
  height:115px;
  text-align:center;
  margin:1%;
  margin-left:auto;
  margin-right:auto;
  color: white;
  cursor: pointer;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  width:70%;
  max-height:0;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  overflow: hidden;
  color: #f1f1f1;
  transition: max-height 0.2s ease-out;
}

.blocks{
  text-align:center;
  width:92%;
  margin-left:auto; 
  margin-right:auto;
  display: table;
  border-collapse: separate;
  border-spacing: 18px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.langs{
  border: 4px ridge #566981;
  width: 26vw;
  display: table-cell;
  background: gray;
  background-image: linear-gradient(#919191,#CCCCCC);
}

footer {
   left: 0;
   bottom: 0;
   width: 100%;
   padding:1px;
   margin-top:3px;
   background-color: #181818;
   color: white;
   text-align: center;
   position: fixed;
}
.hamburger{
  font-size:30px;
  cursor:pointer;
  background:#4B5E84;
  padding:2px;
  border: 3px ridge #566981;
  text-align:left;
}

.sidenav {
  height: 100%;
  width: 0vw;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

a.selected{
  color: #C9D182;
}
#contentPane{
  margin-top:4px;
  height: 75vh;
  margin-bottom: 12px;
}

@media only screen{
  img.college{
    width:45%;
    min-width:300px;
  }
}

@media screen and (min-width: 550px){
  .topnav {
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: visible;
    transition: 0.5s;
    padding-top: 10px;
  }

  .topnav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: inline;
    transition: 0.3s;
  }

  .topnav a:hover {
    color: #f1f1f1;
  }
  a.selected{
    color: #C9D182;
  }
  .hamburger{
    display:none;
  }
  #mySidenav{
     width:0px;
  }
}
@media screen and (max-width: 550px){
  .topnav{
    display:none;
  }
  .langs{
    display:block;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 4px;
  }
  .blocks{
    text-align:center;
    width:92%;
    margin-left:4%; 
    margin-right:4%;
    display: table;
    border-collapse: separate;
    border-spacing: 18px;
    margin-bottom: 110px;
  }
  .collapsible{
    width:80vw;
  }
  .colImg{
    width:75vw;
  }
}
