@charset "utf-8";
/* CSS Document */
body{
	background-color: #e1e3e2;
	font-family: sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
	  .instagrambtn {
	display: block;
	width: 30px;
	height: 30px;
	background: url('images/instagrambutton.png') bottom;
	text-indent: -99999px;
	background-repeat: no-repeat;
	float: right;
}
.instagrambtn:hover {
	background-position: 0 0;
}
.content{
	width: 80%;
	max-width: 980px;
	margin: auto;
	
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
	.logo_area{
		position: relative;
	}
}

  .picture{
  width:100%; 
  height:auto;
  min-width: 300px;
  max-width: 350px;
    display: block;
  margin-left: auto;
  margin-right: auto;
  }


.grandparent {

  display: flex;
  flex-direction: column;

  margin: auto;
  padding: 50px 0px 0px 0px;
}

.parent {
  margin: 0px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  
}

.child {
  height: auto;
  margin: 5px;
  flex: auto;
}

@media screen and (min-width: 700px) {
  .parent {
    flex-direction: row;
	  margin: 0 0 20px 0;
  }
}

@media screen and (min-width: 1225px) {
  .grandparent {
    flex-direction: row;
	
  }

  .parent {
    flex-direction: column;
    flex: 1;
	margin: 0 10px;
	
  }    
  }
	@media(min-width:1050px){
		.twodivcontainer{
		max-width: 1000px;
		display: flex;
		align-items: flex-start;
		}
	.box1{
		flex: 1;
		}
    .box2{
		flex: 1;
		}
  }