/*
B3B3B3		Stone
183A97		Navy
A70000		Cardinal
800000		Brick
F8AFA6		Peach
70ADEF		Sky	
8EA5C1		Wedgwood
4484CA		Rebel
*/

/* GLOBAL */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #8EA5C1;			/* Wedgwood */
	font-family: 'RobotoSlabBold', Arial, Helmet, Freesans, sans-serif;
	color: #000000;
	position: relative;
}

@font-face 
{
    font-family: 'RobotoSlabBold';
    src: url('fonts/RobotoSlabBold.eot');
    src: url('fonts/RobotoSlabBold.eot') format('embedded-opentype'),
         url('fonts/RobotoSlabBold.woff2') format('woff2'),
         url('fonts/RobotoSlabBold.woff') format('woff'),
         url('fonts/RobotoSlabBold.ttf') format('truetype'),
         url('fonts/RobotoSlabBold.svg#RobotoSlabBold') format('svg');
}

.crobotoslab
{
	font-family: 'RobotoSlabBold', Arial, Helmet, Freesans, sans-serif;
}

@font-face 
{
    font-family: 'RobotoCondensed';
    src: url('fonts/RobotoCondensed.eot');
    src: url('fonts/RobotoCondensed.eot') format('embedded-opentype'),
         url('fonts/RobotoCondensed.woff2') format('woff2'),
         url('fonts/RobotoCondensed.woff') format('woff'),
         url('fonts/RobotoCondensed.ttf') format('truetype'),
         url('fonts/RobotoCondensed.svg#RobotoCondensed') format('svg');
}

.croboto
{
	font-family: 'RobotoCondensed', Arial, Helmet, Freesans, sans-serif;
}

@font-face 
{
    font-family: 'GoldenRanger';
    src: url('fonts/GoldenRanger.eot');
    src: url('fonts/GoldenRanger.eot') format('embedded-opentype'),
         url('fonts/GoldenRanger.woff2') format('woff2'),
         url('fonts/GoldenRanger.woff') format('woff'),
         url('fonts/GoldenRanger.ttf') format('truetype'),
         url('fonts/GoldenRanger.svg#GoldenRanger') format('svg');
}

.cgoldenranger
{
	font-family: 'GoldenRanger', 'Brush Script MT', 'Brush Script Std', 'Lucida Calligraphy', 'Lucida Handwriting', 'Apple Chancery', cursive;
}

.cerrortext
{
	color: #A70000;	/* Cardinal */
}

.cbasictext
{
	color: #000000;
}

.cboldme
{
	font-size: 120%;
	font-weight: bold;
}

.cindent20
{
	margin-left: 20px;
}

#iflagvid 
{
	right: 0;
	top: 0;
	width: 100%;
	min-width: 100%;
}

#ihomeheaderbox
{
	position: relative;
	height: 200px;
}

#itint
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 230px;
	background-image: linear-gradient(rgba(142,165,193,0.5), rgb(142,165,193));
}

#ihomeheaderouter
{
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 20;
	width: 80%;
}

#ihomeheadergrid
{
	position: relative;
	left: -50%;
	margin: 2% auto 0 auto;
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-column-gap: 10px;
}

#itenice
{
	width: 70%;
	border-radius: 25px;
}

#ihomeheadertext
{
	text-align: left;
	margin-top: 2%;
}

#icredit
{
	position: absolute;
	color: #183A97;
	font-size: 150%;
}	

#iname
{
	color: #183A97;
	font-size: 800%;
}

#islogan
{
	font-family: 'RobotoCondensed', Arial, Helmet, Freesans, sans-serif;
	line-height: 20px;
}

.cheadertext
{
	font-size: 300%;
}

#iwhitebar
{
	background-color: #FFFFFF;
	width: 100%;
	line-height: 6px;
	margin-top: 4%;
}

#icandidate
{
	color: #A70000;		/* Cardinal */
	line-height: 50px;
	padding: 3% 0 0 0;
}

.chref, .chref:visited
{
	color: #2980B9;
}

.chrefwhite, .chrefwhite:visited
{
	color: #FFFFFF;
}

#ihomeremainder
{
	position: relative;
	top: 260px;
}

.cnavlandgrid
{
	padding-bottom: 2%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 5%;
}

.cnavlandgrid > div		/* immediate children only */
{
	position: relative;
}

.cnavlandgrid a
{
	position: relative;
	text-decoration: none;
	background-color: #4484CA;		/* Rebel */
	color: #FFFFFF;
	font-size: 25px;
	padding: 5px 0;
	display: inline-block;
	width: 100%;
	box-shadow: 4px 1px 6px 0px rgba(0 0 0 / 20%);
	border: solid rgba(0 0 0 / 100%) 0px;
	z-index: 10;
}

.cnavlandgrid a:hover
{
	background-color: #183A97;		/* Navy */
}

.cnavlandgrid a:visited
{
	color: #FFFFFF;
}

.cnavportgrid
{
	display: none;
}

.cshadow
{
	position: absolute;
	width: 100%;
	top: 35px;
	left: 10%;
	z-index: 0;
}

