/* Enter Your Custom CSS Here */

#logo h1 a, #logo h3 a {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
}

#projects-home {
    border-top: 12px solid #c1c1c1;
    margin-top: 22px;
}

.project.small .title {
  opacity: 1;
}

/**********CONTACT PAGE**********/

div#frm_field_8_container {
    width: 100%;
}

.page-id-133 .entry-content, .entry-footer, .entry-summary {
    max-width: 1000px; 
}

.page-id-133 p {
    padding-bottom: 20px;
    font-size: 14px !important;
}

.page-id-133 a {
    text-decoration: none;
    color: inherit;
}

.page-id-133 a:hover {
    color: grey; 
}

.frm_style_formidable-style.with_frm_style .frm-show-form div.frm_description p {
    color: inherit;
    margin-top: 0;
    margin-bottom: 15px;
}

.frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
   color: #494949;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    padding: 15px 20px;
    border: 2px solid #494949;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 3px 0 0;
    line-height: normal !important;
    -webkit-appearance: none;
    font-size: .9em;
    font-weight: normal !important;
    text-align: center;
    transition-property: all;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}


/******************************/
/**********RESPONSIVE**********/
/******************************/

/* Tablets in landscape mode */
@media only screen and ( min-width: 981px ) { 
 
}

/* Windows phone */
@media only screen and ( max-width: 980px ) {
}


/* iPhone */
@media only screen and ( max-width: 767px ) {  
  #logo h1, #logo h3 {
    font-size: 1.25em;
  }
}

/* Low end Windows phone */
@media only screen and ( max-width: 480px ) {

}

/* Smallest phones */
@media only screen and ( max-width: 320px ) {
    
}