/*
CSS for ballet site
*/



body {	/* default used for everything */
	
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    	font-size: 15px;
	
	width:100%;
	height: 100%;
	
	background: white;
}

#wrapper{
	
	max-width: 1200px;  
	
	margin: 0 auto;
	color:black;	
    	
	

}

/*-------------------------------------- ALL PAGES HEADER BAR*/

#logo {
width:100%;
text-align: center;
padding-bottom: 30px;
}

#hbuttons{
width:100%;
text-align: center;
min-height:50px;

}

.hbuttons a{

width:100%;
text-decoration: none;
font-size:20px;
color: black;
line-height: 20px;
display: flex;
align-items: center;
justify-content: center;
 font-weight:normal;
min-height:50px;
padding-right:5px;


}

.hbuttons a:hover{
 color: white;
 background: blueviolet;
}
.indexbutton a{

width:200px;
text-decoration: none;
font-size:16px;
color: black;
line-height: 20px;

 font-weight:normal;
padding:10px 50px 15px 50px;
border-radius:50%;
}

.indexbutton a:hover{
 color: white;
 background: blueviolet;
}


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

 .hbuttons a {
 padding:20px 2px 20px 2px;
 
 display:inline;

 }
 .indexbutton a {
 padding:10px 50px 15px 50px;
 }
}

/*-------------------------------------- BODY PAGES */

#basic {
max-width:1000px;
margin:auto;
 
padding:20px 50px 20px 20px;;
}

#leftcolumn {
width:95%; 
padding:20px;

}
.smallframe {
 position:relative;
 margin:auto;
 height:auto;
 padding: 10px;
 border: 10px solid #203040;
 background-color: white;
 box-shadow: 10px 10px 5px #aaaaaa;
 max-width:300px;
 z-index:1;
 
}
.arrow {
 position:relative;
 float:right;
 font-size:30px;
 padding: 7px 5px 7px 10px;
}




#topic {
width:100%;
text-decoration:none;
position:relative;

}

.fulltext {
 
 position:relative;
 width:95%;
 padding:20px;
 background:#e6d6f9;
 color:black;
 font-weight:normal;

}

.fulltext:hover{
 color:white;
 background:blueviolet;
 font-weight:bold;
}
 
.underline{
border-bottom: 1px solid #a784e8
}
.lightpurple{background: #e6d6f9}
.midpurple{background: #a784e8}

.topictext {
 
 position:relative;
 padding:0 20px 10px 20px;

 color:black;
 font-weight:normal;
}

.topictext:hover{
 color:white;
 background:blueviolet;
 font-weight:bold;
}
 


.frame {
 
 height:auto;
 padding: 10px;
 border: 12px solid #203040;
 background-color: white;
 box-shadow: 10px 10px 5px #aaaaaa;
 max-width:420px;
 margin:auto;

}
.nohovertopictext {
 
 position:relative;
 padding:20px 50px 20px 20px;

 color:black;
}
#bookings table{
 margin:auto;
}
.password {
 width:100%;
 text-align:center;
 padding: 20px;
 min-width:100px;
}
@media screen and (min-width:1000px) {

#bookings table{  margin:0;}
.password {
 width:auto;
 float:right;
 padding:20px 20px 0 50px;
}

.fulltext{
width:100%;
padding:20px;}

 .topictext {
  width:40%;
  text-align: left;
 }


 .nohovertopictext {
   width:40%;
  padding:0 50px 20px 0;
 text-align: left;
 float: left;

 }

 .frame {
  width:50%;
  float:right;
  
 }

 .smallframe {
 margin-top:50px;
 margin-bottom:25px;
 float:right;
 }


 #leftcolumn {
 width:55%; 
 float:left;
 padding-right: 10px;
 }
 #basic {
 text-align: left;
 margin-left:80px;
 }
}

.leftmag .rightmag  {
 width:100%;
 padding:10px 0 0 0;
 margin:0;
}



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


.left30 {
 width:32%; 
 float:left;
 padding: 10px 0 0 0;
 margin-right:2%;
 }

.leftmag {
 width:47%; 
 float:left;
 padding: 10px 30px 0 0;

 }
.rightmag {
 width:47%; 
 float:right;
 padding: 10px 0 0 0;

 }

}

img {
 max-width: 100%;
 max-height: 100%;

}
a img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
}
.grey {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);

}

table { 
    border-collapse: collapse; 
  align-items:left;
}
table td{
padding:15px 5px 15px 5px;
font-size:15px;
text-align:left;
}


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

table td{
padding:15px;
font-size:15px;
}
}


h1 {
	font-size: 24px;
	
	line-height: 28px; 
	padding-top: 20px;
	padding-bottom: 10px;
	text-transform:uppercase;
	
	border-bottom: 5px solid blueviolet;

	
}
hr
{
    border: 2px solid #a784e8;
    margin:20px 0 50px 0;
    width:100%;
}

p{ 
 font-size:15px;
}
a{font-weight: bold; text-decoration:none; color:blueviolet;}

input, button {font-size:15px;}

input::-webkit-input-placeholder { 
    color: #e6d6f9;
}
input:-moz-placeholder { 
   color: #e6d6f9;
   opacity:  1;
}
input::-moz-placeholder { 
   color: #e6d6f9;
   opacity:  1;
}
input:-ms-input-placeholder { 
   color: #e6d6f9;
}
input::-ms-input-placeholder { 
   color: #e6d6f9;
}

.endorsement { 
 font-style:italic;
 width:100%; 
 padding:10px 20px 10px 20px;
}

.spacer { clear:both; min-height:50px;}

#copy {
 font-size:10px;text-align:center;
}


.arrow a:hover {color:#a784e8;}

	


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}


.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
} 


