/* Fonts Variables
-----------------------------------------

/* Colour Variables
-------------------------------------------------- */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  padding-top: 70px;
  /*padding-bottom: 3rem;*/
  color: #5a5a5a;
  height: 100%;
  margin: 0; }

p, a, li {
  color: #6b6b6b; }

.title {
  color: #82d202; }
  .title .lg {
    font-size: 4em; }

/* Classes
-------------------------------------------------- */
.highlight {
  color: #f7941d; }

.highlight-green {
  color: #82d202; }

/*.btn-warning {
  padding: .8rem 1.2rem;
  font-size: 1.5rem;
  line-height: 1.7;
  border-radius: .3rem;
  color: white;
}*/
.hidden {
  visibility: hidden; }

.logo-sm {
  display: inline;
  height: 30px;
  width: auto;
  margin-right: 3px; }

.upper {
  text-transform: uppercase; }

/* Navbar
-------------------------------------------------- */
.navbar-header img {
  height: auto;
  width: 120px; }

.navbar {
  /*padding-left: 10rem;*/
  height: 70px;
  color: #6b6b6b;
  background-color: white;
  font-size: 0.8rem; }

/*.navbar-header {
  padding-left: 16rem;
}*/
.navbar li:first-child {
  margin-left: 1em;
  margin-right: 1em; }

.navbar a:hover {
  text-decoration: none; }

.navbar button {
  margin-left: 2em;
  font-size: 0.8rem;
  padding: .75rem; }

.nav-button {
  width: 8rem;
  margin: 0 auto; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#82d202' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.nav-button a:hover {
  text-decoration: none; }

.navbar-nav {
  background-color: white; }

.navbar-nav .nav-link {
  text-align: center; }

/* CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 4rem; }

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  /*align-items: center;*/
  /*justify-content: center;*/ }
  .carousel-caption h1 {
    font-size: 1em; }

.carousel-logo {
  float: right;
  width: 30rem;
  height: auto;
  vertical-align: bottom;
  display: none; }

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 100%;
  height: 100%;
  background-color: #777; }

.carousel-item {
  height: 100%;
  width: 100%; }

/* Divider
------------------------- */
.divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */ }

/* Features
------------------------- */
#features-one {
  height: 100%; }

#features-one h1 {
  font-size: 2em;
  line-height: 1.2em; }

#features-one h4 {
  font-size: 0.8em; }

.lead {
  margin-bottom: 2rem; }

.hline-ksps {
  padding: 2rem 0 2rem 0; }

.ksp {
  position: relative;
  text-align: center;
  color: white; }

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

.centered-ksp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.features-buttons {
  padding: 2rem; }

#features-two {
  height: 100%;
  margin-bottom: 200px; }

#features-two p:last-child {
  margin-bottom: 2rem; }

#features-two p {
  font-size: 1.2em;
  font-weight: bold; }

#features-two .btn-warning {
  margin-top: 3em;
  align-self: flex-end; }

#features-three {
  height: 100%;
  padding: 0 0 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #82d202; }

#features-three h1, #features-three h2 {
  color: white; }

#features-three p {
  font-size: 1.2em;
  font-weight: bold;
  color: white; }

/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */ }

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem; }

/* Plans & Pricing
------------------------- */
#plans {
  height: 100%;
  /*margin-bottom: 12em;*/ }
  #plans h1 {
    margin-bottom: 1em; }

/*.box {
  margin: 2em 0;
  padding: 2em;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 8px 8px 8px lightgrey;
  border-radius: 0.3em;
  .btn {
      margin-top: 3em;
    }
}*/
.table td, .table th {
  padding: 0.25rem;
  border-top: 0px;
  font-size: 0.8sem;
  vertical-align: center; }

.table th:first-child {
  color: #82d202; }

.table thead {
  border-top: 0px; }

.price-info {
  padding: 20px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  /*padding: 0.25em;*/
  text-align: center;
  background-color: #82d202;
  border-radius: .3rem; }
  .price-info p {
    color: white;
    padding-top: 0.5em; }
  .price-info .btn-primary {
    margin-top: 0; }

.box-two {
  height: 100%;
  margin: 0 auto;
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center; }

.app-logo {
  width: 2em;
  margin: 2em auto; }

/* Contact
------------------------- */
#contact {
  padding: 20vh 0;
  height: 100%; }
  #contact h1 {
    margin-bottom: 1em; }

/* Legal
------------------------- */
.legal {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }

.card {
  width: 100%;
  margin: 1rem;
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  flex-direction: column; }

#cookies {
  font-size: 0.8em; }

#accordion {
  margin: 2rem 0; }

/* Log in
------------------------- */
.login {
  height: 100%;
  /* // width: 100%;
   // border: 1px red solid;
   // background-color: red;
   // background: url(images/social-go-sign-in.jpg) no-repeat center center fixed;
   // background-size: cover; */
  background-image: url("../images/social-go-sign-in.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.signin {
  margin: 33% 0; }

/* Terms
------------------------- */
/*.scrollbox {
  height: auto;
  width: 100%;
  margin: 10vh 0;
  border: 1px solid #ccc;
}*/
/* Footer
------------------------- */
footer {
  padding: 2rem 0;
  height: 100%;
  background-color: #6b6b6b; }
  footer a, footer p, footer .col-md-2 {
    margin-top: 2rem;
    color: white; }
  footer ul {
    padding-left: 0px; }

/* RESPONSIVE CSS
-------------------------------------------------- */
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  #features-two {
    padding: 2rem; }

  #features-three {
    padding: 3vh 3rem; }

  .box {
    margin: 2em 0;
    padding: 2em;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 8px 8px 8px lightgrey;
    border-radius: 0.3em; }
    .box .btn {
      margin-top: 3em; }

  .table td, .table th {
    font-size: 1.2em; }

  .price-info {
    margin-top: 10em; }

  .card {
    width: 100%;
    margin: 1rem;
    display: flex;
    flex-basis: 30%;
    justify-content: center;
    flex-direction: column; } }
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .carousel-caption h1 {
    font-size: 3em; }
  .carousel-caption .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4; }
  .carousel-caption #features-one h1 {
    font-size: 2em; }

  #features-one h1 {
    font-size: 4em; }

  #features-three {
    padding: 30vh 3rem; }

  .box-two {
    padding: 5em; } }
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .navbar {
    font-size: 1rem; }

  .navbar-header img {
    height: auto;
    width: 140px; }

  .carousel-logo {
    width: 20rem;
    display: inline-block; }

  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4; }

  #features-one h1 {
    font-size: 2em; }

  .btn-warning {
    padding: .8rem 1.2rem;
    font-size: 1.5rem;
    line-height: 1.7;
    border-radius: .3rem;
    color: white; } }
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .carousel-logo {
    width: 30rem; } }

/*# sourceMappingURL=socialgo.css.map */
