/* Font */
body {
    font-family: 'Permanent Marker', cursive;
}

/* This is my css for trying to get cards to display horizontal */
#first {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;

}

.cell {
    justify-content: space-around;
    width: 33%;

}
/* -------x */

.search-results {
    width: 100vw;
}

/* Main Screen Banner */

.hero-full-screen {
    height: 100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(images/banner.3.jpg) center center no-repeat;
    background-size: cover;
}

.hero-full-screen .middle-content-section {
    text-align: center;
    color: beige;
}

h1 {
    font-family: 'Permanent Marker', cursive;
    font-size: 6rem;
}

h2 {
    font-size: 4rem;
    color: darkgreen;
    padding: 5px;
    margin: 10px;
}

.hero-full-screen .top-content-section {
    width: 100%;
}

.hero-full-screen .bottom-content-section {
    padding: 1rem;
}

.hero-full-screen .bottom-content-section svg {
    height: 3.75rem;
    width: 3.75rem;
    fill: beige;
}

.hero-full-screen .top-bar {
    background: transparent;
}

.hero-full-screen .top-bar .menu {
    background: transparent;
}

.hero-full-screen .top-bar .menu-text {
    color: beige;
    font-size: 2rem;
}

.hero-full-screen .top-bar .menu li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-full-screen .top-bar .menu a {
    color: beige;
    font-weight: bold;
}

#main-content-section {
    color: darkgreen;
    height: 100%;
}


.input-group-rounded .input-group-field {
    border-radius: 5000px 0 0 5000px;
    padding-left: 1rem;
}

.input-group-rounded .input-group-button .button {
    border-radius: 0 5000px 5000px 0;
    font-size: 0.8rem;
}


.featured-image-block-grid-header {
    margin-left: auto;
    margin-right: auto;
}

.featured-image-block {
    margin-bottom: 20px;
}

.featured-image-block .featured-image-block-title {
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1em;
    color: #404040;
}

.featured-image-block a p {
    color: darkgreen;
}


.large-article-header {
    background: url("images/banner.3.jpg") no-repeat center;
    background-size: cover;
    height: 20rem;
    position: relative;
}

@media screen and (max-width: 39.9375em) {
    .large-article-header {
        height: 20.83333rem;
    }
}

.large-article-header-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 3.125rem;
    left: 0;
    right: 0;
}

@media screen and (max-width: 39.9375em) {
    .large-article-header-content {
        bottom: 1.25rem;
    }
}

.large-article-header-content .center-container {
    width: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 39.9375em) {
    .large-article-header-content .center-container {
        width: 100%;
        padding: 0 1.25rem;
    }
}

.large-article-header-content .article-date {
    color: beige;
}

.large-article-header-content .article-title h1 {
    line-height: 3.125rem;
    color: beige;
    font-weight: 600;
}

@media screen and (max-width: 39.9375em) {
    .large-article-header-content .article-title h1 {
        line-height: 1.875rem;
    }
}

.large-article-header-content .article-details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.large-article-header-content .article-details a {
    color: beige;
}

.large-article-header-content .article-author {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem 0;
}

.large-article-header-content .article-author img {
    border-radius: 3.125rem;
}

.large-article-header-content .article-author a {
    margin-left: 1rem;
}

.top-bar {
    background: transparent;
}

.top-bar .menu {
    background: transparent;
}

.top-bar .menu-text {
    color: beige;
    font-size: 2rem;
}

.top-bar .menu li h1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-bar .menu a {
    color: beige;
    font-weight: bold;
}

/* Search page */
.search {
    color: darkgreen;
}

.search-results {
    color: darkgreen;
}

.searchCard {
    float: left;
}



/* Font Style */
body {
    font-family: 'Permanent Marker', cursive;
}

h1 {
    font-family: 'Permanent Marker', cursive;
    font-size: 6rem;
    color: beige;
}

h2 {
    font-family: 'Permanent Marker', cursive;
    font-size: 4rem;
    color: darkgreen;
}

/* Banner */
.large-article-header {
    background: url("images/banner.3.jpg") no-repeat center transparent;
    background-size: cover;
    /* height: 15.25rem; */
    position: relative;
}

.top-content-section {
    background: transparent;
}

@media screen and (max-width: 39.9375em) {
    .large-article-header {
        height: 20.83333rem;
    }
}

.large-article-header-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 3.125rem;
    left: 0;
    right: 0;
}

@media screen and (max-width: 39.9375em) {
    .large-article-header-content {
        bottom: 1.25rem;
    }
}

.large-article-header-content .center-container {
    width: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 39.9375em) {
    .large-article-header-content .center-container {
        width: 100%;
        padding: 0 1.25rem;
    }
}

