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

/* Rip Current Color Guide */ 




body {background-color: #010100}


/* typography */

h1{font-family: termina, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 3em;
color:#FFFFFF;
text-transform: uppercase;
letter-spacing: 3px}


h2{font-family: termina, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 2.5em;
color: #FFFFFF;}

blockquote, h3{font-family: termina, sans-serif;
font-style: normal;
font-weight: 400;
color: rgba(255,255,255,1.00);
font-size: 2em;}

h4{font-family: termina, sans-serif;
font-style: normal;
font-weight: 300;
color: rgba(255,255,255,1.00);
font-size: 1.5em;
}

h5{font-family: termina, sans-serif;
font-style: normal;
font-weight: 200;
color: rgba(255,255,255,1.00);
font-size: 1em;}

h6{font-family: termina, sans-serif;
font-style: normal;
font-weight: 300;
color: #010100;
font-size: 1.5em;}

p, ol, ul, li, table, th, td, tr{font-family: termina, sans-serif;
font-style: normal;
font-weight: 200;
line-height: 1.5;
color:#FFFFFF; }



/* layout boxes */


.banner{height: 300px;
	width: 1150px;
	background-image: url("../images/wave_banner.jpg");
	margin: 0 auto;
	padding: 25px;
	color:rgba(255,255,255,1.00);

}


.banner a:link{color: rgba(248,255,19,1.00);
		text-decoration: none;}
.banner a:visited{color: rgba(0,162,227,1.00);
		text-decoration: none;}
.banner a:hover{color: rgba(46,50,131,1.00);
		text-decoration: overline;}
.banner a:active{color: rgba(0,162,227,1.00);}


.product_feature{width: 1200px;
				/*height: 350px; */
				background: #010100;
				margin: 20px auto;
				
}

.product{height: 300px;
		width: 390px;
		background: #010100;
		margin-left: 250px;
		float: left;
}


.product:first-child{margin-left: 0px;
		 


}




tr:nth-child(even) {background:rgba(188,188,188,1.00);}




.swatchbox{width: 210px;
	height: 210px;
	margin: 25px;
	padding: 20px;
}




.ripltblue{background: rgba(0,162,227,1.00);}
.ripdkblue{background: rgba(46,50,131,1.00);}
.ripmedblue{background: rgba(34,114,180,1.00);}
.ripwhite{background: rgba(255,255,255,1.00);}
.ripblack{background: rgba(1,1,0,1.00);;}



a:link{color: rgba(0,162,227,1.00);
		text-decoration: none;}
a:visited{color: rgba(0,162,227,1.00);
		text-decoration: none;}
a:hover{color: rgba(46,50,131,1.00);
		text-decoration: none}
a:active{color: rgba(0,162,227,1.00);}


blockquote {
	border-left: 10px solid #ccc;
	margin:1.5em 10px;
	margin-left: 4em;
	width:60%;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	color: #fff;
	font-size: 1.5em
	
}

blockquote:before {
	color:#fff;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	maergin-right: 0.25em;
	vertical-align: -0.4em;
	
}

blockquote p {
	display: inline;

}

/* start nav */


.navcont{width: 1200;
		height: 50px;
		margin: 0 auto;}




nav {
		height: 70px;
		
}

#nav_container{
		background-color:rgba(0,0,0,1.00);
		height: 100px;
		width: 1200;
		position:fixed;

		
}

nav ul {
		font-family:termina, sans-serif;
		font-size: 16px;
		margin: 0;
		padding: 0;
		list-style: none;
}

nav ul li {
		display: block;
		position:relative;
		float:left;
}

nav li ul{
		display: none;
}

nav ul li a {
		display: block;
		text-decoration: none;
		padding: 15px 15px 3px 15px;
		background: #010100; 
		color:rgba(230,230,230,1.00);
		margin-left: 0px;
		white-space: nowrap;
		height: 70px; /*width and height of top level nav items */
		width: 170px;
		text-align: center;
}


nav ul li a:hover {background: rgba rgba(44,44,44,1.00);
}


nav li:hover ul {
		display: block;
		position: absolute;
		height: 30px;
}

nav a:hover li{
		float: none;
		font-size: 11px;
}

nav li:hover a {background:rgba;
		height: 30px; /* height of lower-level nav items is shorter than main level */
}


nav ul li ul li a {text-align:left;}
a:link{color: rgba(255,255,255,1.00);
		text-decoration: none;}
a:visited{color: rgba(255,255,255,1.00);
		text-decoration: none;}
a:hover{color: rgba(0,162,227,1.00);
		text-decoration: none}
a:active{color: rgba(0,162,227,1.00);}/* top-level items are centered, but nested list items are left-aligned   */

/* end nav */

footer{width: 1250px;
	height: 110px;
	padding: 100px;
	margin: 0 auto;
	background-color: rgba(255,255,255,1.00);
	font-family:termina, sans-serif;
}

.socials{margin: 18px;}

/* list your link states in this order */
/* LoVe HAte - link visited hover active*/


ion-icon {font-size: 100px;
	}

footer a:link{color:rgba(1,1,0,1.00);}
footer a:visited{color:rgba(70,70,70,1.00);}
footer a:hover{color:rgba(32,117,188,1.00);}
footer a:active{color:rgba(125,125,125,1.00);}













