/* 
    Created on : 23 Nov 2017, 1:57:19 PM
    Author     : jonathan
*/

*{
    font-family: 'Montserrat', sans-serif;
}

p,li,h1,h2,h3,h4{
    cursor: default;
}

h2{
    font-weight: normal;
    margin-right: 1em;
    margin: 10px;
    line-height: 1.2;
    font-size: 2em;
    font-family: 'Italianno';
}

select {
    color: black;
}

.title{
    font-family: Italianno;
    font-size: 4em;
    margin-left: 0.6em;
    margin-top: 15px;
    margin-bottom: 5px;
}

li.angled:before{
    content: '» ';
}

li.angled{
   margin-left: 0;
   text-indent: -1em;
   list-style: none;
}

#mobileNavigationBar{
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    background: white;
    z-index: 30;
}

#hamburgerMenu{
    height: 3em;
    width: 3em;
    background: #80223D;
    float: left;
    color: white;
    z-index: 50;
}

#venueMenu{
    float: right;
    width: 3em;
    height:3em;
    background: white;
    color: #80223D;
}

select.classic{    
    height: 2em;
    background-color: #fbfbfb;
    border-style: solid;
    border-color: #acacac;
    border-width: 1px;
}

.contactDetailsListItem{
    margin-bottom: 0.5em;
}

#mainImage{
    position: fixed;
    top: 0px;
    left: 0px;
    background-image: url(../Images/CoverPhoto1.jpg);
    height: 100vh;
    width: 100vw;
    background-position-x: 600px;
    background-size: cover;
    z-index: -5;
}

#mobileVenuesColumn ul{
    text-align: center;
    padding: 0px;
    list-style-type: none;
}

#headerBox{
    font-family: Italianno;
    background: linear-gradient(rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.56) 60%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em;
    width: 80%;
    outline-style: solid;
    border-style: solid;
    outline-width: 5px;
    border-width: 2px;
    border-color: #80223D;
    color: white;
    outline-color: rgba(0, 0, 0, 0.69);
}

.navListItem{
    vertical-align: middle;
    height: 1.5em;
    margin-bottom: 0.1em;
    cursor: pointer;
    transition: border-left-style ease-in 300ms,
                font-size ease-in 300ms;
}

.navListItem:hover{
    border-left-style: solid;
    border-width: 2px;
    font-size: 1.1em;
}

.margin-centered{
    margin-left: 10%;
    width: 80%;
}
.margin-centered-large{
    margin-left: 20%;
    width: 60%;
}

.boxImages{
    width:50%;
    margin: auto;
    margin-top:2em;
}

.centerVertically{
    display: table-cell;
    vertical-align: middle;
}

#mainPage{
    width: 100%;
    height: 50vh;
    margin-top: 50vh;
    background: linear-gradient(rgba(200,200,200,0) 40%, rgba(0, 0, 0, 0.44));
}

