Difference between revisions of "Template:UNebraska-Lincoln"

 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
<script>
 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
  
$(document).ready(function() {
 
  
//remove the HQ_page id
+
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
$("#HQ_page").attr('id','');
+
<!--- THIS IS WHERE THE HTML BEGINS --->
+
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
  
//highlight current page on the menu
+
<head>
highlight_current_page_menu();
+
+
//accessing submenus
+
$(".menu_item").click(function(){
+
$(".submenu_control_icon", this).toggleClass("open");
+
$(this).next(".submenu").fadeToggle(400);
+
});
+
+
//mobile menu access
+
$(".igem_2019_team_mobile_bar").click(function(){
+
$(this).next().toggleClass("displaying_menu");
+
});
+
+
});
+
  
 +
<!-- This tells the browser that your page is responsive -->
 +
<meta charset="UTF-8">
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
 +
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
  
function highlight_current_page_menu() {
+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
var page_url="https://2019.igem.org/";
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
page_url = page_url + wgPageName;
+
  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
$("a[href$='"+ page_url +"']").children().addClass("current_page");
+
  <!-- Styles -->
+
  <link href="https://fonts.googleapis.com/css?family=Raleway:400,400i,600,700,700i&amp;subset=latin-ext" rel="stylesheet">
//if the page is in a submenu, open the submenu and make the appropiate changes
+
  <link rel="stylesheet" type="text/css"
if( $( ".current_page" ).hasClass( "submenu_item" )){
+
  href="https://2019.igem.org/wiki/index.php?title=Template:UNebraska-Lincoln/bootstrap&action=raw&ctype=text/css" />
+
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
$(".current_page").parent().parent().fadeToggle(400);
+
  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
$(".current_page").parent().parent().prev().addClass("current_page");
+
  <link rel="stylesheet" type="text/css"
$(".menu_item.current_page > .submenu_control_icon").toggleClass("open");
+
  href="https://2019.igem.org/wiki/index.php?title=Template:UNebraska-Lincoln/footawesome-all&action=raw&ctype=text/css" />
+
  <link rel="stylesheet" type="text/css"  
}
+
  href="https://2019.igem.org/wiki/index.php?title=Template:UNebraska-Lincoln/magnific-popup&action=raw&ctype=text/css" />
}
+
  <link rel="stylesheet" type="text/css"
 +
  href="https://2019.igem.org/wiki/index.php?title=Template:UNebraska-Lincoln/styles&action=raw&ctype=text/css" />
 +
  <link rel="stylesheet" type="text/css"  
 +
  href="https://2019.igem.org/wiki/index.php?title=Template:UNebraska-Lincoln/swiper&action=raw&ctype=text/css" />
 +
  <link rel="stylesheet" type="text/css"  
 +
  href="https://2019.igem.org/wiki/index.php?title=Template:UNebraska-Lincoln/ResetWiki&action=raw&ctype=text/css" />
 +
 
  
 
+
</head>
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+
</script>
+
  
 
<style>
 
<style>
/**************************************************************************************************************************************************************************************************/
+
  #top_title{
 +
        display: none;
 +
        }
 +
        body, p {
 +
color: #626262;
 +
font: 400 0.875rem/1.375rem "Raleway", sans-serif;
 +
}
  
 +
.p-large {
 +
font: 400 1rem/1.5rem "Raleway", sans-serif;
 +
}
  
 +
.p-small {
 +
font: 400 0.75rem/1.25rem "Raleway", sans-serif;
 +
}
  
/**************************************************************************************************************************************************************************************************/
+
.p-heading {
/* DEFAULT WIKI SETTINGS */
+
margin-bottom: 3.875rem;
/**************************************************************************************************************************************************************************************************/
+
}
  
 +
.li-space-lg li {
 +
margin-bottom: 0.25rem;
 +
}
  
#home_logo, #sideMenu { display:none; }
+
.indent {
#sideMenu, #top_title, .patrollink  {display:none;}
+
padding-left: 1.25rem;
#content {  margin-left:0px; margin-right:0px; margin-top:-32px; margin-bottom:-30px; padding:0px; width:100%;}
+
}
body {background-color:white; }
+
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
#bodyContent a[href ^="https://"], .link-https { padding-right:0px;}
+
+
.judges-will-not-evaluate { border: 4px solid #F42534; padding: 2% !important; width: 92%!important;}
+
  
 +
h1 {
 +
color: #393939;
 +
font: 700 3rem/3.5rem "Raleway", sans-serif;
 +
}
  
/**************************************************************************************************************************************************************************************************/
+
h2 {
/* MENU */
+
color: #393939;
/**************************************************************************************************************************************************************************************************/
+
font: 700 2.25rem/2.75rem "Raleway", sans-serif;
 +
}
  
/*wrapping for the menu*/
+
h3 {
.igem_2019_team_menu {  
+
color: #393939;
background-color:#cecece;  
+
font: 700 1.75rem/2rem "Raleway", sans-serif;
border-left: 1px solid #635d5d;
+
}
float:right;  
+
 
height:100vh;  
+
h4 {
max-width: 270px;
+
color: #393939;
overflow-y: auto;
+
font: 700 1.375rem/1.875rem "Raleway", sans-serif;
overflow-x: hidden;
+
}
padding:0px;
+
 
position:fixed;  
+
h5 {
right:0%;
+
color: #393939;
text-align:left;
+
font: 700 1.125rem/1.625rem "Raleway", sans-serif;
width: 15%;  
+
}
}
+
 
 +
h6 {
 +
color: #393939;
 +
font: 700 1rem/1.5rem "Raleway", sans-serif;
 +
}
 +
 
 +
a {
 +
color: #626262;
 +
text-decoration: underline;
 +
}
 +
 
 +
a:hover {
 +
color: #626262;
 +
text-decoration: underline;
 +
}
 +
 
 +
a.turquoise {
 +
color: #00bfd8;
 +
}
 +
 
 +
a.white {
 +
color: #fff;
 +
}
 +
 
 +
.testimonial-text {
 +
font: italic 400 1rem/1.5rem "Raleway", sans-serif;
 +
}
 +
 
 +
.testimonial-author {
 +
font: 700 1rem/1.5rem "Raleway", sans-serif;
 +
}
 +
 
 +
.turquoise {
 +
color: #00bfd8;
 +
}
 +
 
 +
.btn-solid-reg {
 +
display: inline-block;
 +
padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
 +
border: 0.125rem solid #00bfd8;
 +
border-radius: 2rem;
 +
background-color: #00bfd8;
 +
color: #fff;
 +
font: 700 0.75rem/0 "Raleway", sans-serif;
 +
text-decoration: none;
 +
transition: all 0.2s;
 +
}
 +
 
 +
.btn-solid-reg:hover {
 +
background-color: transparent;
 +
color: #00bfd8;
 +
text-decoration: none;
 +
}
 +
 
 +
.btn-solid-lg {
 +
display: inline-block;
 +
padding: 1.375rem 2.625rem 1.375rem 2.625rem;
 +
border: 0.125rem solid #00bfd8;
 +
border-radius: 2rem;
 +
background-color: #00bfd8;
 +
color: #fff;
 +
font: 700 0.75rem/0 "Raleway", sans-serif;
 +
text-decoration: none;
 +
transition: all 0.2s;
 +
}
 +
 
 +
.btn-solid-lg:hover {
 +
background-color: transparent;
 +
color: #00bfd8;
 +
text-decoration: none;
 +
}
 +
 
 +
.btn-outline-reg {
 +
display: inline-block;
 +
padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
 +
border: 0.125rem solid #00bfd8;
 +
border-radius: 2rem;
 +
background-color: transparent;
 +
color: #00bfd8;
 +
font: 700 0.75rem/0 "Raleway", sans-serif;
 +
text-decoration: none;
 +
transition: all 0.2s;
 +
}
 +
 
 +
.btn-outline-reg:hover {
 +
background-color: #00bfd8;
 +
color: #fff;
 +
text-decoration: none;
 +
}
 +
 
 +
.btn-outline-lg {
 +
display: inline-block;
 +
padding: 1.375rem 2.625rem 1.375rem 2.625rem;
 +
border: 0.125rem solid #00bfd8;
 +
border-radius: 2rem;
 +
background-color: transparent;
 +
color: #00bfd8;
 +
font: 700 0.75rem/0 "Raleway", sans-serif;
 +
text-decoration: none;
 +
transition: all 0.2s;
 +
}
 +
 
 +
.btn-outline-lg:hover {
 +
background-color: #00bfd8;
 +
color: #fff;
 +
text-decoration: none;
 +
}
 +
 
 +
.btn-outline-sm {
 +
display: inline-block;
 +
padding: 1rem 1.625rem 0.875rem 1.625rem;
 +
border: 0.125rem solid #00bfd8;
 +
border-radius: 2rem;
 +
background-color: transparent;
 +
color: #00bfd8;
 +
font: 700 0.625rem/0 "Raleway", sans-serif;
 +
text-decoration: none;
 +
transition: all 0.2s;
 +
}
 +
 
 +
.btn-outline-sm:hover {
 +
background-color: #00bfd8;
 +
color: #fff;
 +
text-decoration: none;
 +
}
 +
 
 +
.form-group {
 +
position: relative;
 +
margin-bottom: 1.25rem;
 +
}
 +
 
 +
.form-group.has-error.has-danger {
 +
margin-bottom: 0.625rem;
 +
}
 +
 
 +
.form-group.has-error.has-danger .help-block.with-errors ul {
 +
margin-top: 0.375rem;
 +
}
 +
 
 +
.label-control {
 +
position: absolute;
 +
top: 0.87rem;
 +
left: 1.375rem;
 +
color: #626262;
 +
opacity: 1;
 +
font: 400 0.875rem/1.375rem "Raleway", sans-serif;
 +
cursor: text;
 +
transition: all 0.2s ease;
 +
}
  
/*controlling menu visibility*/
+
/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
.igem_2019_team_menu.displaying_menu{
+
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 
display:block;
+
.label-control {
 +
top: 0.9375rem;
 
}
 
}
 +
}
 +
 +
