﻿html, body
{
    margin:0;
    padding:0;
    background:#fff;
    color: #333;
}

body, p, input, select, textarea {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

img {
    max-width: 100%;
   
}

body, p, h1, h2, h3, h4, h5, h6, input, select, textarea{
    font-weight: 300;
}

.text, .textarea{
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-size: 16px;
    font-size: 1rem;
}

.textarea {
    height: 140px;
}
/**/
/*global styles*/
.section {
    padding: 60px 20px;
    border-bottom: 1px solid #f1f1f1;
}

.section-title{
    font-size: 48px;
    line-height: 1;
    text-align:center;
    margin:0;
}

.lead {
    line-height: 1.25;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 35px;

}

.text-center{
    text-align: center;
}

.portfolio-pop {
    pointer-events: none;
    background: #999;
}
.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.list-inline{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0;
    list-style-type: none;
    font-size: 0.85rem;
    color: #999;
}

.list-inline-item {
    flex-grow: 1;
}

.list-inline-item .fa {
    color: #608080;
    margin-right: 7px;
}

.form-field {
    margin-bottom: 10px;
}

.img-rounded {
    border-radius: 20%; 
    
    margin: 30px auto;
   
}
/*popup images*/
.ulpop {
    display: flex;
}

.lipop {
    width: 100px;
    list-style-type: none;
    padding: 10px;
    left: 100px;
    position: relative;
}

.lipop:hover .large {
    width: 400px;
    left: -100px;
    top: -100px;
}

.large {
    position: absolute;
    left: -9999px;
}
.large-image {
    border-radius: 4px;
    box-shadow: 1px 1px 3px 3px rgba(127, 127, 127, 0.15);
    
}
.btn{
    box-sizing: border-box;
    text-decoration: none;
    display: inline-block;
    
    
    padding: 15px 20px;
    border: none;
    font-weight: bold;
}

.btn-primary{
    background-color: #899bdd;
    color: #fff;
}
btn-contact {
    background-color: #fff;
    color: #999;
}

.feature-item {
    padding: 20px;
}

.feature-icon{
    font-size: 24px;
    font-size: 1.5rem;
    background: #890bdd;
    color: #fff;
    padding: 15px;
    border-radius: 100%;
}

.feature-title {
    font-size: 28px;
    font-size: 1.7rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}

.feature-description{
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
}

@media (max-width: 768px){
    .btn {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}

/*header*/
.site-header {
    position: fixed;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 3;
}

.brand{
    line-height: 1;
    font-size: 28px;
    font-size: 1.75rem;
}

.brand a {
    text-decoration: none;
    color: #333; 
}
/*price list*/
#price {
    background: #695743
}
/*about*/
#about {
    padding-top: 120px;
    background: #608080
}

.site-title {
    font-size: 4rem;
    color: #000;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

#about .lead{
    font-size: 1.35rem;
    line-height: 1.3;
    text-align: left;
}

#avatar{
    width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);

}

@media (max-width: 768px){
    #about .site-title {
        text-align: center;
    }
}
/*top*/
#top{
    background: #999;
}
/*skilz*/
#skills {
    background: #608080;
}

/*portfolio*/
#portfolioOil {
    background: #808080;
}
#portfolioWatercolor {
    background: #999
}
#portfolioPastel {
    background: #686868
}
.notstyle {
    line-height: 1.25;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 35px;
}
.project-title {
    font-size: 3rem;
    margin: 0;
    line-height: 1;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #230000;
    font-weight: bolder;
    /*text-decoration: underline;*/
    
}

.project-date, .project-style, .project-available, .project-size, .project-price {
    font-size: 1.75rem;
    margin: 0;
    line-height: 1;
    font-family: 'roboto', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #000;
    font-weight: bolder;
}

.project-descriptionPclass {
    text-align: left;
    font-size: 1.75rem;
    margin: 0;
    padding-top: 10px;
    line-height: 1.5;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #000;
    font-weight: bolder;
}


@media (max-width: 768px) {
    .portfolio .col3 {
        grid-column: span 6;
    }
}

@media (max-width: 480px) {
    .portfolio .col3 {
        grid-column: span 12;
        text-align: center;
    }
}

#contact {
    background: #222;
    border-color: #333;

}

#contact .section-header {
    border-bottom: 1px dotted #444;

}

#contact .section-title {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #608080;
}

#contact .lead {
    color: #608080;
}

.form-title {
    color: #999;
    font-size: 2.25rem;
    margin: 0 0 10px 0;
}

.dark .text,
.dark .textarea {
    color: #999;
    border-color: #222;
    background-color: rgba(255,255,255, 0.1);
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.6);
}

.dark .btn-submit {
    color: #fff;
    background-color: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.1);
    font-weight: 300;
}

.dark .btn-submit:hover,
.dark .btn-sumbit:focus {
    background-color: rgba(0,0,0,0.35);
    border-color: rgba(0,0,0,0.2);
    cursor: pointer;
}

#status-messages {
    margin-top: 0.7rem;
    padding: 1rem;
    color: #fff;
}

#status-messages.error {
    background: #dc3545;
}

#status-messages.success{
    background: #28a745;
}
/*CONTAINER */
#grid-col {
    display: inline-grid;
    grid-template-columns: 100px ;
}
#grid-col2 {
    display: inline-grid;
    grid-template-columns: 100px;
}
/* (B) GRID CELLS */
div.cell {
    background: tan;
    border: 1px none tan;
    padding: 10px;
    
}

/* (C) RESPONSIVE - 1 COLUMN ON SMALL SCREENS */
@media screen and (max-width: 640px) {
    #grid-col {
        grid-template-columns: 100%;
    }
}
/*price list*/
.plist{
    width: 100%;
    
}
.plistTitle{
    font-size: 1.75rem;
    text-align: center;

}

.plistRow{
    font-size: 1.25rem;
    
}
.site-footer{
    padding: 20px;
    background: #2d2d2d;
    color: #999;
}