/*  Name: Kyoung-A Koh
			Class: CIS 116 IT Prior Learning Assess 2016
			Assignment: Electronic Portfolio Project
			Date: 1-26-2016 */
			
			
* {
    box-sizing: border-box;
}


body {
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		line-height: 1.6875;
		text-align: center;
		font-size: 100%;
}


a:link, a:visited, a:active {
								color: #02C39A;
								text-decoration: none;
}


a:hover {
			color: #05668D;
}


/* Each row should be wrapped  */
/* Clear the flows */
.row:after {
  content: "";
  display: block;
  clear: both;
  padding: 20px;
}


/* All columns should be floating to the left */
[class*="col-"] {
    float: left;
    margin: 0 auto;
}


/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}


/* Structure */
#wrapper {
			background-color: #F6F6F6;
			max-width: 100%;
			width: 1000px;
			margin: auto;
			min-height: 900px;
}


h1 {
		color: #0A0A0A;
		text-transform: uppercase;
		letter-spacing: 5px;
		font-size: 300%;
}


h2 {
		font-family: Georgia, Times, serif;
		color: #05668D;
		letter-spacing: 2px;
		font-size: 130%;
		text-decoration: underline overline;
}


h3 {
			text-transform: uppercase;
			font-weight: bold;
			color: #0A0A0A;
			margin-left: 30px;
			font-size: 100%;
			margin-top: 30px;
}



p {
		color: #8A8C8E;
		padding-left: 30px;
		padding-right: 30px;
		letter-spacing: 1px;
}


p.p_upper {
			font-size: 85%;
			text-transform: uppercase;
			font-weight: bold;
			font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}


.p_name {
			font-weight: bold;
			color: #0A0A0A;
			font-size: 100%;	
}


.p_name_2 {
			font-weight: bold;
			color: #05668D;
			font-size: 100%;	
}


p.ref {
			font-size: 75%;
}


p.img_text {
				font-size: 80%;
				font-weight: bold;
}


p.p_link {
			font-size: 95%;
			text-transform: uppercase;
			font-weight: bold;
			font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
			margin-bottom: 30px;
}



/* Navigation */
nav#menu {
			text-transform: uppercase;
			font-weight: bold;
			letter-spacing: 2px;
			background-color: #0A0A0A;
			font-size: 75%;
}


nav#menu ul {
			list-style-type: none;
			overflow: hidden;
			padding: 0;
}


nav#menu li {
			display: inline;
}


nav#menu li a {
			display: inline-block;
			color: #F6F6F6;
			text-decoration: none;
			padding: 10px 10px;
}


nav#menu li a:hover:not(.active) {
	background-color: #02C39A;
}


.active {
			background-color: #05668D;
}


/* Content */
header, section {
			margin-top: 80px;
			margin-bottom: 80px;
}


.topic {
			text-align: left;
			font-size: 83%;
}

.img_org {
			text-align: center;
			
}


.img_int {
	  		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	  		padding: 10px;
	  		margin: 20px;
}


.r_list {
			list-style-position: inside;
			list-style-type: square;
			color: #8A8C8E;
}


.img_shot {
			border: 2px dotted #02C39A;
			margin: 5px;
}


.img_gal {
			margin-left: 50px;
}


/* Footer */
footer {
			border-top: 2px solid #0A0A0A;
			margin: 20px;
			
}