/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */


a{
	color:#066d6d;
	text-decoration-line: underline;
}

a:hover{
	color:#066d6d;
	text-decoration-line: none;
}





/*
.mobile-break{
	display:inline-block;
}

.tp-parallax-wrap{
	top:354px !important;
}*/






h1{
	font-size: 36px !important;
	text-transform: uppercase;
    font-style: bold;
}
h2{
	color: #00948F !important;
	margin-bottom: 10px !important;
	margin-top: 0!important;
   font-size: 30px !important;

}

h3{
	color: #066d6d !important;
    font-size: 26px !important;

}

h4{
	color: #066d6d !important;
}


/*@media (min-width:778px){
	.mobile-break{
		display:none;
	}
	.tp-parallax-wrap{
		top:379px !important;
	}
}*/

.menuzord-menu ul.dropdown {
	top: 70px !important;
    color: #4a4a4a !important;
    }

ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

li {
	padding-bottom: 10px;
	color: #000;
}

.officer-img { border: 1px solid #B1B1B1;
}

ul.a {
  list-style-position: outside;
  padding-bottom: 1px;
	
}

ul.b {
  list-style-position: inside;
}


.menuzord-menu .current a {
        background: #066d6d;
    color: #fff;
}

/*extra buttons index & mission*/
.btn-default.btn-theme-colored3 {
  color: #fff;
  background-color: #066D6D;
  border-color: #166c89;
  text-decoration-line: none !important;
}
	.btn-default.btn-theme-colored3:hover, .btn-default.btn-theme-colored3:active, .btn-default.btn-theme-colored3:focus {
  color: #066D6D;
  background-color: #fff;
  border-color: #166c89;
	text-decoration-line: none !important;
}