.form-control-input:focus + .label-control,
 +
.form-control-input.notEmpty + .label-control,
 +
.form-control-textarea:focus + .label-control,
 +
.form-control-textarea.notEmpty + .label-control {
 +
top: 0.125rem;
 +
opacity: 1;
 +
font-size: 0.75rem;
 +
font-weight: 700;
 +
}
 +
 +
.form-control-input,
 +
.form-control-select {
 +
display: block; /* needed for proper display of the label in Firefox, IE, Edge */
 +
width: 100%;
 +
padding-top: 1.0625rem;
 +
padding-bottom: 0.0625rem;
 +
padding-left: 1.3125rem;
 +
border: 1px solid #c4d8dc;
 +
border-radius: 0.25rem;
 +
background-color: #fff;
 +
color: #626262;
 +
font: 400 0.875rem/1.875rem "Raleway", sans-serif;
 +
transition: all 0.2s;
 +
-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
 +
}
 +
 +
.form-control-select {
 +
padding-top: 0.5rem;
 +
padding-bottom: 0.5rem;
 +
height: 3rem;
 +
}
  
/*links in the menu*/
+
/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
.igem_2019_team_menu  a {
+
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 
color: #484848;
+
.form-control-input {
text-decoration:none;
+
padding-top: 1.25rem;
 +
padding-bottom: 0.75rem;
 +
line-height: 1.75rem;
 
}
 
}
  
/*images in the menu*/
+
.form-control-select {
.igem_2019_team_menu img {
+
padding-top: 0.875rem;
width:100%;
+
padding-bottom: 0.75rem;
 +
height: 3.125rem;
 +
line-height: 2.125rem;
 
}
 
}
 +
}
  
/*level 1 menu items*/
+
select {
.igem_2019_team_menu .menu_item {
+
    /* you should keep these first rules in place to maintain cross-browser behavior */
    background-color: #cecece;
+
    -webkit-appearance: none;
    border-bottom: 1px solid #635d5d;
+
-moz-appearance: none;
    clear: both;
+
-ms-appearance: none;
color: #484848;
+
    -o-appearance: none;
    cursor: pointer;
+
    appearance: none;
float: left;
+
    background-image: url('../images/down-arrow.png');
    font-size: 120%;
+
    background-position: 96% 50%;
    font-weight: bold;
+
    background-repeat: no-repeat;
    padding: 15px 0px 15px 5%;
+
    outline: none;
  width: 100%;
+
}
 +
 
 +
select::-ms-expand {
 +
    display: none; /* removes the ugly default down arrow on select form field in IE11 */
 +
}
 +
 
 +
.form-control-textarea {
 +
display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
 +
width: 100%;
 +
height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
 +
padding-top: 1.25rem;
 +
padding-left: 1.3125rem;
 +
border: 1px solid #c4d8dc;
 +
border-radius: 0.25rem;
 +
background-color: #fff;
 +
color: #626262;
 +
font: 400 0.875rem/1.75rem "Raleway", sans-serif;
 +
transition: all 0.2s;
 +
}
 +
 
 +
.form-control-input:focus,
 +
.form-control-select:focus,
 +
.form-control-textarea:focus {
 +
border: 1px solid #a1a1a1;
 +
outline: none; /* Removes blue border on focus */
 +
}
 +
 
 +
.form-control-input:hover,
 +
.form-control-select:hover,
 +
.form-control-textarea:hover {
 +
border: 1px solid #a1a1a1;
 +
}
 +
 
 +
.checkbox {
 +
font: 400 0.75rem/1.25rem "Raleway", sans-serif;
 +
}
 +
 
 +
input[type='checkbox'] {
 +
vertical-align: -15%;
 +
margin-right: 0.375rem;
 +
}
 +
 
 +
/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
 +
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 
 +
input[type='checkbox'] {
 +
vertical-align: -9%;
 
}
 
}
 +
}
  
/*level 1 menu items without submenus*/
+
.form-control-submit-button {
.igem_2019_team_menu .menu_item.direct_link {
+
display: inline-block;
color: #484848;
+
width: 100%;
padding-left: 15%;
+
height: 3.125rem;
 +
border: 1px solid #00bfd8;
 +
border-radius: 1.5rem;
 +
background-color: #00bfd8;
 +
color: #fff;
 +
font: 700 0.75rem/1.75rem "Raleway", sans-serif;
 +
cursor: pointer;
 +
transition: all 0.2s;
 +
}
 +
 
 +
.form-control-submit-button:hover {
 +
background-color: transparent;
 +
color: #00bfd8;
 +
}
 +
 
 +
/* Form Success And Error Message Formatting */
 +
#rmsgSubmit.h3.text-center.tada.animated,
 +
#cmsgSubmit.h3.text-center.tada.animated,
 +
#pmsgSubmit.h3.text-center.tada.animated,
 +
#rmsgSubmit.h3.text-center,
 +
#cmsgSubmit.h3.text-center,
 +
#pmsgSubmit.h3.text-center {
 +
display: block;
 +
margin-bottom: 0;
 +
color: #626262;
 +
font: 400 1.125rem/1rem "Raleway", sans-serif;
 +
}
 +
 
 +
.help-block.with-errors .list-unstyled {
 +
color: #626262;
 +
font-size: 0.75rem;
 +
line-height: 1.125rem;
 +
text-align: left;
 +
}
 +
 
 +
.help-block.with-errors ul {
 +
margin-bottom: 0;
 +
}
 +
/* end of form success and error message formatting */
 +
 
 +
/* Form Success And Error Message Animation - Animate.css */
 +
@-webkit-keyframes tada {
 +
from {
 +
-webkit-transform: scale3d(1, 1, 1);
 +
-ms-transform: scale3d(1, 1, 1);
 +
transform: scale3d(1, 1, 1);
 
}
 
}
+
10%, 20% {
/*level 1 menu items on hover*/
+
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
.igem_2019_team_menu .menu_item:hover {
+
-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
background-color: #ecb656 !important;
+
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 
}
 
}
 
+
30%, 50%, 70%, 90% {
/*icon for expanding and collapsing level 1 menut items*/
+
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
.igem_2019_team_menu .menu_item .submenu_control_icon {
+
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
color: #484848;
+
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
float: left;
+
width: 10%;
+
 
}
 
}
 
+
40%, 60%, 80% {
/* submenu icon  "-"*/
+
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
.igem_2019_team_menu .menu_item .submenu_control_icon::before {
+
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
content: "+";  
+
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 
}
 
}
 
+
to {
/* submenu icon  "-"*/
+
-webkit-transform: scale3d(1, 1, 1);
.igem_2019_team_menu .menu_item .submenu_control_icon.open::before {
+
-ms-transform: scale3d(1, 1, 1);
content: "-";  
+
transform: scale3d(1, 1, 1);
 
}
 
}
 +
}
  
