/*===========================================
共通
============================================*/
body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
    color: rgba(2, 1, 7, 0.767);
}
.section{
padding: 50px 0;
}
.container{
width: 90%;
max-width: 980px;

}
img{
    width: 100%;
    height: auto;
}
.section-subtitle {
    font-weight: normal;
    font-size: small;
    color: darkslategrey;
}

.section-maintitle{
    font-size: 20px;

}

/*===========================================
top
============================================*/
.top{
    background-image: url(../image/background.jpeg);
    background-size: cover;
    
}
.top-title{
    font-size: 70px;
}
.top-subtitle{
    font-size: 20px;

}

.about-subtitle{
    font-weight: normal;
    font-size: small;
}
.section-maintitle{
    font-size: 25px;

}
/*===========================================
about
============================================*/
.aboutMe{
    font-size: 18px;
}


/*===========================================
service
============================================*/
.card-img-top{
    
    height: 194px;
}

/*===========================================

============================================*/


/*===========================================
contact
============================================*/
.contact-items{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 42px;
}
.contact-item{
    display: inline-block;
}


.contact-image{
    width: 40px;
}
.contact-img{
    width: 100px;
}



.contact-item-right{
    margin-left: 60px;

}

footer{
    padding: 20px 0px;

}
/*===========================================
mobile-view
============================================*/
@media only screen and (max-width:767px){

/*===========================================
header
============================================*/
.navbar-brand{
    font-size: 22px;
}

/*===========================================
main
============================================*/
.top-title{
    font-weight: 300;
    font-size: 32px;
}
/*===========================================
about
============================================*/

/*===========================================
service
============================================*/

/*===========================================
work
============================================*/

/*===========================================
contact
============================================*/

/*===========================================
footer
============================================*/
.footer-logo{
    font-weight: normal;
    font-size: 15px;
}

}
