/*
Theme Name: STUDIO FUTAGAWA ARCHITECTS
Theme URI: http://futagawa.asi/blog
Author: Kyosuke Iezumi
Author URI: https://iezumi.com/
Description: STUDIO FUTAGAWA ARCHITECTS BLOG Theme.
Version: 1.0
*/
@charset "UTF-8";

/*-----------------------
 overRide
 -----------------------*/
#headerWrapper{
    min-height: inherit !important;
}

header #topNavi{
    margin-top: 0px !important;
}


/*-------------------------

 Single Page Layout

 -------------------------*/

/*-----------------------
 #pageHeader-single
 -----------------------*/
#pageHeader-single{
    position: relative;
    height: 100%;
/*    background: url("http://dev.evelyn-paige.com/rsrc/design/common/sample/blog_header_01.png") no-repeat 50% 50%;
    background-size: cover;*/
}

#pageHeader-single::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent, rgba(0, 0, 0, 0.7));
    /*z-index: 100;*/
}


#pageHeader-single article{
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

#pageHeader-single div[data-pageHeader-single="wrapper"]{
    position: absolute;
    top: 55%;
    left: 0;
    transform: translate(0%,-50%);
    z-index: 200;
    text-align: left;
    color: #fff;
    letter-spacing: 1px;
    width: 100%;
    padding: 35px;
}

#pageHeader-single h2{
    font-size: 24px;
}

#pageHeader-single h3{
    font-size: 30px;
    padding-top: 45px;
    line-height: 1.3;
}

#pageHeader-single div.header-categoryWrapper{
    clear: both;
    padding-top: 10px;
}

#pageHeader-single div.header-categoryWrapper ul{

}

#pageHeader-single div.header-categoryWrapper li{
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

#pageHeader-single div.header-categoryWrapper li a{
    font-size: 11px;
    line-height: 1.6;
    padding: 5px 15px 5px 15px;
    text-align: left;
    color: #fff;
    border: solid 1px;
    border-radius: 5px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    background-color: inherit;
}

#pageHeader-single div.header-categoryWrapper li a:hover{
    text-decoration: none;
    background-color: #252525;
    border-color: #252525;
}

#pageHeader-single span.header-detail{
    font-size: 13px;
    clear: both;
    display: inline-block;
    padding-left: 5px;
}


@media (min-width: 768px){
    #pageHeader-single{
        height: 450px;
    }
    #pageHeader-single div[data-pageHeader-single="wrapper"]{
        left: 5%;
        padding: 0;
    }
}

@media (min-width: 992px){
	#pageHeader-single{
	    height: 480px;
	}
/*    #pageHeader-single div[data-pageHeader-single="wrapper"]{
        left: 5%;
    }*/
}

@media (min-width: 1200px){
    #pageHeader-single div[data-pageHeader-single="wrapper"]{
        left: 10%;
    }
}



/*-----------------------
 #contentsWrapper
 -----------------------*/
#contentsWrapper{
    position: relative;
    background-color:#fff;
    line-height: 1.8;
    text-align: center;
}

#contentsWrapper article#post,
#contentsWrapper article#archive{
    padding-top: 30px;
    padding-bottom: 80px;
    border-bottom: solid 1px #ccc;
}

#contentsWrapper section#post-contentsWrapper{
}


/* post-contents */
#contentsWrapper div.post-contents{

}

#contentsWrapper div.post-contents p{
    font-size: 16px;
    line-height: 1.8;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
}


/* post-contents-tags */
#contentsWrapper div.post-contents-tags{
    padding-top: 30px;
    padding-bottom: 30px;
}

#contentsWrapper div.post-contents-tags ul{

}

#contentsWrapper div.post-contents-tags li{
    display: inline-block;
}

