/* put your name and class up here if you edit this file */
/* Emily Broad, class of 2022 */
/* Sunny Liu, Class of 2023 */
/* Sierra Janson, Class of 2023 */

/* ignore all this stuff... it's just me trying to figure out the links, ect. */

/* are the font and colors fine? is there a better font/color scheme we should go for? */

@media only screen and (max-width: 600px) {
  body, td, li {
    font-size: calc(80% + 1vw + 1vh);
    font-family: "Courier New", monospace;
  }
  
  h1 {
    text-align: center;
    font-size: calc(120% + 1vw + 1vh);
    color: rgb(3, 81, 145);
    border: 4px dashed rgba(0, 65, 150, 0.671);
    font-weight: bold;
    margin-top: 2%;
  }
  
  /* how to add spacing between border and text? */
  h2 {
    text-align: left;
    font-size: calc(100% + 1vw + 1vh);
    color: rgb(13, 120, 173);
    border: 4px solid rgba(3, 92, 151, 0.527);
    border-style: none none none solid;
    padding-left: 7px;
    font-weight: bold;
  }
  
  h3 {
    text-align: left;
    font-size: calc(90% + 1vw + 1vh);
    color: rgb(26, 145, 204);
    border: 4px solid rgba(10, 122, 197, 0.527);
    border-style: none none none solid;
    padding-left: 5px;
    font-weight: bold;
  }
  
  p {
    text-align: left;
    font-family: "Merriweather", monospace;
    
  }
  
  li {
    text-align: left;
  }
  
  /* default border, customize for each image to match style and color scheme*/

  
  ul {
    list-style-type: circle;
    font-size: 12pt;
    font-family: "Merriweather", monospace;
    font-weight: bold;
  }
  
  /* unvisited link */
  a:link {
    color: rgb(184, 0, 201);
  }
  
  /* visited link */
  a:visited {
    color: rgb(122, 0, 133);
  }
  
  /* mouse over link */
  a:hover {
    color: rgb(234, 0, 255);
  }
  
  /* selected link */
  a:active {
    color: rgb(232, 75, 247);
  }

}

.bodyStyling {
  margin-left: 2%;
  margin-right: 2%;
}
/* following 3 classes + 2 id styles created by Sierra Janson */

@media (max-width : 812px) {
	#clubPhoto{
		width:100%;
		margin:0px;
	}
}
@media (min-width : 813px) {
	#clubPhoto{
		width:50vw;
		display: block;
		margin-left: auto;
		margin-right: auto;
		/*width: 50%;*/
	}
}

#textSpacing{
	margin-top: 40px;
	margin-left: 200px;
	margin-right: 200px;
	min-height: 490px;
	font-size: 25px !important;
}
#textSpacing h2{
	margin-left: 15%;
	max-width: 70%;
}
#textSpacing p{
	margin-left: 30%;
	max-width: 60%;
}

.footerStyling{
	margin: 0px !important;
	margin-top: 2rem;
	margin-left: 0% !important;
	padding: 20px; 
	padding-top: 1rem;
	background-color: rgba(0, 50, 99, 1) !important;
}

.footerStyling p{
	margin-top: 0.5rem;
	font-size: 15px;
	color: #FFFFE7;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	
}
#pageHeader{
	margin-top: 0.8rem !important;
	text-align: left !important;
	margin-left: 10rem !important;
}