@charset "utf-8";
/* CSS Document */
     /*header*/
        
    header{
			width:100%;
			background-color:#d8a7b1;
		position: sticky;
			top:0px;
			left:0px;
		}
	.logo{
			float: left;
			width: 15%;
			height:115px;
		}
	img[alt="logo"]{
			width:140px;
			height:90px;
			margin-bottom: 30px;
		}
	.links{
			width:100%;
			height: 90px;
		}
	.links ul{
			margin-top: 53px;
			float:right;
			font-size: 24px;
			
		}
	 /*buttons*/
		
		.btn{
			 border: none;
  			 padding: 20px;
 			 cursor: pointer;
			 margin-right: 35px;
		}
		.btn:hover {
			text-decoration-line:underline;
		}
		.btnfooter{
			width:200px;
			height:20px;
			border: none;
		}
		.iconbtn{
			color:white;
		}
		
		.iconbtn:hover{
			color:black !important;
		}
		
        
        /*nav*/
        
		
	nav ul{
			width:100%;
			height:45px;
			background-color:#d8a7b1;
			margin-top: -24px;
			padding-top: 10px;
			padding-left: 0px;
			float:left;
		}
	nav li{
		margin-left: 100px;
			padding: 20px;
			font-size:20px;
	}
	  /*footer*/
		footer{
			width:100%;
			height: 310px;
			background-color:#d8a7b1;
			margin-top: 35px;
			margin-bottom: 0px;
			padding-bottom: 10px;
		}
	footer ul{
			float: left;
			width: 17%;
			margin-left: 25px;
		}
	footer li{
			color: white;
   			padding:10px;
    		list-style-type: none;
    		font-size: 20px;
    		float: left;
    		width: 100%;
		}
	footer li:first-child{
			font-size: 32px;
			margin-bottom: 15px;
		}
	.icon{
			margin-left: 10px;
		}


