
/*! fonts */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
    color: #262626;
}
.covertxt{
    color: #fff;
}

.bigtxt{
    font-size: 80px;
    color: #b9a8a6;
}

.b{
    text-align: right;
}

h6.c{
    text-align: right;
}

/*Resume text adjs */
.p{
    margin-bottom: 0;
}

/*portfolio page text adjs */
.tiny{
    font-family: 'Lato', sans-serif;
    color: #595959;
    text-align: right;
    
}

.sections{
    font-family: 'Playfair Display', serif;
    color: #262626;
    text-align: right;
    letter-spacing: 2px;
}

/* little list */
ul{
    list-style-type: circle;
}

table, th, td {
    border: 1px solid #b9a8a6;
}

/*!photo styles */
.charlie{
    height: 900px;
}


/*!body parts for all */
body {
  font-family: 'Lato', sans-serif;
    color: #595959;
    font-weight: 300;
    background-color: #f3f3f2;
}
/* override jumbotron bckgrnd color */
.jumbotron{
    background-color: #f3f3f2;
    padding-bottom: 3px;
}
/* override my-4 */
.my-4{
    margin-bottom: 0rem;
}


/* profilepic */
.profile{
    
}
.profile img{
   width: 100%;
}

.trimbck{
    background-color: #99cccc;
    width: 100%;
    padding: 0;
    margin: 0;
}

/*! Nav */

#mainNav {
    
    padding-left: 0px;
    padding-right: 0px;
    
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  /*background-color: #fff;*/
  font-family:  'Playfair Display', serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
    
}


/*! left */
#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #272727;
  font-family:  'Playfair Display', serif;
    padding-left: 0px;
    
    
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #b9a8a6;
}

/*! right */
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #595959;
    padding-right: 0px;
    
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #b9a8a6;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #262626 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(39, 39, 39, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #b9a8a6;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    /*padding: 0.5rem 1rem;*/
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(39, 39, 39, 0.7);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #b9a8a6;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    /* background-color: #fff;*/
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #272727;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #b9a8a6;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #272727;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #b9a8a6;
  }
}

/*! portfolio grid */



.port-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.port-box .port-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  opacity: 0;
  color: #fff;
  background: rgba(39, 39, 39, 0.7);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

/*! portfolio text top space */
.port-box .port-box-caption .port-box-caption-content {
  position: absolute;
  top: 20%;
  width: 100%;
  transform: translateY(-50%);
  text-align: left;
}

.port-box .port-box-caption .port-box-caption-content .project-category,
.port-box .port-box-caption .port-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Lato', sans-serif, 'Playfair Display', serif;
}

.port-box .port-box-caption .port-box-caption-content .project-category {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}


/*! contact form */
<style type="text/css">
.form-style-1 {
    margin: auto;
    max-width: 400px;
    
   
    font: 13px "Lato", sans-serif;
}
.form-style-1 li {
    padding: 0px;
    display: block;
    list-style: none;
   
}
.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    /* font-weight: bold;*/
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea, 
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;  
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 100%;
}
.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100px;
}

.form-style-1 .required{
    color:red;
}
</style>