/*
Theme Name: (Do not use) University of Stirling Basic Theme
Template: academica-wpcom
Author: Mike Quin
Description: Simple theme in University of Stirling colours based on Wordpress.com 'Academica'
Version: 1.0.0
Updated: 2018-07-23
*/

@import url("https://www.stir.ac.uk/webcomponents/dist/fonts/fonts.css");

/* Top Menu */
#main-nav ul {
        background-color: #ffffff;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        margin: 0 0 20px;
        position: relative;
        line-height: 1.8;
        width: 100%;
        z-index: 300;
}

#main-nav ul a {
        color: #006938;
        display: block;
        padding: 0 15px 0;
	text-shadow: none;
}

#main-nav ul a:hover,
#main-nav .menu-item:hover,
#main-nav .page_item:hover,
#main-nav .current-menu-item > a,
#main-nav .current-menu-ancestor > a,
#main-nav .current_page_item > a,
#main-nav .current_page_ancestor > a {
        color: #fff;
        background-color: #006938;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
        background-color: #006938;
        border: none;
        color: #fff;
        font-size: 10px;
        height: 30px;
        text-transform: lowercase;
}

#wrap a { /* We're using #wrap before a so that the WordPress Toolbar isn't interfered with */
        color: #006938;
        text-decoration: none;
}

#site-description {
        color: #006938;
        font-size: 16pt;
        margin: 0;
}


#commentform #submit {
        background: none #006938;
        border: none;
        color: #fff;
        cursor: pointer;
        font-size: 11px;
        padding: 0 15px;
        text-transform: uppercase;
}

hr {
        border: 0;
        border-top: 1px solid #006938;
        clear: both;
        display: block;
        height: 1px;
        margin: 0 0 20px;
        padding: 0;
}

#wrap a:hover {
        color: #006938;
}

/* Featured Slider */
#slider-wrap {
        border-bottom: solid 1px #006938;
        border-top: solid 1px #006938;
        margin-bottom: 20px;
        padding: 1px 0;
}


.home.page .posts .page {
        border-color: #006938;
        font-size: inherit;
        margin-bottom: 20px;
        padding-bottom: 0;
}

#footer {
        border-top: solid 1px #006938;
        color: #333;
        font-size: 11px;
        line-height: 1.6;
        padding: 25px 0 0;
}


#content .widget_pages > ul li.current_page_item > a:hover,
#content .widget ul.menu li.current-menu-item > a:hover {
        color: #006938;
}

#wrap a.highlight,
#wrap h2.heading a,
#wrap .entry-meta a {
        color: #006938;
}
#logo {
        display: inline;
        float: left;
        line-height: 1.2;
        text-transform: uppercase;
	font-family: "FSMaja",serif;
}

#main-nav .c-site-logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 317px;
    max-height: 79px;
}


#main-nav { 
 display: flex;
 justify-content: space-around;
}
#nav-img {
padding-top: 10px;
padding-right: 20%;
width: 300px;
flex: 0 0 20%;
} 
#menuhead {
flex: 1;
}
