.container {
   width: 600px;
}

body {
   background: #fff;
}

#header-wrap {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   border-bottom: 1px solid #666;
   height: 130px;
}

header {
   background: #eee;
   margin-left: auto;
   margin-right: auto;
   top: 0px;
   margin-bottom: 0px;
   padding-bottom: 0px;
   height: 130px;
}

.cssocial {
   font-size: 76px;
   text-align: center;
}

.cssocial a {
   color: #00204E;
   text-decoration: none;
}

.subtext {
   font-size: 20px;
   text-align: center;
   margin-top: -140px;
}

.subtext a {
   color: black;
   text-decoration: none;
}

#calendar {
   width: 600px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 145px;
}

section {
   width: 500px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 145px;
}

.calendar {
   width: 600px;
}

h1 {
   font-size: 20px;
   text-align: left;
   text-decoration: underline;
}

h2 {
   font-size: 15px;
   font-style: italic;
   text-align: center;
}

h3 {
   font-size: 25px;
   text-align: center;
   font-weight: bold;
   margin-bottom: 0.25em;
}

.event {
   padding-left: 10px;
   margin-left: 10px;
   border-left: 3px double #00204E;
}

.title {
   font-size: 18px;
   font-weight: bold;
}

.timeLocation {
   font-size: 15px;
   font-style: italic;
}

.description {
   font-size: 12px;
}

.separateEvents {
   width: 30%;
   margin-left: auto;
   margin-right: auto;
}

footer {
   text-align: center;
}