#contentsWrapper div.post-contents-tags li a{
    display: inline-block;
    font-size: 11px;
    line-height: 1.6;
    padding: 5px 15px 5px 15px;
    text-align: left;
    color: #252525;
    border: solid 2px #ccc;
    border-radius: 15px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    background-color: inherit;
    margin-right: 5px;
    margin-top: 5px;
}

#contentsWrapper div.post-contents-tags li a:hover{
    text-decoration: none;
    background-color: #252525;
    border-color: #252525;
    color: #fff;
}

@media (min-width: 768px){
    #contentsWrapper article#post,
    #contentsWrapper article#archive{
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 992px){
     #contentsWrapper article#post,
    #contentsWrapper article#archive{
        padding-left: 90px;
        padding-right: 60px;
        border-bottom: 0;
    }
}

@media (min-width: 1200px){
}




/*-----------------------
 #sidebar
 -----------------------*/
aside#sidebar{
/*    padding-top: 50px;
    padding-bottom: 80px;*/
    text-align: left;
}

aside#sidebar > div{
    padding-top: 30px;
    padding-bottom: 30px;
    clear: both;
}

aside#sidebar > div h2.sidebar-title{
    margin-bottom: 40px;
    border-left: solid 4px;
    padding: 10px;
    background-color: #e7e7e7;
    font-size: 22px;
}

/* sidebar-latestPost */
aside#sidebar div#sidebar-latestPost{
}

aside#sidebar div.sidebar-postWrapper{
}

aside#sidebar div.sidebar-postWrapper li{
    padding-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
}

aside#sidebar div.sidebar-postWrapper li a{
}

aside#sidebar div.sidebar-postWrapper li a:hover{
    text-decoration: none;
}
aside#sidebar div.sidebar-postWrapper li a:hover img{
    opacity: 0.7;
}

aside#sidebar div.sidebar-postWrapper li figure img{
    border-radius: 5px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

aside#sidebar div.sidebar-postWrapper li div.sidebar-postText{
    padding-top: 10px;
}

aside#sidebar div.sidebar-postWrapper li h3{
    font-size: 12px;
    line-height: 1.6;
}

aside#sidebar div.sidebar-postWrapper li span{
    font-size: 12px;
    display: inline-block;
}



/* sidebar-category */
aside#sidebar div#sidebar-category{
}

aside#sidebar div.sidebar-categoryWrapper{
}

aside#sidebar div.sidebar-categoryWrapper li{
    border-bottom: dotted 1px #000;
}

aside#sidebar div.sidebar-categoryWrapper li a{
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
}

aside#sidebar div.sidebar-categoryWrapper li:first-of-type a{
    padding-top: 0px;
}

aside#sidebar div.sidebar-categoryWrapper li a:hover{
    text-decoration: none;
}
aside#sidebar div.sidebar-categoryWrapper li a:hover i{
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
         -o-transform: translateX(5px);
            transform: translateX(5px);
}

aside#sidebar div.sidebar-categoryWrapper li h3{
    font-size: 13px;
    line-height: 1.6;
}

aside#sidebar div.sidebar-categoryWrapper li i{
    font-size: 13px;
    padding-right: 20px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

/* sidebar-search */
input[type="search"] {
    display: block;
    width: 100%;
    padding: 10px 32px 10px 11px;
    color: #202020;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-appearance: none !important;
    -webkit-box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.att-searchform #searchsubmit {
    position: absolute;
    right: 5px;
    top: 50%;
    height: 16px;
    margin-top: -9px;
    color: #999;
    font-size: 11px;
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 16px;
    outline: none;
}




/* sidebar-tag */
aside#sidebar div#sidebar-tag{
}

aside#sidebar div.sidebar-tagWrapper{
}

aside#sidebar div.sidebar-tagWrapper a{
    display: inline-block;
    font-size: 11px;
    line-height: 1.6;
    padding: 5px 15px 5px 15px;
    text-align: left;
    color: #252525;
    border: solid 2px #ccc;
    border-radius: 15px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    background-color: inherit;
    margin-right: 5px;
    margin-bottom: 5px;
}

