

/* The sidebar menu */
.sidenav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 160px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color:#ACD8E2; /* tranny blue */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Style page content */
.main {
    margin-left: 160px; /* Same as the width of the sidebar */
    padding: 0px 10px;
}

.about{  
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color: #655F5F;
	order:3;
	
}

.page-content{
	width: 90%;
}

/*maybe get rid of this idk what it does*/
.subtitle-about{
	padding-right: 25em;
}

.maintext-about{
	padding-left: 5%;
}

.comic{
	padding-left:2%;
}

.about-headers{
	padding-left:1%;
}

.request-info{
	width:60%;
	padding-left:3%;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

h1 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #FFB6C1;
	text-transform: uppercase;
    font-size: 5em;
	letter-spacing: 0.5em;
}

h2{
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color: #655F5F;
	font-size: 25px;
	padding-left:5%;
}
h3{
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color: #655F5F;
	font-size: 25px;
	padding-left:5%;
	
}
h4{
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color: #655F5F;
	font-size: 25px;
	padding-left:5%;
}

h5{
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color: #655F5F;
	font-size: 25px;
	padding-left:5%;
}

h6{
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color: #655F5F;
	font-size: 25px;
	padding-left:2.2%;
}
h7{
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color: #655F5F;
	font-size: 25px;
	padding-left:5%;
	font-weight:bold;
}
h8{
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color: #655F5F;
	font-size: 25px;
	padding-left:5%;
	font-weight:bold;
}

p {
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color: #655F5F;
}

.GIC-links{
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color: #655F5F;
}

.ytf-icon{
	width:39.5%;
}
.profile-pic-big{
	width:49.5%;
	padding-left:1%;
}
.funding-exp{
	padding: 0;
}
.funding-bar{
	padding-left:3%;
}
.wales-header{
	font-weight:bolder;

}
.wales-sect{
	padding-left:2%;
}
.scot-head{
	padding-bottom:2em;
	padding-left:1%;
}
.scotland-gic{
	padding-top:2em;
	padding-left:2%;
}
.clinic-name{
	padding-left:7.5%;
}
.contact-details{
	padding-left:0;
}
.user-review-heading{
	padding-left:3%;
}
.gic-reviews{
	padding-left:3%;
}