/*Here are some modifications to the current template that I've made */

/*Align Menu to center*/
.menu {  
	text-align:center
}

/*Make images round in people's biography and other pages*/
body.page-id-13 img {
border-radius: 15px;	
}

body.blog img {
border-radius: 15px;	
}

body.page-id-16 img {
border-radius: 15px;	
}

body.page-id-12 img {
border-radius: 15px;	
}

body.page-id-233 img {
border-radius: 15px;	
}

body.page-id-216 img {
border-radius: 15px;	
}

body.page-id-258 img {
border-radius: 15px;	
}

/* Some text transformations for style*/
.agency-pro-blue .site-title a {
	text-transform: capitalize;
}

.widget-title {
	text-transform: capitalize;
}

.hero-text > button:nth-child(3) {
	border-radius: 25px !important;
	font-size: 1.2em !important;
	text-transform: capitalize !important;
}

.hero-text > button:nth-child(3):hover {
  background-color: #00de0f;
  color: white;
}

/* Some footer parameters*/
.site-footer {
    display: none;
}

.footer-widgets {
  background-image: url("http://sites.gatech.edu/ratclifflab/wp-content/uploads/sites/1069/2019/07/Backstretch.png");
}

/* Some general aesthetic parameters */
.agency-pro-blue a {
	color:#24b7ed !important;
}

.agency-pro-blue a:hover {
	color:#00de0f !important;
}

/*So, this makes EVERY image rounded at the corners, so it is a bit redundant, but might be useful in case we want more fine-control over the aesthetics*/
.content img {
border-radius: 15px !important;
}

/*  Background for each menu and home page */
body.home .site-container {
  background-image: url("http://sites.gatech.edu/ratclifflab/wp-content/uploads/sites/1069/2019/07/OzanFlake.jpg");
	background-size: cover;
}

body.page-id-13 .site-container {
  background-image: url("http://sites.gatech.edu/ratclifflab/wp-content/uploads/sites/1069/2019/07/SnowF.png");
	background-size: cover;
}
body.page-id-16 .site-container {
  background-image: url("http://sites.gatech.edu/ratclifflab/wp-content/uploads/sites/1069/2019/07/Colonies.png");
	background-size: cover;
}

body.page-id-12 .site-container {
  background-image: url("http://sites.gatech.edu/ratclifflab/wp-content/uploads/sites/1069/2019/07/FlocCollage.png");
	background-size: cover;
}

body.page-id-216 .site-container {
  background-image: url("http://sites.gatech.edu/ratclifflab/wp-content/uploads/sites/1069/2019/07/CollageOzans.png");
	background-size: cover;
}

body.page-id-114 .site-container {
  background-image: url("http://sites.gatech.edu/ratclifflab/wp-content/uploads/sites/1069/2019/07/AliCubes.png");
	background-size: cover;
}

body.page-id-14 .site-container {
  background-image: url("http://sites.gatech.edu/ratclifflab/wp-content/uploads/sites/1069/2019/07/MultiM.png");
	background-size: cover;
}

body.page-id-233 .site-container {
  background-image: url("http://sites.gatech.edu/ratclifflab/wp-content/uploads/sites/1069/2019/08/STiles.png");
	background-size: cover;
}

body.page-id-258 .site-container {
  background-image: url("http://sites.gatech.edu/ratclifflab/wp-content/uploads/sites/1069/2019/08/PipsTiles1.png");
	background-size: cover;
}

body.blog .site-container {
  background-image: url("http://sites.gatech.edu/ratclifflab/wp-content/uploads/sites/1069/2019/08/DarwinTiled1.png");
	background-size: cover;
}

