@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300");
@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow);
@import url(https://fonts.googleapis.com/css?family=Archivo+Black);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono);
@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light);

/* Move down content because we have a fixed navbar that is 50px tall */
/* body { */
/*     padding-top: 50px; */
/*     padding-bottom: 20px; */
/* } */

html *
{
 font-size: 16px;

}

body, textarea {
    background-color: #fcfcfc;
    color: #212124;
}

.navbar {
    font-size: 17px;
}

.my-navbar-brand {
    color: navy;
    font-family: "Shadows Into Light";
    font-weight: normal;
    font-size: 120%;
}

h1, h2, h3, h4 {
    /* font-family: "Archivo Narrow"; */
}

h1 {
    font-size: 300%;
}

h2 {
    font-size: 240%;
}

h3 {
    font-size: 150%;
}

h4 {
    font-size: 120%;
}

tt {
    font-family: "Roboto Mono";
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    .avatar {
        float:right;
        width:244px;
        height:217px;
        margin-bottom:25px;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .avatar {
        float:right;
        width:244px;
        height:217px;
        margin-bottom:10px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .avatar {
        float:right;
        width:122px;
        height:108px;
        margin-bottom:10px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .avatar {
        float:right;
        width:144px;
        height:128px;
        margin-bottom:10px;
    }

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .avatar {
        float:right;
        width:123px;
        height:110px;
    }

}

li{
  margin: 10px 0;
}

.i-am-centered { text-align:right; }

sup {
  vertical-align: 0.6em;
  font-size: 0.6em;
}

.smalldd {
    padding-bottom: 10px;
}

.dl-horizontal {
    flex-flow: column;
    column-gap: .5rem;
}

.dl-horizontal dt {
    width: 80px;
    font-weight: 200;
}

.dl-horizontal dd {
    margin-left: 100px;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .dl-horizontal dd {
        margin-left: 10px;
    }
}
