/* =====Global===== */

* {
    margin: 0;
    padding: 0;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 15px;
}

main {
    position: relative;
    width: 100%;
    min-height: 100vh;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
        min-height: 100vh;
    }
    
    @keyframes AnimateBG { 
        0%{background-position:0% 50%}
        50%{background-position:100% 50%}
        100%{background-position:0% 50%}
}

body a{
    font-family: 'Esteban', serif;
    text-decoration: none;
    color: rgb(0, 0, 0);
}

p {
  padding: 13px 57px;
  line-height: 25px;
  font-size: 1rem;
}

/* Orange Box */
.orange-box {
    position: absolute;
    width: 100vw;
    height: 50vh;
    background-color: orange;
}




/* ====Particles===== */

#particle-container{
height: 100vh;
position: fixed;
opacity: 50%;
/* background-position: center;
background-repeat: no-repeat; */
background-size: 100% 100%;
} 
/* =====Home Page - Name Animation===== */

/* .waviy { */
    /* font-family: 'Playfair Display', serif;
    display: flex;
    justify-content: left;
    align-items: center;
    min-height: 50vh;
    position: relative;
    padding: 13px 57px;
    margin-bottom: -120px; */
    /* font-size: 3em; */
    /* font-size: calc(1.525rem + 1.3vw); */
    /* } */
    /* .waviy span {
        font-size: 2.5em;
        font-weight: 350;
        position: relative;
        display: inline-block;
        color: rgb(20, 7, 46); */
        /* text-transform: uppercase; */
        /* animation: waviy 2.7s ease-in-out;
        animation-delay: calc(.1s * var(--i)); */
        /* -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2)); */
        /* padding: 3px; */
    /* } */
    /* @keyframes waviy {
        0%,40%,100% {
        transform: translateY(0)
        }
        20% {
        transform: translateY(-20px)
        }
    } */
    
    /* .typewriter h1 {

        font-family: 'Esteban', serif;
        color: #000000;
        text-align: left;
        font-weight: 550;
        padding: 13px 57px;
        margin-top: 73px; */
        /* margin-bottom: 100px; */
        /* overflow: hidden; 
        border-right: .15em solid orange; 
        white-space: nowrap;  */
        /* margin: 0 auto;  */
        /* letter-spacing: .07em; 
        animation: 
        typing 3.5s steps(30, end),
        blink-caret .75s step-end 5;
        animation-fill-mode: forwards;
    }  */

     .typewriter h1 {
        font-family: 'Esteban', serif;
        color: #000000;
        text-align: center;
        font-weight: 550;
        padding: 13px 57px;
        margin: 73px auto 0 auto; 
        overflow: hidden;
        border-right: .15em solid orange;
        white-space: nowrap;
        display: inline-block; 
        letter-spacing: .07em;
        animation:
          typing 3.5s steps(30, end),
          blink-caret .75s step-end 5;
        animation-fill-mode: forwards;
      } 




      /* The typing effect */
 @keyframes typing {
    from { width:0%}
    to { width: 100% }
} 

  /* The typewriter cursor effect */
@keyframes blink-caret {
    0% { border-color: transparent }
    50% { border-color: orange; }
    100% { border-color: transparent }
    
} 



/* =====Scroll===== */

/* .demo a { */
    /* position: absolute; */
    /* bottom: 20px; */
    /* left: 50%;
    z-index: 2; */
    /* display: inline-block; */
    /* -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s; */
/* } */
/* 
.demo a:hover {
    opacity: .5;
} */
/* a:hover {
    color: #1A2740;
} */
/* 
#section02 {
    height: 170px;
    margin-top: 20px;
    display: flex;
    flex-direction: column; */
    /* align-items: left;
    justify-content: left; */
/* } */
/* 
#section02 a {
    padding-top: 60px;
} */
/* #section02 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
} */
/* #section02 a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
} */
  /*=====Typography===== */
.proj h1 {
    font-family: 'Esteban', serif;
    color: #000000;
    text-align: center;
    /* font-size: 4.5em; */
    /* font-weight: 550; */
    padding: 13px 57px;
    margin-top: 73px;
    text-align: left;
}

.proj h2 {
  font-size: 1.5rem;
}

