@charset "utf-8";
.abstop{
background-color: #d6083b;
}
.navmain {
/*padding-left : 0;*/
height : auto;
max-width : 670px;
margin-left : auto;
margin-right : auto;
}
.navmain ul {
list-style-type : none;
margin : 0;
}
.navmain li {
margin-left : 0;
font-size: 1.5em;
color : #d6083b;
margin-bottom : 4px;
display : inline;
}
.navmain li a {
color : #d6083b;
text-decoration : none;
}
.navmain li a:hover {
color : #9b1744;
text-decoration : none;
}
.mainbg{
background-image: url("../imgs/bg_main.png");
}
video {
width:320px;
}
.columnv {
    float: left;
    /*width: 30%; */
	/*max-width : 270px;*/
	font-size:1.2em;	
	text-align: left;
    padding: 30px;
}
.columnv a {	
	color:#491217;
	text-decoration: none;
	font-size:1.2em;
		  }
.columnv a:hover {	
	color:#062c33;
	text-decoration: none;
		  }
.columnvcap{
	font-size:1.3em;
	color:#005d8c;
}
.columnlnk {
    float: left;
    width: 80%;
	font-size:1.2em;
	text-align: right;
    padding: 10px;
	margin-top:30px;
	color:#212529;
}
.columnlnk a {	
	text-decoration: none;
	color: #d6083b !important;
	font-weight: 600 ;
		  }
.columnlnk a:hover {	
	color:#3b8793 !important;
	text-decoration: none;
}
.columnlnkintro{
	color:#005d8c;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
footer {
background-color: #e4e3de;
}
footer a {	
	text-decoration: none;
	color: #d6083b !important;
	font-weight: 600 ;
		  }
footer a:hover {	
	color:#3b8793 !important;
	text-decoration: none;
	}
@media only screen and (max-width: 321px) {
.fixed-bottom{
margin-top:200px;}
.navmain li {
  font-size: 14px;  
}
}
