.jumbotron{
    background-color: rgb(245, 245, 245);
    padding-bottom: 90px;
}

img{
    max-width: 100%;
    margin-top: 30px;
}

.under-title{
    font-size: 20px;
    margin-top: 20px;
}

p{
    font-size: 18px;
}

.page-description{
    padding-top:40px;
    padding-bottom: 60px;
}

.page-description h1{
    text-align: center;
    margin-bottom: 20px;
}

.page-description p{
    margin-bottom: 20px;
}

.panel2{
    padding-bottom: 90px;
}

.page-contact{
    background-color: rgb(245, 245, 245);
    padding-bottom: 60px;
}

.page-contact h1{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}

.page-contact p{
    text-align: center;
    font-size: 20px;
}

.page-contact a{
    font-weight: bold;
    color: rgb(5, 34, 121);
}

.page-contact a:hover{
    text-decoration: none;
}

footer{
    background-color: rgb(225, 225, 225);
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: right;
}

footer a{
    color: rgb(5, 34, 121);
}

footer a:hover{
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    p{
      padding-left: 15px;
      padding-right: 15px;
    }
  }