

body{
  background-color: #ffffff;
  color: #f6fadf;
  margin: 0 auto;
  font-family:montserrat;
  color: black;
}

a{
  text-decoration:none;
  color: black;
}

h4{
  padding-top: 15px;
  margin-top: 0px;
  margin-bottom: 35px;
  font-weight: 500;
}

.navbar{
  min-width: 100%;
  background-color: #eaf8f6;
  color: #f6fadf;
  width: 100%;
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li{
  float: left;
}

li a{
  display: block;
  padding: 8px;
  text-decoration:none;
}

.right {
  float: right;
  padding-right: 15%;
}

.left {
  padding-left: 15%;
}

img{
  max-height: 260px;
  
}

.paneimg{
  box-shadow:0 10px 16px 0 rgba(0,0,0,0.15),0 6px 20px 0 rgba(0,0,0,0.15);
}

.col{
  display: inline-block;
  width: 400px;
}

.toprow{
  padding-top: 50px;
}

.row{
  text-align: center;
}

@media only screen and (max-width: 600px){
  #centerDiv{
    width: 100%;
    text-align: center;
  }
  .centerUL{
    margin:auto;
  }
  .centerUL li{
    display: inline;
    text-align: center;
  }
}