/* SAMPLE CSS built by Omnilert */

/* Show or hide Omnilert Logo */

.omnilert-logo {
    /* display:none; */
}

/*SRU Logo Instead*/


.omnilert-logo img {
  display: none;
}

.omnilert-logo {
  float: left;
  padding: 71px 0 0px 233px;
}

.omnilert-logo {
  background-image: url("https://www.sru.edu/images/slippery_rock_university-logo.png");
  max-width: 100%;
  border: none;
  max-width: 100%;
  border: none;
  background-repeat: no-repeat;
  background-size: 200px;
  margin-top: 5px;
}

@media only screen and (min-width: 285px) and (max-width: 600px) {
    .omnilert-logo {
        width: 130px;
        height: auto;
	background-size: 180px;
        margin-top: 12px;
    }
}


/* Generic */

body {
    font-size: 1em;
    line-height: 150%;
    color: #000;

}

#custom_description {
     color: #000;
}



/* Header */

header {
    background-color: #007055; 
}


/* Navigation */


nav > ul > li a {

    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background: none!important;
    font-size: 14px;
    margin: 10px 31px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.36);
}

nav > ul > li > a:hover {
    font-weight: 800;
    color: #ffcb0b;
    border-bottom: 4px solid #ffcb0b;
    padding-bottom: 13.7px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.36);
}


.active {
    color: #ffcb0b;
    border-bottom: none;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.36);

}

/* Main Content Area */


.account-name h2 {
    display: none; 

}

.account-name h1 {
    display: none; 

}

#custom_title{
    color: #007055;
    font-weight: 800;
}

h2 {
	font-size: 2em;
}

.terms a {
    color: #007055;
    text-decoration: none;
}

.terms a:hover {
    color: #ffcb0b;
    text-decoration: underline;
}


/* Mobile Style for nav */
@media only screen and (max-width: 1023px) and (min-width: 285px) {
nav>ul>li {
        background-color: #007055;
    }

}

/* button colors */

.btn-submit {
    width: 100%;
    background-color: #007055;
    color: #fff;
    padding: 10px 16px;
    line-height: 1.3333333;
    }


.btn-submit:hover {
    color: #fff;
    background-color: #ffcb0b;
    transition: all 500ms ease;
}


/* Footer */

footer {
    background-color: #007055;
}
.footer-inner {
    font-size: 14px;
    color: #fff;
}


.footer-inner a {
    color: #fff;
    text-decoration: none;
}

.footer-inner a:hover {
    color: #ffcb0b;
    text-decoration: underline;
}