@media screen and (min-width: 500px){

h2{font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    font-size: 40px;
    color: aliceblue;


}

p{font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: large;
  text-align: center; 
  margin: 0 auto;
  color: aliceblue;
  display: block;
  width: 89%; 
  padding: 5px;}
  

.font {
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 750;
  font-style: normal;
}

.container {
    position: relative;
    text-align: center;
    color: white;
  }

.thumbnails{
  display: inline-block;
  height: 150px;
  padding: 5px;

}

  a:hover .thumbnails{
    border: solid blueviolet 5px;
  
  }

.bigimg{
    height: 500px;
    display: block;
    margin: 0 auto;
}

#backbutton{
  text-decoration: none;
}

button{
  display: block;
  margin: 0 auto;
  
}

#centered{
  display: inline-block;
  text-align: center;
}

body{
  background-color: #3e7788;
}
}

#bannermobile{
  display: none;
}

@media screen and (max-width: 500px){

#centered{
  display: block;
  margin: 0 auto;
  text-align: center;
}
h2{
  font-size: 30px;
}

#banner{
  display: none;
}

#bannermobile{
  display: block;
}

.thumbnails{
  display: inline-block;
  height: 150px;
  padding: 5px;

}

h2{font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    font-size: 40px;
    color: aliceblue;


}

body{
  background-color: #3e7788;
}

p{font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: large;
  text-align: center; 
  margin: 0 auto;
  color: aliceblue;
  display: block;
  width: 89%; 
  padding: 5px;}

.bigimg{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

}