@import url('https://fonts.googleapis.com/css?family=l=PT+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Spectral:400,700');


/* Show or hide Omnilert Logo */

.omnilert-logo IMG {
	display: none;
}
.omnilert-logo {
    /* display:none; */
    background-image: url(https://mainemaritime.edu/images/alert-img.gif);
    background-repeat: no-repeat;
    width: 100%;
    height: 80px;
}
.btn-submit {
    background-color: #36c6fd;
}

/* Generic */

body {
    font-family: 'Spectral', sans-serif;
    color: #0060b1;

}


/* Header */

header {
    background-color: #002f6c;
}


/* Navigation */


nav > ul > li a {
   /*  text-transform: lowercase;*/

}


.active {
    border-bottom: none;
    font-weight: bold;

}

/* Main Content Area */


.account-name h2 {
    display: none;

}

#custom_title{
     font-family: 'PT Sans', sans-serif;
     font-size: 33px;

}

/* Footer */

footer {
        background-color: #002f6c;
}
	@media only screen and (max-width: 400px) {
	.omnilert-logo {
background-size: 80%;
}
	
}