* {
  text-align: center;
}

html, #body_portfolio {
  height: 100%;
}

li {
  list-style-type:none;
}

#body_portfolio {
  width: 90%;
  margin: 0 auto;
  background-color: #d4f0fc;
  background-image: url('../module04/background_code.png');
  background-repeat: no-repeat;
}

#title_main {
  font-family: "CinzelDecorativeRegular";
  font-size: 3em;
  margin-top: 1%;
}

#nav a, #footer p  {
  font-family: "CinzelDecorativeRegular";
}

#content_folio {
  overflow: auto;
  min-height: 100vh;
}

#nav, #footer {
  margin: .1%;
}


#nav, #footer,.green-label {
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    z-index: 1;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #d4f0fc;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
}

.box_round, .green-label, #nav, #footer, .load_content {
  border-radius: 12px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 12px;
    z-index: 2;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover {
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}



.menu {
  display: inline;
  padding: 0.5em;
  cursor: pointer;
  font-size: 80%;
}

#nav {
  padding:  .7em;
  font-size: 1.5em;
  z-index: 1;
}


/* Set background colors */

#nav, #footer {
  background-color: #a6daef;
}

.load_content{
  margin-top: 4%;
  margin-bottom: .7em;
  display: none;
  min-height: 100vh;
}


.load_content >p{
  font-family: 'calibri light';
  font-size: 1.5em;
}

#home {
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
}

#about  {
  display: none;
}

/* This is the light green behind the profile's contact area */
.green-label {
  width: 31.3%;
  height: 9.5em;
  display: none;
  position: absolute;
  float: left;
  margin: 10% -30% -15% -45%;
  background-color: #adddcf;
  z-index: -1;
  width: 30%;
}


#ripped_code {
  position: absolute;
  float: right;
  left: 83%;
  max-width: 30%;
  max-height: 30%;
  z-index: 1;
}

#ripped_paper {
  position: absolute;
  float:  right;
  margin-left: -45%;
  max-width: 33%;
  max-height: 33%;
}


#footer, #ripped_paper{
  height: 20%;
}
