
/*** Just in case we prefer other fonts:

    font-family: xperiaregular, Arial;
	font-family: SFPixelateRegular, Arial;
	font-family: AnitaSemisquareNormal;  
    font-family: biolinum;

 ***/


body{
    font-family: Montserrat, sans-serif;
	font-size: 1.2em;
    font-weight: 300;

               color: #00050a;
	background-color: #fefefe;
    
	text-align: justify;
	line-height: 2em;
}

section {
	min-width: 480px;
    max-width: 960px;
    
	padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    
    margin: auto;
}

h1 {
	font-size: 2.8em;
    font-weight: normal;
	text-transform: uppercase;  
	text-align: left;
	word-spacing: .2em;
}

h2 {
    font-size: 1.3em;
}


#rampage_guardion {
	display: flex;
	flex-wrap: wrap;

	line-height: 1.6em;
    padding: 0;
}

.cardd {
	height: 900px;
	width: 420px;

    position: relative;

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	margin-top: 1em;

/* set in html */
/* 	background-color: #fff9e7; */
/* 	background-color: #e4eed5; */
/*  background-color: #ff7000; */
/*  background-color: #e7fff9; */
/*  background-color: #a2e1fa; */
	border: solid lightgray 1px;  
}

h3 {
	font-size: 2em;
	font-variant: small-caps;
    font-weight: normal;
}

.logo {
	padding-top: 1em;
	text-align:center;
}

.card_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 1.5em;
	text-align: center;
	margin-bottom: .5em;
    font-weight: bold;
}

.card_footer > a > .name {
    font-weight: bold;
}

a {
    color: #2671a6;
    font-weight: bold;
}


h4 {
    font-size: 1.5em;
}

h4 > .name {
	font-variant: small-caps;
	font-weight: 600;
}




ul {
    padding-top: 1em;
}


li {
	font-size: .9em;
	padding-left: 1em;
    line-height: 1.5em;
    padding-bottom: .5em;
/*    border: 1px black solid; */
}




.question {
	padding-top: 1em;
	padding-bottom: 1em;
}


h5 {
    padding-bottom: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
}


.question > h5 > .name {
    font-variant: small-caps;  
	font-weight: 600;
}


.name {
    font-variant: small-caps;  
	font-weight: 400;
/*	text-transform: uppercase;  */
}






#help {
	display: flex;
    
    align-items: center;
    max-width: 100%;
    background: #A4C639;
    overflow: hidden;
    color: black;
    margin-bottom: 1em;
}

@media all and (max-width: 640px) {
    #help { flex-wrap: wrap; }
}
   
#help_logo {
    margin-bottom: 2em;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
    text-align: center;
}



#help_content {
    text-align: justify;
    font-size: 1.1em;
}

#help_title {
    text-align: center;
    letter-spacing: 0.1em;
    font-family: xperiaregular, Arial; 
	font-size: 1.8em;
	text-transform: uppercase;  
    margin-bottom: 1em;
}


