@charset "utf-8";

/*
=======================================
color code:
    #232323 text
    #f9a5a5 link

Refer to "base css" for base design.
======================================*/


/*====================================
Contents base
======================================*/

h2{
    font-size: 30px;
    color: #fff;
    padding-top: 20vh;
    text-align: center;
    text-shadow: #000 3px 5px 10px;
}

h3{
    font-size: 30px;
    padding: 20px 0;
}

h4{
    font-size: 20px;
    padding: 10px 0;
    margin-top: 30px;
}

.web{
    margin-top: 10px;
    margin-bottom: 30px;
}

.breadcrumbs{
    font-size: 14px;
    color: #555;
}
.breadcrumbs li{
    float: left;
    padding: 10px 5px;
    
}


/*====================================
Work1 design-coding
======================================*/
.background01{
    height: 50vh;
    background: url(../images/work1.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.portfolio{
    margin-bottom: 80px;
}

.role li{
    display: inline-block;
    background-color: #ADD8E6;
    width: 80px;
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.skillicon-work li, .skillicon{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 5px;
    font-size: 20px;
    border: 1px solid #f9a5a5;
    background-color: #f9a5a5;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
}

.discriptions{
    margin-bottom: 20px;
}
.discriptions span{
    font-size: 12px;
}

/*Buttons*/
.site-button{
    margin: 10px;
    padding: 5px 30px;
    width: 65%;
    border: 1px #888 solid;
    background-color: #888;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    

}
.site-button:hover{
    background-color: #fff;
    color: #f9a5a5;
    border: 1px #f9a5a5 solid;
}

.dis-inline{
    text-align: center;
}
.dis-inline li{
    display: inline;
}


@media screen and (min-width: 560px){
    .web{
        margin-top: 50px;
    }
    .site-button{
        width: 40%;
    }
}

/*====================================
Work2 logo
======================================*/
.background02{
    height: 50vh;
    background: url(../images/work2.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.logo-image{
    width: 50%;
    margin: auto;
}

.desc-width{
    text-align: center;
}

.logo-mock{
    width: 100%;
}
.discriptions .skillicon{
    font-size: 20px;
}

.discriptions .creation-time{
    display: inline-block;
    background-color: #ADD8E6;
    width: 150px;
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}


@media screen and (min-width: 560px){
    .flex-container {
        display:flex;
        justify-content: center;
        align-items: center;
    }

    .logo-width{
        width: 40%;
        text-align: center;
    }

    .logo-image{
        width: 80%;
    }

    .desc-width{
        width: 60%;
    }

    .logo-mock{
        width: 50%;
        padding-bottom: 0;
    }
    
    
}

/*============================================
Work3 Banner Design
==============================================*/
.background03{
    height: 50vh;
    background: url(../images/work3.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.banner{
    text-align: center;
    width: 100%;
}
.sale-b{
    background-color: thistle;
    text-align: center;
}
.f-left{
    float: left;
    width: 100%;
}
.f-left p{
    padding: 30px;
}

.center{
    text-align: center;
}


@media screen and (min-width: 560px){
    .f-left{
        width: 50%;
    }
}

/*============================================
Work4 Blog & SEO
==============================================*/
.background04{
    height: 50vh;
    background: url(../images/work4.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.b-image{
    margin-top: 50px;
}

.site-button2{
    margin-top: 30px;

}

@media screen and (min-width: 560px){
    .f-left{
        width: 50%;
    }

    .b-image{
        width: 45%;
    }
}
/*
.parent01{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    vertical-align: middle;
}    
*/




