@charset "utf-8";
/* CSS Document */
body {
    margin:0;
	padding:0;
    font-family: 'Montserrat', sans-serif;
	
}

header {
    background-color: white;
    border-bottom: 0px solid #fff;
	font-family: 'Quattrocento', serif;
	margin-top: 1%
}

h1 {
   
font-family: 'Quattrocento', serif;
	margin-top: 1%;
	text-align: center;
	text-decoration: none;
	color: black;
	font-size: 50px ;
}

nav ul {
	text-decoration: none;

}

nav li {
 display: inline-block; 
    
    font-family: 'montserrat', serif;
	text-decoration: none;
}

main {
    
    text-align: center;
}




.menulogo {
	width:auto;
    height: 40px;
	margin-top: 2px;
}


/* .container{
	width:90%
	margin:10px auto;
} */
.portfolio-menu{
	
	text-align: center;
	padding-right: 3%;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
	text-decoration: none;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}

a {
	text-decoration: none;
	color: black
}

.btn-outline-dark
{
	text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

a:active {
  color: white;
  text-decoration: none;
}

button:hover {
  color: white; 
}


@media screen and (max-width:768px) {
	
	.portfolio-menu{
	
	text-align: center;
	padding-right: 10% !important;
}
	.btn-outline-dark {
		font-size: 10px;
	}
	
	.portfolio-item .item{
	/*width:350px;*/
	float:none !important;
	margin-bottom:10px;
		
	
}



@media screen and (max-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  
  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-5 {
    padding-left: 2px;
    padding-right: 2px;
  }
}

