body{
	width:100%;
	margin:0;
	Padding:0;
	font-family:merriweather;
}
 
.headerbox {
	display: flex;
	flex-wrap:wrap;
	background-color;#e0e0e0;
	width:100%;
	margin-top: 65px;
	gap:20px;
	align-items:center;
	justify-content:space-around;
}
.headerbox img {
	max-width:100%;
	margin:0 ;
	box-shadow: -1px -1px 1px 1px #c4c4c4 , 1px 1px 1px 1px #c4c4c4 ;
}


.article_width p{
	text-align:left;
	font-size:14px;
	line-height:1.4;
	padding-left:8;
	max-width: 90ch;
}

main {
  background:#e0e0e0;
  display: inline-flex;
  flex-direction: column;
  /*justify-content:flex-end;*/
  justify-items:end;
  gap:10px; 
  width: 100%;
} 
main .card{
  background:yellow;
        }
.fixed-box {
            display: flex;
			position: fixed;
            top: 0px;
            right: 0px;
            background-color: #000000;
            width: 100%;
            height: 50px;
			justify-content: space-between;
			align-items: center;
        }
.mixed {
	padding: 0px 6px;
	margin: 10px 0px;
}	

.wrapper {
	display: flex;
	justify-content: center;
}
.box > * {
  font-family:arial, work sans, lato;
  background-color:white;
  border:10px;
  border-radius: 20px;
    min-width:180px;
  text-align: center;
}
.box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color:#fff;
  /*border:solid 12px; */
  border-radius:5px;  
  box-shadow: -1px -1px 1px 1px #c4c4c4 , 1px 1px 1px 1px #c4c4c4 ;
  margin:10px;
  padding-top: 10px;
  width: 100%;
}
.box a{
  max-width:100%;
  border:10px;
  /*border:solid black 1.8px;*/
  border-radius: 20px;
  padding:5px 7px;
  margin:5px;
}

h1 {
	margin-left:10px;
	font-size: 1em;
}
.box h1{
	text-align:left;
	padding-left: 6px;
	margin-top: 10px;
}
.flexproperty{
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	font-size:12px;
	width:100%;
	height:50%;
}
.flexproperty a{
	border:solid black 1.8px;
}
.material-icons {
  font-size: 36px;   /* change size */
  color: #4285f4;    /* change color */
}
.lineup{
	display: flex;
	align-items: center;
	justify-content:flex-start;
	Padding:5px 10px;
	margin: 0px 0px;
}

.container{
	background-color:#f2f2f2;
	Padding: 0 3%;
	line-height:1.5;
}

.container p{
	max-width: 65ch
	
}
.container li{
	max-width: 65ch;
	margin-bottom: 0.5em;
}

.education p{
  margin-top:0.5em;
}

ul {
	padding: 20px;
}

h3 {
	margin-bottom:0.5em;
}
footer {
  text-align: center;
  padding: 0;
  background-color: #000000;
  color: white;
  width: 100%;
}

.button {
	margin:5px 5px;
	Padding: 0px 0px;
	color: #0000dd;
	border:solid #fff 2px;
	border-radius: 20px;
	background-color: #e0e0e0;
	font-size:0.5em;
}
.button:hover {
	margin:5px 5px;
	border:solid #e0e0e0 2px;
	background-color:#fff;
}
a:link {
	text-decoration: none;
}
a:active {
	color:#3c3c3c;	
}

/* dropdown menu */
li {
 display: block;
 transition-duration: 0.5s;
}

li:hover {
  cursor: pointer;
}

ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
}

ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

ul li ul li {
  clear: both;
  width: 100%;
}


@media screen and (width >= 600px){
  .headerbox {
    flex-wrap: nowrap;
  }
  
main {
  background:#e0e0e0;
  display: inline-flex;
  flex-direction: column;
  /*justify-content:flex-end;*/
  justify-items:end;
  gap:10px; 
  width: 80%;
} 

  .button {
	margin:5px 5px;
	Padding: 0px 0px;
	color: blue;
	border:solid #fff 2px;
	border-radius: 20px;
	background-color: #e0e0e0;
	font-size:1em;
}
.headerbox {
	margin-top: 60px;
}
.headerbox img {
	margin:0px 10px ;
}
h1 {
	font-size: 1.75em;
}

}

