:root { 
--branding-color: #87AAAA;
--heading-font-fam: "Playfair Display", serif;
--default-font-fam: "Roboto", sans-serif;
--secondary-color: #DCEAE2;
}
.hero h2 { 
font-size: 34px ;
line-height: 2;
color: #272044;
}
.hero h1 {
  font-family: var(--heading-font-fam);
  font-weight: bold;
  font-size: 96px;
  line-height: 1.3;
}

 .hero {
    background-color: var(--secondary-color) ;
    text-align: center;
    padding: 80px 20px;
}
 .btn-index {
    border-radius: 4px;
    background: var(--branding-color);
    color: azure;
    font-size: 18px;
    padding: 15px 30px;
}
.navbar-default .navbar-brand {
  font-family: var(--heading-font-fam);
  font-weight: lighter;
  background-color:#486666
}

.navbar-nav {
  color:#272044
 font-weight: lighter;
}

h3 {
  font-family: var(--default-font-fam);
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font-fam);

}
h2 {
    font-size: 62px;

}
p {
    font-size: 24px;
    line-height: 30px;
    font-family: var(--heading-font-fam);
    font-weight: normal;

}
.contact-handles i {
    font-size: 34px;
    color: #566e6e;
    padding: 10px;
    margin: auto;

}
body {
    font-family: var(--default-font-fam);
}
footer {
  font-family: var(--default-font-fam);
  font-weight: normal;
}

footer .contact-box {
    background-color: var(--secondary-color);
    padding: 25px 110px;
    margin: 25px 145px;
    border-radius: 10px;
}

footer .contact-box h4{
    font-size: 36px;
}
footer .contact-box p{
    font-size: 18px;
    margin: 0;
}

footer .email-link{
text-decoration: none;
color:#272044;
font-size: 24px;
text-align: center;
margin: auto;
}

footer .email-link:hover{
color:lightslategray;
font-family: var(--default-font-fam);

}

footer .social-links a{
  margin: 0 15px;
  background-color: var(--secondary-color);
  padding: 14px 14px;
  font-size: 18px;
  border-radius: 50%;
  line-height: 1;
  text-size-adjust: 70%;
  transition: all 150ms ease-in-out;

}
footer .social-links a:hover{
color:white;
}

footer p{
  font-family: var(--default-font-fam);
  font-size: 14px;
  margin-top: 7px;
}

img{
  padding: 20px;
  }
a:hover {
    color: #486666;
    cursor:pointer;
}
  
 a {
color: #65c0c0;
 } 
.row {
   
    display: flex;
    height: 60%;
    line-height: 1;
}

.column {
  flex: 33.33%;
  }
.content-complete-sctn{
  background-color: #f8f9f8;
 
  }
.content{
  padding:80px 20px;

  }
 
.content h1{
  font-size:64px;
  line-height: 80px;
  }

  .content h2 {
  font-size: 26px;
  font-weight: lighter;
  }
.container h3 {
  font-size: 28px;
  font-family: var(--default-font-fam);
  font-weight: 500;
  line-height: 1;
  margin: 20px 0 0;
  }

  .container p{
  font-size: 18px;
  font-family: var(--default-font-fam);  
} 
  .content img {
  border-radius: 3px;
  height:auto;
  max-width: 100%;
  line-height: 80px;
  }

  .content-section-container{
  margin: 30px;
  }
.btn-branding-outline{
    color: var(--branding-color);
    border: 1px solid var(--branding-color);
    font-size: 18px;
    line-height: 2;
    padding: 15px 30px;
    border-radius: 4px;

}

.project-description {
    padding: 120px 25px;

}

.contact-hero h1 {
  font-family: var(--heading-font-fam);
  font-weight: bold;
  font-size: 46px;
  line-height: 1.3;

  margin: 25px;
}

.contact-handles{
    font-size: 62px;
    display: flex;
    flex-direction: space-around;

}
.contact-handles p{
    font-size: 20px;
}

.jumbotron {
   background-color: rgb(237, 243, 243);
}

.logo {
    font-size: 20px;
    text-align: left;
    max-height: 40px;

}
nav {
    padding: 22px;
   
  
}
nav li{
    font-size: 20px;
    display: inline;
    list-style: none;
    line-height: 36px;
    margin-left: 15px;
}
nav li.active {

    font-weight: bold;
}
nav a:hover{
    color:#566e6e;
    transition: all 100ms ease-in-out;

}
nav ul{
    padding: 0;
    margin:0;
   
}

@media (max-width:960px) {
    h1 {
  font-size: 65px;
}
h2 {
  font-size: 40px;
}

.project-description {
    padding: 0;
    text-align: center;

}
.snapshots .container {
  width: fit-content
  height: fit-content;
}

.content {
  text-align: center;
  padding: 0;
  }
nav a{

    font-size: 12px;
}

footer .contact-box {
    padding: 30px;
    }
  footer .contact-box h4 {
    font-size: 18px;
    }
}