+
@keyframes tada {
/*level 2 menu (submenu) wrapper*/
+
from {
.igem_2019_team_menu .submenu{
+
-webkit-transform: scale3d(1, 1, 1);
background-color: #ececec;
+
-ms-transform: scale3d(1, 1, 1);
clear:both;
+
transform: scale3d(1, 1, 1);
display:none;
+
float: left; 
+
width:100%;
+
 
}
 
}
 
+
10%, 20% {
/*level 2 menu (submenu) item*/
+
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
.igem_2019_team_menu .submenu .submenu_item {
+
-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
border-bottom: 1px solid #cecece;
+
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  color: #635d5d;
+
    height: 30px;
+
  float: left;
+
    font-size: 110%;
+
font-weight: bold;
+
    padding: 12px 0px 0px 15%;
+
    width: 100%;
+
 
}
 
}
 
+
30%, 50%, 70%, 90% {
/*level 2 menu (submenu) items on hover*/
+
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
.igem_2019_team_menu .submenu .submenu_item:hover {
+
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
background-color: #ecb656 !important;
+
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 
}
 
}
 
+
40%, 60%, 80% {
/*color for highlighting current page on the wiki*/
+
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
.igem_2019_team_menu .submenu .submenu_item.current_page,
+
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
.igem_2019_team_menu .menu_item.current_page,  
+
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
.igem_2019_team_menu .menu_item.direct_link.current_page {
+
background-color:#a2d3d0;
+
 
}
 
}
 +
to {
 +
-webkit-transform: scale3d(1, 1, 1);
 +
-ms-transform: scale3d(1, 1, 1);
 +
transform: scale3d(1, 1, 1);
 +
}
 +
}
  
 +
.tada {
 +
-webkit-animation-name: tada;
 +
animation-name: tada;
 +
}
  
/*mobile menu bar styling*/
+
.animated {
/**************************************************************************************************************************************************************************************************/
+
-webkit-animation-duration: 1s;
 +
animation-duration: 1s;
 +
-webkit-animation-fill-mode: both;
 +
animation-fill-mode: both;
 +
}
 +
/* end of form success and error message animation - Animate.css */
 +
 
 +
/* Fade-move Animation For Lightbox - Magnific Popup */
 +
/* at start */
 +
.my-mfp-slide-bottom .zoom-anim-dialog {
 +
opacity: 0;
 +
transition: all 0.2s ease-out;
 +
-webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
 +
-ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
 +
transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
 +
}
 +
 
 +
/* animate in */
 +
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
 +
opacity: 1;
 +
-webkit-transform: translateY(0) perspective(37.5rem) rotateX(0);
 +
-ms-transform: translateY(0) perspective(37.5rem) rotateX(0);
 +
transform: translateY(0) perspective(37.5rem) rotateX(0);
 +
}
 +
 
 +
/* animate out */
 +
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
 +
opacity: 0;
 +
-webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
 +
-ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
 +
transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
 +
}
 +
 
 +
/* dark overlay, start state */
 +
.my-mfp-slide-bottom.mfp-bg {
 +
opacity: 0;
 +
transition: opacity 0.2s ease-out;
 +
}
 +
 
 +
/* animate in */
 +
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
 +
opacity: 0.8;
 +
}
 +
/* animate out */
 +
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
 +
opacity: 0;
 +
}
 +
/* end of fade-move animation for lightbox - magnific popup */
  
/*mobile bar that controls the menu*/
+
/* Fade Animation For Image Slider - Magnific Popup */
.igem_2019_team_mobile_bar {
+
@-webkit-keyframes fadeIn {
background-color:#ececec;
+
from {
border-bottom: 1px solid #cecece;
+
opacity: 0;
cursor:pointer;
+
display:none;
+
float:left;
+
margin-top: 0;
+
padding: 5px 0;
+
position:fixed;
+
width:100%;  
+
 
}
 
}
+
to {
/*mobile logo*/
+
opacity: 1;
.igem_logo_mobile {
+
float:left;
+
padding-left: 5%;
+
width: 30%;  
+
 
}
 
}
 +
}
  
/*image within the mobile logo*/
+
@keyframes fadeIn {
.igem_logo_mobile img {
+
from {
width:70px;
+
opacity: 0;
 
}
 
}
+
to {
/*mobile expand collapse button*/
+
opacity: 1;
.igem_menu_control_mobile {
+
float:right;
+
padding-right:5%;
+
padding-top:5px;
+
text-align:right;
+
width: 30%;  
+
 
}
 
}
 +
}
  
/*image for mobile expand collapse button*/
+
.fadeIn {
.igem_menu_control_mobile img {
+
-webkit-animation: fadeIn 0.6s;
width:25px;
+
animation: fadeIn 0.6s;
 +
}
 +
 
 +
@-webkit-keyframes fadeOut {
 +
from {
 +
opacity: 1;
 
}
 
}
 +
to {
 +
opacity: 0;
 +
}
 +
}
  
 
+
@keyframes fadeOut {
/*add extra padding to the menu to improve mobile scrolling*/
+
from {
.menu_padding{
+
opacity: 1;
float:left;
+
height:100px;
+
 
}
 
}
 +
to {
 +
opacity: 0;
 +
}
 +
}
  
 +
.fadeOut {
 +
-webkit-animation: fadeOut 0.8s;
 +
animation: fadeOut 0.8s;
 +
}
 +
/* end of fade animation for image slider - magnific popup */
  
/**************************************************************************************************************************************************************************************************/
 
/* CONTENT OF THE PAGE */
 
/**************************************************************************************************************************************************************************************************/
 
  
/* general wrapper for the content */
+
/*************************/
.igem_2019_team_content {
+
/*    02. Preloader    */
background-color:white;  
+
/*************************/
display:block;
+
.spinner-wrapper {
width: 87%;
+
position: fixed;
font-size: 12pt;
+
z-index: 999999;
}
+
top: 0;
 +
right: 0;
 +
bottom: 0;
 +
left: 0;
 +
background: #fff;
 +
}
  
/* subwrapper to center content */
+
.spinner {
.igem_2019_team_content .igem_2019_team_column_wrapper {
+
position: absolute;
margin:auto;
+
top: 50%; /* centers the loading animation vertically one the screen */
max-width: 1400px;
+
left: 50%; /* centers the loading animation horizontally one the screen */
width:90%;
+
width: 3.75rem;
}
+
height: 1.25rem;
 +
margin: -0.625rem 0 0 -1.875rem; /* is width and height divided by two */
 +
text-align: center;
 +
}
  
 +
.spinner > div {
 +
display: inline-block;
 +
width: 1rem;
 +
height: 1rem;
 +
border-radius: 100%;
 +
background-color: #00bfd8;
 +
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
 +
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
 +
}
  
 +
.spinner .bounce1 {
 +
-webkit-animation-delay: -0.32s;
 +
animation-delay: -0.32s;
 +
}
  
/*general styling*/
+
.spinner .bounce2 {
/**************************************************************************************************************************************************************************************************/
+
-webkit-animation-delay: -0.16s;
        /*size for title h tags*/
+
animation-delay: -0.16s;
.igem_2019_team_content .igem_2019_team_column_wrapper h1 { font-size: 210%;}
+
}
.igem_2019_team_content .igem_2019_team_column_wrapper h2 { font-size: 190%;}
+
.igem_2019_team_content .igem_2019_team_column_wrapper h3 { font-size: 170%;}
+
.igem_2019_team_content .igem_2019_team_column_wrapper h4 { font-size: 150%;}
+
.igem_2019_team_content .igem_2019_team_column_wrapper h5 { font-size: 140%;}
+
.igem_2019_team_content .igem_2019_team_column_wrapper h6 { font-size: 130%;}
+
  
 +
@-webkit-keyframes sk-bouncedelay {
 +
0%, 80%, 100% { -webkit-transform: scale(0); }
 +
40% { -webkit-transform: scale(1.0); }
 +
}
  
/*titles h1, h2*/
+
@keyframes sk-bouncedelay {
.igem_2019_team_content .igem_2019_team_column_wrapper h1, .igem_2019_team_content .igem_2019_team_column_wrapper h2 {
+
0%, 80%, 100% {  
border-bottom:0px;  
+
-webkit-transform: scale(0);
color: #635d5d;
+
-ms-transform: scale(0);
font-family: "Arial Black", Gadget, sans-serif;
+
transform: scale(0);
padding: 10px 0px;
+
} 40% {
        font-size: 12pt;
+
-webkit-transform: scale(1.0);
 +
-ms-transform: scale(1.0);
 +
transform: scale(1.0);
 
}
 
}
 +
}
  