h2 { 
    font-family: 'Esteban', serif;
    text-align: center;
    padding: 13px 57px;
    font-size: 1.9em;
    margin: 30px;
    font-weight: 600;
}

h3 {
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 1.4em;
    font-weight: 500;
    /* padding: 25px 45px; */
    padding: 13px 57px;
    text-decoration: none;
    }

    .h3-sc h3 {
        margin-top: 5px;
        font-size: 1.2rem; 
        text-align: center;
    }

    .h4-sc h4 {
      margin-top: 5px;
      font-size: 1rem;
      color:#D36A31;
      text-align: center;
  }

    .h3-home{
      font-family: 'Esteban', serif;
      color: #000000;
    text-align: center;
    margin-top: 20px;
    font-size: 1.7em;
    font-weight: 800;

    }

.h4-home {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        margin-top: 20px;
        margin-bottom: 100px;
        /* margin-right: 450px; */
        color: #000000;
        text-align: center;
        font-size: 1.4em;
        text-decoration: none;
        padding: 13px 300px;
        line-height: 45px;
        }

    h4 {
        font-family: 'Montserrat', sans-serif;
        color: #000000;
        text-align: center;
        font-weight: 600;
        font-size: 1.2em;
        text-decoration: none;
        padding: 13px 57px;
        }

p .intro{ 
  font-family: 'Montserrat', sans-serif;
      color: #000000;
      text-align: center;
    text-decoration: none;
      width: 100%;
}

.img-tag{
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    text-align: center;
    text-decoration: none;
    max-width: 100%;
    padding: 13px 57px;
    
}

.img-tag p{
    padding: 10px 15px;
    font-size: .95em;
}
    /* =====Header===== */

.header{
    font-weight: 400;
    font-size: 23px;
    line-height: 1.45;
    display: block;

}
/* =====Horizontal Lines===== */
hr {
    width: 50%;
    /* margin-left: auto;
    margin-right: auto; */
    padding: 13px 57px;
    height: 4.5px;
    background-color: #f07102;
}
/* =====Nav===== */

nav {
    font-family: 'Esteban', serif;
    font-size: 1.3rem;
    color: #1A2740;
    height: 2.9rem;
    /* box-shadow: 0 1.5px 13px rgba(0, 0, 0, 0.2); */
    display: flex;
    margin-top: 13px;
}
/* =====Card Properties===== */

.card {
    margin: auto;
    align-items: center;
    background-color: #ffffff17;
    border: none;


}

.card-text {
    /* font-size: .9rem; */
    line-height: 25px;
    align-items: left;
    max-width: 100%;
    padding: 13px 57px;
    /* margin-right: 75px; */
    /* margin: 20px 30px; */
}

/* =====Styling Logos, Icons & imgs===== */

nav .logo {
    width: 45px;
    height: 80px;
    margin-left: 20px;
    padding: 2px;
    z-index: -1;
}

.icon{
    width: 25px;
    height: 30px;
    filter: drop-shadow(.5px 2px 3px rgb(0, 0, 17));
} 

.img-fluid {
    max-height: 75vh;
    border-radius: 3px;
    z-index: 9999;
    /* margin: 13px 57px; */
}
.ia-design {
    margin-top: 100px;
    
}

.ft-img .img-fluid{
    margin: 13px 57px;
}

.img-abt .img-fluid {
    /* margin: 10px 20px; */
    /* margin: 13px 57px; */
    margin-top: 30px;
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 1.5px 13px rgba(0, 0, 0, 0.2);
}

.flow {
    /* align-items: left; */
    padding: 3px 248px;
    /* margin-left: 150px; */
    
  }
  

.flow .img-fluid {
    max-width: 47%;
    max-height: 47%;
}

/* =====Buttons===== */
.btns{
    /* text-align: left; */
    /* padding: 30px 57px; */
    /* padding: 13px 57px; */
    /* padding: 20px; */
    margin-right: 75px;
    padding: 13px 57px;

}

.to-top-btn {
    margin-top: 55px;
    text-align: center;
    justify-content:center;
    align-items:center;
    display:flex;
    /* height:100vh;
    background-color:white; */
    
}

.top-btn {
    border:none;
    background: none;
    height: 40px;
    width: 150px;
    align-items: center;
    /* filter: none; */
    text-transform:capitalize;
    cursor:pointer;
    transform:all 0.3s;
    position:relative;
    padding: 6px 30px;
}

