@charset "UTF-8";

body {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

main {
  padding-top: 75px;
}

.navbar {
  box-shadow: 0px 0px 30px rgb(0, 0, 0, 30%);
}

.nav-link {
  font-weight: bold;
  margin: 0 20px;
  text-align: center;
}

.btn-primary {
  background-color: #4ba8e6 !important;
  border: #4ba8e6;
  color: white;
}

footer ul {
  width: 150px;
  padding: 0;
  margin: 0 auto;
}

/*.socials {
  display: inline-block;
  background-color: black;
  margin: 0;
  margin: 15px;
  border-radius: 50%;
}



.socials .nav-link {
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  height: 150px;
  width: 150px;
}



ul li a {
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  height: 150px;
  width: 150px;
}
ul li a:hover, ul li a:active {
  color: lightsalmon;
  text-decoration: none;
}

.socials {
    color: #4ba8e6 !important;
    border:  #4ba8e6 solid 2px;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    font-size: 1.2em;
    margin: auto;
    margin-left: 10px;
    font-weight: bold;
    text-align: center;
}

.socials .nav-link {
  color: #4ba8e6 !important;
  vertical-align: middle;
  text-align: center;
  margin: 0;
}

*/

.socials {
    color: #4ba8e6 !important;
    width: 40px;
    height: 40px;
    font-size: 1.2em;
    margin: auto;
    margin-left: 10px;
    font-weight: bold;
    text-align: center;
}

.socials .nav-link {
  color: #4ba8e6 !important;
  vertical-align: middle;
  text-align: center;
  margin: 0;
}

.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:normal;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

.web-link {
  font-size: 14px;
  text-decoration: none;
}

@media (max-width:575px) {

  .item {
    width:50%;
  }
  
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