/*titles h3, h3, h5, h6 */
 
.igem_2019_team_content .igem_2019_team_column_wrapper h3,
 
.igem_2019_team_content .igem_2019_team_column_wrapper h4,
 
.igem_2019_team_content .igem_2019_team_column_wrapper h5,
 
.igem_2019_team_content .igem_2019_team_column_wrapper h6 {
 
border-bottom:0px;
 
color: #635d5d; 
 
font-family: "Arial Black", Gadget, sans-serif;
 
padding: 5px 0px;
 
}
 
  
/* text p tag*/
+
/**************************/
.igem_2019_team_content .igem_2019_team_column_wrapper p {
+
/*    03. Navigation    */
font-size: 130%;
+
/**************************/
font-family: Arial, Helvetica, sans-serif;
+
.navbar-custom {
padding: 5px 0px;
+
background-color: #fff;
text-align: left;
+
box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
color: #484848;
+
font: 600 0.875rem/0.875rem "Raleway", sans-serif;
}
+
transition: all 0.2s;
        .igem_2019_team_content .igem_2019_team_column_wrapper li {
+
}
font-size: 130%;
+
font-family: Arial, Helvetica, sans-serif;
+
padding: 5px 0px;
+
text-align: left;
+
color: #484848;
+
}
+
  
/* Links a tag*/
+
.navbar-custom .navbar-brand.logo-image img {
.igem_2019_team_content .igem_2019_team_column_wrapper a {
+
    width: 7.4375rem;
color: #00a19b;
+
height: 2rem;
font-weight: bold;
+
}
text-decoration: underline;
+
text-decoration-color:#00a19b;
+
transition: all 0.4s ease;
+
-webkit-transition: all 0.4s ease;
+
-moz-transition: all 0.4s ease;
+
-ms-transition: all 0.4s ease;  
+
-o-transition: all 0.4s ease;  
+
}
+
  
/* hover for the links */
+
.navbar-custom .navbar-brand.logo-text {
.igem_2019_team_content .igem_2019_team_column_wrapper a:hover {  
+
font: 600 2rem/1.5rem "Raleway", sans-serif;
color: #085156;
+
color: #393939;
text-decoration:none;
+
text-decoration: none;
}
+
}
  
 +
.navbar-custom .navbar-nav {
 +
margin-top: 0.75rem;
 +
margin-bottom: 0.5rem;
 +
}
  
/* Table tag*/
+
.navbar-custom .nav-item .nav-link {
.igem_2019_team_content .igem_2019_team_column_wrapper table {  
+
padding: 0.625rem 0.75rem 0.625rem 0.75rem;
border: 1px solid #635d5d;  
+
color: #393939;
border-collapse: collapse;  
+
text-decoration: none;
font-size: 130%;
+
transition: all 0.2s ease;
width: 100%;  
+
}
}
+
  
/* table cells */
+
.navbar-custom .nav-item .nav-link:hover,
.igem_2019_team_content .igem_2019_team_column_wrapper td {
+
.navbar-custom .nav-item .nav-link.active {
border: 1px solid #cecece;
+
color: #00bfd8;
border-collapse: collapse;
+
}
font-size: 105%;
+
padding: 10px;
+
vertical-align: text-top;
+
}
+
  
/* table headers */
+
/* Dropdown Menu */
.igem_2019_team_content .igem_2019_team_column_wrapper th {  
+
.navbar-custom .dropdown:hover > .dropdown-menu {
background-color:#cecece;
+
display: block; /* this makes the dropdown menu stay open while hovering it */
border: 1px solid #635d5d;  
+
min-width: auto;
border-collapse: collapse;  
+
animation: fadeDropdown 0.2s; /* required for the fade animation */
font-size: 110%;
+
}
padding: 10px;
+
vertical-align: text-top;
+
}
+
  
 +
@keyframes fadeDropdown {
 +
    0% {
 +
        opacity: 0;
 +
    }
  
 +
    100% {
 +
        opacity: 1;
 +
    }
 +
}
  
/* non numbered lists */
+
.navbar-custom .dropdown-toggle:focus { /* removes dropdown outline on focus */
.igem_2019_team_content .igem_2019_team_column_wrapper ul, .igem_2019_team_content .igem_2019_team_column_wrapper ol {
+
outline: 0;
font-size: 130%;
+
}
font-family: Arial, Helvetica, sans-serif;
+
padding:0px 20px;
+
}
+
  
 +
.navbar-custom .dropdown-menu {
 +
margin-top: 0;
 +
border: none;
 +
border-radius: 0.25rem;
 +
background-color: #fff;
 +
}
  
/*font sizing within list nesting*/
+
.navbar-custom .dropdown-item {
.igem_2019_team_content .igem_2019_team_column_wrapper ul ul li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ul ul li,
+
color: #393939;
.igem_2019_team_content .igem_2019_team_column_wrapper ul ol li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ul ol li,
+
text-decoration: none;
.igem_2019_team_content .igem_2019_team_column_wrapper ol ol li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ol ul li,
+
}
.igem_2019_team_content .igem_2019_team_column_wrapper ol ul li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ol ol li,
+
.igem_2019_team_content .igem_2019_team_column_wrapper ol ul ul li, .igem_2019_team_content .igem_2019_team_column_wrapper ol ol ul li,
+
.igem_2019_team_content .igem_2019_team_column_wrapper ol ol ol li, .igem_2019_team_content .igem_2019_team_column_wrapper ol ul ol li{ font-size: 76%; }
+
  
 +
.navbar-custom .dropdown-item:hover {
 +
background-color: #fff;
 +
}
  
 +
.navbar-custom .dropdown-item .item-text {
 +
font: 600 0.875rem/0.875rem "Raleway", sans-serif;
 +
}
  
/*layout classes*/
+
.navbar-custom .dropdown-item:hover .item-text {
/**************************************************************************************************************************************************************************************************/
+
color: #00bfd8;
 +
}
  
/*main layout class */
+
.navbar-custom .dropdown-items-divide-hr {
.igem_2019_team_content .igem_2019_team_column_wrapper .column  {  
+
width: 100%;
float:left;
+
height: 1px;
margin: 1% 2%;
+
margin: 0.75rem auto 0.725rem auto;
padding: 0px;
+
border: none;
}
+
background-color: #c4d8dc;
 +
opacity: 0.2;
 +
}
 +
/* end of dropdown menu */
  
/* 100% */
+
.navbar-custom .social-icons {
.igem_2019_team_content .igem_2019_team_column_wrapper .column.full_size { width:96%; }
+
display: none;
 +
}
  
/* 66% */
+
.navbar-custom .navbar-toggler {
.igem_2019_team_content .igem_2019_team_column_wrapper .column.two_thirds_size { width: 62.6%; }
+
border: none;
 +
color: #393939;
 +
font-size: 2rem;
 +
}
  
/* 33% */
+
.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times{
.igem_2019_team_content .igem_2019_team_column_wrapper .column.third_size { width: 29.3%; }
+
display: none;
 +
}
  
 +
.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars{
 +
display: inline-block;
 +
}
  
 +
.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars{
 +
display: none;
 +
}
  
 +
.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times{
 +
display: inline-block;
 +
margin-right: 0.125rem;
 +
}
  
