/*
 Theme Name:   MACS Students 2122
 Theme URI:    https://github.com/philbarker/macsstudent_wptheme
 Description:  Accelerate Child Theme 2122
 Author:       Lisa Scott
 Author URI:   http://example.com
 Template:     accelerate
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
  Tags: light, white, two-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, 

custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats
 Text Domain:  accelerate-child
*/

/*Remove additional Heading Space*/
#header-text-nav-wrap {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

/* Responsive iFrame To Fix Google Calendar */
.responsive-iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Add Button Style Class to links - clears both*/
a.read-more {
	clear: both;
}

/*make font a little darker*/
body, button, input, select, textarea {
	color: #444444;
}

/*Make links bold to make more visible*/
a {
	font-weight: 400;
}

/*Reduce Size of heading*/
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 18px;
	color: #444444;
	font-weight: normal;
	font-family: 'Roboto Slab', sans-serif;
}

h1 {
	font-size: 26px;
	line-height: 32px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}

h3 {
	font-size: 22px;
	line-height: 28px;
}

h4 {
	font-size: 20px;
	line-height: 26px;
}

h5 {
	font-size: 18px;
	line-height: 24px;
}

h6 {
	font-size: 15px;
	line-height: 21px;
}

#site-title a {
	color: #642f6c;
	font-size: 26px;
}

/*Make Blockquote smaller (used for FAQ Page)*/
blockquote {
	padding: 15px 10px 5px 50px;
	color: #FFFFFF;
	border-radius: 5px;
}

