/*
  STYLE.CSS
  1. HTML TAG STYLES
  2. LINK STYLES
  3. SHELL STYLES
  6. HEADER MEGAMENU STYLES
     CAROUSEL SLIDE SHOW
  7. FOOTER MENU STYLES
  8. FORM STYLES
  9. MISC. STYLES
*/

/* HTML TAG STYLES
====================================== */
html, 
body {
  background: transparent;
  font-size: 15px;
  line-height: 1.4;
}

.container, 
.container-xl, 
.navbar.navbar-StarPitchers, 
.navbar.navbar-StarPitchers .navbar-collapse, 
.navbar.navbar-StarPitchers .navbar-nav> li > a,
.navbar.navbar-StarPitchers.dropdown-onhover.no-fix .navbar-nav > li > a:hover, 
.navbar.navbar-StarPitchers .navbar-nav.dropdown-onhover.no-fix > li > a:hover {
  background-color:transparent;
}
h1 {
  color:#2C2C2C;
  font-weight:700;
  font-size: 34px;
  letter-spacing: 1px;
  margin:20px auto 0;
  text-align: center;
  line-height:1.3;
}
h2 {
  margin-bottom:10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 48px;
  font-weight:600;
  color:#029AFB;
}

h6 {
  margin-bottom:10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight:600;
}
li {
  margin-bottom: 5px;
}

ol, ul {
  margin-bottom: 15px;
  padding: 0 15px;
}

/* LINK STYLES
====================================== */

#home-btns {
  margin: 60px auto 0;
}
#home-btns>div{
  margin-right:15px;
}
.btn {
  border-radius: 10px;
}

.btn-reg {
  font-size:36px !important;
}

.btn2-primary,
.btn2-primary.sign-in {
  font-size:30px; 
  color: #fff; 
  background-color: #193d6c; 
  border-color: #193d6c; 
  border:1px solid #fff; 
  border-radius:10px;
}
.btn2-primary:hover,
.btn2-primary.sign-in:hover  {
  color: #193d6c; 
  background-color: #fff; 
  border-color: #193d6c;
}

a.#log-in btn-warning {
  color: #FFF;
  padding:5px 15px; 
  font-size:20px;
}
.btn-danger:hover {
  background-color:#01C65A;
  border-color:#01C65A;
}
.mega-caption {
  margin-top:15px;
}
.col_margin {
  padding:0 20px 0 50px;
}
a:hover + div.col5 {
  display:block; 
  position:absolute; 
  top:63px; 
  left:425px; 
  width:400px;
}
a:hover + div.col4 {
  display:block; 
  position:absolute; 
  top:63px; 
  left:455px; 
  width:280px;
}
a:hover + div.col3 {
  display:block; 
  position:absolute; 
  top:63px; 
  left:630px; 
  width:200px;
}
nav {
  margin:0;
}
#signin {
  display:inline; 
  margin: 10px 5px 0 15px;
}
.navbar:not(.no-border) .navbar-nav > li.dropdown-full > .dropdown-menu {
  margin-left:0;
  margin-right:0;
}

#reg-btn {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 0;
  top: 50px;
}

/* SHELL STYLES
====================================== */

#main-bg {
  background: url(/images/home/home_bg1.jpg) no-repeat center top; 
  position: relative; 
  background-size: cover; 
  height: 775px; 
  margin-top: -130px;
}

.container {
  width:1424px;
  padding-left:0;
  padding-right:0;
}

.icons {
  width: 70px; 
  display: inline-block; 
  padding: 0 40px 20px 30px;
} 

nav .container {
  box-shadow: 0 9px 12px -9px rgba(0,0,0,0.3);
}

#writer-side {
  padding: 100px 0 100px 160px;
}

/* FOOTER MENU STYLES
====================================== */

#site-footer {
  padding: 25px 0 15px 0;
  width: 100%;
}
#site-footer .logo {
  margin-top: 50px;
  margin-bottom: 30px;
}
#site-footer .logo img {
  width: 80%;
}

#footer-site-menu a:hover {
  color: #c2c2c2;
}

/* MISC. STYLES
====================================== */
.card img {
  max-width: 100%;
  -webkit-transition: all 1s ease; /* Safari and Chrome */
  -moz-transition: all 1s ease; /* Firefox */
  -ms-transition: all 1s ease; /* IE 9 */
  -o-transition: all 1s ease; /* Opera */
  transition: all 1s ease;
}

.quote {
  color:#000; 
  font-size:22px; 
  font-weight:700; 
  font-style: italic; 
  line-height:1.2;
}
.quote-by {
  color:#193d7c; 
  font-size:22px; 
  font-weight:700;
  margin-top:30px;
}

#jumbotron {
  max-width: 1424px;
  margin:0 auto 0;
  padding: 0;
  background-position: top center;
  background-repeat: repeat-x;
  height: 700px;
  position:relative;
  top: 160px;
}

#jumbotron h1 {
  color:#FFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:700;
  font-size: 72px;
  margin: -20px 0;
  letter-spacing:1px;
  line-height: 1.2;
}