/*all images*/
+
.navbar-custom {
.igem_2019_team_content .igem_2019_team_column_wrapper .column.full_size img,  
+
    padding: 3.125rem 5rem 2.125rem 5rem;
.igem_2019_team_content .igem_2019_team_column_wrapper .column.two_thirds_size img,
+
    height: 80px;
.igem_2019_team_content .igem_2019_team_column_wrapper .column.third_size img {
+
    background: white;
margin-bottom: 15px;
+
}
width: 100%;  
+
</style>
 +
 
 +
 
 +
<body data-spy="scroll" data-target=".fixed-top">
 +
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 +
<!--- Menu --->
 +
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 +
<div class="igem_2019_global_wrapper">
 +
<header>
 +
<!-- Navigation -->
 +
        <nav class="navbar navbar-expand-lg navbar-dark navbar-custom fixed-top">
 +
            <!-- Text Logo - Use this if you don't have a graphic logo -->
 +
            <!-- <a class="navbar-brand logo-text page-scroll" href="index.html">Evolo</a> -->
 +
   
 +
            <!-- Image Logo -->
 +
            <a class="navbar-brand" href="https://2019.igem.org/Team:UNebraska-Lincoln"><img width="auto" height="55px" src="https://static.igem.org/mediawiki/2019/d/dc/T--UNebraska-Lincoln--SeekAndDestroy.jpeg" alt="alternative"></a>
 +
           
 +
            <!-- Mobile Menu Toggle Button -->
 +
            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
 +
                <span class="navbar-toggler-awesome fas fa-bars"></span>
 +
                <span class="navbar-toggler-awesome fas fa-times"></span>
 +
            </button>
 +
            <!-- end of mobile menu toggle button -->
 +
   
 +
            <div class="collapse navbar-collapse" id="navbarsExampleDefault">
 +
                <ul class="navbar-nav ml-auto">
 +
                    <!-- Dropdown Menu -->         
 +
                    <!-- <li class="nav-item dropdown">
 +
                        <a class="nav-link dropdown-toggle page-scroll" href="#about" id="navbarDropdown" role="button" aria-haspopup="true" aria-expanded="false">About</a>
 +
                        <div class="dropdown-menu" aria-labelledby="navbarDropdown">
 +
                            <a class="dropdown-item" href="terms-conditions.html"><span class="item-text">Terms Conditions</span></a>
 +
                            <div class="dropdown-items-divide-hr"></div>
 +
                            <a class="dropdown-item" href="privacy-policy.html"><span class="item-text">Privacy Policy</span></a>
 +
                        </div>
 +
                    </li> -->
 +
                    <!-- end of dropdown menu -->
 +
                    <li class="nav-item">
 +
                        <a class="nav-link page-scroll" style="color: #000000" href="<html>
 +
 
 +
 
 +
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 +
<!--- THIS IS WHERE THE HTML BEGINS --->
 +
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 +
 
 +
<head>
 +
 
 +
<!-- This tells the browser that your page is responsive -->
 +
<meta charset="UTF-8">
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
 +
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
 +
 
 +
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 +
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
 +
  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
 +
  <!-- Styles -->
 +
  <link href="https://fonts.googleapis.com/css?family=Raleway:400,400i,600,700,700i&amp;subset=latin-ext" rel="stylesheet">
 +
  <link rel="stylesheet" type="text/css"
 +
  href="https://2019.igem.org/wiki/index.php?title=Template:UNebraska-Lincoln/bootstrap&action=raw&ctype=text/css" />
 +
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
 +
  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
 +
 
 +
</head>
 +
 
 +
<style>
 +
  #top_title{
 +
        display: none;
 +
        }
 +
        body, p {
 +
color: #626262;
 +
font: 400 0.875rem/1.375rem "Raleway", sans-serif;
 +
}
 +
 
 +
.p-large {
 +
font: 400 1rem/1.5rem "Raleway", sans-serif;
 +
}
 +
 
 +
.p-small {
 +
font: 400 0.75rem/1.25rem "Raleway", sans-serif;
 +
}
 +
 
 +
.p-heading {
 +
margin-bottom: 3.875rem;
 +
}
 +
 
 +
.li-space-lg li {
 +
margin-bottom: 0.25rem;
 +
}
 +
 
 +
.indent {
 +
padding-left: 1.25rem;
 +
}
 +
 
 +
h1 {
 +
color: #393939;
 +
font: 700 3rem/3.5rem "Raleway", sans-serif;
 +
}
 +
 
 +
h2 {
 +
color: #393939;
 +
font: 700 2.25rem/2.75rem "Raleway", sans-serif;
 +
}
 +
 
 +
h3 {
 +
color: #393939;
 +
font: 700 1.75rem/2rem "Raleway", sans-serif;
 +
}
 +
 
 +
h4 {
 +
color: #393939;
 +
font: 700 1.375rem/1.875rem "Raleway", sans-serif;
 +
}
 +
 
 +
h5 {
 +
color: #393939;
 +
font: 700 1.125rem/1.625rem "Raleway", sans-serif;
 +
}
 +
 
 +
h6 {
 +
color: #393939;
 +
font: 700 1rem/1.5rem "Raleway", sans-serif;
 +
}
 +
 
 +
a {
 +
color: #626262;
 +
text-decoration: underline;
 +
}
 +
 
 +
a:hover {
 +
color: #626262;
 +
text-decoration: underline;
 +
}
 +
 
 +
a.turquoise {
 +
color: #00bfd8;
 +
}
 +
 
 +
a.white {
 +
color: #fff;
 +
}
 +
 
 +
.testimonial-text {
 +
font: italic 400 1rem/1.5rem "Raleway", sans-serif;
 +
}
 +
 
 +
.testimonial-author {
 +
font: 700 1rem/1.5rem "Raleway", sans-serif;
 +
}
 +
 
 +
.turquoise {
 +
color: #00bfd8;
 +
}
 +
 
 +
.btn-solid-reg {
 +
display: inline-block;
 +
padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
 +
border: 0.125rem solid #00bfd8;
 +
border-radius: 2rem;
 +
background-color: #00bfd8;
 +
color: #fff;
 +
font: 700 0.75rem/0 "Raleway", sans-serif;
 +
text-decoration: none;
 +
transition: all 0.2s;
 +
}
 +
 
 +
.btn-solid-reg:hover {
 +
background-color: transparent;
 +
color: #00bfd8;
 +
text-decoration: none;
 +
}
 +
 
 +
.btn-solid-lg {
 +
display: inline-block;
 +
padding: 1.375rem 2.625rem 1.375rem 2.625rem;
 +
border: 0.125rem solid #00bfd8;
 +
border-radius: 2rem;
 +
background-color: #00bfd8;
 +
color: #fff;
 +
font: 700 0.75rem/0 "Raleway", sans-serif;
 +
text-decoration: none;
 +
transition: all 0.2s;
 +
}
 +
 
 +
.btn-solid-lg:hover {
 +
background-color: transparent;
 +
color: #00bfd8;
 +
text-decoration: none;
 +
}
 +
 
 +
.btn-outline-reg {
 +
display: inline-block;
 +
padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
 +
border: 0.125rem solid #00bfd8;
 +
border-radius: 2rem;
 +
background-color: transparent;
 +
color: #00bfd8;
 +
font: 700 0.75rem/0 "Raleway", sans-serif;
 +
text-decoration: none;
 +
transition: all 0.2s;
 +
}
 +
 
 +
.btn-outline-reg:hover {
 +
background-color: #00bfd8;
 +
color: #fff;
 +
text-decoration: none;
 +
}
 +
 
 +
.btn-outline-lg {
 +
display: inline-block;
 +
padding: 1.375rem 2.625rem 1.375rem 2.625rem;
 +
border: 0.125rem solid #00bfd8;
 +
border-radius: 2rem;
 +
background-color: transparent;
 +
color: #00bfd8;
 +
font: 700 0.75rem/0 "Raleway", sans-serif;
 +
text-decoration: none;
 +
transition: all 0.2s;
 +
}
 +
 
 +
.btn-outline-lg:hover {
 +
background-color: #00bfd8;
 +
color: #fff;
 +
text-decoration: none;
 +
}
 +
 
 +
.btn-outline-sm {
 +
display: inline-block;
 +
padding: 1rem 1.625rem 0.875rem 1.625rem;
 +
border: 0.125rem solid #00bfd8;
 +
border-radius: 2rem;
 +
background-color: transparent;
 +
color: #00bfd8;
 +
font: 700 0.625rem/0 "Raleway", sans-serif;
 +
text-decoration: none;
 +
transition: all 0.2s;
 +
}
 +
 
 +
.btn-outline-sm:hover {
 +
background-color: #00bfd8;
 +
color: #fff;
 +
text-decoration: none;
 +
}
 +
 
 +
.form-group {
 +
position: relative;
 +
margin-bottom: 1.25rem;
 +
}
 +
 
 +
.form-group.has-error.has-danger {
 +
margin-bottom: 0.625rem;
 +
}
 +
 
 +
.form-group.has-error.has-danger .help-block.with-errors ul {
 +
margin-top: 0.375rem;
 +
}
 +
 
 +
.label-control {
 +
position: absolute;
 +
top: 0.87rem;
 +
left: 1.375rem;
 +
color: #626262;
 +
opacity: 1;
 +
font: 400 0.875rem/1.375rem "Raleway", sans-serif;
 +
cursor: text;
 +
transition: all 0.2s ease;
 +
}
 +
 
 +
