body {
    background-color: #F1F1F1;
    color: #25272C;
}

.brand {
    font-family: Lato, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #25272C;
}

.thin {
    font-weight: 300;
}

.light-bg {
    background-color: #ffffff;
}

.dark-bg {
    background-color: #25272C;
}

.main-bg {
    background-color: #F1F1F1;
}

.footer-bg {
    background-color: #acacab;
}

.text-blue {
    color: #0e64d1;
    font-size: 16px;
    text-decoration: none;
}

.text-blue-icon {
    color: #0e64d1;
    font-size: 16px;
}

.text-blue-icon:hover,
.text-blue-icon:active {
    color: #fc5201;
}

.text-orange {
    color: #fc5201;
    font-size: 16px;
    text-decoration: none;
}

.text-orange:hover,
.text-orange:active {
    color: #0e64d1;
}

.card {
    border: none;
    background-color: transparent;
}

.image-container {
    position: relative;
}

.bg-image-container {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.bg-image-container img {
    width: 100%;
    height: auto;
    position: relative;
    background-size: cover;
    background-position: center;
}

.image-flash {
    position: absolute;
    top: 5%;
    min-width: 30%;
    left: -2px;
    background-color: #fc5201;
}

.scale {
    width: 100%;
    height: auto;
}

.author {
    color: white;
    margin: 4px;
}

.masthead {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 33vh;
    width: 100%;
}

.masthead-text {
    background-color: #25272C;
    color: white;
    position: relative;
}

.masthead-image {
    position: relative;
    overflow: hidden;
}

.masthead-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 90%;
    height: 100%;
    width: 150%;
    background: #25272C;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    transform: skew(15deg);
    z-index: 100;
}

.post-link {
    text-decoration: none;
    color: #25272C;
}

.post-link:hover,
.page-link {
    color: #fc5201;
}

.post-title {
    margin-top: 10%;
    margin-left: 5%;
}

.post-subtitle {
    margin-left: 5%;
    color: #ff7e51;
    font-weight: bold;
}

.btn-signup {
    background-color: #fc5201;
    color: #ffffff;
}

.btn-edit {
    background-color: #0e64d1;
    color: #ffffff;
}

.btn-signup:hover,
.btn-signup:active {
    background-color: #ffffff;
    color: #fc5201;
}

.navbar-light .navbar-nav .nav-link {
    color:#0e64d1;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #fc5201;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #fc5201;
}

#navbarText {
    padding-left: 50px;
}

.link {
    color: #0e64d1;
    text-decoration: none;
}

.link:hover,
.link:active {
    color: #fc5201;
    text-decoration: none;
}

.btn-delete {
    color: #fff;
    background: red
}

.comment-heading {
    background: #25272C;
    color: #ff7e51;
}

.footer {
    padding-top: 2%;
    padding-bottom: 2%;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: .009em;
}

.social-networks {
    list-style-type: none;
    padding: 0%;
}

#social-networks i {
    font-size: 400%;
    padding: 5%;
}
#social-networks i:hover {
    color: #fc5201;
}

.footer-link-insta {
    margin: 20px 20px 0px;
}

ul.errorlist li {
    color: red;
    font-weight: bold;
}