/* You can add global styles to this file, and also import other style files */
/* styles */
html, body { 
    --primary: #35682d;
    --primary-trans: hsla(112, 47%, 37%, 0.7);
    --clientfeedback-background: #dddddd;
    --features-background: #f6f6f6;
    height: 100%;
}

body { 
    margin: 0; 
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: medium;
}

h4 {
    color: var(--primary);
    font-size: medium;
}

h2 {
    font-size: x-large !important;
    font-weight: bold;
}

h5 {
    font-weight: bold;
}

.gsz-navbar {
    background-color: white;
    border-bottom: 1px solid var(--primary);
    box-shadow: 0.4em 0em 0.5em #dddddd;
}

.gsz-navbar a{
    color: black;
}

.gsz-main-content-row {
    margin-top: 1em;
    margin-bottom: 1em;
}

.gsz-btn {
    background-color: white;
    border: 1px solid var(--primary);
}

.gsz-btn:hover {
    background: linear-gradient(to right, white 50%, var(--primary-trans) 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.gsz-btn:focus {
    box-shadow: 0 0 0 0.25rem #dddddd;
    border-color: var(--primary);
}

.gsz-toast {
    position: fixed !important;
    bottom: 1.5em;
    right: 1.5em;
    z-index: 2000;
}

.gsz-link {
    color: #35682d;
    text-decoration: none;
    padding: 2px;
}

.gsz-link:hover{
    background: linear-gradient(to right, hsla(0,0%,0%,0.0) 50%, hsla(112, 47%, 37%, 0.7) 50%) right;
    color:black;
    background-size: 200%;
    transition: .5s ease-out;
}

.gsztestclass {
    background-color: lightgrey !important;
    border-color: 2px solid black !important;
    height: 100%;
}

.footer {
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid #dddddd;
}

.footer-right {
    text-align: right;
}

.footer-right a {
    color: black;
    text-decoration: none;
}

/* app */

.row-intro {
    padding-top: 8.5em;
    padding-bottom: 4em;
    background: fixed;
    background-image: url(teacher-high.png);
    background-size: cover;
}

.row-feature {
    padding-top: 4em;
    padding-bottom: 2em;
    background-color: #78AE6F;
}

.row-advantages {
    padding-top: 2em;
    padding-bottom: 4em;
    background: fixed;
    background-image: url(advantages.jpg);
    background-size: cover;
}

.row-security {
    background-color: #f6f6f6;
    padding-top: 4em;
    padding-bottom: 4em;
}

.row-feedback {
    background: fixed;
    background-image: url(feedback.jpg);
    background-size: cover;
    padding-top: 4em;
    padding-bottom: 4em;
    color: white;
}

.row-faq {
    padding-top: 4em;
    padding-bottom: 4em;
}

.row-contact {
    padding-top: 4em;
    padding-bottom: 4em;
    background-color: #eeeeee;
}

/* Security */
.sec-feature-col {
    margin-bottom: 1em;
}

.sec-feature-card {
    text-align: center;
    min-height: 100%;
    box-shadow: 0em 0.2em 0.5em #cccccc;
    padding: 1em;
    margin: 0.5em;
    background-color: white;
    border-bottom: 1px solid #35682d;
    border-right: 1px solid #35682d;
}


.sec-feature-icon {
    font-size: 2em;
}

.sec-feature-card-body {
    font-size: smaller;
}

/* Intro */
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: hsla(0, 0%, 96%,0.8);
    border-radius: .3rem;
}

.display-4 {
  color: var(--primary);
}

/* Feedback */

.client-feedback-card {
    max-height: 100%;
    border-radius: 0.3em;
    text-align: center;
    background-color: hsla(1,1%,1%,0.5) !important;
    border: 1px solid black;
}

.client-feedback-card-content-row {
    min-height: 80%;
}

.client-feedback-card-content {
    padding: 1em;
}

.client-feedback-card-divider {
    width: 80%;
    text-align: center;
    margin-left: 10%;
}

.client-feedback-card-nav-btn {
    margin-left: 0.5em;
    margin-right: 0.5em;
    color: white;
}

.client-feedback-card-nav-btn {
    color: white;
    text-decoration: none;
}

.client-feedback-card-nav-btn:hover {
    color: white;
    text-decoration: none;
}

.client-feedback-card-nav {
    font-size: larger;
    padding-bottom: 0.5em;
}

/* Features */

.feature-card {
    height: 100%;
}

.feature-card-img-top {
    border-bottom: 1px solid black;
}

.feature-card-footer {
    text-align: center;
}

/* FAQ */

.faq-content {
    padding: 1.5em;
}

.accordion-button:not(.collapsed) {
    background-color: #dddddd;
    color: black;
    font-weight: bold;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem hsla(112, 47%, 37%, 0.7);;
    border-color: #35682d;
}

/* Contact */

.contact-contactform {
    min-width: 95%;
}

.contact-contactform-input {
    width: 100%;
}

.contact-contactform-input:focus {
    box-shadow: 0 0 0 0.25rem hsla(112, 47%, 37%, 0.7);
    border-color: #35682d;
}

/* Advantages */

.advantages-heading {
    text-align: center;
    color: white;
    margin-bottom: 1em;
}

.gsz-list-group-item {
    background-color: hsla(0,0%,100%,0.8)
}