﻿/* 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.navbar-brand {
    white-space: nowrap;
    text-align: center;
    /*word-break: break-all;*/
    font-family: 'Arial';
    font-style: italic;
    font-weight: 900;
    font-size: 22px;
    color: #C5752C !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
}
.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 */
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

@font-face {
    font-family: "Arial";
    /*src: url('../font/segoeuil.ttf');*/
}

.main-container {
    box-sizing: border-box;
    color: #131516;
    font-family: "Arial";
    /*font-family: "Segoe UI";*/
    font-weight: 600;
    height: 425px;
    margin-bottom: 30px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 80px;
    padding-top: 30px;
    width: 100%;
}

.cloud-image {
    margin: auto;
    padding-bottom: 20px;
}

    .cloud-image img {
        height: 100%;
        width: 100%;
    }

.success-text {
    font-size: 28px;
    line-height: 32px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: bold;
    color: black !important;
}

.description-line-1 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
    color: black !important;
}

.description-line-2 {
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: bolder !important;
    font-family: 'Arial';
    font-style: italic;
    color: #C5752C !important;
}

.content {
    box-sizing: border-box;
    margin: auto;
    position: relative;
}

.tweet-container {
    height: 30px;
    left: -55px;
    margin: 0 20px;
    min-height: 50px;
    min-width: 30px;
    position: absolute;
    top: 80px;
    width: 30px;
}

    .tweet-container img {
        height: 100%;
        width: 100%;
    }

.content-body {
    min-width: 400px;
    text-align: center;
}

.col-md-4 {
    color: #131516 !important;
    font-weight: 600;
}

h2 {
    color: #131516;
    font-weight: 700;
    margin-bottom: 1%;
}

.btn-default {
    font-weight: bolder !important;
    font-family: 'Arial';
    font-style: italic;
    color: #C5752C !important;
}

/* Thought this was a good idea to present but turns out not*/
/*article {
    width: 110%;
    float: left;
    font-family: "Tahoma";
    color: #555F61 !important;
    font-size: large;
    font-weight: 500;
}*/

/*Trying to override nav bar text*/
.text-dark {
    white-space: nowrap;
    text-align: center;
    font-family: 'Arial';
    font-style: italic;
    font-weight: 800;
    font-size: 20px;
    color: #131516 !important;
}

/*Trying to get Logout button to look like the rest*/
.text-darkb {
    margin-top: 10%;
    white-space: nowrap;
    font-family: 'Arial';
    font-style: italic;
    font-weight: 800;
    font-size: 20px;
    color: #131516 !important;
}

/*This is for the userid - was way too big using text-dark*/
.text-darka {
    text-align: center;
    font-family: 'Arial';
    font-size: 16px;
    font-style: italic;
    color: #C5752C !important;
}

.postpresent {
    font-family: 'Arial';
    font-weight: 500;
    font-size: 1.1em;
}

.CV {
    font-family: 'Arial';
    font-weight: 500;
    font-size: 1.3em;
}

.postspresentlisttable {
    font-family: 'Arial';
    font-weight: 500;
    font-size: 1.1em;
}

blockquote {
    padding-left: 4%;
}

address {
    font-family: "Arial";
    color: #555F61 !important;
    font-weight: 600;
}

.contactus {
    margin: 20%;
    padding: 40%;
    font-family: 'Arial';
    font-weight: 500;
    font-size: 1.4em;
}

.image-wrapper {
    float: left;
    margin: 1%;
    padding-right: 25px;
    padding-bottom: 10px;
}

.image-wrapper img {
}

/* Make the Edit box for posts Content larger*/
/* Set width on the form input elements since they're 100% wide by default */
text,
input,
select,
textarea {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

#blogpost57-1 {
    width: 100%;
    height: auto;
}

.reporting {
    background-color: transparent !important;
    margin: -100px auto 0 auto;
    padding: 100px 0 0 0;
    width: 1300px;
}