@import 'https://fonts.googleapis.com/css?family=Roboto:400,400i';

body {
    font-family: 'Roboto', sans-serif;
}

.company-name {
    font-family: 'Copperplate Gothic', fantasy;
    font-weight: bold;
}

.navbar-brand.company-name {
    font-size: 24pt;
}

nav {
    font-size: 24pt;
}

.access-image {
    float: left;
    margin-right: 10px;
}

.access-image-alt {
    float: right;
    margin-left: 10px;
}

.accent-image {
    float: right;
    position: relative;
    top: -100px;
    right: 100px;
}

.accent-image-alt {
    float: left;
    position: relative;
    top: -100px;
    left: 100px;
}
.extra-text {
    margin: 20px;
}