/* General
------------------------------------------*/
body {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  text-align: center;
}

#container {
  margin: 0 auto;
  max-width: 600px;
}

@media only screen and (max-width: 600px) {
  #content {
    margin: 0 20px;
  }
}

body#primary {
  background: #1b2234;
}

body#secondary {
  background: #415082;
}

/* Utility Classes
------------------------------------------*/
.margin-bottom {
  margin-bottom: 20px;
}

.padding {
  padding: 20px;
}

@media only screen and (max-width: 400px) {
  .padding {
    padding: 15px;
  }
}

/* Logo
------------------------------------------*/
img.logo {
  margin: 10px 0 10px;
}

/* Banner
------------------------------------------*/
img.banner {
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}

@media only screen and (min-width: 601px) {
  img.banner {
    border-radius: 4px;
  }
}

/* Lists
------------------------------------------*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Links
------------------------------------------*/
ul.links {
  overflow: hidden;
}

ul.links li {
  margin-bottom: 20px;
}

body#primary ul.links li a.btn {
  background: #415082;
}

body#secondary ul.links li a.btn {
  background: #1b2234;
}

ul.links a {
  display: block;
}

ul.links a.btn {
  border-radius: 4px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 400px) {
  .padding {
    font-size: 15px;
  }
}

/* Grid
------------------------------------------*/
.row {
  overflow: hidden;
}

.col-xs-6 {
  float: left;
  width: 50%;
}

@media (min-width: 768px) {
  .col-sm-6 {
    float: left;
    width: 50%;
  }
}

/* Links
------------------------------------------*/
ul.links a.btn:hover {
  background: #5a6fb4;
}

ul.links .col-xs-6:first-child a {
  margin-right: 10px;
}

ul.links .col-xs-6:last-child a {
  margin-left: 10px;
}

ul.links a img {
  height: auto;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

/* App
------------------------------------------*/
.app-section {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 15px 15px 5px;
}
.app-section h2 {
  color: #000000;
  margin: 20px 0 10px;
}

.app-section img.app-screenshot {
  height: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .app-section img.app-screenshot {
    margin-bottom: 15px;
  }
}

.app-section .app-badges {
  align-items: center;
  display: flex;
  justify-content: center;
}
.app-section .app-badges img {
  width: auto;
}
.app-section .app-badges img.apple-badge {
  margin-left: 10px;
  height: 35px;
}
.app-section .app-badges img.google-badge {
  height: 55px;
}

/* Social Links
------------------------------------------*/
ul.links-social {
  display: flex;
  margin: 0 0 20px 0;
}

ul.links-social li {
  flex: 1;
}

/* Copyright
------------------------------------------*/
.copyright {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 15px;
}
