@import "../resources/bootstrap-3.3.7-dist/css/bootstrap.min.css";
@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css";

body{
  overflow-x:hidden;
}

.StripeElement {
background-color: white;
padding: 10px 12px;
border-radius: 4px;
border: 1px solid transparent;
box-shadow: 0 1px 3px 0 #e6ebf1;
-webkit-transition: box-shadow 150ms ease;
transition: box-shadow 150ms ease;
}

.StripeElement--focus {
box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
border-color: #fa755a;
}

.StripeElement--webkit-autofill {
background-color: #fefde5 !important;
}

#gimmeLights{
  overflow:show;
  position:absolute;
  width:100vw;
  z-index:5;
}
#holdezCahrds{
  transition: all 0.5s ease;
  position:absolute;
  width:100vw;
  /*z-index:10;*/
}
#titleWrapper{
  width:100vw;
  display: grid;
  grid-template-columns: 1fr 250px 1fr;
  grid-template-rows: .75fr 250px 1.25fr;
  /*border:1px solid cyan;*/
  margin-bottom:150px;
}
#mainTitle{
  grid-column: 2;
  grid-row: 2;
  width:250px;
  margin:0 auto;
  padding:2.5em 2em;
  height:250px;
  border:3px solid black;
  background-color:white;
  color:black;
  font-family: "Helevetica", sans-serif;
  letter-spacing: 10px;
  transition: all 1s ease;
  display:none;
}

#mainTitle h1 {
  font-size: 1.25em;
}

#socialIcons {
  margin-left:16px;
}

.socialIconz{
  width:30px;
  margin-top:9px;
  opacity: 0.5;
}
.socialIconz:hover{
  opacity: 1;
}
#coverImageDiv3{
  background: url(../images/setting-backs.jpg) no-repeat center center;
  background-size: cover;
  height: 550px;
  margin-top: 60px;
}
#coverImageDiv4{
  background: url(../images/setting.jpg) no-repeat center center;
  background-size: cover;
  height: 550px;
  margin-top: 60px;
}
.twoCol {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */

@media(min-width:768px) {
  #titleWrapper{
    width:100vw;
    display: grid;
    grid-template-columns: 1fr 350px 1fr;
    grid-template-rows: .85fr 350px 1.15fr;
    /*border:1px solid cyan;*/
  }
  #mainTitle{
    grid-column: 2;
    grid-row: 2;
    width:350px;
    margin:0 auto;
    padding:3em 2em;
    height:350px;
    border:3px solid black;
    background-color:white;
    color:black;
    font-family: "Helevetica", sans-serif;
    letter-spacing: 10px;
    transition: all 1s ease;
    display:none;
  }
  #mainTitle h1 {
    font-size: 2.5em;
  }
  #socialIcons {
    margin-left:0px;
  }
  .twoCol {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  #coverImageDiv3{
    background: url(../images/setting-backs.jpg) no-repeat center center;
    background-size: cover;
    height: 750px;
    margin-top: 60px;
  }
  #coverImageDiv4{
    background: url(../images/setting.jpg) no-repeat center center;
    background-size: cover;
    height: 750px;
    margin-top: 60px;
  }
}
