﻿/* 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. */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Raleway:100,200,300,400,500,600,700,800,900&display=swap');

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

#logo {
    float: left;
    margin-right: 20px;
}

.icon-image {
    font-size: 8rem;
}

@media screen and (max-width: 767px) {
    #logo {
        height: 60px;
        width: 60px;
    }
    h1 {
        font-size:3.5em;
    }
    h2 {
        font-size: 1.1em;
    }
    h3 {
        font-size: 1.5em;
    }
    .icon-image {
        font-size: 3rem;
    }
}

/* sm */
@media screen and (min-width: 768px) {
    #logo {
        height: 70px;
        width: 70px;
    }

    h1 {
        font-size: 4em;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.75em;
    }

    .icon-image {
        font-size: 4rem;
    }
}

/* md */
@media screen and (min-width: 992px) {
    #logo {
        height: 80px;
        width: 80px;
    }

    h1 {
        font-size: 4.5em;
    }

    h2 {
        font-size: 1.75em;
    }

    h3 {
        font-size: 2em;
    }

    .icon-image {
        font-size: 6rem;
    }
}

/* lg */
@media screen and (min-width: 1200px) {
    #logo {
        height: 100px;
        width: 100px;
    }

    h1 {
        font-size: 5em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 2.25em;
    }

    .icon-image {
        font-size: 8rem;
    }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Raleway', sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

body, p {
    font-family: 'Open Sans', sans-serif;
}

p {
    line-height: 1.75em;
    text-align:justify;
}

h1, h2, h3, h4 {
    color: #666666;
    font-weight: 100;
    font-family: 'Raleway', 'Open Sans', sans-serif;
}

h2, h3, h4 {
    font-weight: 200;
}

h3 {
    font-weight: 200;
}

h4 {
    font-weight: 200;
}

h1 strong, h2 strong {
    color: #000000;
}

#header p {
    font-size: 1.4em;
}

#body p {
    font-size: 1em;
}

footer {
    font-size: 0.7em;
}

.social-link {
    display: block;
    margin-top: 1em;
    text-decoration: none;
    color: #ffffff;
}
.side-comment {
    color:#999999;
}

ul li {
    line-height: 1.75em;
    text-align: justify;
}