body{
    background-color: #4d774e;
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
    font-weight: bold;
}
main{
    
    padding: 25px;
    margin: 20px;
}

.brand{
    font-size: xx-large;
    font-weight: bold;
}
.theme{
  background-color: #eef5f0cb;
}
/* about me page */
/* ---------------------------------------------------------------------------------------------------------------- */

/* resume page */







/* Navbar */
a {
    color: black;
    transition: all .2s ease-in-out; 
  }
  a:visited {
    color: #636;
  }
  a:hover, a:active, a:focus {
    color:#c33;
    transform: scale(1.1);
  }


/* Moving Letters */
.ml14 {
  font-weight: 200;
}

.ml14 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml14 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  transform-origin: 100% 100%;
  bottom: 0;
}

.ml14 .letter {
  display: inline-block;
  line-height: 1em;
}




  /* Contact-me page */
  /* Style inputs */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #4d774e;
}

/* Style the container/contact section */
.container {
  border-radius: 5px;
  padding: 10px;
}

/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}




















/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}