/* 
    Created on : Sep 10, 2017, 8:36:12 PM
    Author     : Andy Miller
*/

body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
/*  font-family: 'Indie Flower', cursive;*/
  font-size: 1.6em;
}

.transition {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.linkLogos a {
    text-decoration: none !important;
}
.nav-bar {
  box-shadow: 0px 1px 8px black;
  text-align: right;
  background: rgb(144, 85, 255);
  color: white;
  font-size: 1em;
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition: all 0.5s ease-in;
}
.nav-bar a {
  color: inherit;
  text-decoration: none;
  display: inline-block;

  -webkit-transition: all 0.2s ease-in;
}

.nav-bar a.icon {
    display: none;
}
#toTop img {
  width: 50px;
}
#toTop img:hover {
  cursor: pointer;
}
.nav-bar img {
  z-index: 1000;
  position: absolute;
  left: 0px;
  transition: all 0.5s ease-in;
}

.top {
  top: 0px;
  height: 7em;
}

.move {
  top: -136px;
  height: 10.4em;
}

.nav-bar span {
  position: absolute;
  left: 40px;
  top: 10px;
  font-weight: bold;
  transition: all 0.5s ease-in;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 814px) {
    .nav-bar {
      font-size: 1.2em;
    }
    .nav-bar a {display: none;}
    .nav-bar a.icon {
      /*float: right;*/
      right: 0;
      /*position: fixed;*/
      display: inline-block;
      /*height: 2em;*/
    }
    .top {
        top: -104px;
        height: 8em;
    }
    
    .nav-bar a.active {
        float: none;
        width: 100%;
        display: inline-block;
        border-radius: 0 0 0px 0px;
    }
    .move {
        top: -104px;
        height: 8em;
    }
    .responsive {position: fixed;}
    .responsive a.icon {
      /*position: fixed;*/
      right: 0;
      /*top: 40px;*/
    }
    .responsive a {
      float: none;
      display: block;
      text-align: right;
      -webkit-transition: all .3s ease-in;
    }
    .nav-bar a:hover {
      color: rgb(144, 85, 255);
      background: rgb(255, 255, 255);
      border-radius: 0px 0px 0px 0px;
    }
    .nav-bar a.smallHeader {
        padding: .0em 1em;
    }
    .nav-bar a.tall {
        padding: .0em 1em;
    }
    .active {
      background: rgba(255,255,255,0.3);
      border-radius: 0px 0px 0px 0px;
    }
    .info {
        background: rgb(255, 255, 255);
        color: black;
        padding: 10px;
        margin-top: 20px;
    }
    /* .portion {
      background:  url('../img/CherryBlossom1-min.png') no-repeat center center fixed;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      min-height:100%;
      max-height:100%;
      background-attachment: initial;
      background-size: initial;  
      text-align: center;
    }   */
    .portion {
      background:  url('../img/CherryBlossom1-min.png') no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;  
      min-height: 100%;
      max-height: 100%;
      text-align: center;
    }        
    .one h2{
      padding: 6em 0;
    }    
    .two h2{
      padding: 2em 0;
      /*background-image: url('../img/CherryBlossom1.jpg');*/
    }
}

.tall {
  padding: 5em 1em .5em;
}

.smallHeader {
  padding: .18em 1em;
}
.nav-bar a:hover {
  color: rgb(144, 85, 255);
  background: rgb(255, 255, 255);
  border-radius: 0 0 5px 5px;
}

.active {
  background: rgba(255,255,255,0.3);
  border-radius: 0 0 5px 5px;
}

.two h2{
  padding: 4em 0;
  /*background-image: url('../img/CherryBlossom1.jpg');*/
}
.portion h2 {
  /*color: #fdaafa;*/
  color: #fff;
  font-weight: normal;
  font-size: 2em;

  margin: 0;
  text-shadow: 0 0 10px #fff;
  transition: all 0.5s ease-in-out;
}

.quote {
    font-style: italic;
    font-size: 1.5em;
    vertical-align: top;
}

.centerText {
    text-align: center;
    vertical-align: middle;
}

