@charset "UTF-8";
@import url("file:///Macintosh HD/Users/Risa/Desktop/Bob's/style.css");
/* CSS Document */
h1{
	font-size: 45px;
	color: white;
	
}
h2,h4,h5,h7{
	font-size: 25px;
	color: white;
}
h3{
  font-size: 15px;
	color: white;
}

p,h6{
	font-size: 15px;
	color: white;
}
.body{
	/* padding: 200px;
	padding-top: 0px; */
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  background-color: #74c249;
}

/*menu bar*/
.menu{
	height: 100%;
	width: 90px;
	background-color: #ECF0F1;
	position: fixed;
	z-index: 1;
    top: 0;
    left: 0;
}
.icon-bar {
  width: 100px;
  background-color: #ac75d4;
  height: 100%;
  
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 36px;
}

.icon-bar a:hover {
  background-color: white ;
}

.active {
  background-color: #04AA6D;
}

/*protfolio section*/
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 200px;
  margin-right: 200px;
  padding: 4px 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 30%;
  max-width: 30%;
  padding: 0 4px;
}

.column img {
  margin-top: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  width: 100%;
}

.col {
  float: left;
  width: 25%;
  /*flex: 25%;*/
  /*max-width: 25%;*/
  /*padding: 0 4px;*/
}

.col img{
  margin-top: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  width: 100%; 
}

.rows:after {
  margin-left: 200px;
  margin-right: 200px;
  content: "";
  display: flex;
  clear: both;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

* {
  box-sizing: border-box;
}

/* Style inputs */
/* input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-family: 'Montserrat', sans-serif;
}

input[type=submit] {
  background-color: #ECF0F1;
  color: #808B96;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;

}

input[type=submit]:hover {
  background-color: white;
 color: black;
}*/

/* Style the container/contact section */
.container {
  border-radius: 5px;
  background-color: #ac75d4;
  margin-right: 200px;
  margin-left: 200px;;
  margin-top: 20px;
  padding: 10px;
} 

/* Create two columns that float next to eachother */
/* .column1 {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  text-align: left;
} */

/* Clear floats after the columns */
/* .row1:after {
  content: "";
  display: table;
  clear: both;
  font-family: 'Montserrat', sans-serif;
  color: white;
  text-align: left;
} */

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
.footer{
	padding-left: 90px;
	color: white;
	
}