aside#sidebar div.sidebar-tagWrapper a:hover{
    text-decoration: none;
    background-color: #252525;
    border-color: #252525;
    color: #fff;
}




@media (min-width: 768px){
}

@media (min-width: 992px){
    aside#sidebar{
        padding-top: 50px;
        padding-bottom: 80px;
    }
    aside#sidebar div.sidebar-postWrapper li{
        padding-left: 0;
        padding-right: 0;
    }
    aside#sidebar div.sidebar-postWrapper li div.sidebar-postText{
        padding-left: 0;
    }
}

@media (min-width: 1200px){
    aside#sidebar div.sidebar-postWrapper li h3{
        font-size: 13px;
    }
}



/*-----------------------
 #linkPostWrapper-single
 -----------------------*/
#linkPostWrapper{
    position: relative;
    background-color:#fff;
    line-height: 1.8;
    text-align: center;
    color: #fff;
}

#linkPostWrapper article{
}

#linkPostWrapper section{
    z-index: 200;
    height: 200px;
    overflow: hidden;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#linkPostWrapper section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: radial-gradient(transparent, rgba(0, 0, 0, 0.7));*/
    background-color: rgba(0, 0, 0, 0.4);
}

#linkPostWrapper section:hover{
    filter: contrast(1.3);
}

#linkPostWrapper section a{
    display: block;
    color: #fff;
    position: relative;
    height: 100%;
}

#linkPostWrapper section a:hover{
    text-decoration: none;
}


#linkPostWrapper section div.linkPostWrapper-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

#linkPostWrapper section p{
    display: inline-block;
    font-size: 13px;
    line-height: 1.6;
    padding: 3px 15px 3px 15px;
    letter-spacing: 1px;
    text-align: left;
    border: solid 1px;
    border-radius: 5px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    background-color: inherit;
}

#linkPostWrapper section h2{
    font-size: 18px;
    line-height: 1.6;
    padding-top: 25px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
}

#linkPostWrapper section span{
    font-size: 12px;
    display: inline-block;
    letter-spacing: 1px;
}

#linkPostWrapper section i{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
       -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
         -o-transform: translate(0,-50%);
            transform: translate(0,-50%);
    display: block;
    color: #fff;
    font-size: 25px
}

#linkPostWrapper section#previousWrapper i{
    left: 10px;
}
#linkPostWrapper section#nextWrapper i{
    right: 10px;
}

@media (min-width: 768px){
}

@media (min-width: 992px){
}

@media (min-width: 1200px){
}




/*-------------------------

 Archive Page Layout

 -------------------------*/

/*-----------------------
 #pageHeader-archive
 -----------------------*/
#pageHeader-archive{
    position: relative;
    height: 100%;
    background: url("http://dev.futagawa.asia/rsrc/design/common/main_05.jpg") no-repeat 50% 50%;
    background-size: cover;
    text-align: center;
}

#pageHeader-archive::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent, rgba(0, 0, 0, 0.7));
}


#pageHeader-archive article{
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

#pageHeader-archive div[data-pageHeader-archive="wrapper"]{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 200;
    color: #fff;
    letter-spacing: 1px;
    width: 100%;
    padding: 35px;
}

#pageHeader-archive h2{
    font-size: 24px;
    padding-bottom: 35px;
}

#pageHeader-archive h3{
    font-size: 30px;
    padding-top: 10px;
    line-height: 1.3;
}

#pageHeader-archive span.header-search{
    font-size: 16px;
    line-height: 1.3;
    display: block;
}



#archive section{
    padding-top: 50px;
    padding-bottom: 80px;
    border-bottom: solid 1px #ccc;
}

/* archive-contents */
div.archive-contents-item{
    margin-bottom: 30px;
}

div.archive-contents-item.inview{
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}