.top-btn:before{ 
    content:"";
  position :absolute;
  width:30px;
  height:30px;
  /* top:-5px;
    left:-5px; */
  border-top:2px solid #D36A31;
  border-left:2px solid #D36A31;
  transition:all 0.25s;
  top: -1px;
left: -5px;
}

.top-btn:hover:before ,.top-btn:hover:after{
    width:106.5%;
    height:106.5%;
}  
.top-btn:after{
        content:"";
        position :absolute;
        width:24px;
        height:24px;
        bottom:-2px;
        right:-5px;
        border-bottom:2px solid #D36A31;
        border-right:2px solid #D36A31;
        transition:all 0.30s;
        text-decoration: none;
}

.btns a:hover {
    text-decoration: none;
    border-color:#101132;
    text-transform: uppercase;
    font-family: 'Esteban', serif;
    font-size: 1.2rem;
}
/* 
    button {
        
    display: flex;
    overflow: hidden;
    border: none;
    color: #FFDAC6;
    background-color:#D36A31;
    border-radius: 3px;
    margin: 10px 20px;
    position: relative;
    width: 140px;
    height: 2.3rem;
    align-items: center;
    text-align: center;
    filter: drop-shadow(.5px 2px 3px rgb(0, 0, 17));
} */

/* .nav-links li .about-button a:hover{ */
button a:hover {
    align-items: center;
    font-size: 1.2rem;
}

button a {
    color:#101132;
    font-weight: 500;
    font-family: 'Esteban', serif;
    font-size: 1.2rem;
    align-items: center;
    text-align: center;
    line-height: 2.5px;
    
}

/* .nav-links .about-button  { */
    /* border: none;
    color: #FFDAC6;
    background-color:#D36A31; */
    /* padding: 30px 57px; */
    /* padding: 7px 15px 7px 15px; */
    /* transform-origin: center; */
    /* align-items: center;
    text-align: center; */
    /* position: relative;  */
    /* overflow: hidden;
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.788)); */
/* } */
.projects-button {
    /* background-color: #D36A31; */
    border-color: #D36A31;
    border-width: 2px;
    border-radius: 2px;
    background: none;
    height: 40px;
    width: 150px;
    align-items: left;
    filter: none;

}

.projects-button a:hover {
    color: #D36A31;
    background: none;
}

.top-btn a:hover{
    color: #101132;
    background: none;
    
}

/* .btn {
    font-family: 'Montserrat Alternates', sans-serif;
    display:inline-block;
    padding: 20px;
    width: 13vw;
    height:1.7vw;
    margin: 0.5vw;
    margin-right: 75px;
    border-radius: 15px;
    background-color: rgb(8, 48, 0);
    color:white;
    text-align: center;
    font-size: 1vw;
    line-height: 1.5vw;
    cursor: pointer;
}

.btn:hover {
    background-color: rgb(2, 151, 94);
    color: rgb(218, 218, 197);
    font-family: sans-serif;
    text-transform: uppercase;
}

.btn-nav{
    width: 100%;
    height: 5vh;
    display: flex;
    justify-content: left;
    padding: 13px 57px;
} */



/*=====Styling Links=====*/

.nav-links{
    display: flex;
    flex: 1;
    background-color: transparent;
    list-style: none; 
    width: 88vw;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 0;
    justify-content: right;
}

.nav-links li a{
    text-decoration: none;
    font-size: 1.2rem;
    /* margin: 0 0.7vw; */
    margin: 20px;
    margin-bottom: 20px;
    padding: 13px;
    color: #000;

}

.nav-links li a:after{
    content: '';
    position: absolute;
    width: 90%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #D36A31;
    transform-origin: bottom right;
    transition: transform 0.35s ease-in;
    
}
.nav-links li a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform 1.35s ease-in;

    
}

.nav-links li .about-button a:hover{
    /* color: #001d09; */
    font-weight: 500; 
    text-transform: uppercase;
    font-family: 'Esteban', serif;
    margin: 7px;  
    background-color: #D36A31;
    color:#FFDAC6;
    /* color: #D36A31;
    background-color:#FFDAC6; */
    font-size: 1.2rem;
    align-items: center;
    text-align: center;
    justify-content: center;


} 
.nav-links li {
    position: relative;

}
.nav-links li a::before {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background-color: #d36a31;
    position: absolute;
    transition: all ease-in-out 250ms;
    margin: 0 0 0 10%; 
}

