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

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


a, p {
    display: block;
}

a.place:hover, a:hover {
    text-decoration: none;
    color: #0e4afb;
    
}

/* --------------------------------*/
/* TEXT */
h1 {

    font-weight: 700;
    letter-spacing: 0.1em;
    letter-spacing: 0.5em;
    font-size: 450%;
}


/* md */
@media screen and (max-width: 922px) {
   h1 {
        font-weight: 700;
        letter-spacing: 0.1em;
        font-size: 400%;
        letter-spacing: 0.5em;
    }
}

/* sm */
@media screen and (max-width: 768px) {
    h1 {
        font-weight: 700;
        letter-spacing: 0.1em;
        font-size: 250%;
        letter-spacing: 0.5em;
        line-height: 1;
    }
}



/*-------*/

h2 {
    color: #808080;
    font-weight: 500;
    font-size: 160%;
    letter-spacing: 0.05em;
}


.intro {
    color: black;
    line-height: 1.2;
}

.blue {
    color: #0e4afb;
}

.linkedin {
    text-decoration: underline;
}

a.place {
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 200%;
    color: black;
    line-height: 2;
}




.place-detail {
    color: #808080;
    font-size: 140%;
}

.detail-link{
    font-size: 120%;
}

.date {
    margin-top: 40px;
    font-size: 120%;
    color: #808080;
    line-height: 0.7;
}

.detail-role {
    color: #808080;
    font-size: 120%;
}

/* md */
@media screen and (max-width: 922px) {
    h2 {
        font-size: 140%;
        letter-spacing: 0.05em;
        line-height: 1;
    }
}


.me {
    max-width: 200px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: -40px;
}

/* sm */
@media screen and (max-width: 768px) {
    h1 {
        font-weight: 700;
        letter-spacing: 0.1em;
        font-size: 300%;
        letter-spacing: 0.3em;
        line-height: 1;
    }
    

    a.place {
        letter-spacing: 0.1em;
        font-size: 160%;
        line-height: 1.2;
        margin-bottom: 10px;
        text-decoration: underline;
    }


    .place-detail {
        font-size: 120%;
    }

    .detail-link{
        font-size: 120%;
        font-weight: 600;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .date {
        margin-top: 20px;
        font-size: 120%;
        color: #808080;
        line-height: 0.7;
    }

    .detail-role {
        color: #808080;
        font-size: 120%;
    }

    
    
    
}





/*-------*/

/* LINES */

.col-centered{
    float: none;
    margin: 0 auto;
    background-color: ;
    padding-top: 1em;
    padding-bottom: 1em;
    display: block;
}



#line-1, #line-sl, #line-sl-2 {
    width: 15px;
    height: 200px;
    background-color: #f4d3df;
    float: none;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
	}

#line-sl, #line-sl-2 {
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#line-sl-2 {
    margin-bottom: 15px;
}


/* sm */
@media screen and (max-width: 768px) {
    #line-1 {
        width: 10px;
        height: 120px;
	}
    #line-sl, #line-sl-2 {
        width: 10px;
        height: 40px;
	}
}



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