/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
 +
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 
 +
.label-control {
 +
top: 0.9375rem;
 
}
 
}
 +
}
  
 +
.form-control-input:focus + .label-control,
 +
.form-control-input.notEmpty + .label-control,
 +
.form-control-textarea:focus + .label-control,
 +
.form-control-textarea.notEmpty + .label-control {
 +
top: 0.125rem;
 +
opacity: 1;
 +
font-size: 0.75rem;
 +
font-weight: 700;
 +
}
  
/* page break */
+
.form-control-input,
.igem_2019_team_content .igem_2019_team_column_wrapper .clear {
+
.form-control-select {
clear:both;
+
display: block; /* needed for proper display of the label in Firefox, IE, Edge */
}
+
width: 100%;
/*add extra space to page break with clear class*/
+
padding-top: 1.0625rem;
.igem_2019_team_content .igem_2019_team_column_wrapper .clear.extra_space {
+
padding-bottom: 0.0625rem;
height: 30px;
+
padding-left: 1.3125rem;
 +
border: 1px solid #c4d8dc;
 +
border-radius: 0.25rem;
 +
background-color: #fff;
 +
color: #626262;
 +
font: 400 0.875rem/1.875rem "Raleway", sans-serif;
 +
transition: all 0.2s;
 +
-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
 +
}
 +
 
 +
.form-control-select {
 +
padding-top: 0.5rem;
 +
padding-bottom: 0.5rem;
 +
height: 3rem;
 +
}
 +
 
 +
/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
 +
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 
 +
.form-control-input {
 +
padding-top: 1.25rem;
 +
padding-bottom: 0.75rem;
 +
line-height: 1.75rem;
 
}
 
}
  
/* horizontal line to divide the page*/
+
.form-control-select {
.igem_2019_team_content .igem_2019_team_column_wrapper .line_divider {
+
padding-top: 0.875rem;
    border-top: 1px solid #cecece;
+
padding-bottom: 0.75rem;
  margin: auto;
+
height: 3.125rem;
  width: 98%;
+
line-height: 2.125rem;
 
}
 
}
 +
}
  
 +
select {
 +
    /* you should keep these first rules in place to maintain cross-browser behavior */
 +
    -webkit-appearance: none;
 +
-moz-appearance: none;
 +
-ms-appearance: none;
 +
    -o-appearance: none;
 +
    appearance: none;
 +
    background-image: url('../images/down-arrow.png');
 +
    background-position: 96% 50%;
 +
    background-repeat: no-repeat;
 +
    outline: none;
 +
}
  
 +
select::-ms-expand {
 +
    display: none; /* removes the ugly default down arrow on select form field in IE11 */
 +
}
  
+
.form-control-textarea {
/*support classes*/
+
display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
/**************************************************************************************************************************************************************************************************/
+
width: 100%;
 +
height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
 +
padding-top: 1.25rem;
 +
padding-left: 1.3125rem;
 +
border: 1px solid #c4d8dc;
 +
border-radius: 0.25rem;
 +
background-color: #fff;
 +
color: #626262;
 +
font: 400 0.875rem/1.75rem "Raleway", sans-serif;
 +
transition: all 0.2s;
 +
}
  
 +
.form-control-input:focus,
 +
.form-control-select:focus,
 +
.form-control-textarea:focus {
 +
border: 1px solid #a1a1a1;
 +
outline: none; /* Removes blue border on focus */
 +
}
  
/*Button  */
+
.form-control-input:hover,
/************************************************/
+
.form-control-select:hover,
.igem_2019_team_content .igem_2019_team_column_wrapper .button_link {
+
.form-control-textarea:hover {
font-size: 130%;
+
border: 1px solid #a1a1a1;
margin: 30px auto;
+
}
text-align: center;
+
 
 +
.checkbox {
 +
font: 400 0.75rem/1.25rem "Raleway", sans-serif;
 +
}
 +
 
 +
input[type='checkbox'] {
 +
vertical-align: -15%;
 +
margin-right: 0.375rem;
 +
}
 +
 
 +
/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
 +
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 
 +
input[type='checkbox'] {
 +
vertical-align: -9%;
 
}
 
}
 +
}
  
.igem_2019_team_content .igem_2019_team_column_wrapper .button_link a  {
+
.form-control-submit-button {
background-color: #00a19bad !important;
+
display: inline-block;
color: #000 !important;
+
width: 100%;
font-weight: bold;
+
height: 3.125rem;
margin: auto;
+
border: 1px solid #00bfd8;
text-decoration: none !important;
+
border-radius: 1.5rem;
padding: 10px 15px !important;
+
background-color: #00bfd8;
 +
color: #fff;
 +
font: 700 0.75rem/1.75rem "Raleway", sans-serif;
 +
cursor: pointer;
 +
transition: all 0.2s;
 +
}
 +
 
 +
.form-control-submit-button:hover {
 +
background-color: transparent;
 +
color: #00bfd8;
 +
}
 +
 
 +
/* Form Success And Error Message Formatting */
 +
#rmsgSubmit.h3.text-center.tada.animated,
 +
#cmsgSubmit.h3.text-center.tada.animated,
 +
#pmsgSubmit.h3.text-center.tada.animated,
 +
#rmsgSubmit.h3.text-center,
 +
#cmsgSubmit.h3.text-center,
 +
#pmsgSubmit.h3.text-center {
 +
display: block;
 +
margin-bottom: 0;
 +
color: #626262;
 +
font: 400 1.125rem/1rem "Raleway", sans-serif;
 +
}
 +
 
 +
.help-block.with-errors .list-unstyled {
 +
color: #626262;
 +
font-size: 0.75rem;
 +
line-height: 1.125rem;
 +
text-align: left;
 +
}
 +
 
 +
.help-block.with-errors ul {
 +
margin-bottom: 0;
 +
}
 +
/* end of form success and error message formatting */
 +
 
 +
/* Form Success And Error Message Animation - Animate.css */
 +
@-webkit-keyframes tada {
 +
from {
 +
-webkit-transform: scale3d(1, 1, 1);
 +
-ms-transform: scale3d(1, 1, 1);
 +
transform: scale3d(1, 1, 1);
 
}
 
}
 +
10%, 20% {
 +
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 +
-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 +
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 +
}
 +
30%, 50%, 70%, 90% {
 +
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 +
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 +
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 +
}
 +
40%, 60%, 80% {
 +
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 +
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 +
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 +
}
 +
to {
 +
-webkit-transform: scale3d(1, 1, 1);
 +
-ms-transform: scale3d(1, 1, 1);
 +
transform: scale3d(1, 1, 1);
 +
}
 +
}
  
.igem_2019_team_content .igem_2019_team_column_wrapper .button_link a:hover {
+
@keyframes tada {
background-color: #ffb819 !important;  
+
from {
 +
-webkit-transform: scale3d(1, 1, 1);
 +
-ms-transform: scale3d(1, 1, 1);
 +
transform: scale3d(1, 1, 1);
 
}
 
}
 +
10%, 20% {
 +
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 +
-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 +
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 +
}
 +
30%, 50%, 70%, 90% {
 +
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 +
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 +
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 +
}
 +
40%, 60%, 80% {
 +
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 +
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 +
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 +
}
 +
to {
 +
-webkit-transform: scale3d(1, 1, 1);
 +
-ms-transform: scale3d(1, 1, 1);
 +
transform: scale3d(1, 1, 1);
 +
}
 +
}
  
+
.tada {
 +
-webkit-animation-name: tada;
 +
animation-name: tada;
 +
}
  
/*highlight */
+
.animated {
/************************************************/
+
-webkit-animation-duration: 1s;
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight {
+
animation-duration: 1s;
padding: 15px 20px;
+
-webkit-animation-fill-mode: both;
}
+
animation-fill-mode: both;
 +
}
 +
/* end of form success and error message animation - Animate.css */
  
 +
/* Fade-move Animation For Lightbox - Magnific Popup */
 +
/* at start */
 +
.my-mfp-slide-bottom .zoom-anim-dialog {
 +
opacity: 0;
 +
transition: all 0.2s ease-out;
 +
-webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
 +
-ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
 +
transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
 +
}
  
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight p,
+
/* animate in */
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h1,
+
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h2,
+
opacity: 1;
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h3,
+
-webkit-transform: translateY(0) perspective(37.5rem) rotateX(0);
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h4,
+
-ms-transform: translateY(0) perspective(37.5rem) rotateX(0);
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h5,
+
transform: translateY(0) perspective(37.5rem) rotateX(0);  
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h6 {
+
}
padding: 5px 15px;
+
}
+
  
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_background {
+
/* animate out */
background-color: #ececec;  
+
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
 +
opacity: 0;
 +
-webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
 +
-ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
 +
transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
 +
}
 +
 
 +