a .thesis-link{
    text-decoration: none;
    color: inherit;
}
/* =====Row & Col===== */

.row {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    
}

.row .sc {
    align-items: left;
    /* padding: 13px 57px; */
    display: flex;
    text-align: left;
    margin-top: 40px;
    text-decoration: none;
}

.col1 {
    width: 800px;
    height: 100px;
    background: rgb(236, 162, 162);
    position: relative;
    /* display: inline-block; */
    float: left;
    top: 15px;
    margin-left: 150px;
}

.col2{
    width: 300px;
    height: 150px;
    background-color: white;
    position: absolute;
    top: 15px;
    margin-left: 100px;
}

/* .col2 {
    width: 800px;
    height: 100px;
    background: rgb(236, 162, 162);
    position: relative;
    float: right;
    top: 10.3%;
    margin-right: -150px;
} */

/* =====Container(s) and Wrapper(s)===== */

.sc-cont {
  /* background-color: blue; */
  margin-left: 0;
}

.b-container {
    top: 0px;
    left: 0px;
    right: 0px;
    
    /* display: flex; */
    /* justify-content: space-between; */
    /* background-color: rgba(253, 253, 253, 0.2);; */
    /* height: 6.5vh; */
}

.wrapper{

    position: relative;
    height: 100%;
    margin: 13px 57px;
    
    /* align-items: center; 
    margin: 13px 57px; */
    /* margin-right: 700px; */
}

.c-wrapper {
    align-items: left;
    /* margin-top: 13px;
    margin-left: -7px; */
    
}



/* =====Projects Layout===== */


.content {
    position: relative;
    display: flex;
    flex: 1;
    width: 100%;
    max-width: 500px;
    /* margin: auto; */
    overflow: hidden;
    /* align-items: left; */
    text-align: left;
    filter: drop-shadow(.5px 2px 3px rgb(0, 0, 17));
    
}


.content .content-overlay {
    background: #7685a0f9;
    position: absolute;
    /* height: 100%;
    width: 100%; */
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    bottom: 0;
    right: 11px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    
  }

  .content:hover .content-overlay-mush {
    background-color: #e2813cec;
    color: black;
    position: absolute;
    border-radius: 7px;
    /* height: 100%;
    width: 100%; */
    width: 98%;
    left: 5px;
    top: 0;
    bottom: 0;
    right: 10px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;

  }


  .content:hover .content-overlay-cwist {
    background-color:#DFBFB1f9;
    position: absolute;
    /* height: 100%;
    width: 100%; */
    width: 100%;
    left: 0px;
    top: 0;
    bottom: 0;
    right: 11px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;

  }
  
  .content:hover .content-overlay{
    opacity: 7;
  }
  
  .content-image{
    width: 100%;
    
  }

  /* .forest .img-fluid {
    width: 40%;
    max-height: 60vh;
    max-width: 20vw;
    padding: 13px 60px;
    margin-left: 230px;
    align-items: left;
  } */

  /* .forest-poster1 .img-fluid  {
      width: 40%;
      height:100vh;
      padding: 13px 57px;
      width: 40%;
    max-height: 60vh;
    max-width: 20vw;
    padding: 13px 60px;
    margin-left: 230px;
    align-items: left;
  } */

  .og-forest-img {
    /* padding: 3px 20px; */
    margin-left: 70px;

  }


  /* .user-scen .content-image{
    width: 70%;
    padding: 13px 57px;
    margin-top: -10px;
    
  } */

  .user-scen .content-image{
    width: 70%;
    padding: 13px 57px;
    margin: -10px auto 0;
    display: block;
  }

  .lowfi {
    /* width: 80%;
    padding: 13px 57px; */
    width: 70%;
    padding: 13px 57px;
    margin: -10px auto 0;
    display: block;
    
  }

  .content-image-flow {
    width: 70%;
    height:100vh;
    padding: 13px 57px;
    margin: -10px auto 0;
    display: block;
  }
  
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }

  .content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    text-align: center;
  }

  .content-title {
      font-size: 1.7em;
  }

  
  .content-details p{
    color: #fff;
    font-size: 1.2em;
    text-align: center;
  } 
  
  .fadeIn-bottom{
    top: 80%;
  }
  


  /* =====SportsCircle Page */

