﻿@charset "UTF-8";
/* CSS Document */
*{
	padding:0;
	margin:3px 0 0 0;
	}
    
html
    {
      overflow:scroll;    
    } 	
h1{
    position: relative;
    left: 20px;
	font-family:Helvetica, sans-serif;
	color: #000;
	}

#blackbackground{
    background-color: black;
	}

/* ABOUT ME TITLE */
h2{
	font-family:"Avenir Roman", Helvetica, sans-serif;
    font-size:10px;
	color: #000;
    font-weight:500;
	}

h3{
	font-family:"Avenir Roman", Helvetica, sans-serif;
    font-size:16px;
	color: #000;
	}
	
h4{
	font-family:"Avenir Roman", Helvetica, sans-serif;
    font-size:12px;
	color: #000;
	font-weight:100;

	}	

h5{
	font-family:"Times New Roman";
    font-size:11px;
	color: #000;
	font-weight:100;
    text-decoration:none;

	}	

/* PROJECT TEXT */
h6{
	font-family:"Avenir Roman", Helvetica, sans-serif;
    font-size:10px;
	color: #000;
    margin-left: 300px;
    margin-right: 300px;
	font-weight:100;

	}	

/* DATA TEXT */
h7{
	font-family:"Avenir Roman", Helvetica, sans-serif;
    font-size:10px;
	color: #000;
    margin-left: 0px;
    margin-right: 0px;
	font-weight:100;
    text-align: left;

	}	


#architecturelist{
     position: relative;
    text-align:center;
	font-family:"Avenir Roman", Helvetica, sans-serif;
    text-decoration:none;
    }

/* NAVIGATION */

.nav{
    border:0px solid #ccc;
    border-width:0px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
	font-family:"Avenir Roman", Helvetica, sans-serif;
	font-size:12px;
	font-weight:200;
}
.nav li{
    display:inline;
}

.nav a{
    display:inline-block;
    padding:0 30px 0 30px;
	text-decoration:none;
	color:#999;
}

.nav li a: hover{
	color:#000;
}
	
	
   
    
/* ABOUT ME */
       

#aboutpic{
    position: relative;
    top: 60px;
    left: 200px;
    }

#abouttext{
    position: relative;
    top: 80px;
    left: 220px;
    width: 700px;
    font-family:"Avenir Roman", Helvetica, sans-serif;
	font-size:10px;
	font-weight: 100;
	
    }
#aboutportfolio{
    position: relative;
    top: 0px;
    left: 350px;
    }

#projecttitle{
    position: relative;
    top: 50px;
    bottom: 10px;
    left: 220px;
    width: 50%;
    font-family:"Times New Roman";
	font-size:12px;
	font-weight: 200;
   	
    }

    .aboutparent {                         /* container that takes width of page and centers whatever is in it */
        text-align: center;
      }
      
      .aboutcontainer {                      /* container that is the width of the image */
        display: inline-block;
      }
      
      .abouttext-container {                 /* container for the text below image, that aligns what ever is in it to the left */
        text-align: left;
        float: right;
        margin-left: 20px;
      }


 /* DATA ANALYSIS */ 

#line-container {
    width: 85%;
    margin: 20px auto;
    text-align: center;
     /*border: 1px solid black;*/
    }


      .parent {                         /* container that takes width of page and centers whatever is in it */
        text-align: center;

      }
      
      .container {                      /* container that is the width of the image */
  
        display: inline-block;
        position: relative;
        text-align: center;
        width: 900px;
        margin: 0 auto;
      }
      
      .text-container {                 /* container for the text below image, that aligns what ever is in it to the left */
        text-align: left;
        width: 900px;


      }

  .sample2 {
    position: relative;
    top: 50px;
    left: 50px;
    width: 700px;
    font-family:"Avenir Roman", Helvetica, sans-serif;
	font-size:50px;
	font-weight: 100;
    /*border: 1px solid black;*/
	}  


    .sample2 li{
        display:inline;
    }

    .sample2 a{
        display:inline-block;
        text-decoration:none;
        color: black;
 

    }

    .sample2 li a: hover{
        color:#000;
    }


    .nav2{
        position: relative;
        top: 60px;
        left: 20px;
        width: 700px;
        border:0px solid #ccc;
        border-width:0px 0;
        list-style:none;
        text-align:left;
        font-family:"Avenir Roman", Helvetica, sans-serif;
        font-size:12px;
        font-weight:200;

    }

    .nav2 li{
        display:inline;
    }
    
    .nav2 a{
        display:inline-block;
        padding:0 30px 0 30px;
        text-decoration:none;
        color:#999;

    }
    
    .nav2 li a: hover{
        color:#000;
    }


















}