#jumbotron h1>div {
  font-size:85px;
}

.v-border {
  border-right: 3px solid #c2c2c2;
  padding-top: 100px;
}

.h-border {
  border-top: 3px solid #c2c2c2;
}

/* CAROUSEL SLIDE SHOW
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  width: 486px;
  height: 450px;
  margin: 0 auto;
  border:none;
  border-radius: 10px;
  box-shadow: 0 0 10px;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 483px;
  background-color: #FFF;
  margin-bottom:10px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  top:311px;
  left:0px;
  z-index:1;
  width:100%;
  text-shadow:none;
  padding-top: 0;
  background-color:#193d6c;
  color: #fff;
}
.carousel-caption p {
  font-size:16px;
  width:456px;
  text-align:left;
  margin: 0 15px;
}
.carousel-caption p strong {
  font-family:'Roboto Condensed', sans-serif;
  font-size:18px;
}
.carousel-inner {
  height: 100%; 
  background: #193d6c;
  border-radius: 10px;
}
.carousel-item > img {
  height: 300px;
}
#myCarousel {
  display:inline-block;
}
.film-num {
  position:relative;
  z-index:1;
  height:44px;
  width:100%;
  background-color:#193d6c;
  color:#FFF;
  font-family:'Roboto Condensed', sans-serif;
  font-size:30px;
  font-weight:700;
  padding:0 0 0 10px;
}

.carousel-control.right{
  right:-100%;
}
.carousel-control {
  position: relative;
  top: -280px;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 20px;
  text-align: center;
  opacity: 1;
  z-index:1;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  height:50px;
  width:50px;
  background:#000;
  border:2px solid #FFF;
  padding-top:7px;
  margin: 0 -30px;
}

#username, #pwd {
  width: 110px;
  font-size:18px;
}
label {
  font-size:20px;
}

/* HOME PAGE CONTENT
-------------------------------------------------- */

#header-box {
  height:100px; 
  background: rgb(33, 37, 41); opacity: 0;
}

#home-subhead {
  font-family:'Roboto Condensed', sans-serif; 
  font-size:64px; 
  font-weight:900; 
  margin-bottom:20px;
}
#producers,
#writers {
  border:1px solid #A53831;
}

#producers ol,
#writers ol {
  margin: 20px auto;
  width:340px;
}
#producers ol li,
#writers ol li {
  font-family:'Roboto Condensed', sans-serif;
  margin:10px 0;
  font-size:20px;
  font-weight:bold;
  color:#A53831;
}

a.custom-card, 
a.custom-card:hover { 
  color: inherit; 
  display:inline-block; 
  width:400px; 
  border-radius:20px; 
  box-shadow: 0 0 10px;
  text-decoration: none;
}

.btn-lg {
  font-size:36px;
  font-weight:500;
  font-family:'Roboto Condensed', sans-serif;
  padding:3px 16px;
}

.card {
  border-radius:20px;
  width:400px;
  background-color:#193d6c !important;
  color:#fff;
  text-align:center;
  font-size:20px;
  font-weight:600;
  box-shadow: 0 0 10px;
  overflow: hidden;
}
.card-body {
  background-color:#193d6c !important;
}
.card img {
  position: relative;
}

#producers .btn-danger,
#writers .btn-danger {
  width:60%;
}


@media (max-width: 1443.98px) { /* #2 */

  #main-bg {
    height: 700px;
  }
  
  #writer-side {
    padding: 100px 0 100px 150px;
  }
  
  #jumbotron, .container {
    width:100%;
  }
  #jumbotron {
    height: 625px;
  }
  #jumbotron h1 {
    font-size: 60px;
  }
  #jumbotron h1>div {
    font-size:75px;
  }
  .carousel-control {
    top: -240px;
  }
  
  h1 {
    font-size:50px;
  }
  .col_margin {
    padding:0 10px 0 30px;
  }

  /* Carousel base class */
  .carousel {
    height: 365px;
    margin: 0 auto;
  }
  /* Declare heights because of positioning of img element */
  .carousel .item {
    height: 405px;
  }
  
  .film-num {
    height:50px;
    padding:0;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    top: 234px;
    height: 80px;
  }
  .carousel-caption p {
    font-size:16px;
    width:450px;
    line-height:1.4;
  }
  a:hover + div.col5 {
    top:63px; 
    left:350px; 
    width:400px;
  }
}
@media (max-width: 1199.98px) {
  
  #writer-side {
    padding: 100px 0 100px 70px;
  }
  #jumbotron {
    height: 596px;
  }
  
}

@media (max-width: 991.98px) {

  #header-box {
    height:140px;
  }
  #jumbotron, .container {
    width:100%;
  }
  #jumbotron {
    height: 587px;
  }
  #jumbotron h1 {
    font-size: 67px;
    margin: 0 40px;
  }
  #home-btns {
    margin:50px auto 0;
  }
  .footer-social-icons {width:32px; height: auto;}
  #reg-btn {
    text-align:center;
    margin-top:30px;
    top: 545px;
  }
  .footer-copy {padding-bottom:15px;} 
  .btn-reg {
    font-size:36px !important;
  }
  ul.nav {
    padding: 0 5px 0 0;
  }
  #myCarousel {
    display:none;
  }
  
  #writer-side {
    padding: 100px 0 100px 36px;
  }
  
  a.custom-card, 
  a.custom-card:hover { 
    width:320px; 
  }
  
  .card {
    width:320px; 
  }
  .icons {
    width: 30px;
    display: inline-block;
    padding: 0 9px 20px 0px;
  }
  
}