div.archive-contents-item > div{
    line-height: 1.8;
    text-align: left;
    background-color: #fff;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    /*box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);*/
}
div.archive-contents-item > div:hover{
   /*box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);*/
}



div.archive-contents-item a{
    display: block;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}

div.archive-contents-item a:hover{
    text-decoration: none;
}


/* archive-contents-item */
div.archive-contents-text{
    padding: 20px 0px 20px 0px;
    /*border-bottom: solid 1px;*/
}

div.archive-contents-item h2{
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 15px;
}
div.archive-contents-item h2 a:hover,
div.archive-contents-item aside a:hover{
    color: #A1D7DD;
}

div.archive-contents-item figure img{
    border:solid 3px #000;
}


div.archive-contents-text > div{
    clear: both;
}

div.archive-contents-text > div li{
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

div.archive-contents-text > div li.contents-time,
div.archive-contents-text > div li.contents-name{
    font-size: 12px;
    color: #8e8e8e;
}

/*div.archive-contents-text > div li.contents-name{
    font-size: 13px;
    color: #8e8e8e;
}*/

div.archive-contents-text > div li.contents-category{
}

div.archive-contents-text > div li.contents-category a{
    background-color: #8e8e8e;
    color: #fff;
    padding: 1px 10px 1px 10px;
    border-radius: 5px;
    font-size: 10px;
}


div.archive-contents-text > div i{
    padding-right: 5px;
}


div.archive-contents-text div.archive-contents-textMain{
    position: relative;
    padding-top: 36px;
    padding-bottom: 20px;
    clear: both;
}

div.archive-contents-text div.archive-contents-textMain p{
    font-size: 14px;
    color: #3E3A39;
}

div.archive-contents-text div.archive-contents-textMain::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 50px;
    background-color: #3E3A39;
    top: 18px;
    left: 0;
}


div.archive-contents-text aside{
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    border-bottom: solid 2px;
}

div.archive-contents-text aside i{
    padding-left: 5px;
    padding-right: 0;
}


/*-----------------------
 #pageHeader-archive-pageLink
 -----------------------*/
div.archive-contents-pageLink{

}

ul.page-numbers {
    margin: 25px 0 0;
    list-style: none;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    text-align: center;
}

.page-numbers a, .page-numbers span {
    display: block;
    padding: 4px 10px;
    color: #666;
    font-size: 12px;
    line-height: 1.5em;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}

.page-numbers a:hover, .page-numbers.current {
    color: #fff;
    background: #d70b24;
    border-color: transparent;
    text-decoration: none;
}


@media (min-width: 768px){
    #pageHeader-archive{
        height: 450px;
    }
    #pageHeader-archive div[data-pageHeader-archive="wrapper"]{
        /*left: 5%;*/
        padding: 0;
    }
}

@media (min-width: 992px){
    #pageHeader-archive{
        height: 480px;
    }
}

@media (min-width: 1200px){
}



/*-----------------------
 #archiveforSideBar
 -----------------------*/
article#archiveforSideBar{
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: left;
}


article#archiveforSideBar h2.archiveforSideBar-title{
    font-size: 22px;
    padding-bottom: 40px;
}


#archiveforSideBar-category h2.archiveforSideBar-title,
#archiveforSideBar-search h2.archiveforSideBar-title,
#archiveforSideBar-tag h2.archiveforSideBar-title{
    padding-top: 40px;
}


/* sidebar-category */
article#archiveforSideBar div.archiveforSideBar-categoryWrapper li{
    border-bottom: dotted 1px #000;
}

article#archiveforSideBar div.archiveforSideBar-categoryWrapper li a{
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
}

article#archiveforSideBar div.archiveforSideBar-categoryWrapper li:first-of-type a{
    padding-top: 0px;
}

article#archiveforSideBar div.archiveforSideBar-categoryWrapper li a:hover{
    text-decoration: none;
}
article#archiveforSideBar div.archiveforSideBar-categoryWrapper li a:hover i{
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
         -o-transform: translateX(5px);
            transform: translateX(5px);
}

