*{
    box-sizing: border-box;
    scroll-behavior: smooth;
    margin: 0%;
    padding: 0%;
}
body{
    color: #5F7161;
    text-align: center;
    font-family: 'Merriweather', serif;

}
#primary{
    background: #C1EFFF;
    line-height: 3; 
    position: fixed;
    width: 100%;
    padding: 10px 20px;
}
#primary li{
    float: left;
    list-style-type: none;
    text-align:center;
    padding: 0 15px;
}
#primary a{
    text-decoration:none;
    color: #256D85;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    border-radius: 12px;
    padding: 0 10px;
}
#primary img{
    width: 25px;
    padding: 0 10px 0 0;
}
#primary a:hover{
    color: #11999E;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.15), 0 17px 50px 0 rgba(0,0,0,0.02);
}
h1{
    color: #256D85;
    font-size: 5.625rem;
    margin: 50px auto 0 auto;
    font-family: 'MonteCarlo', cursive;
}
h2{
    line-height: 2;
    font-weight: normal;
    color:  #11999E;
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
}
h3{
    color: #66BFBF;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    margin-bottom: 15px;
}
p{
    margin: 0;
    padding: 10px 0;
    line-height: 2;
}
.top-container{
    background-color: #C1EFFF;
    /* position: relative; */
    padding-top: 150px;
    

}
.middle-container{
    padding: 100px 0;
    margin: 0;
    background-color: azure;
}
.intro {
    width: 30%;
    margin: auto;
    padding: 20px 0 50px;
}
.bottom-container {
    background-color: #C1EFFF;
    padding: 20px 0;
}
.bottom-container a{
    margin-right: 20px;
}
.bottom-container a img{
    width: 35px;
}
.copyright{
    color:#11999E;
    font-size: 0.75rem;
    padding: 20px 0;
}
hr{
    border: dotted lightgray 5px;
    border-bottom: none;
    width: 4%;
    margin: 100px auto;
}
.top-cloud{
    position: absolute;
    left: 75%;
    top: 350px;
    max-width: 20%;
}
.bottom-cloud{
    position: absolute;
    top: 450px;
    max-width: 20%;
}
.bird{
    position: absolute;
    left:45%;
    top: 450px;
    width: 10%;
}
.seattle{
    max-width: 100%;
    margin-top: 8%;
    height: auto;
}
.project-row{
    width: 50%;
    margin: 100px auto 300px;
    text-align: left;
}
.project-one-img {
    width: 15rem;
    float: left;
    margin-right: 20px;
}
.project-two-img {
    width: 15rem;
    float: right;
}

.projects .btn {
    padding: 10px;
    font-size: 18px;
}
.contact-text{
    width: 40%;
    margin: 40px auto;
}

.btn {
    background: #11cdd4;
    background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
    background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
    background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
    background-image: -o-linear-gradient(top, #11cdd4, #11999e);
    background-image: linear-gradient(to bottom, #11cdd4, #11999e);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  
  .btn:hover {
    background: #30e3cb;
    background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
    text-decoration: none;
  }
