/* *************************************** */
/*                                         */
/*             timsilver.me.uk             */
/*                                         */
/*                intro.css                */
/*                                         */
/*           Created 28-05-2023            */
/*           Editor - Tim Silver           */
/*          Last edited 30-05-2023         */
/*                                         */
/* *************************************** */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600&display=swap');

body{
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    background: url( '/timsilver_background.jpg' ) no-repeat center center;
    background-size: cover;
	display: block;
}

/* 'container' controls width in viewport */
.container{
    width: 80vw;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.content{
	padding: 0 5px;
	border-radius: 5px;
    background: rgba(255,255,255,0.7);
}

/* 'top' is the brown menu bar */
.top{
    background: #764427;
    padding: 10px;
}

.top a img{
    height: 32px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.top a{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.top ul{
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    text-align: right;
}
.top ul li{
    display: inline-block;
    padding: 5px;
    margin-left: 10px;
}

.header {
	margin-top: 15px;
}

/* 'pad' applies some top padding */
.pad {	
	margin-top: 40px;
}

h1 {
	padding-top: 10px;
    text-align: center;
    color: #000;
}

h2 {
    text-align: center;
    color: #000;
}

h2.blue {
	text-align: center;
	color: #0000ff;
}

h3 {
    text-align: center;
    color: #000;
}

h4 {
    text-align: center;
    color: #000;
}

h4.blue {
	text-align: center;
	color: #0000ff;
}

h5 {
    text-align: center;
    color: #000;
}

h5.blue {
    text-align: center;
    color: #0000ff;
}

p {
	padding-top: 5px;
    text-align: left;
    color: #000;
    font-size: 1em;
}

/* bold text */
p.b {
	padding-top: 10px;
	font-weight: bold;
    color: #000;
    font-size: 1em;	
}

.bottom{
    padding: 5px;
    margin-top: 200px;
	border-radius: 10px;
}

.bottom p{
	text-align: center;
	font-size: 0.8em;
}
