body {
    font-family: Lato;
}

article h1.title {
    text-align: center;
}

div.hero-body {
    padding-top: 0px;
}

/* specific styles for standard antenna display */
@media only screen and (width: 1200px) and (height: 800px) {
    div.hero-body {
        padding: 0;
        margin-left: 60px;
    }
    
    div.hero-body div.container{
        margin: 0;
    }
    
    div.columns {
        width: 1100px;
    }
}   

/* Modal Styles */

#configModal .modal-card-foot .button {
    align-self: baseline;
}

#tuneModal .modal-card-foot {
    display: block;
}

/* Column Styles */

div.columns {
    height: 500px;
}

div.columns div.column:nth-child(1) {
    border-right: solid #E9F0F4 1px;
}

div.columns div.column:nth-child(3) {
    border-left: solid #E9F0F4 1px;
}

/* Navbar Styles */

.navbar-item img {
    top: 15px;
    left: 0px;
    width: 160px;
    height: 37px;
    max-height: auto;
}

.hero-head nav.navbar {
    min-height: 5rem;
}

.antenna-status {
    flex-direction: column;
}

.antenna-status .navbar-item {
    padding-left: 0;
    padding-top: 0;
}

div.navbar-end .antenna-status .navbar-item {
    color: #ffffff;
}

div.navbar-item.mini-status-header {
    text-decoration: underline;
    color: #ffffff;
}

div.navbar-item span {
    color: #ffffff;
}
/* Text Styles */

.title {
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 700;
}

.subtitle {
    font-size: 14px;
    line-height: 1.5em;
}

div label.label {
    font-family: Montserrat;
    font-size: 10px;
}

/* Button Styles */

p.control button {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    height: 48px;
    width: 148px;
    text-transform: uppercase;
    margin-top: 5px;
}

div.field p.control {
    display: flex;
    align-content: center;
    justify-content: center;
}

div.field p.control.antenna-control {
    justify-content: flex-start;
}

/* Form Styles */

div.select select {
    font-size: 14px;
    height: 36px;
}

div.control, div.is-expanded {
    padding-bottom: 10px;
}

/* Table Styles */

.content table td {
    padding: 5px 0;
    border-bottom: solid #A7C2D1 2px;
}

div.content table td:nth-child(1) {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 700;
}

div.content table td:nth-child(2) {
    font-family: Montserrat;
    font-size: 14px;
    color: #374A67;
    text-align: right;
}

/* Footer Styles */

p.level-item a.button {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 12px;
    height: 48px;
    width: 148px;
    border: none;
}