.large-article-header-content .article-date {
    color: beige;
}

.large-article-header-content .article-title h1 {
    line-height: 4.75rem;
    color: beige;
    font-weight: 600;
}

@media screen and (max-width: 39.9375em) {
    .large-article-header-content .article-title h1 {
        line-height: 7rem;
    }
}

@media screen and (max-width: 48.000em) {
    .large-article-header-content .article-title {
        line-height: 10rem;
    }

    h1 {
        line-height: 7rem;
        font-size: 3rem;
    }
}


.large-article-header-content .article-details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.large-article-header-content .article-details a {
    color: beige;
}

.large-article-header-content .article-author {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem 0;
}

.large-article-header-content .article-author img {
    border-radius: 3.125rem;
}

.large-article-header-content .article-author a {
    margin-left: 1rem;
}

.top-content-section {
    width: 100%;
}

.large-article-header .top-bar {
    background: transparent;
}

.large-article-header .top-bar .menu {
    background: transparent;
}

.top-bar .menu-text {
    color: beige;
    font-size: 2rem;
}

.top-bar .menu li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-bar .menu a {
    color: beige;
    font-weight: bold;
}

/*Explore Page */

.exploreWidget {
    padding: 5px 5px 5px 45px;
    margin: 50px;
    border-color: black;

}

.content {
    padding: 30px;
    margin: 15px;
    height: 100%;
}

/* Results Page */

/* details */


.work-feature-block {
    padding: 10px 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    float: center;
}

.work-feature-block-image {
    display: block;
    margin: auto;
    padding: 10px 0;
    float: center;
}

/* Comments */

/* @charset "UTF-8"; */

.featured-testimonials-section {
    background: #e6e6e6;
    padding: 2rem 1rem;
}

.featured-testimonials-section .featured-testimonials-container .orbit-previous {
    color: #0a0a0a;
    left: -1rem;
}

.featured-testimonials-section .featured-testimonials-container .orbit-next {
    color: #0a0a0a;
    right: -1rem;
}

.featured-testimonials-section .testimonial {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2rem 1rem;
}

.featured-testimonials-section .profile-pic {
    max-width: 100px;
    border-radius: 50%;
}

.featured-testimonials-section .featured-testimonials-quotation {
    margin-left: 3rem;
    margin-bottom: 0rem;
    padding: 1rem;
    position: relative;
}

.featured-testimonials-section .featured-testimonials-quotation::before {
    content: "“";
    font-size: 5rem;
    color: #d6d6d6;
    position: absolute;
    top: -2.5rem;
    left: -1.5rem;
}

.featured-testimonials-section .featured-testimonials-quotation::after {
    content: "”";
    font-size: 5rem;
    color: #d6d6d6;
    position: absolute;
    bottom: -4rem;
    right: -.5rem;
}

@media screen and (max-width: 39.9375em) {
    .featured-testimonials-section .featured-testimonials-quotation {
        margin-left: 0;
    }
}

/* star rating */


.rating-block {
    padding: 2px 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rating-block .ratings-type {
    margin-right: 1rem;
    margin-bottom: 0;
}

.rating-block .rating-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}

.rating-block .rating-block-rating {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rating-block .star {
    cursor: pointer;
    stroke: #cc4b37;
}

.rating-block .rating-block-rating .star.selected polygon {
    fill: #cc4b37;
}

.rating-block .rating-block-rating.is-voted .star polygon {
    fill: #cc4b37;
}

.rating-block .rating-block-rating.is-voted .star.selected~.star polygon {
    fill: transparent;
}





/* Footer */


.social-footer {
    padding: 1rem;
    background: green;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footMtn {
    color: white;
}

/* @charset "UTF-8"; */

.rounded-social-buttons {
    text-align: center;
}

.rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    font-size: 1.5625rem;
    font-weight: normal;
    line-height: 2em;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover,
.rounded-social-buttons .social-button:focus {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rounded-social-buttons .social-button.github {
    background: #000000;
}

.rounded-social-buttons .social-button.github:before {
    font-family: "FontAwesome";
    content: "";
}

.rounded-social-buttons .social-button.github:hover,
.rounded-social-buttons .social-button.github:focus {
    color: #000000;
    background: #fefefe;
    border-color: #000000;
}

/* Discussion Table */

.contents {
    padding: 30px;
    margin: 15px;
    height: 100%;
}

@media screen and (max-width: 39.9375em) {
    h2 {
        font-size: 3.5rem;
    }

    .contents {
        padding: 5px;
        margin: 5px;
        height: 100%;
    }
}