/*Author Styles*/

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  background-color: #fff;
  min-width: 300px;
}


.main-container {
    max-width: 955px;
    float: left;
}

#title-image-container {
  background: url("../img/title_background.jpg");
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  height: 400px;
}

.screenshot-viewer-container {
margin: 0;
padding: 0;
}

.teamgame-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  margin: 0.25rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.teamgame-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


.teamgamecard-img-top {
  width: 100%;
  border-width: 10px;
  border-color: rgb(0,0,0,1);
}

.teamrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.team-image-container {
position: center;
background-image: url("../img/team_bottom-blend_red.png");
background-size: cover;
background-repeat: no-repeat;
background-position-x: center;
background-position-y: bottom;
}

.team-image-size {
background-size: cover;
}

.teamcard {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  max-width: 15rem;
  word-wrap: break-word;
  background-color: rgba(82, 3, 4, 0.4);
  background-clip: border-box;
  border: 1px solid rgba(60, 2, 4, 1);
  
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.teamcard-title {
  color: rgb(255,255,255,1);
  text-align: center;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.teamcard-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.25rem;
}

.teamcard-text {
  color: rgb(255,255,255,1);
  margin-bottom: 1;
  text-align: center;
}

.teamcard-img-top {
  width: 100%;
  border-width: 10px;
  border-color: rgb(0,0,0,1);
}


.teamcard-footer {
  padding: 0.75rem;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(255, 255, 255, 1);
  text-align: center;
}

.team-border {
  border: 1px solid rgba(0, 0, 0, .4); !important;
}

.ourwork-image-container {
position: center;
background-image: url("../img/contact_background.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position-x: center;
background-position-y: top;
}

.contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(82, 3, 4, 0.4);
  background-clip: border-box;
  border: 1px solid rgba(60, 2, 4, 1);
  
  margin: 0;
  padding: 0;
  
}

.contact-text {
margin: 2rem;
position: center;
text-align: center;
}

.donate {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(255, 32, 16, 0.4);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 1);
  
  margin: 0;
  padding: 0;
}

.bg-prod-red{
  background-color: #b40101;
  margin: 0;
  padding: 3rem;
}

.bg-prod-blue-dark {
  background-color: #06171b;
  margin: 0;
  padding: 3rem;
}

.bg-prod-black {
  background-color: #010103;
  margin: 0;
  padding: 3rem;
}

.bg-prod-black_trans {
  background-color: rgba(0,0,0,0.50);
  margin: 0;
  padding: 3rem;
}

.bg-navbar-prod-black {
  background-color: rgba(0,0,0,0.75);
  margin: 0;
  padding: 3rem;
}

.navbar-brand-icon {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.About-section-container{
padding: 0;
}

.bounding-box-logo {
  background-size: cover;
  background-image: url("../img/bbs_logo.png");
}

#presskit-title-image-container {
  background: url("../img/press/prodeus_logo_1.png");
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  height: 100px;
}

.presskit-companyinfo {
  padding: 0.75rem;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(255, 255, 255, 1);
  text-align: left;
}

.presskit-background {
position: center;
background-image: url("../img/press/background_image.png");
background-size: cover;
background-repeat: repeat;
background-position-x: center;

}

.presskit-list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.presskit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.line-divider {
  padding: 0.75rem;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(255, 255, 255, 1);
  text-align: center;
}

.social-icon {
    font-size: 32px;
    color: white;
}

/*Nafeu's Styles*/
#nav-row, .nav-row {
  font-weight: 700;
  font-family: 'Montserrat';
  background-color: rgba(0,0,0,0.75);
}

#title-main {
  font-size: 1.25rem;
}

.nav-item a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.active {
  background-color: #8c0203;
  color: white;
}

a.nostyle:link {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
}

a.nostyle:visited {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
}

.nav-row-items a {
  cursor: pointer;
  padding: 20px 6px 20px 6px;
  margin: 0px;
}

.nav-row-items a:hover {
  cursor: pointer;
  color: #8c0203;
}

.title-padding {
  padding: 15px;
}

.icon-padding {
  padding: 15px;
}

.nav-selected {
  background-color: red;
  color: white;
}

.navbar {
  font-weight: 700;
  font-family: 'Montserrat';
  background-color: rgba(0,0,0,0.75);
}

.navbar-nav .nav-link {
  color: white;
}

.navbar-brand {
  color: white;
}

.bg-black {
  background: rgba(0, 0, 0, 0.75);
}

#mobile-social-links {
  width: 100%;
  position: fixed;
  top: 54px;
  text-align: center;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.75);
}

#mobile-social-links .social-icon {
  font-size: 20px;
  padding: 5px 0px 10px 0px;
}

.navbar-brand-md {
  position: absolute;
  color: white;
  font-size: 1em;
}

.navbar-toggler-icon {
  color: white;
  margin-top: 8px;
}

.navbar {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.bottom-links a {
  color: rgba(255,255,255,0.75);
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1470px) {
  #title-image-container {
    height: 1080px;
  }
}

/*Large devices (desktops, 1280px and up)*/
@media (min-width: 1280px) and (max-width: 1469.98px) {
  .nav-item {
    font-size: 12px;
  }
  #title-image-container {
    height: 850px;
  }
}

@media (max-width: 991px) {
  #mobile-social-links {
    top: 70px;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 1279.98px) {
  #title-image-container {
    height: 650px;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  #title-image-container {
    height: 400px;
  }
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  #title-image-container {
    height: 400px;
  }
}
