/*-----------Alesha: Body formatting styles-----------*/
 html, body{
     height: 100%;
}
 h1 {
     color: #d01800;
     margin-left: 40px;
     font-family: 'Raleway', sans-serif;
     font-weight: bold;
}
 h2 {
     color: #d96600;
     margin-left: 40px;
     font-family: 'Source Sans Pro', sans-serif;
}
 p {
     margin-left: 40px;
     font-family: 'Source Sans Pro', sans-serif;
     font-size: 20px;
}


/*-----------Alesha: Header and navigation bar (src: https://www.w3schools.com/howto/howto_css_searchbar.asp;
 https://www.geeksforgeeks.org/html-course-building-header-of-the-website/), Alesha-----------*/
 .topnav {
     overflow: hidden;
     background-color: #E6Af2E;
     margin-top: 17px;
}
 .topnav a {
     float: left;
     display: block;
     color: black;
     text-align: center;
     padding: 18px 25px;
     text-decoration: none;
     font-size: 20px;
     font-family: 'Raleway', sans-serif;
}
 .topnav a:hover {
     background-color: #ddd;
     color: black;
}
 .topnav .active {
     color: black;
}
 .topnav .search-container {
     float: right;
     margin-top: 4px;
}
 .topnav input[type=text] {
     padding: 6px;
     margin-top: 8px;
     font-size: 17px;
     border: none;
}
 .topnav .search-container button {
     float: right;
     padding: 6px;
     margin-top: 8px;
     margin-right: 16px;
     background: #ddd;
     font-size: 17px;
     border: none;
     cursor: pointer;
}
 .topnav .search-container button:hover {
     background: #ccc;
}
 @media screen and (max-width: 600px) {
     .topnav a, .topnav input[type=text] {
         float: none;
         display: block;
         text-align: left;
         width: 100%;
         margin: 0;
         padding: 14px;
    }
     .topnav input[type=text] {
         border: 1px solid #ccc;
    }
}
header {
     overflow: hidden;
}
#top-header {
     text-align: center;
     height: 150px;
}
#logo {
     float: left;
     height: 60px;
     margin-left: 40px;
}
#logo img {
     width: 25%;
     float: left;
     padding: 10px 0px;
}


/* --------Michael: Body--------- */
/* Original source: https://www.salvationarmy.org.au/ */
.homepage-events-container{
	box-sizing: border-box;
	padding:25px 0px;
}
.container-row {
	content: "";
  clear: both;
  display: table;
}
.container-column {
	float:left;
	width:30%;
	padding:5px;
	font-family: Arial,Helvetica,sans-serif;
}
.homepage-quote {
	background-color: #E6Af2E;
	margin:25px 0px;
	padding:10px 0px;
}
h2.homepage-quote {
	color: black;
	font-weight:bold;
}
blockquote {
	color: black;
	font-size: 35px;
	font-family: Lucida Handwriting,'Source Sans Pro', sans-serif;
}
.vid {
	display: flex;
  align-items: center;
  justify-content: center;
	margin:50px;
}

/* --------Michael: Events and Get Involved page--------- */
/* Original source: https://www.w3schools.com/html/tryit.asp?filename=tryhtml_layout_float */
/* Original source: https://www.w3schools.com/howto/howto_css_calendar.asp */

.events-main-container {box-sizing: border-box;}
#ul1 {
	list-style-type: none;
}
.events-large-container {
	float: left;
  width: 65%;

  background: #ccc;
  padding: 20px;
}
h3.events-h3 {
	line-height: 1.6;
	width: 80%;
	padding: 30px;
}
.left-aside {
  float: left;
  padding: 20px;
  width: 25%;
  background-color: #f1f1f1;
}
.right-aside {
	float: right;
  padding: 20px;
  width: 25%;
  background-color: #f1f1f1;
}
section.events-main-container::after {
  content: "";
  display: table;
  clear: both;
}
.calendar {
	margin: 20px 0px;
	font-family: Verdana, sans-serif;
}
.month {
  padding: 60px 0px;
  width: 100%;
  background: #E6Af2E;
  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: #d01800;
  color: white !important
}


/* Original Source: https://www.w3schools.com/css/css_table.asp */
/* Original Source: https://www.w3schools.com/css/css_border_sides.asp */
.involved-table {
	width: 100%;
  background-color: #ccc;
}
td {
	text-align: center;
	padding: 20px;
}
.big-font {
	font-size: 60px;
	color: #d96600;
}
.medium-font {
	font-size: 50px;
	color: #d01800;
}
.small-font {
	font-size: 40px;
	color: #d96600;
}

/*----------Omar: Page Layout/Themse White Section, Yellow Breaks-----------*/
.pagesection {
    width: 100%;
    background: #fbfffe;
}

#pagebreak {
    background-color: #e6af2e;
    height: 50px;
	width: 100%;
}

/*-----------Omar: Footer (https://www.w3schools.com)-----------*/
footer {
    bottom: 0px;
    background: #E6AF2E;
    color: #001514;
    padding: 15px;
}

nav a {
    color: #001514;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-family: 'raleway', sans-serif;
    padding: 2px;
}

.footlinkalignment {
    margin: 0 auto;
    text-align: center;
}

.footcopyright {
    text-align:center;
    font-size: 12px;
    font-family:'Raleway', sans-serif;
}

#copyrighticon {
    float: left;
}

#facebookicon {
    float: right;
}

#twittericon {
    float: right;
}

#linkedinicon {
    float: right;
}


/*
Black (text)
#001514

White (background)
#FBFFFE

Red (h1 - main headings)
#D01800

Orange (h2 - sub headings)
#D96600

Yellow (boxes/borders etc.)
#E6AF2E

-the links in the navigation bar and "h1"
    font-family: 'Raleway', sans-serif;
-"h2" and the main text body "p"
    font-family: 'Source Sans Pro', sans-serif;
*/