/* Header area container */
.site-header .full-container {
        max-width: 1600px !important;
}

/* Main Content Area container */
.site-main .full-container {
        max-width: 1600px !important;
}

/* Footer Content Area container */
.site-footer .full-container {
        max-width: 1600px !important;
}
#main.site-main {
	background-attachment: fixed;
	background-position: 0 55px;
}
.rounded-corners-blue {
  border-radius: 50px;
  border: 8px solid #0000FF;
  padding: 20px;
}
.rounded-corners-red {
  border-radius: 50px;
  border: 8px solid #FF0000;
  padding: 20px;
}
.rounded-corners-purple {
  border-radius: 50px;
  border: 8px solid #800080;
  padding: 20px;
}
.rounded-corners-gold {
  border-radius: 50px;
  border: 8px solid #D4AF37;
  padding: 20px;
}