/* @override https://geminidevelopmentcorp.com/themes/gemini/css/styles.css */

/* @override https://geminidevelopmentcorp.com/themes/gemini/css/styles.css */

body{
	background-color: #bbb;
}

ul.nav {
	width: 100%;
}
ul.nav li{
	display: inline-block;
}

.content{
	padding-bottom: 40px;
	padding-top: 30px;
}

main img{
	border: 2px solid white;
	margin-bottom: 22px;
}

header main img{
	border: none;
	margin-bottom: 6px;
	margin-top: 8px;
}
.content a{
	color: inherit ;

}
.content a:hover{
	color: #fd46ff;
}

.content p{
	line-height: 26px;
}

/* Mozilla based browsers */
::-moz-selection {
       background-color: #fd46ff;
}

/* Works in Safari */
::selection {
       background-color:  #fd46ff;
}

nav.top-bar {
	text-transform: lowercase;
}

footer{
	padding-top: 40px;
	border-top: 5px solid #232b9d;
}

div.main-wrapper {
	background-color: #e0e0e0;
	padding-top: 34px;
	padding-bottom: 34px;
	color: black;
	border-top: 5px solid #232a9c;
}
#full .main-wrapper {
	padding-top:0;

}

div.swp-csv-displayer table{
	width: 100%;
		color: white;
	border-style: none;
}
div.swp-csv-displayer table { border-collapse: collapse; }
div.swp-csv-displayer td, th { border: none;
	background-color: #868686;
	color: white;
}

div.swp-csv-displayer td{
}
div.swp-csv-displayer table tr:nth-child(2n) td{
	background-color: rgba(0, 0, 0, 0.6); 
}

.top-bar .name h1 a {
	text-transform: capitalize;
}
div.swp-csv-displayer table tr:hover td{

       background-color:  #fd46ff;
	color: black;
}
@media only screen and (max-width: 650px) {
	
footer{
	text-align: center;
}
footer ul{
	display: none;
}
	}

 header.row.content {
	padding: 0;
}
header img{
	margin: 0;
	padding: 0;
}


header ul,
header li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

header li a{
	float: left;
	color: #232c9e!important ;
	font-size: 16px;
	padding: 30px;
	margin-right: 15px;
}

.top{
	background-color: #ffffff;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(211, 211, 211)));
background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(211, 211, 211));
background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(211, 211, 211));
background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(211, 211, 211));
background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(211, 211, 211));
background-image: linear-gradient(top, rgb(255, 255, 255), rgb(211, 211, 211));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#d3d3d3');

}
h1.fancy{
	color: #232a9c;
	text-align: center;
	font: 33px "Great Vibes";
}

@media only screen and (max-width: 959px) {
	
	}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	}

@media only screen and (max-width: 767px) {

header li a{
	float: left;
	font-size: 14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 14px;
}

	}

footer {
	color: #232a9c;
}
	
.navigation{
	display: block;
	float: right;
}


.box-shadow img{
	box-shadow: 2px 4px 4px #999 
}
	