﻿/* 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. */

/*FONTS*/

body {
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}


a {
    font-weight: 600;
    color: #0088c4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.source-link {
    color: #000;
    /*margin-left: 30px;*/
}

/* WRAPPER */

.container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

/* TABLE */

table {
    border-collapse: collapse;
    width: 100%;
}

table tr th,
table tr td {
    border: 1px solid #ddd;
    padding: 8px 15px;
}