@charset "UTF-8";
/* Typography & base */
*, *:before, *:after {box-sizing: border-box;}

body {
    margin: 0;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    color: #111;
    background-color: #A0312D;
    background-image: url(assets/AAD-Logo-W-trueRepeat-pattern.png);
    background-size: 5%;
}
.container {
  max-width: 1200px;
  min-width: 480px;
  margin: 0 auto;
  padding: 2rem;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* Header / Banner area */
header {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    color: #FFFFFF;
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #A0312D;
}
.banner {
    background-image: url(assets/AAD_Title-bkg-1200.png);
    background-position: center top;
    /* [disabled]background-size: 67% 67%; */
    background-repeat: no-repeat;
    -moz-background-size: 40%;
    height: 175px;
    background-color: #A0312D;
    -webkit-background-size: contain;
}
header h1 {
    font-size: 1.8rem;
    color: #fff; /* Sierra College Cardinal Red */
    padding-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
}
header h2 {
        color: #FFFFFF;
    margin-top: 3px;
    font-weight: normal;
}
header p {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
/* Main sections */
section {
  margin-top: 2rem;
}
.midterm-projects ul {
  list-style: none;
  padding: 0;

    
}
.student-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0px;
    justify-content: space-around;
}


.student-list li {
    margin-top: 0.5rem;
    margin-right: 0.9rem;
    /* [disabled]margin-left: 0.5rem; */
    margin-bottom: 0.5rem;
    padding: 0px;
    font-weight: 1.2rem;
}
.student-list a {
  color: #990000;
  text-decoration: none;
  font-weight: bold;
}
.student-list a:hover {
  text-decoration: underline;
}

.student-projects {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.student-projects article {
    width: 30%;
    margin-top: 0;
    /* [disabled]margin-left: .9rem; */
    margin-bottom: 0;
}
#intro , section{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive text tweaks */
@media (max-width: 768px) {
  header h1 {
    font-size: 1.5rem;
  }
  header p {
    font-size: 1rem;
  }
}

#container {
    width: 70%;
    max-width: 1200px;
    min-width: 760px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
}
/* Header / Banner area */
header {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    color: #fff;
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #A0312D;
}
.banner {
    background-image: url(assets/AAD_Title-bkg-1200.png);
    background-position: center top;
    background-repeat: no-repeat;
    /* [disabled]-moz-background-size: 40%; */
    height: 175px;
    background-color: #A0312D;
    /* [disabled]background-size: -36% 67%; */
    -webkit-background-size: contain;
}
header h1 {
    font-size: 1.8rem;
    color: #fff; /* Sierra College Cardinal Red */
    padding-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
}
header h2 {
    margin-top: 3px;
    font-weight: normal;
}
header p {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
h1, h2, h3 {
  color: #990000; /* Sierra College Cardinal Red */
}
h1 {
  font-size: 2em;
  margin-bottom: 10px;
}
h2 {
  font-size: 1.6em;
  margin-top: 30px;
}
header h2 {

}
h3 {
  font-size: 1.2em;
  margin-top: 20px;
}
h3 a:link, h3 a:visited {
  color: #990000;
}
ul {
  list-style-type: disc;
  padding-left: 20px;
}
p {
  margin-bottom: 1em;
}
footer {
  text-align: center;
  font-size: 0.9em;
  color: #666;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
@media (max-width: 768px) {
  .container {
    padding: 60px;
  }
    
.student-projects {width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; align-content: space-around;}
.student-projects article {width: 25%; margin: 0 10px;}
}
