/* Have fun  adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS for SCIPS */
/* NOTE --- Tablepress CSS Code is embeded in the 
CSS for the plugin - see the module in WP Backend for edits */

.qe-toggle-content {
	padding-top: 5px !important;
}

strong.logo{
	padding-top: 12px;
}
.logo img{
	width: 335px;
}

.fpSplashText{
	text-align: center;
	font-size: 21px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.avia_textblock {
	font-size: 18px;
}

.staffpic-left {
	padding-top: 10px;
}

#footer{
	padding: 0px;
	text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

#header_main {
    border-color: #272626;
}
nav.main_menu {
	/* 	right side padding so the menu looks better */ 
    padding-right: 51px;
}
.av-main-nav ul {
/* 	Resize the big black menu bar */ 
    width: 150px;
}

.tmname{
	padding: 0px;
	text-align: left;
    font-size: 23px;
    letter-spacing: 1px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.tmtitle{
	padding: 0px;
	text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
}

.team-img-container img {
    height: 180px;
    width: 135px;
}
.iconlist_content {
    font-size: 16px;
}
.tab_inner_content {
    font-size: 15px;
}
.tab_titles .tab {
    font-size: 15px;
}
.tabcontainer .tab.active_tab {
    color: #2d5c88;
}
/* for use on the Fees Table */
 .sectionHdr{
	 font-size: 13px;
    letter-spacing: 2px;
    color: coral;
}



/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */


}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}