/* dark overlay, start state */
 +
.my-mfp-slide-bottom.mfp-bg {
 +
opacity: 0;
 +
transition: opacity 0.2s ease-out;
 +
}
 +
 
 +
/* animate in */
 +
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
 +
opacity: 0.8;
 +
}
 +
/* animate out */
 +
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
 +
opacity: 0;
 +
}
 +
/* end of fade-move animation for lightbox - magnific popup */
 +
 
 +
/* Fade Animation For Image Slider - Magnific Popup */
 +
@-webkit-keyframes fadeIn {
 +
from {
 +
opacity: 0;
 
}
 
}
 +
to {
 +
opacity: 1;
 +
}
 +
}
  
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_A_top {
+
@keyframes fadeIn {
    border-top: 4px solid #00a19bad;
+
from {
 +
opacity: 0;
 
}
 
}
 +
to {
 +
opacity: 1;
 +
}
 +
}
  
 +
.fadeIn {
 +
-webkit-animation: fadeIn 0.6s;
 +
animation: fadeIn 0.6s;
 +
}
  
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_A_full {
+
@-webkit-keyframes fadeOut {
    border: 4px solid #00a19bad;
+
from {
 +
opacity: 1;
 
}
 
}
 +
to {
 +
opacity: 0;
 +
}
 +
}
  
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_B_top {
+
@keyframes fadeOut {
    border-top: 4px solid #ffb819
+
from {
 +
opacity: 1;
 
}
 
}
 +
to {
 +
opacity: 0;
 +
}
 +
}
  
 +
.fadeOut {
 +
-webkit-animation: fadeOut 0.8s;
 +
animation: fadeOut 0.8s;
 +
}
 +
/* end of fade animation for image slider - magnific popup */
  
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_B_full {
 
    border: 4px solid #ffb819;
 
}
 
  
 +
/*************************/
 +
/*    02. Preloader    */
 +
/*************************/
 +
.spinner-wrapper {
 +
position: fixed;
 +
z-index: 999999;
 +
top: 0;
 +
right: 0;
 +
bottom: 0;
 +
left: 0;
 +
background: #fff;
 +
}
  
 +
.spinner {
 +
position: absolute;
 +
top: 50%; /* centers the loading animation vertically one the screen */
 +
left: 50%; /* centers the loading animation horizontally one the screen */
 +
width: 3.75rem;
 +
height: 1.25rem;
 +
margin: -0.625rem 0 0 -1.875rem; /* is width and height divided by two */
 +
text-align: center;
 +
}
  
 +
.spinner > div {
 +
display: inline-block;
 +
width: 1rem;
 +
height: 1rem;
 +
border-radius: 100%;
 +
background-color: #00bfd8;
 +
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
 +
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
 +
}
  
/*mobile*/
+
.spinner .bounce1 {
/**************************************************************************************************************************************************************************************************/
+
-webkit-animation-delay: -0.32s;
 +
animation-delay: -0.32s;
 +
}
  
 +
.spinner .bounce2 {
 +
-webkit-animation-delay: -0.16s;
 +
animation-delay: -0.16s;
 +
}
  
/* 1800px  */
+
@-webkit-keyframes sk-bouncedelay {
/************************************************/
+
0%, 80%, 100% { -webkit-transform: scale(0); }
@media only screen and (max-width: 1800px) {
+
40% { -webkit-transform: scale(1.0); }
.igem_2019_team_content { width: 85%;}
+
.igem_2019_team_menu {display:block;}
+
 
}
 
}
  
/* 1400px  */
+
@keyframes sk-bouncedelay {
/************************************************/
+
0%, 80%, 100% {
@media only screen and (max-width: 1400px) {
+
-webkit-transform: scale(0);
.igem_2019_team_menu .menu_item { font-size:100%;}
+
-ms-transform: scale(0);
.igem_2019_team_menu .submenu .submenu_item { font-size:90%;}
+
transform: scale(0);
.igem_2019_team_menu {display:block;}
+
} 40% {  
 +
-webkit-transform: scale(1.0);
 +
-ms-transform: scale(1.0);
 +
transform: scale(1.0);
 
}
 
}
 +
}
  
  
/* 1100px  */
+
/**************************/
/************************************************/
+
/*    03. Navigation    */
@media only screen and (max-width: 1100px) {
+
/**************************/
.igem_2019_team_content {width:100%; margin-left:0px;}
+
.navbar-custom {
+
background-color: #fff;
.igem_2019_team_menu {display:none;float:right;margin-top:47px;max-width:100%;position:fixed;width:25%;}
+
box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
+
font: 600 0.875rem/0.875rem "Raleway", sans-serif;
.igem_2019_team_mobile_bar {display:block;}
+
transition: all 0.2s;
+
}
.igem_2019_team_content .igem_2019_team_column_wrapper .column.full_size, .igem_2019_team_content .igem_2019_team_column_wrapper .column.two_thirds_size,.igem_2019_team_content .igem_2019_team_column_wrapper .column.third_size {width:96%; }
+
  
}
+
.navbar-custom .navbar-brand.logo-image img {
 +
    width: 7.4375rem;
 +
height: 2rem;
 +
}
  
/* 850px  */
+
.navbar-custom .navbar-brand.logo-text {
/************************************************/
+
font: 600 2rem/1.5rem "Raleway", sans-serif;
@media only screen and (max-width: 850px) {
+
color: #393939;
.igem_2019_team_menu {width:40%;}
+
text-decoration: none;
}
+
}
  
/*500px  */
+
.navbar-custom .navbar-nav {
/************************************************/
+
margin-top: 0.75rem;
@media only screen and (max-width: 500px) {
+
margin-bottom: 0.5rem;
.igem_2019_team_menu {min-width:100%;width:100%;}
+
}
}
+
  
 +
.navbar-custom .nav-item .nav-link {
 +
padding: 0.625rem 0.75rem 0.625rem 0.75rem;
 +
color: #393939;
 +
text-decoration: none;
 +
transition: all 0.2s ease;
 +
}
  
/**************************************************************************************************************************************************************************************************/
+
.navbar-custom .nav-item .nav-link:hover,
 +
.navbar-custom .nav-item .nav-link.active {
 +
color: #00bfd8;
 +
}
  
/*********************************************************************************************** Mystyle ******************************************************************************************/\
+
/* Dropdown Menu */
 +
.navbar-custom .dropdown:hover > .dropdown-menu {
 +
display: block; /* this makes the dropdown menu stay open while hovering it */
 +
min-width: auto;
 +
animation: fadeDropdown 0.2s; /* required for the fade animation */
 +
}
  
  .dropdown-item{
+
@keyframes fadeDropdown {
     padding-left: 4ex;
+
     0% {
  }
+
         opacity: 0;
  .igem_2019_global_wrapper{
+
         text-align: center
+
 
     }
 
     }
     .navbar{
+
 
         position: relative;  
+
     100% {
        text-align: center;
+
         opacity: 1;
        display: inline-block
+
 
     }
 
     }
  .nav-link.dropdown-toggle{
+
}
    font-weight: 100;
+
  }
+
  .nav-item.nav-link.active{
+
    font-weight: 300;
+
  }
+
  
  /* FOOTER */
