@import url("https://use.typekit.net/sry2ovl.css");

html {
    background: #FFF;
    -webkit-font-smoothing: antialiased;
}


.container {
    margin-bottom: 5em;
    margin-top: 8em;
}

.container-70 {
    width: 70%;
    margin: auto;
}


/* sm */
@media screen and (max-width: 768px) {
    .container-70 {
    width: 100%;
    margin: auto;
}
}


.img-responsive {
    margin-bottom: 20px;
}

.row {
    margin-bottom: 20px;
}


.page-title {
    margin-top: 400px;
}


h1 {
    font-weight: 700;
    font-size: 450%;
    letter-spacing: 0.1em;
    line-height: 1;
}

/* LINE */
hr {
    width: 100%;
    height: 3px;
    margin: 0;
    background-color: black;
}



h3 {
    color: black;
    letter-spacing: 0.1em;
    font-size: 180%;
    line-height: 1;
}

h2 {
    color: black;
    font-weight: 600;
    font-size: 250%;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 80px;
}


.company-info {
    color: #808080;
    
    font-weight: 500;
    font-size: 180%;
    letter-spacing: 0.05em;
    line-height: 1.2;
	text-align: center;
	
    margin-top: 30px;
    margin-bottom: 30px;
    
}


p {
    display: block;
    width: 100%;
    max-width: 450px;
    color: #808080; 
    font-size: 160%;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1em;
}



/* sm */
@media screen and (max-width: 768px) {
    .container {
    margin-bottom: 5em;
    margin-top: 5em;
    }
    
    h1 {
    	font-size: 250%;
    	letter-spacing: 0.1em;
    	line-height: 1;
    }

    hr {
    height: 2.5px;
    }
    
    h3 {
    font-size: 160%;
    }

	.company-info {
    font-weight: 500;
    font-size: 120%;
    letter-spacing: 0.05em;
    line-height: 1.2;
	
    margin-top: 20px;
    margin-bottom: 20px;
    }

    p {
    font-size: 160%;
    line-height: 1.3;
    }

}



.page-about {
    display: inline-block;
    margin-top: 100px;
}

.home-page-intro {
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 140%;
    letter-spacing: 1%;
    line-height: 1.5;
}









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

.about {
    color: #0e4afb;
    font-weight: 600;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 1;
    
    font-size: 500%;
}



#bottom-div {
    margin-bottom: 10em;
}











/* -- Footer info --*/

.footer-project-pt {
    color: #0e4afb;
    font-style: normal;
    font-weight: 600;
    font-size: 200%;
    letter-spacing: 0.1em;
}

.footer-back-to-menu {
    color: #808080;
    font-style: normal;
    font-weight: 600;
    font-size: 150%;
    letter-spacing: 0.1em;
}

.footer-project-pt, .footer-back-to-menu {
    margin-left: 2%;
}

/* sm */
@media screen and (max-width: 768px) {
    .footer-project-pt, .footer-back-to-menu {
    margin-left: 3%;
    }
}


 .me-detail-1{
    color: black;
    font-style: normal;
    font-weight: 600;
    font-size: 150%;
    letter-spacing: 0.1em;
    line-height: 70%;
    margin-bottom: 10px;
}

 .me-detail-2{
    color: black;
    font-style: normal;
    font-weight: 300;
    font-size: 120%;
    letter-spacing: 0.05em;
    line-height: 130%;
}


.footer-info:hover a {
    text-decoration: underline;
    color:#000;
    }




