
  body {
    background-color: rgb(189, 214, 221);
    background-image: url("images/finaldays.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  


.content {
    flex: 1 0 auto;
}


  nav {
    background: linear-gradient(to right, rgba(227, 235, 235, 0.05), rgba(46, 48, 48, 0.35));
    box-shadow: 0 0 0 0;
    height: 85px;
    margin-top: 12px;
    color: #ad6317;

  }

  h2 {
      color: #ad6317;
      font-size: 30px;
      font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
  }

 
  .branding {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
    font-size: 20px;
    font-style: italic;
    color: #f7f5f2;
}

.flow-text {
        font-size: 40px;

}

p1 {
        font-size: 40px;

}
.mont {
    margin-left: 12px;
}

.myname {
    margin-left: 20px;
    color: #ad6317;


}

h5 {
    color: #ad6317;


}

#nav-mobile {
    margin-right: 180px;
}

nav .brand-logo {
    color: #ad6317;

}

nav ul a {
    color: #f7f5f2;
    
}

a {
    all: unset;
}

.brandish {
    color: #f7f5f2;
    font-size: 20px;
    font-style: italic;
}

.git {
    color: #ad6317;
    font-size: 22px;
}
.formbox {
    background-color: #a6a6a6 ;
    margin-top: 50px;
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
}


.input-field>label {
    color: #723e09;
}
.input-field>input {
    color: white;
}
.input-field>textarea {
    color: white;
}
label {
    color: white;
}

.skillhead {
    color: #723e09;

}

.skillsubhead {
    color: white;
    font-size: 20px;
    margin-left: 30px;
    font-style: italic

}

.personalpara {
    margin-left: 30px

}
.skillp{
    color: white;
    font-size: 16px;
    margin-left: 40px;

}
.skillp2{
    color: white;
    font-size: 14px;
    margin-left: 50px;

}

.card-image{
    width: 300px; 
    overflow: hidden;
}
.card {
    width: 300px; 
    overflow: hidden;
    margin-left: 20px;
}

.portpanel {
    width: 75%;
    margin-left: 100px;
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.199);
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: #723e09;
    text-align: center;
}