﻿* {
  margin: 0, 0, 120, 0;
  padding: 0;
}

#container {
  background-color: #3e5470;
  color: antiquewhite;
}
#acaheading {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
  width: 560px;
  text-align: center;
}

.acaheading2 {
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  font-family: comic sans MS;
  text-align: center;
}

#navbar1 {
  border: medium antiquewhite solid;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  margin-bottom: 36px;
  height: 15px;
  width: 550px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 50px 20px 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.pronav a {
  font-family: comic sans MS;
  font-size: 18px;
  color: antiquewhite;
  text-decoration: none;
  margin-left: 20px;
  margin-right: 20px;
}

.pronav a:hover {
  color: antiquewhite;
  text-decoration: underline;
}

#painttitle {
  border: medium antiquewhite solid;
  text-align: center;
}

#featured {
  border: medium rgb(238, 183, 129) solid;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  height: 450px;
  width: 550px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 20px;
}

.featuredpic {
  margin-left: auto;
  margin-right: auto;
  height: 450px;
  width: 550px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 20px;
}

#contact {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  width: 200px;
  text-align: center;
  color: antiquewhite;
  margin-bottom: 100px;
}

.contactinfo {
  font-family: comic sans MS;
  color: antiquewhite;
}
