* {
    margin: 0;
    /* padding: 0; */
}
body {
    color: #072c2c;
    /* background: #fff; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 100%;
    background: linear-gradient(to right,  #ffffff 0%,#ffffff 40%,#e5ede8 66%,#e0ba68 100%);
}

.banner {
    background-image: url("./images/ElectricalEngineering_Banner.jpg"); 
    height: 180px;
    opacity: 0.75;
    margin: 0;
}

.title h1{
    font-size: 500%;
    padding: 0 0 0 50%;
    text-shadow: 4px 4px #b97104;
}

.title p{
    margin: 0 0 20px 0;
    font-style: italic;
    padding: 0 0 0 60%;
    font-weight: bolder;
    /* color: rgb(6, 73, 94); */
    text-shadow: 1px 1px #b97104;    
}
hr{
    margin: 0;
}
.links {
    margin: 0 0px 0 0;
    background: linear-gradient(to right,  #e0ba68 0%,#ffffff 40%,#e0ba68 60%,#e0ba68 100%);
}
.links a{
    font-style: oblique;
    font-weight: bolder;
    margin: 0 20px 0 60px;
}

a {
    color: #a1370d;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    text-decoration: none;
}

.introimg{
    float: right;
    width: 430px;
    opacity: 0.85;
    overflow: auto;
}

.profimg{
    float: right;
    width: 430px;
    height: 220px;
    opacity: 0.85;

}

h3, h4{
    font-style: italic;
    color: rgb(140, 140, 140);
    font-weight: 400;
}

h4 {
    margin: 0 0 10px 0;
}

.list {
    margin: 0 40% 0 0;
}

footer {
    clear: both;
    padding: 1em 1em;
    color: #fff;
    background: linear-gradient(to right,  #e0ba68 0%,#ffffff 50%,#e0ba68 65%,#e0ba68 100%);
    text-align: center;
   }
footer a img{
    opacity: 0.85;
}

/* html{
 padding: 0;
 margin: 0;
}


a {
 color: #0d8ba1;
 -webkit-transition: all 0.25s ease-out;
 -moz-transition: all 0.25s ease-out;
 transition: all 0.25s ease-out;
 text-decoration: none;
}

header {
 height: 330px;
 padding: 20px 0 70px 0;
    
 background-repeat: repeat, repeat, repeat, no-repeat;
 background-size: auto, auto, auto, cover;
 text-align: center;
 
    width: 100%;
    padding: 0 10%;
    border-top: solid 12px rgba(19, 67, 71, 0.8);
    box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.3);
    vertical-align: middle;
    text-align: left; 
}


footer {
 clear: both;
 padding: 3em 10%;
 color: #fff;
 background: #134347;
 text-align: center;
}

 body {
  background: #ffffff;
    background: linear-gradient(to right,  #ffffff 0%,#ffffff 66%,#e5ede8 66%,#e5ede8 100%);
  font-size: 100%;
 }
 
  
 h1 {
  display: inline-block;
  position: relative;
  margin: 15px 0 0 0;
  padding: 60px 0 5px 0;
 }
 */
