@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lora', serif;
}

#top_title{
    text-align: center;
    font-size: 40px;
	margin: 5rem 0rem 3rem 0rem;
    text-shadow: 2px 2px 3px grey;
}

#sub_title {
	text-align: center;
	margin-bottom: 3rem;
}

#intro_container{
    background-color: #AD293A;
    display: flex;
    flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 50px;
	border-bottom: solid 20px rgba(13,84,134,1.00);
	border-top: solid 20px rgba(13,84,134,1.00);
}

#left{
/*    border: 2px solid green;*/
/*    width:25%;*/
    margin: 0 auto;
	min-width: 300px;
	max-width: 500px;
	flex:300px;
	}
#intro_img{
    order: 1;
    width:100%;
/*    margin: 30px;*/
}


#right{
    order:2;
    width:85%;
	max-width: 1200px;
	padding: 30px 3%;
	flex:400px;
	font-size: 16px;
	color: white;
/*    border: 2px solid green;*/
}

#references_wrapper {
	max-width: 900px;
	margin: 0 auto 150px auto;
	padding-bottom: 20px;
/*	border-top: solid 2px grey;*/
}

#references_wrapper ul li {
	padding: 0.8rem;
	margin-left: 30px;
	list-style-type: none;
}

#references-section-title{
	text-align: center;
	margin-bottom: 1rem;
	}