.csliderwidth
{
	width: 74%;
}

#ividgrid
{
	display: grid;
	grid-template-columns: auto auto;
	grid-column-gap: 5%;
	grid-row-gap: 50px;
	padding-bottom: 20px;
}

.cvid
{
	width: 100%;
}

.crangertitle
{
	position: relative;
	font-size: 250%;
	text-align: left;
	padding-top: 20px;
	color: #183A97;		/* Navy */
	z-index: 20;
}

#icontcampgrid
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 5%;
	line-height: 25px;
}

#icontcampgrid p
{
	padding-top: 15px;
}

#icont, #icamp
{
	position: relative;
	width: 100%;
}

#icontactbutton
{
	position: relative;
	display: inline-block;
	left: 40%;
	background-color: #A70000;	/* Cardinal */
	color: #FFFFFF;
	margin-top: 20px;
	padding: 1% 3%;
	font-size: 125%;
	border-radius: 10px;
	text-decoration: none;
}

#icontactbutton:hover
{
	background-color: #800000;	/* Brick */
}

#icontactbutton:visited
{
	color: #FFFFFF;
}

#icamptextbox
{
	overflow: scroll;
	height: 350px;
	background-image: linear-gradient(#B3B3B3,#FFFFFF);
	margin-top: 20px;
}

#icamptext
{
	padding: 2% 5% 5% 5%;
}

#isupportergrid
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 5%;
	padding-bottom: 5%;
}

#isupportergrid img
{
	height: 80%;
}

#isupportergrid img:hover 
{
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

#ivoter
{
	background-color: #800000;
	width: 30%;
	padding: 5px;
}

#ivoter a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 35px;
}

#ivoter a:visited
{
	color: #FFFFFF;
}

footer
{
	background-color: #183A97;
	color: #FFFFFF;
	width: 100%;
	padding: 2% 0;
	margin-top: 5%;
}

#iholder
{
	font-size: 300%;
	color: #FFFFFF;
	padding: 3% 0;
}

@media screen and (max-width: 1650px)
{
	#itint
	{
		height: 190px;
	}
	
	#iname
	{
		font-size: 700%;
	}
	
	.cheadertext
	{
		font-size: 270%;
	}
	
	#ihomeremainder
	{
		top: 200px;
	}
}

@media screen and (max-width: 1500px)
{
	.cnavlandgrid
	{
		grid-column-gap: 4%;
	}
	
	.cnavlandgrid a
	{
		font-size: 20px;
	}
	
	.cshadow
	{
		top: 28px;
	}	
}

@media screen and (max-width: 1450px)
{
	#itint
	{
		height: 170px;
	}
	
	#iname
	{
		font-size: 600%;
	}
	
	.cheadertext
	{
		font-size: 220%;
	}
	
	#icandidate
	{
		padding: 2% 0 0 0;
	}
	
	#icredit
	{
		font-size: 125%;
	}
	
	#ihomeremainder
	{
		top: 145px;
	}
	
	#isupportergrid
	{
		grid-column-gap: 2%;
	}

	#isupportergrid img
	{
		height: 70%;
	}

	#ivoter a
	{
		font-size: 25px;
	}
}

@media screen and (max-width: 1250px)
{
	#itint
	{
		height: 150px;
	}
	
	#iname
	{
		font-size: 500%;
	}
	
	.cheadertext
	{
		font-size: 180%;
	}
	
	#icredit
	{
		position: relative;
		line-height: 10px;
	}
	
	#ihomeremainder
	{
		top: 95px;
	}
	
	.cnavlandgrid
	{
		grid-column-gap: 2%;
	}
	
	#ividgrid
	{
		grid-template-columns: auto auto;
	}
	
	#icontactbutton
	{
		left: 30%;
	}
	
	#isupportergrid
	{
		grid-column-gap: unset;
		padding-bottom: 3%;
	}

	#isupportergrid img
	{
		height: 60%;
	}
}

@media screen and (max-width: 1050px)
{
	#itint
	{
		height: 120px;
	}
	
	#ihomeheaderouter
	{
		width: 90%;
	}
	
	#ihomeheadergrid
	{
		margin: 8% auto;
	}
	
	#itenice
	{
		width: 80%;
	}
	
	#iname
	{
		font-size: 400%;
	}
	
	.cheadertext
	{
		font-size: 150%;
	}
	
	#ihomeremainder
	{
		top: 165px;
	}
	
	.cnavlandgrid a
	{
		font-size: 18px;
	}
	
	#myslider
	{
		margin-top: 10px;
	}
	
	.csliderwidth
	{
		width: 85%;
	}
	
	.crangertitle
	{
		font-size: 200%;
	}
	
	#isupportergrid
	{
		grid-column-gap: 5%;
		font-size: 90%;
	}
	
	#isupportergrid figure
	{
		height: 240px;
	}
	
	#isupportergrid img
	{
		height: 50%;
	}
}


@media screen and (max-width: 950px)
{
	#ivoter
	{
		width: 40%;
	}
}

