@charset "UTF-8";
/* CSS Document */

body {
	min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility\9;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-style: normal;
	background-color:#FFFFFF;
	color: #423e3e;
	font-size: 100%;
	font-family: "noto-sans", sans-serif;
	font-size: 100%;
	background-color: #333333;
}
.background {
    background-image: url(../images/carry-torch-background.png);
    background-attachment: fixed;
    background-position: -10% 75%;
    background-repeat: no-repeat;
    background-size: 40%;
}
.logo {
	padding-top: 4em;
}
.ctwidth {
max-width: 790px;
padding: 0 10px;
margin: 0 auto;
}
p, ul {
font-family: "noto-sans", sans-serif;
font-weight: 500;
font-style: normal;
color: #FFFFFF
}
.pcenter {
text-align: center;
}
.shirt {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
 border-radius: 10px;
}
strong {
font-family: "noto-sans", sans-serif;
font-weight: 700;
font-style: normal;
color:#43c4d8;
}
h2 {
font-family: "noto-sans", sans-serif;
font-weight: 700;
font-style: normal;
color:#43c4d8;
font-size: 20px;
}

hr {
width: 60%;
border-width: 0;
border-bottom: 1px dashed #cedede;
}

a {
background-color: #e0592a;
color: #FFFFFF;
text-decoration: none;
padding: 1em 3em;
margin: .5em 1em;
display: inline-block;
text-align: center;
font-family: "noto-sans", sans-serif;
font-weight: 700;
font-style: normal;
text-transform: uppercase;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
a:hover {
	color: #FFFFFF;
}

