@charset "UTF-8";
/* CSS Document */

h2 {
	font-weight:500;
	font-size: 60px;
	color: #fff;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 40%;
}
header {
    position:relative;
    display:block;
    max-width:100%;
    height:100%;
    margin:0 auto;
    padding:1rem 5rem;
    background:#000000;
    color:#fff;
	z-index: 100;
}
header h1 {
    line-height: 45px;
    font-size: 2rem;
    margin: 0;
    display:inline;
}
nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float:right;
    display:inline;
}

nav  li {
    position:relative;
    display:inline-block;
    list-style-type: none;
    color:white;
    padding:0 1rem;
}
nav li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
nav > li > a:hover,
nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

#wrapper{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: white;
	padding: 10px 20px;
}




.grey-box {
	max-width: 100%;
	margin: 0 auto;
	background-color: #e2e2e2;
	padding: 80px 200px;
}

.grey-box p {
	font-size: 18px;
	line-height: 200%;
}


#bg-image1 {
  	background-image: url("images/quartet.png");
	min-height: 700px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#lady {
	background-image:url("images/lady.png");
	position: relative;
	min-height: 500px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#bg-image1, #lady{
  background-size: cover;
}
footer {
	background-color: #000;
	color: #fff;
	font-size: 13px;
	text-align:center;
	padding: 20px;
	position: fixed;

  	bottom: 0;
  	width: 100%;
  	height:auto;
}

/*this is for the collems */
.align-left{
	float: left;
	margin-right: 20px;
}

.align-right{
	float: right;
	margin-left: 20px;
}

.flex-container{
	display: flex;
	justify-content: space-between;
}

section{
	width: 50%;
}

aside{
	width: 50%;
}
.right-box{
	width:100%;
 	height:300px;
 	background-color:#FFFFFF;
 	border:5px solid;
 	border-width: thick;
}

/* this is the code for the calender*/
.month {
  padding: 70px 25px;
  width: 97%;
  background: #bdbdcd;
  text-align: center;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.month .prev {
  float: left;
  padding-top: 10px;
}

.month .next {
  float: right;
  padding-top: 10px;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color:#ddd;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
}

.days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size:12px;
  color: #777;
}

.days li .active {
  padding: 5px;
  background: #1abc9c;
  color: white 
}


/*this is stuff for the video and content on the sign up page */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.content {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  color: #030303;
	width: 620px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}