@media screen and (max-width: 900px)
{
	#ihomeremainder
	{
		top: 125px;
	}
	
	.cnavlandgrid a
	{
		font-size: 16px;
	}
	
	#icontactbutton
	{
		left: 20%;
	}	
}

@media screen and (max-width: 750px)
{
	#itint
	{
		height: 90px;
	}
	
	#iname
	{
		font-size: 300%;
	}
	
	.cheadertext
	{
		font-size: 115%;
	}
	
	#icandidate
	{
		padding: 1% 0 0 0;
	}
	
	#icredit
	{
		font-size: 100%;
	}
	
	#ihomeremainder
	{
		top: 70px;
	}
	
	.cnavlandgrid a
	{
		padding: 15px 0;
		font-size: 14px;
	}
	
	.cshadow
	{
		top: 48px;
	}
	
	.crangertitle
	{
		font-size: 180%;
	}
	
	#ividgrid
	{
		grid-template-columns: auto;
		padding-bottom: 0;
	}
	
	#icontcampgrid
	{
		grid-template-columns: auto;
		padding-bottom: 20px;
	}
	
	#icontactbutton
	{
		left: 50%;
	}	
	
	#isupportergrid
	{
		grid-template-columns: auto auto auto;
		grid-row-gap: 5%;
		padding-bottom: 10%;
	}
	
	#isupportergrid figure
	{
		height: 180px;
	}
	
	#isupportergrid img
	{
		height: 70%;
	}
	
	#ivoter
	{
		width: 60%;
	}
	
	#ivoter a
	{
		font-size: 20px;
	}
}

@media screen and (max-width: 650px)
{
	.cnavlandgrid
	{
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 4%;
		grid-row-gap: 20px;
	}
	
	.cshadow
	{
		top: 40px;
	}
}

@media screen and (max-width: 600px)
{
	#iflagvid
	{
		width: unset;
		min-width: unset;
		height: 75%;
	}
	
	#itint
	{
		height: 150px;
	}
	
	#ihomeheadergrid
	{
		grid-template-columns: auto;
	}
	
	#itenice
	{
		width: 40%;
	}
	
	#ihomeheadertext
	{
		text-align: center;
	}
	
	#ihomeremainder
	{
		top: 370px;
	}
	
	.cshadow
	{
		top: 45px;
	}
	
	.csliderwidth
	{
		width: 90%;
	}
	
	#isupportergrid
	{
		padding-bottom: 20%;
	}
}

@media screen and (max-width: 550px)
{
	#ihomeremainder
	{
		top: 330px;
	}
	
	.cnavlandgrid
	{
		grid-column-gap: 4%;
	}
	
	.cnavlandgrid a
	{
		padding: 20px 0;
	}
	
	.cshadow
	{
		top: 55px;
	}	
	
	#icontactbutton
	{
		font-size: 100%;
	}
}

@media screen and (max-width: 500px)
{
	#iflagvid
	{
		height: 65%;
	}
	
	#itint
	{
		height: 150px;
	}
	
	#itenice
	{
		width: 50%;
	}
	
	#ihomeremainder
	{
		top: 350px;
	}
	
	.crangertitle
	{
		font-size: 150%;
	}
	
	#isupportergrid
	{
		grid-row-gap: 10%;
		font-size: 80%;
	}
	
	#isupportergrid figure
	{
		height: 150px;
	}
}

@media screen and (max-width: 450px)
{
	#icandidate
	{
		line-height: 25px;
		padding: 1% 0 0 0;
	}
	
	#ividgrid figcaption
	{
		font-size: 90%;
	}
}

@media screen and (max-width: 400px)
{
	#iname
	{
		font-size: 200%;
	}
	
	.cheadertext
	{
		font-size: 100%;
	}
	
	#ihomeremainder
	{
		top: 250px;
	}
	
	.cnavlandgrid
	{
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 10%;
		padding-bottom: 17%;
	}
	
	#ividgrid
	{
		grid-row-gap: 25px;
		padding-bottom: 20px;
	}
	
	#icontactbutton
	{
		font-size: 90%;
		left: 30%;
	}
	
	#isupportergrid
	{
		padding-bottom: 40%;
	}
	
	#ivoter
	{
		width: 80%;
	}
	
	footer
	{
		margin-top: 10%;
	}
	
	#ifootergrid
	{
		font-size: 80%;
	}
}

@media screen and (max-width: 350px)
{
	#myslider
	{
		margin-top: 50px;
	}
	
	#isupportergrid
	{
		grid-template-columns: auto auto;
	}
}
		
@media screen and (max-width: 300px)
{
	#iname
	{
		font-size: 150%;
	}
	
	.cheadertext
	{
		font-size: 100%;
	}
	
	#ihomeremainder
	{
		top: 150px;
	}
	
	#icontactbutton
	{
		left: 0;
	}
	
	#isupportergrid
	{
		padding-bottom: 70%;
	}
	
	#ivoter a
	{
		font-size: 15px;
	}
	
	#ifootergrid
	{
		font-size: 60%;
	}
}