article#archiveforSideBar div.archiveforSideBar-categoryWrapper li h3{
    font-size: 13px;
    line-height: 1.6;
}

article#archiveforSideBar div.archiveforSideBar-categoryWrapper li i{
    font-size: 13px;
    padding-right: 20px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}



/* sidebar-tag */
article#archiveforSideBar div.archiveforSideBar-tagWrapper a{
    display: inline-block;
    font-size: 11px;
    line-height: 1.6;
    padding: 5px 15px 5px 15px;
    text-align: left;
    color: #252525;
    border: solid 2px #ccc;
    border-radius: 15px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    background-color: inherit;
    margin-right: 5px;
    margin-bottom: 5px;
}

article#archiveforSideBar div.archiveforSideBar-tagWrapper a:hover{
    text-decoration: none;
    background-color: #252525;
    border-color: #252525;
    color: #fff;
}




@media (min-width: 768px){
}

@media (min-width: 992px){
}

@media (min-width: 1200px){
}

form#searchform {
    position: relative;
}


/* Comments
----------------------------------------------------------- */
#comments {
    margin-top: 40px;
    text-align: left;
}
.comments-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 22px;
    padding-bottom: 20px;
}
.comment-notes { font-size: 12px; color: #666; }
.comment-list .children { margin-left: 0px }
.comment-list li{list-style: none;}
.comment-list li article { position: relative }
.comment-author { position: absolute; top: 0; left: 0; }
.comment-author .avatar { border-radius: 3px; display: block; }
.comment-details { margin-left: 90px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dotted #ddd; }
.comment-meta { margin-bottom: 5px }
.comment-meta .fn { font-weight: bold; font-size: 13px; }
.comment-date a { font-size: 11px; color: #999; }
.comment-reply-link { font-weight: bold; color: #888; font-size: 12px; }
.comment-reply-link:hover { text-decoration: none; color: #000; }
#cancel-comment-reply-link { float: right; background: #fff; color: #F00; padding-left: 10px; font-size: 13px}
#respond h3 { height: 35px; line-height: 35px; margin: 15px 0; }
#respond h3 span {
    background: #fff;
    padding-right: 20px;
    font-size: 20px;
}
#commentform label {display: block; margin-top: 5px;}
.comment-navigation { font-size: 12px }
.nav-next { text-align: right }
.form-allowed-tags { display: none }
span.required { color: #F00 }

.edit-link{
    margin-left: 10px;
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 2px 5px 2px 5px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], textarea { display: block; max-width: 100%; margin-bottom: 10px; margin-left: 0; padding: 5px !important; color: #808080; font-size: 13px; font-weight: 400; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; background: #fff; border: 1px solid #ddd; border-radius: 4px 4px 4px 4px; box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.030) inset; box-sizing: border-box; }
textarea { width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 1.6em !important; }


/* Theme-check
----------------------------------------------------------- */
.wp-caption {}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor {}
.alignright {}
.alignleft {}
.aligncenter {}
.screen-reader-text {}


.page-links{
    padding-top: 5px;
    padding-bottom: 5px;
}

.page-links a{
    background-color: transparent;
    display: inline-block;
}

.page-links a span{
    color: #252525;
    background-color: #fff;
    border: solid 1px #252525;
    padding: 8px 12px;
    margin: 2px;
}

.page-links a:hover span{
    text-decoration: none;
    background-color: #252525;
    border-color: #252525;
    color: #fff;
}

.page-links span{
    display: inline-block;
    line-height: 1;
    border: solid 1px #252525;
    padding: 8px 12px;
    margin: 2px;
    color: #fff;
    background-color: #252525;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}


#noPostTitle{
    font-size: 22px;
    border: solid 2px;
    display: inline-block;
    padding: 8px 12px;
    margin-top: 40px;
    letter-spacing: 1px;
    color: #252525;
}







