@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400&display=swap');

body {
    margin: 0;
    color:rgb(12, 5, 5);
    background-color: rgb(201, 199, 196);
    font-size: 12pt;
}

h1 {
    margin-bottom: 2.5rem;
}

div#info {
    padding: 5rem;
    padding-bottom: 10rem ;
    font-family: 'Lora', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    line-height: 2.0rem;
    background-color: rgb(240, 240, 244);
    
}

div#info p {
    margin-bottom: 1.5rem;
}

a:link {
    text-decoration: none;
    color:rgb(12, 5, 5);
    background-color: rgb(250, 250, 255);
    /* color: rgb(16, 17, 27); */
    
    /* border-bottom: 2px dotted #a6bbb5; */
}

a:visited {
    color:rgb(12, 5, 5);
    /* color: rgb(24, 27, 46); */
    /* border-bottom: 2px dotted #a6bbb5; */
}

a:hover {
    color:rgb(12, 5, 5);
    background-color: rgb(204, 230, 255);;
    /* background-color: #f2fdfa; */
    /* border-bottom: 2px solid #a6bbb5; */
}

section#contact a:link, section#contact a:visited, section#contact a:hover {
    color: rgb(18, 150, 173)
}

section#contact a {
    margin-right: 1.0rem;
}

#career {
    overflow: hidden;
    height: 0px;
}

#career.open {
    height: auto;
}

#readmore {
    text-align: center;
    color: #aaa;
    cursor:pointer
}

@media (max-width: 480px) {
    div#info {
        padding: 2.5rem;
    }
    
}

@media (min-width: 940px) {
    body {
        font-size: 14pt;
    }

    div#info {
        padding: 7rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 620px;
        line-height: 2.3rem;
    }
}