+
.navbar-custom .dropdown-toggle:focus { /* removes dropdown outline on focus */
.footer {
+
outline: 0;
    background-color: #b8c6db;
+
background-image: linear-gradient(0deg, #b8c6db 0%, #f5f7fa 74%);
+
position: absolute;
+
right: 0;
+
bottom: 0px;
+
height : auto;
+
left: 0;
+
padding: 1rem;
+
border-top-left-radius: 20% 50%;
+
border-top-right-radius: 20% 50%;
+
 
}
 
}
  
footer {
+
.navbar-custom .dropdown-menu {
  width:100vw;
+
margin-top: 0;
  position:fixed;
+
border: none;
  bottom:0px
+
border-radius: 0.25rem;
 +
background-color: #fff;
 
}
 
}
footer div {
+
 
  background-color: var(--col-deepblue);
+
.navbar-custom .dropdown-item {
  margin: -5px 0px 0px 0px;
+
color: #393939;
  padding:0px;
+
text-decoration: none;
  color: #fff;
+
  text-align:center;
+
 
}
 
}
svg {
+
 
  width:100%;
+
.navbar-custom .dropdown-item:hover {
  overflow:visible;
+
background-color: #fff;
 
}
 
}
  
.wave {
+
.navbar-custom .dropdown-item .item-text {
  animation: wave 3s linear;
+
font: 600 0.875rem/0.875rem "Raleway", sans-serif;
  animation-iteration-count:infinite;
+
  fill: #03A347;
+
 
}
 
}
.gooeff {
+
 
    filter: url(#goo);
+
.navbar-custom .dropdown-item:hover .item-text {
 +
color: #00bfd8;
 
}
 
}
#wave2 {
+
 
  animation-duration:5s;
+
.navbar-custom .dropdown-items-divide-hr {
  animation-direction: reverse;
+
width: 100%;
  opacity: .6
+
height: 1px;
 +
margin: 0.75rem auto 0.725rem auto;
 +
border: none;
 +
background-color: #c4d8dc;
 +
opacity: 0.2;
 
}
 
}
#wave3 {
+
/* end of dropdown menu */
  animation-duration: 7s;
+
 
  opacity:.3;
+
.navbar-custom .social-icons {
 +
display: none;
 
}
 
}
@keyframes drop {
+
 
  0% {
+
.navbar-custom .navbar-toggler {
    transform: translateY(25px);
+
border: none;
  }
+
color: #393939;
  30% {
+
font-size: 2rem;
    transform: translateY(-10px) scale(.1);
+
  }
+
  30.001% {
+
    transform: translateY(25px) scale(1);  
+
  }
+
  70% {
+
    transform: translateY(25px);  
+
  }
+
  100% {
+
    transform: translateY(-10px) scale(.1);
+
  }
+
 
}
 
}
@keyframes wave {
+
 
  to {transform: translateX(-100%);}
+
.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times{
 +
display: none;
 
}
 
}
  
</style>
+
.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars{
 +
display: inline-block;
 +
}
  
 +
.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars{
 +
display: none;
 +
}
  
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times{
<!--- THIS IS WHERE THE HTML BEGINS --->
+
display: inline-block;
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
margin-right: 0.125rem;
 +
}
  
<head>
+
.navbar-custom {
 
+
    padding: 3.125rem 5rem 2.125rem 5rem;
<!-- This tells the browser that your page is responsive -->
+
    height: 80px;
<meta charset="UTF-8">
+
    background: white;
<meta name="viewport" content="width=device-width, initial-scale=1">
+
}
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
+
</style>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
+
 
+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
+
 
+
</head>
+
  
  
<body>
+
<body data-spy="scroll" data-target=".fixed-top">
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 
<!--- Menu --->
 
<!--- Menu --->
Line 677: Line 1,556:
 
                     <!-- end of dropdown menu -->
 
                     <!-- end of dropdown menu -->
 
                     <li class="nav-item">
 
                     <li class="nav-item">
                         <a class="nav-link page-scroll" style="color: #000000" href="#header">Home <span class="sr-only">(current)</span></a>
+
                         <a class="nav-link page-scroll" style="color: #000000" href="https://2019.igem.org/Team:UNebraska-Lincoln">Home <span class="sr-only">(current)</span></a>
 +
                    </li>
 +
                    <!------------------------------------Team-------------------------------------->
 +
                          <li class="nav-item dropdown">
 +
                            <a href="#" class="nav-link" style="color: #000000" data-toggle="dropdown">Team</a>
 +
                            <div class="dropdown-menu">
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Team" class="dropdown-item">Team</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Collaborations" class="dropdown-item">Collaborations</a>
 +
                            </div>
 +
                          </li>
 +
                          <!------------------------------------ Projects-------------------------------->
 +
                          <li class="nav-item dropdown">
 +
                            <a href="#" class="nav-link " style="color: #000000" data-toggle="dropdown">Project</a>
 +
                            <div class="dropdown-menu">
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Description" class="dropdown-item">Description</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Design" class="dropdown-item">Design</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Experiments" class="dropdown-item">Experiments</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Notebook" class="dropdown-item">Notebook</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Contribution" class="dropdown-item">Contribution</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Results" class="dropdown-item">Results</a>               
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Improve" class="dropdown-item">Improve</a>
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Attributions" class="dropdown-item">Attributions</a>                   
 +
                            </div>
 +
                          </li>
 +
                          <!------------------------------------ Modeling-------------------------------->
 +
                          <li class="nav-item dropdown">
 +
                            <a href="#" class="nav-link" style="color: #000000" data-toggle="dropdown">Modeling</a>
 +
                            <div class="dropdown-menu">
 +
                              <a href="https://2019.igem.org/Template:UNebraska-Lincoln/Modeling" class="dropdown-item">Modeling</a>
 +
                            </div>
 +
                          </li>
 +
                          <!------------------------------------ Parts----------------------------------->
 +
                          <li class="nav-item dropdown">
 +
                            <a href="#" class="nav-link " style="color: #000000" data-toggle="dropdown">Parts</a>
 +
                            <div class="dropdown-menu">
 +
               
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Basic_Part" class="dropdown-item">Basic Parts</a>
 +
                       
 +
                            </div>
 +
                          </li>
 +
                          <!------------------------------------ Safety---------------------------------->
 +
                                                <li class="nav-item">
 +
                                                    <a class="nav-link page-scroll" style="color: #000000" href="https://2019.igem.org/Team:UNebraska-Lincoln/Safety">Safety <span class="sr-only">(current)</span></a>
 +
                                                </li>
 +
                          <!------------------------------------ Human Practices------------------------->
 +
                          <li class="nav-item dropdown">
 +
                            <a href="#" class="nav-link " style="color: #000000" data-toggle="dropdown">Human Practices</a>
 +
                            <div class="dropdown-menu">
 +
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Human_Practices" class="dropdown-item">Human Practices</a>
 +
   
 +
                            </div>
 +
                          </li>
 +
                          <!------------------------------------ Awards---------------------------------->
 +
                                                <li class="nav-item">
 +
                                                    <a class="nav-link page-scroll" style="color: #000000" href="#">Awards <span class="sr-only">(current)</span></a>
 +
                                                </li>
 +
                                               
 +
                          <!------------------------------------ Judging Form---------------------------->
 +
                                                <li class="nav-item">
 +
                                                    <a class="nav-link page-scroll" style="color: #000000" href="https://igem.org/2019_Judging_Form?team=UNebraska-Lincoln">Judging Form <span class="sr-only">(current)</span></a>
 +
                                                </li>
 +
                </ul>
 +
            </div>
 +
        </nav> <!-- end of navbar -->
 +
</header>
 +
<div>
 +
</body>
 +
 
 
                     </li>
 
                     </li>
 
                     <!------------------------------------Team-------------------------------------->
 
                     <!------------------------------------Team-------------------------------------->
Line 713: Line 1,659:
 
                             <a href="#" class="nav-link " style="color: #000000" data-toggle="dropdown">Parts</a>
 
                             <a href="#" class="nav-link " style="color: #000000" data-toggle="dropdown">Parts</a>
 
                             <div class="dropdown-menu">
 
                             <div class="dropdown-menu">
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Parts" class="dropdown-item">Parts Overview</a>
 
 
                               <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Basic_Part" class="dropdown-item">Basic Parts</a>
 
                               <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Basic_Part" class="dropdown-item">Basic Parts</a>
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Composite_Part" class="dropdown-item">Composite Parts</a>
+
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Part_Collection" class="dropdown-item">Part Collection</a>
+
 
                             </div>
 
                             </div>
 
                           </li>
 
                           </li>
Line 728: Line 1,672:
 
                             <div class="dropdown-menu">
 
                             <div class="dropdown-menu">
 
                               <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Human_Practices" class="dropdown-item">Human Practices</a>
 
                               <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Human_Practices" class="dropdown-item">Human Practices</a>
                              <a href="https://2019.igem.org/Team:UNebraska-Lincoln/Public_Engagement" class="dropdown-item">Education & Engagement</a>
 
 
                             </div>
 
                             </div>
 
                           </li>
 
                           </li>
Line 744: Line 1,687:
 
         </nav> <!-- end of navbar -->
 
         </nav> <!-- end of navbar -->
 
</header>
 
</header>
</body>
 
 
<div>
 
<div>
 +
</body>

Latest revision as of 22:36, 21 October 2019