﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a:link {
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover.desk {
    color: #cdd5dd;
    text-decoration: none;
}

a:hover.mobile {
    color: #fff;
    text-decoration: none;
}

html {
    font-size: 14px;
}

body {
    background-color: #3a4c5f;
    color: white;
}

.header {
    padding-top: 30px;
}

.logo {
    padding-bottom: 10px;
}

.agent-info {
    line-height: normal;
}

.agent-name {
    font-size: 20pt;
}

.agent-photo img {
    height: 160px;
    border: 5px solid white;
}

.best-places {
    padding-top: 10px
}

.best-place {
    font-size: 15pt;
    font-weight: bold;
    width: 370px;
    margin:10px 0px;
}

.text {
    font-size: 16pt;
    font-weight: bold;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}