.p-wrapper {
    align-items: left;
    /* background-color: blue;
    margin-left: -200px; */
}

.project-page-sm-img {
    max-width: 300px;
    
}

.pages .col-12{
    align-items: left;
    padding: 13px 57px;
}

.card-body {
    padding: 13px 57px;
    align-items: left;
    justify-content: left;
}
.xd {
    padding: 13px 57px;
    margin-top: -15px;
    text-align: center;
}
/* 
.intro {
  font-size: 1rem;
  width: 100%;
}  */

.intro {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    text-align: center;
  text-decoration: none;
    width: 100%;
}


/* ===== Grid ===== */

/* .grid {
    width: 100%;
    margin-left: 5%;
} */

/* .grid-item, .grid-sizer {
    width: 17%;
    margin-bottom:8px ; 
}*/

/* .grid-item img{
    width: 100%;
} */

/*=====Styling Hamburger Icon=====*/
.hamburger div{
    width: 30px;
    height:3px;
    /* background: #D36A31; */
    background-color: #FFDAC6;
    color: #D36A31 ;
    margin: 5px;
    transition: all 0.3s ease;
}
.hamburger{
    display: none;
    
}

@media screen and (max-width:280px){
    /* .waviy {
    font-size: 1em;
    } */

    h2 {
    font-size: .5em;
    }

    .nav-links li a{
        font-size:  1rem;

    }
    .nav-links li a:hover{
        font-size:  1rem;
        color: rgb(194, 226, 255);
    }
}

@media screen and (max-width:576px){
    /* .waviy {
    font-size: 1.5em;
    } */

    h2 {
    font-size: 1em;
    }

    .nav-links li a{
        font-size:  1.5rem;
    }
    .nav-links li a:hover{
        font-size:  1.5rem;
        color: rgb(194, 226, 255);
    }
}

@media screen and (max-width: 768px){

    /* .waviy {
    font-size: 1.7em;
    } */

    h2 {
    font-size: 1.2em;
    }
    nav{
        position: fixed;
        z-index: 3;
    }
    .hamburger{
        display:block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
        
    }
    .nav-links{
        position: fixed;
        /* background: #D36A31; */
        background-color: #D36A31;
        color: #FFDAC6;
        opacity: 95%;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
    }
    .nav-links.open{
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }

    .nav-links li{
        opacity: 0;
        padding: 13px 57px;
        margin-top: 90px;

    }

    .nav-links li a{
        font-size:  2rem;
    }
    .nav-links li a:hover{
        font-size:  2rem;
        color: rgb(194, 226, 255);
    }

    
    .nav-links li:nth-child(1){
        transition: all 0.5s ease 0.2s;
    }
    .nav-links li:nth-child(2){
        transition: all 0.5s ease 0.4s;
    }
    .nav-links li:nth-child(3){
        transition: all 0.5s ease 0.6s;
    }
    .nav-links li:nth-child(4){
        transition: all 0.5s ease 0.7s;
    }
    .nav-links li:nth-child(5){
        transition: all 0.5s ease 0.8s;
    }
    .nav-links li:nth-child(6){
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }
    .nav-links li:nth-child(7){
        transition: all 0.5s ease 1s;
        margin: 0;
    }
    li.menu-fade{
        opacity: 1;
    }
}

@media screen and (max-width:992px){
    .waviy span  {
    font-size: 2em;
    }

    h2 {
    font-size: 1.5em;
    }

}

@media (min-width: 1200px) {
    .waviy {
    font-size: 3em;
    }
}

/*Animating Hamburger Icon on Click*/
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    transition: all 0.7s ease;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}

/*===== Footer =====*/

footer{
    margin-top: 30px;
    margin-right: 0;
    padding: 30px;
    line-height: 23px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

footer p {
    color: rgb(1, 0, 41);
    font-weight: 500;
    font-size: .7rem;
    /* align-items: center;
    text-align: center; */
}

footer a:hover {
    color: rgb(82, 0, 177);
}

footer a{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: .8rem;

    
}
/* 
footer  a:hover{
    color:#D36A31 ;
}


footer .row{
    padding: 30px 50px;
    align-items: center; 
}  */