.background-none {
    background: rgba(0,0,0,0.0);
}

.background-faded {
    background: rgba(0,0,0,0.5);
}

.centreImage {
    width: 80vw;
    background: rgba(171, 121, 252, 0.88);
    border-radius: 10px;
    transition: all .2s ease-in-out;
    /*box-shadow: 5px 5px rgba(0,0,0,0.5);*/
}
.strapImage {
    margin-top: 20px;
    background: rgba(171, 121, 252, 0.88);
    border-radius: 10px 10px 10px 10px;
    transition: all .2s ease-in-out;
    width: 60vw;
    /*box-shadow: 5px 5px rgba(0,0,0,0.5);*/
}
@media screen and (min-width: 814px) {
    .nav-bar {
      font-size: 0.8em;
    }
    .info {
        background: rgb(255, 255, 255);
        color: black;
        padding: 1em 20%;
        margin-top: 20px;
    }
    .portion {
      background:  url('../img/CherryBlossom1-min.png') no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;  
      min-height: 100%;
      max-height: 100%;
      text-align: center;
    }    
    .one h2{
      padding: 6.5em 0;
    }       
}

.footer {
  background: #000;
  color: #FFFAF0;
  padding: 2em;    
  font-size: 0.8em;
  text-align: center;
}

.adBanner {
  background: rgba(0,0,0,0.6);
  color: white;
  height: 120px;
  font-size: 1em;
  position: fixed;
  display: inline;
  bottom: 0px;
  width: 100%;
}

button {
  text-align: center;
  display: inline-block;
  border: 2px solid #FFF;
  background-color: #ab79fc;
  padding: .75em 1.5em;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: .15em;
  word-spacing: .25em;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

button:hover{
  color: rgb(144, 85, 255);
  background: #F7F7F7;
}

.button {
  text-align: center;
}
.button a {
  display: inline-block;
  border: 2px solid #FFF;
  background-color: #ab79fc;
  padding: .75em 1.5em;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: .15em;
  word-spacing: .25em;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.button a:hover {
  color: rgb(144, 85, 255);
  background: #F7F7F7;
}
footer.info {
  color: #FFFAF0;
  background: #777;
  padding: 0 auto;
  text-align: center;
}


.movetext {
  top: -30px;
}

.titleText {
  color: #fff;
  font-weight: normal;
  font-size: 1em;
  text-shadow: 0 0 10px #fdaafa;
  
}

.titleLogo {
    height: 50px;
    background-image: url('../img/logo-min.png')
}

.profile {
    /*border: #999 solid 1px;*/
    border-radius: 20px;
    /* box-shadow: 3px 3px 8px #7d06b9; */
    margin: 5px;
    width: 200px;
}

.padding-top {
  padding-top: 5px;
}

.g-recaptcha{
  margin: 15px auto !important;
  width: auto !important;
  height: auto !important;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -o-center;
  text-align: -ms-center;
}

#instagramContainer .imgContainer {
    padding: 5px;
    /*min-width: 250px;*/
}

#instagramContainer .imgWrapper {
    border-radius: 5px;
    /*border: solid 1px white;*/
    box-shadow: 1px 2px 5px 2px;
    /*padding: 2px;*/
    transition: all 0.3s ease-in;
}

#instagramContainer .imgWrapper:hover {
    box-shadow: 1px 2px 5px 2px rgba(171, 121, 252, 0.88);
    
}

#instagramContainer a {
    text-decoration: none;
}

#instagramContainer img {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  /*background-size: cover;*/
}
#instagramContainer .caption {
    height: auto;
    overflow-y: auto;
    padding: 5px;
}
#instagramContainer span {
    text-decoration: none;
    font-size: 0.7em;
    line-height: 0.2em;
    color: #fff;
}
#loading {
    letter-spacing: 0;
}
.comingSoon {
    padding-top: 150px;
    padding-bottom: 150px;
}

.btnText {
    padding-left: 3px;
    padding-right: 3px;
}

.subList {
    list-style-type: square;
    padding-left: 0;
}

