* {
    margin: 0;
    padding: 0; 
}

html {
    background-color: white;
}

body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    width: auto;
    margin: 0 auto;
}

a:focus, a:hover {
    text-decoration: underline;
}

header {
    padding-top: 10px;
    padding-bottom: 50px;
    background-color:#005A8B;
    height: 15px;
}

header img {
	float:left;
    padding-top: 0;
    padding-left: 10px;
}

#nav_menu ul li a:hover {
    text-decoration: underline;
    font-size: 110%
}

#nav_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}

#nav_menu ul li {
    float: left;
}

#nav_menu ul li a {
    display: block;
    width: 100px;
    padding: 0.5em 0em;
    margin-left: 4em;
    margin-right: 4em;
    text-decoration: none;
    color: white;
    font-weight: bold;
}

#nav_menu ul li a.alpha:hover {
    text-decoration: none;
    font-size: 95%;
}

#nav_menu a.alpha {
    color:  white;
    text-align: left;
    padding-left: 70px;
    padding-top: 10px;
    width: 200px;
    margin-left: 2em;
    font-size: 95%
}

#nav_menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #005A8B;
}

#nav_menu ul ul li {
    float: none;
}

#nav_menu ul li:hover > ul {
    display: block;
}

#nav_menu ul::after {
    content: "";
    clear: both;
    display: block;
}

#nav_menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
}

#nav_menu ul ul li {
    float: none;
}

#nav_menu ul li:hover > ul {
    display: block;
}

#nav_menu ul::after {
    content: "";
    clear: both;
    display: block;
}

main {
	clear: left;
}

section h1 {
    font-size: 100%;
    text-align: center;
    font-style: italic;
    background-color:#b3e0ff;
    padding-top: 0;
    margin-top: 0;
}

section p.beta {
    margin: 10px 0px;
    height: 150px;
    text-align: right;
    background-image: url("Images/Computer_Forensics_Track.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: black;
    width: 100%;
}

section p.overview {
    border: 1px solid black;
    height: 325px;
    width: 45%;
    margin-left: 10%;
    margin-bottom: 20px;
    text-align: left;
    float: left;
    border-radius: 40px;
    padding: 15px;
    background-color: #ffffe6;
    margin-top: 20px;
}

section p.careerpath {
    border: 1px solid black;
    height: 325px;
    width: 27%;
    margin-bottom: 20px;
    margin-right: 10%;
    text-align: left;
    float: right;
    border-radius: 40px;
    padding: 15px;
    background-color: #fff2e6;
    margin-top: 20px;
}

section p.advising {
    border: 1px solid black;
    margin-top: 15px;
    height: 210px;
    text-align: left;
    width: 78%;
    border-radius: 40px;
    padding: 15px;
    float: left;
    background-color: #f2e6ff;
    margin-left: 10%;
}

p.mu {
    width: 35%;
    float: right;
    height: 500px;
    margin-right: 10%;
    background-image: url("Images/Computer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    margin-top: 3%;
    margin-bottom: 4%;
}

p.course {
    width: 40%;
    padding-left: 20px;
    text-align: left;
    margin-left: 10%;
    font-size: 150%;
    float: left;
    margin-top: 1%;
}

div button.delta {
    clear: left;
    background-color: #004266;
    color: white;
    cursor: pointer;
    padding: 20px;
    width: 40%;
    text-align: left;
    outline: none;
    font-size: 20px;
    margin-top: 20px;
    margin-left: 10%;
    transition: 0.5s;
    border-top-right-radius: 110px;
    border-top-left-radius: 40px;
    float: left;
}

div button.delta:hover {
    background-color: white;
    color: #004266;
    border: 3px solid #004266;
    font-size: 150%;
}

div div.text {
    padding: 15px 18px;
    display: none;
    overflow: hidden;
    background-color:#e6e6e6;
    width: 37.6%;
    color: black;
    font-size: 120%;
    margin-left: 10%;
    transition: 1s;
    clear: left;
}

footer {
    margin-top: 99px;
    background-color:#005A8B;
    clear: both;
    height: 70px;
}

footer p {
    text-align: center;
    color: white;
    padding: 1em 0;
}

.breadcrumb {
    margin-left: 2em; 
    margin-top: 1em; 
    font-size: 130%;
    color: #005A8B;
    text-decoration: none;  
}
.breadcrumb a {
    color: #005A8B;
}
#link1 {
    font-weight: bold;
    color: #4d4d4d
}

#home {
    text-decoration: none
}
#home:hover {
    text-decoration: underline;  
}