* {
 box-sizing: border-box;
 font-family: 'Lora', serif;
}

#top_title{
    text-align: center;
    font-size: 40px;
	margin: 5rem 0rem 5rem 0rem;
    text-shadow: 2px 2px 3px grey;
}

.sticky_download_button {
	margin: 1rem 3rem;
	background-color: gold;
  	padding: 15px;
	width: 400px;
	text-align: center;
  	font-size: 18px;
	font-weight: 600;
	border-radius: 8px;

}

.sticky_download_button:hover {
	  transform: translateY(-2px);
  box-shadow: 0 10px 14px rgba(50,50,93,.3), 0 3px 6px rgba(0,0,0,.08);
  opacity: 0.7;
  cursor: pointer;
    transition: all 0.5s;
}


#intro_container{
    background-color: #E7E7E7;
    display: flex;
    flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 50px;
	
}

#left{
/*    border: 2px solid green;*/
    width:25%;
    margin:30px 20px;
	min-width: 300px;
	max-width: 600px;
	flex:300px;
	}
#intro_img{
    order: 1;
    width:100%;
	max-height: 600px;
/*    margin: 30px;*/
    object-fit: cover;
}

#right{
    order:2;
    width:85%;
	max-width: 900px;
	padding: 30px 3%;
	flex:400px;
	font-size: 18px;
/*    border: 2px solid green;*/
}

#main_wrapper{
	max-width: 1400px;
/*    border: 2px solid pink;*/
    display:flex;
    flex-flow: row wrap;
    margin: 0 auto;
	font-size: 16px;
}

#button-wrapper a {
	text-decoration: none;
	color: black;
}
#button-wrapper{
	max-width: 1400px;
	margin: 2rem auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}


.section-title {
	text-align: center;
}

#arrow{
    width:2vw;
}

.subwrapper{
	display: flex;
	flex-flow: row wrap;
/*	border: solid 5px gold;*/
    font-weight: 500;
	margin-bottom: 5rem;
	font-size: 16px;
	
}

.tab {
	background-color: #053C99;
	color:white;
/*	box-shadow: 1px 0px 5px 1px grey;*/
	border-radius: 12px;
	margin: 1rem;
}

.tab a {
	color: white;
}

.subwrapper h3{
	text-align: center;
}

.left-side {
/*	border: solid 2px red;*/
	order: 1;
	flex-wrap: wrap;
	flex: 400px;
	text-align: justify;
	padding: 1rem;
}
.right-side {
	padding: 1rem;
	text-align: justify;
/*	border: solid 2px green;*/
	order: 2;
	flex-wrap: wrap;
	flex: 400px;
	border-left: 3px solid #D3D3D3;
}

.bottom-sub-wrapper {
	max-width: 1000px;
	margin: 3rem auto;
}

#bottom-wrapper {
	padding-bottom: 5rem;
}

