﻿* { padding: 0; margin: 0; box-sizing: border-box;}




/* LINKS */

a:link {
    color: #d80003;
    text-decoration: none;
}

a:visited {
    color: #d80003;
}

a:hover {
    color: #d80003;
    text-decoration: underline;
}

a:active {
    color: #d80003;
}


a img {
   border:none; 
}

em {
	font-weight: bold;
	font-style: normal;
}

/*
font-family: "Montserrat", sans-serif;
*/


h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 34px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 0;
	font-weight: 700;
}


h2 {
	font-family: "Montserrat", sans-serif;
	padding: 0 0 10px 0;
	font-size: 28px;
	font-weight: 700;
	
	color: #fcfaba	;
	text-transform: uppercase;
	text-align: center;
}

@media screen and (max-width: 1320px) {
	h1 {font-size: 30px;padding: 18px 0;}
	h2 {font-size: 26px;}
	h3 {font-size: 22px;}
	h4 {font-size: 20px;}
	h5 {font-size: 18px;}
}

@media screen and (max-width: 900px) {
	h1 {font-size: 26px;padding: 18px 0;}
	h2 {font-size: 24px;}
	h3 {font-size: 20px;}
	h4 {font-size: 18px;}
	h5 {font-size: 16px;}
	body {font-size: 15px;}
}


@media screen and (max-width: 500px) {
	h1 {font-size: 22px;padding: 4px 0;}
	h2 {font-size: 20px;}
	h3 {font-size: 18px;}
	h4 {font-size: 16px;}
	h5 {font-size: 15px;}
	body {font-size: 13px;}
}


html {
	height: 100%;
	width: 100%;
	
}

body {
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	
	text-align: left;
	padding: 0;
	margin: 0;
	height: 100%;
}

#page-container {
	position: relative;
    width: 100%;
    min-height:100%;
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	z-index: 20;
	color: #fff;
}

#page-sub-container {
	position: relative;
	display: block;
	max-width: 1200px;
    margin: 0 auto;
	padding: 0 20px;
}


@media (max-width: 600px) {
    #page-container {
        background-image: url('./images/cr-sm.jpg');
    }
}

@media (min-width: 601px) and (max-width: 999px) {
    #page-container {
        background-image: url('./images/cr-md.jpg');
    }
}

@media (min-width: 1000px) and (max-width: 1449px) {
    #page-container {
        background-image: url('./images/cr-lg.jpg');
    }
}

@media (min-width: 1449px) {
    #page-container {
        background-image: url('./images/cr.jpg');
   }
}



.paragraph-holder {
	background-color:rgba(0,0,0,0.65);
	padding: 16px;
	border-radius: 10px;
}

p {
	padding: 0 0 10px 0;
	line-height: 140%;
}







/* BEGIN PIC STUFF */



#logoholder {
	position: relative;
	width: 100%;
	z-index: 20;
	text-align: center;
}



.crlogo {
	
	position: relative;
	display: inline-block;
	padding: 10px;
	width: 100%;
	max-width: 450px;
}


#belowlogo {
	position: relative;
	width: 100%;
	z-index: 20;
	text-align: center;
}



.pic-button {
	cursor: pointer;
}

.pic-button a {
	text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 30px auto 16px;
    padding: 10px 16px;
    color: #6d498f;
	background: #deb23e;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	text-transform: uppercase;
	letter-spacing: 3px;
	
}

.pic-button a:hover {
	background: #6d498f;
	color: #deb23e;
}



@media screen and (max-width: 900px) {
   
	.pic-button a {
	    font-size: 12px;
	}
	
	.pic-phone {
		font-size: 24px;
	}


}


@media screen and (max-width: 700px) {
  
	
	.pic-button a {
	    font-size: 10px;
	    margin: 30px 5px 16px 5px;
	}
	
	.pic-phone {
		font-size: 18px;
	}


}

@media screen and (max-width: 500px) {
   

	.pic-button a {
	    font-size: 10px;
	    margin: 30px 5px 16px 5px;
	}
}


/* END PIC STUFF */