/*style.css for main site*/

   body {
      margin: 0;
      padding: 0;
 background: linear-gradient(#afdeee, #afcfee, #afbfee);
    }

    header,
    footer,
    main,
    aside {
      padding: 20px;
      box-sizing: border-box;
    }

    header {
      text-align: center;
      color: indigo;
	font-family: Tangerine, sans-serif;
	}

    aside {
      width: 33.33%;
      float: left;
    }

    main {
      width: 66.67%;
      float: left;
    
    }

    .photo-section {
	float: left;
	padding: 30px;
	}


    .socials-section, {
      /*width: 50%;
      float: right; */
	padding-top: 10px;
  }

  /*  .footer-section {
      /*clear: both;*/
        padding-top: 10px;
	float: right; 
	width: 66%;
	    }*/

	p, ul {		
	color: black;
	font-size: 22px;
	font-family: "architects daughter";
	}
	
