/*
 Theme Name:   startupamerica2
 Theme URI:    https://www.understrap.com
 Description:  startupamerica2
 Author:       Holger Koenemann
 Version:      0.5.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html,
body{
	height: 100%;
}

body {
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
	line-height: 1.4em;
	background: linear-gradient(90deg, #d7d7d7, #fff);
	background: -webkit-gradient(90deg, #d7d7d7, #fff);
	background: -moz-linear-gradient(90deg, #d7d7d7, #fff);
	background: -webkit-linear-gradient(90deg, #d7d7d7, #fff);
  background: -ms-linear-gradient(90deg, #d7d7d7, #fff);
  background-attachment: fixed;
}

#buildings {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background-image: url(./img/skyline_layer1.png), url(./img/skyline_layer2.png), url(./img/skyline_layer3.png);
  background-position: center bottom, center bottom, center bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% auto, 100% auto, 100% auto;
}

.site-header {
  position: relative;
  z-index: 2;
}

.site-header img {
  display: block;
  margin: 1em auto;
  width: 500px;
  max-width: 100%;
}

.site-header .site-header-description {
  max-width: 900px;
  margin: auto;
  clear: both;
}

.resources {
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  z-index: 2;
}

.resources .resource-sizer,
.resources .resource {
  width: calc(100% / 3);
}

@media screen and (max-width: 992px) {
  .resources .resource-sizer,
  .resources .resource {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 768px) {
  .resources .resource-sizer,
  .resources .resource {
    width: 100%;
  }
}

.resources .resources-heading {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 2em;
}

.resources .resource {
  float: left;
  padding: 10px;
}

.resources .resource-inner {
  border: solid 1px #11294c;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #fff;
}

.resources .resource-info {
  padding: 1em;
}

.resources .resource-image {
  max-width: 100%;
  width: 100%;
}

.resources .resource-title {
  font-weight: 600;
  margin: 0 0 0.5em 0;
}

.resources .resource-title a {
  color: #11294c;
}

.resources .btn.btn-primary {
  background-color: #c02030;
  border-color: #c02030;
}

.site-footer {
  position: relative;
  z-index: 0;
  background: #11294c;
  color: white;
  padding: 20px 0 1em 0;
}

.site-footer .site-footer-email {
  text-align: center;
}

.site-footer .site-footer-email .site-footer-email-description {
  max-width: 600px;
  margin: auto;
}

.site-footer .site-footer-email .bf-email-signup {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

@media screen and (max-width: 768px) { 
  .site-footer .site-footer-email .bf-email-signup {
    flex-direction: column;
  }
}

.site-footer .site-footer-email .bf-email-signup .form-group {
  margin: 0;
}

@media screen and (max-width: 768px) { 
  .site-footer .site-footer-email .bf-email-signup .form-group {
    width: 100%;
  }
}

.site-footer .site-footer-email .bf-email-signup input {
  max-width: 100%;
  width: 300px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (max-width: 768px) { 
  .site-footer .site-footer-email .bf-email-signup input {
    width: 100%;
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.site-footer .site-footer-email .bf-email-signup button.btn.btn-primary {
  max-width: 100%;
  width: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #c02030;
  border-color: #c02030;
}

@media screen and (max-width: 768px) { 
  .site-footer .site-footer-email .bf-email-signup button.btn.btn-primary {
    border-top-right-radius: 0;
    border-bottom-left-radius: .25rem;
    width: 100%;
  }
}

.site-footer .site-footer-navigation ul {
  margin: 0;
  padding: 5em 0 2em 0;
  display: block;
  text-align: center;
}

.site-footer .site-footer-navigation ul li {
  list-style: none;
  display: inline;
}

.site-footer .site-footer-navigation ul li:after {
  content: '|';
}

@media screen and (max-width: 768px) {
  .site-footer .site-footer-navigation ul li:after {
    content: '';
  }
}

.site-footer .site-footer-navigation ul li:last-child:after {
  content: '';
}

.site-footer .site-footer-navigation ul li a {
  display: inline-block;
  color: white;
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  .site-footer .site-footer-navigation ul li a {
    display: block;
    margin: 1em 0;
  }
}
