html, body {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;

    font-family: 'Open Sans';
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 300;
    src: url('../fonts/OpenSans-Light.ttf');
}

a, a:hover {
    color: white;
    text-decoration: none
}

#timeDiv {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;

    color: white;
    text-align: center;
    font-size: 2vmin;
}

#locationDiv {
    margin-top: 1.25em;
    margin-bottom: 0.25em;
    font-size: 0.8em;
}

#date {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

#time {
    font-size: 10em;
    font-weight: lighter;
    letter-spacing: .02em;
}

#weatherDiv #current {
    font-size: 1.5em;
}

#weatherDiv .icon {
    font-size: 2em;
}

#weatherDiv #forecast {
    margin-top: 2em;
}

#weatherDiv #forecast > weather-snippet {
    vertical-align: top;
    display: inline-block;
    width: 20%;
}

#weatherDiv .header {
    font-size: 1.4em;
    font-weight: 500;
}

#weatherDiv .summary {
    font-size: 0.9em;
}

#weatherDiv .icon {
    height: 1.2em;
}

#about{
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.8em;
    margin-bottom: 0.25em;
    color: rgba(255, 255, 255, 0.3);
}

#about a{
    color: rgba(255, 255, 255, 0.5);
}

.modal-backdrop.in {
    opacity: 0;
}

.modal-content {
    background: rgba(128, 128, 128, 0.7);
    font-size: 2vmin;
    width: 12em;
    position: relative;
    left: 50%;
    top: 32em;
}

#alerts .weather-alert {
    font-size: 0.8em;
    padding: 0.5em;
}

#alerts .weather-alert a {
    color: white;
    text-decoration: none;
}

#alertsIcon i {
    color: white;
    text-decoration: none;
    font-size: 1.5em;
}

#alertsIcon {
    position: relative;
    top: 0.5em;
}

#alertsIcon :focus {
    outline: 0;
}

.tooltip .tooltip-inner {
    background: black;
    opacity: 0.9;
}

#permissionsDiv {
    padding: 2em;
}