@media (max-width: 767.98px) {
  html, body {
    overflow-x: hidden;
  }
  
  nav .container {
    padding: 2px 10px 2px 20px;
  }
  .expanded {
    background-color: #212529 !important;
  }
  .navbar.navbar-StarPitchers .navbar-collapse {
    background-color: #212529 !important;
  }
  .footer-copy {padding-bottom:20px;} 
  #jumbotron {
    width:100%;
    margin: 0 auto;
    top: 100px;
    height: 530px;
  }
  #jumbotron h1 {
    font-size: 60px;
    margin:0;
  }
  #jumbotron h1>div {
    font-size:70px;
  }
  h1 {
    font-size:40px;
  }
  #home-btns {
    margin:20px auto 0;
  }
  #reg-btn {
    margin: 0 auto 50px;
    text-align: center;
    position: inherit;
  }
  #home-subhead {
    font-size:40px; 
    font-weight:900; 
  }
  #producers ol {
    padding-left:50px;
    padding-right:0;
  }
  
  .card-body {
    margin: 0 auto;
  }
  
  .v-border {
    border-right: 0;
    padding-top: 100px;
  }
  
  .h-border {
    border-top: 0;
  }
  .row1 {
    margin-top: 50px;
  }
  .row2 {
    margin-top: 50px;
  }
  .quote {
    font-size: 20px;
    margin-top: 20px;
  }
  .quote-by {
    font-size: 20px;
    margin: 15px auto 40px;
  }

}

@media (max-width: 575.98px) {

  .container, 
  .container-xl, 
  .navbar.navbar-StarPitchers, 
  .navbar.navbar-StarPitchers .navbar-collapse, 
  .navbar.navbar-StarPitchers .navbar-nav> li > a,
  .navbar.navbar-StarPitchers.dropdown-onhover.no-fix .navbar-nav > li > a:hover, 
  .navbar.navbar-StarPitchers .navbar-nav.dropdown-onhover.no-fix > li > a:hover {
    background-color: transparent;
  }
  #main-bg {
    height: 315px;
    margin-top: -55px;
  }
  
  #jumbotron {
    margin:0 auto 0;
    padding: 0;
    height: 300px;
    position:relative;
    top: 75px;
  }
  #jumbotron h1 {
    font-size: 34px;
    margin:0 15px 30px;
  }
  .container.stats {
    background-color: #212529;
  }
  h1 {
    font-size:40px;
  }
  h2 {
    font-size:30px;
  }
  h3 {
    font-size:26px;
    margin:15px auto;
  }
  #producers ol li,
  #writers ol li {
    font-size:16px;
  }
  .btn-lg {
    font-size: 26px;
  }
  .btn2-primary.sign-in {
    font-size: 26px;
    color: #fff; 
    background-color: #d7a31a; 
    border:1px solid #fff; 
    border-radius:10px;
    white-space: nowrap;
  }
  .btn2-primary.sign-in:hover  {
    color: #d7a31a; 
    background-color: #fff; 
    border:1px solid #d7a31a;
    white-space: nowrap;
  }

  a.custom-card, 
  a.custom-card:hover { 
    width:100%;
    box-shadow:none;
  }
  
  .card {
    border:0; 
    border-radius:0; 
    width:100%; 
    background-color:#193d6c; 
    color:#fff; 
    text-align:center; 
    font-size:20px; 
    font-weight:600; 
    box-shadow:none;
  }
  
  .card img {
    position: relative;
    width: 100%;
  }
  
  .card-img-top {
    border-radius:0;
  }

  .testimonials {
    margin:10px 20px;
  }
  
  .icons {
    width: 40px; 
  } 
  
  #footer-site-menu > li > span {
    font-size: 14px;
  }
  #producers ol {
    padding-left:50px;
    padding-right:0;
  }
  #writers ol {
    padding-left:50px;
    padding-right:0;
  }
    
  #reg-btn {
    top: 20px;
  }
  .row1 {
    margin-top: 165px;
  }
  .row2 {
    margin-top: 0;
  }
  .pad1 {
    width: 285px; 
    margin: 0 auto;
  }
  .pad2 {
    width: 251px; 
    margin: 0 auto;
  }
}

@media (max-width: 299.98px) {
  
  h3 {
    font-size: 20px;
  }
  #jumbotron h1 {
    font-size: 28px;
  }
  .card {
    font-size:16px; 
  }
  .icons {
    width: 30px; 
  }
  .row1 {
    margin-top: 146px;
  }
  .pad1 {
    width: 275px; 
    margin: 0 auto;
  }
  .pad2 {
    width: 195px; 
    margin: 0 auto;
  }
}