.quoteText{
    font-family: Amatic SC;
    font-size: 24px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

.upper_seperator{
    position: relative;
    top: -1.5vh;
    height: 1.5vh;
    background: linear-gradient(rgba(200,200,200,0) 60%, #454545);
}

.lower_seperator{
    position: relative;
    height: 1.5vh;
    background: linear-gradient(#454545, rgba(200,200,200,0) 60%);
}

.light_upper_seperator{
    position: relative;
    top: -1.5vh;
    height: 1vh;
    background: linear-gradient(rgba(57, 57, 57, 0.4), rgba(255, 255, 255, 0) );
}

.light_lower_seperator{
    position: relative;
    height: 1vh;
    background: linear-gradient(rgba(57, 57, 57, 0.4), rgba(255, 255, 255, 0) );
}

.seperator1{
    margin-left:25%;
    width:50%; 
    content: url('../Images/seperator1.png');
}

ul.simpleCenteredList{
    text-align: center;
    list-style: none;
    padding: 0px;
}
p.socialMediaIcon{
    font-size: 1.5em;
    float:left;
    margin: 0em;
    transition: 0.6s;
}

p.socialMediaIcon:hover{
    font-size: 1.8em;
    float:left;
}

.socialMediaIconHolder{
    float: left;
    min-width: 2em;
    height: 2em;
    margin-left: 0.5em;
}

.socialMediaTag{
    transition: 1s;
    overflow: hidden;
    float: left;
    margin: 5px;
    margin-left: 0.6em;
}

div.polaroid {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.polaroid img{
    width: 100%;
}

div.polaroid object{
    width: 100%;
}

div.polaroid_container {
    text-align: center;
    padding: 10px 5px;
}


.staffContainer{
    float: left;
    width:50%;
    margin-bottom: 2em;
}

div.polaroid_overlay{
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #87384d;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

div.polaroid:hover div.polaroid_overlay{
    bottom: 0;
    height: 100%;
}

div.polaroid_cover{
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.89);
    overflow: hidden;
    width: 100%;
    transition: .5s ease;
    bottom: 0;
    height: 100%;
}

div.polaroid:hover div.polaroid_cover{
    bottom: 100%;
    height: 0;
}
div.polaroid_cover.hover{
    bottom: 0;
    height: 100%;
}
div.polaroid_cover.hover{
    transition: .5s ease;
    bottom: 100%;
    height: 0;
}

div.textslidetop {
    width: 100%;
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #efb83c;
}

.contactCardIcon {
    content: '&#xE0BE;';
}

.contactCardIcon:hover {
    content: '&#xE151;';
}

.contactEmail{
    font-size: 0.5em;
    word-break: break-all;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 20% auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
    from {top: -100vh; opacity: 0}
    to {top: 0; opacity: 1}
}

.roundedImageFrame{
    border-radius: 20px;
    border-style: outset;
    overflow: hidden;
    border-width: 2px;
}

#coachImage{
    width: 60%;
    margin-left: 20%;
    height:auto;
    margin-top:1em;
    box-shadow: 4px 4px 9px 1px rgba(0, 0, 0, 0.46);
}

p.date{
    text-align:right;
    color: gray;
    font-size:0.9em;
    margin:0;
}

.button1{
    padding: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-style: solid;
    border-radius: 5px;
    background: linear-gradient(#f2f2f2, #e6e6e6 60%);    
    margin-left: 25%;
    width: 50%;
    margin-top: 1em;
    border-color: #cdcdcd;
    color: black;
}

.button1:hover{
    background: linear-gradient(#e8e8e8, #d7d7d7 60%);
}

.button1:disabled{
    color: gray;
}

.button_material{
  position: relative;

  display: block;
  margin: 30px auto;
  padding: 12px 24px;

  overflow: hidden;

  border-width: 0;
  outline: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
  
  background-color: #2ecc71;
  color: #ecf0f1;
  cursor: pointer;
}

.button_material.orange {
    background-color: #e67e22;
}

.button_material.orange:enabled:hover {
  background-color: #d35400;
}

.button_material.green {
    background-color: #087006;
}

.button_material.green:enabled:hover {
  background-color: #13bd0f;
}

.button_material > * {
  position: relative;
}
.button_material:disabled {
    cursor: default;
}

.searchInput{
    background-image: url('/Images/searchicon.png');
    height: 2em;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 90%;
    margin-left: 5%;
    padding-left: 1.8em;
    background-position: 5px 6px;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    border-color: grey;
}

.searchBox{
    height: 80%;
    width: 90%;
    margin-left: 5%;
    outline: none;
    margin-top: 1em;
    border-radius: 5px;
}

.faqHeader{
    border-color: #f8f8f8;
    height: 3em;
    background: linear-gradient(to right,#fbfbfb -5%, #e3e3e3, #fbfbfb 100%);
    border-style: groove;
    border-width: 2px;
    border-left-width: 5px;
}

.calendarHeader{
    border-color: #f8f8f8;
    height: 3em;
    background: linear-gradient(to right, #e3e3e3, #fbfbfb 100%);
    border-style: groove;
    border-width: 2px;
    border-left-width: 5px;
}

.faqBody, .calendarBody{
    overflow: hidden;
    height: 0px;
}

.openedBar .barArrow i{
    animation: openArrow 1s;
    animation-fill-mode: forwards;
}

.closedBar .barArrow i{
    animation: closeArrow 1s;
}

@keyframes openArrow{
    from{
        transform: rotateX(0deg);
    }
    to{
        transform: rotateX(180deg);
    }
}

@keyframes closeArrow{
    from{
        transform: rotateX(180deg);
    }
    to{
        transform: rotateX(360deg);
    }
}

#contactUsMap{
    border:0;
    height: 80vw;
}

#editor-container {
  font-family: "Montserrat";
}

.ql-viewer .ql-font-montserrat {
    font-family: Monaco, Courier New, monospace;
}

.desktop_only{
    display: none;
}

.sideNav{
    position: fixed;
    top: 0px;
    width: 0px;
    min-height: 110vh;
    position: fixed;
    transition: 0.5s;
    background-color: white;
    z-index: 100;
    overflow-x: hidden;
}

.sideNav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.slideInRight{
    animation: slideInRight;
}

@keyframes slideInRight{
    from{
        left: -100vh;
    }
    to{
        left: 0px;
    }
}
    

@media only screen and (min-width: 900px) {

    #coachImage{
        width: 100%;
    }
    
    .modal-content {
        margin: 20% auto;
    }

    #contactUsMap{
        height: 50vw;
    }

    .staffContainer{
        float: left;
        width:16.66%;
        margin-bottom: 2em;
    }
    
    h2{
        font-size: 3em;
    }
    
    .boxImages{
        width: 70%
    }
    
    #mainImage{
       background-image: url(../Images/CoverPhoto3.jpg);
       background-position-x: 0;
       background-position: center;
    }
    
    #headerBox{
        margin-left: 5em;
        margin-top: 12em;
        width: 30em;
    }
    
    .mobile_only{
        display: none;
    }
    
    .desktop_only{
        display: block;
    }
    
    #h2{
        font-size: 1.2em;
    }
}

@media only screen and (min-width: 515px) and (max-width: 900px){

    #coachImage{
        width: 80%;
    }
    
    .staffContainer{
        float: left;
        width:33.3%;
        margin-bottom: 2em;
    }

    #contactUsMap{
        height: 50vw;
    }
    
    #mainImage{
       background-image: url(../Images/CoverPhoto2.jpg);
       background-position-x: center;
    }
    
    .boxImages{
        width: 70%
    }
    
    #headerBox{
        margin-top: 12em;
        width: 30em;
    }
    
    .mobile_only{
        display: none;
    }
    
    .desktop_only{
        display: block;
    }
}