Difference between revisions of "Template:Tec-Chihuahua"

 
(27 intermediate revisions by one other user not shown)
Line 1: Line 1:
<html>
+
* {
<script>
+
  margin: 0;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+
  padding: 0;
 +
}
  
$(document).ready(function() {
+
#toc {
 +
  display: none !important; /* Seriously, igem? */
 +
}
  
$("#HQ_page").attr('id','');
+
/*-- Fonts --*/
+
  
//highlight current page on the menu
+
@font-face {
highlight_current_page_menu();
+
  font-family: wolf;
+
  src: url('https://static.igem.org/mediawiki/2017/0/02/Tec-Chihuahua-wolf-font.ttf');
//accessing submenus
+
}
$(".menu_item").click(function(){
+
$(".submenu_control_icon", this).toggleClass("open");
+
$(this).next(".submenu").fadeToggle(400);
+
});
+
+
//mobile menu access
+
$(".igem_2018_team_mobile_bar").click(function(){
+
$(this).next().toggleClass("displaying_menu");
+
});
+
+
});
+
  
  
function highlight_current_page_menu() {
+
/*-- Nav Bar Display --*/
+
var page_url="https://2018.igem.org/";
+
page_url = page_url + wgPageName;
+
$("a[href$='"+ page_url +"']").children().addClass("current_page");
+
+
//if the page is in a submenu, open the submenu and make the appropiate changes
+
if( $( ".current_page" ).hasClass( "submenu_item" )){
+
+
$(".current_page").parent().parent().fadeToggle(400);
+
$(".current_page").parent().parent().prev().addClass("current_page");
+
$(".menu_item.current_page > .submenu_control_icon").toggleClass("open");
+
+
}
+
}
+
  
 +
nav {
 +
  position: fixed;
 +
  width: 100%;
 +
  top: 16px;
 +
  background-color: #fff;
 +
  text-align: center;
 +
  padding: 10px 0;
 +
  transition: all 0.5s ease;
 +
  align-content: right;
 +
  z-index: 500;
 +
  box-shadow: 2px -6px 8px 5px #333;
 +
}
  
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+
nav.hidden {
</script>
+
  transform: translate(0, -100%);
 +
}
  
 +
nav ul li {
 +
  margin-right: 0px;
 +
}
  
<style>
+
nav ul {
/**************************************************************************************************************************************************************************************************/
+
  margin: 0px;
 +
  padding: 0px;
 +
  list-style: none;
 +
}
  
 +
nav ul li {
 +
  box-sizing: border-box;
 +
  position: relative;
 +
  display: inline-block;
 +
  min-width: 145px;
 +
  min-height: 100%;
 +
  color: #000;
 +
  line-height: 50px;
 +
  text-align: center;
 +
  font-size: 15px;
 +
}
  
 +
nav ul li a {
 +
  text-decoration: none;
 +
  color: #000;
 +
  display: block;
 +
  font-family: 'Lato', sans-serif;
 +
  text-align: center;
 +
}
  
/**************************************************************************************************************************************************************************************************/
+
nav ul li a:hover {
/* DEFAULT WIKI SETTINGS */
+
  background-color: #000;
/**************************************************************************************************************************************************************************************************/
+
  color: #fff;
 +
}
  
 +
nav ul li ul {
 +
  display: none;
 +
}
  
#home_logo, #sideMenu { display:none; }
+
nav ul li:hover ul {
#sideMenu, #top_title, .patrollink  {display:none;}
+
  display: block;
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
+
  position: absolute;
body {background-color:white; }
+
  top: 35px;
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
  z-index: 3;
 +
  margin: 0 !important;
 +
  width: 100%;
 +
  z-index: 20;
 +
  box-shadow: 4px 4px 14px 0px #999;
 +
}
  
.judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;}
+
nav ul li ul li {
 +
  display: block;
 +
  background-color: #fff;
 +
  opacity: .9;
 +
  margin-bottom: 0;
 +
}
  
  
/**************************************************************************************************************************************************************************************************/
+
/*-- content --*/
/* MENU */
+
/**************************************************************************************************************************************************************************************************/
+
  
/*this wraps the whole of the menu*/
+
.content {
.igem_2018_team_menu {  
+
  padding-top: 38px;
background-color:#e5a51b;  
+
  background-position: left top;
border-left: 1px solid #c4baba;
+
  background-color: #fff;
display:block;
+
  background-attachment: fixed;
float:left;  
+
  background-repeat: repeat;
height:100vh;
+
  background-size: cover;
max-width: 270px;
+
}
overflow-y: auto;
+
overflow-x: hidden;
+
padding:0px;
+
position:free;
+
right:0%;
+
text-align:left;
+
width: 15%;  
+
}
+
  
 +
.content h1 {
 +
  font-family: 'Century Gothic', sans-serif;
 +
  color: #f9f3f4;
 +
  font-size: 500%;
 +
  text-shadow: 9px 9px 15px #000;
 +
}
  
.igem_2018_team_menu.displaying_menu{
+
.content h3 {
display:block;
+
  font-family: 'Century Gothic', sans-serif;
}
+
  color: #f9f3f4;
 +
  font-size: 200%;
 +
  text-shadow: 9px 9px 15px #000;
 +
  text-align: center;
 +
}
  
.igem_2018_team_menu  a {
+
.team-img{
color: #e5a51b;
+
  max-width: 75%;
text-decoration:none;
+
}
}
+
  
.igem_2018_team_menu img {
+
.parallax-bg {
width:100%;
+
  padding: 50px 0;
}
+
  background-image: url(https://static.igem.org/mediawiki/2017/f/f0/Tec-Chihuahua-index-bg.jpeg);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
  -webkit-transition: all 0.2s ease;
 +
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
 +
.parallax-bg.big > center > img {
 +
  max-width: 80%;
 +
}
  
.igem_2018_team_menu .menu_item {
+
p.standout {
    background-color: #c1c1ba;
+
  font-size: 18px;
    border-bottom: 1px solid #928b8b;
+
}
    clear: both;
+
color: #000000;
+
    cursor: pointer;
+
float: left;
+
    font-size: 120%;
+
    font-weight: bold;
+
    padding: 15px 0px 15px 5%;
+
  width: 100%;
+
}
+
  
.igem_2018_team_menu .menu_item.direct_link {
+
.content .container img {
color: #484848;
+
  max-width: 100%;
padding-left: 15%;
+
}
}
+
.igem_2018_team_menu .menu_item:hover {
+
background-color: #ecb656;
+
}
+
  
 +
.parallax-bg.big {
 +
  padding: 50px 0;
 +
}
  
.igem_2018_team_menu .menu_item .submenu_control_icon {
 
color: #484848;
 
float: left;
 
width: 10%;
 
}
 
  
/* submenu icon "+"  "+"*/
+
.parallax-bg h1 {
.igem_2018_team_menu .menu_item .submenu_control_icon::before {
+
  text-align: center;
content: "+";  
+
  color: #fff;
}
+
  font-size: 60px;
 +
}  
  
/* submenu icon "+"  "-"*/
 
.igem_2018_team_menu .menu_item .submenu_control_icon.open::before {
 
content: "-";
 
}
 
  
/*submenu wrapper*/
+
.parallax-bg.big h1 {
.igem_2018_team_menu .submenu{
+
  font-size: 10px;
background-color: #e4dede;
+
}
clear:both;
+
display:none;
+
float: left; 
+
width:100%;
+
}
+
  
/*styling for a submenu item*/
 
.igem_2018_team_menu .submenu .submenu_item {
 
border-bottom: 1px solid #c4baba;
 
  color: #635d5d;
 
    height: 30px;
 
  float: left;
 
    font-size: 110%;
 
font-weight: bold;
 
    padding: 12px 0px 0px 15%;
 
    width: 100%;
 
}
 
  
.igem_2018_team_menu .submenu .submenu_item:hover {
+
                                                                                                                  /*-- Headeresl --*/
background-color: #f3bd5d;
+
}
+
  
 +
.safety-bg {
 +
  padding: 50px 0;
 +
  background-image: url(https://static.igem.org/mediawiki/2016/2/20/T--Tec-Chihuahua--hazard.png);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
  -webkit-transition: all 0.2s ease;
 +
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
.igem_2018_team_menu .submenu .submenu_item.current_page,
+
.safety-bg h1 {
.igem_2018_team_menu .menu_item.current_page,
+
  text-align: center;
.igem_2018_team_menu .menu_item.direct_link.current_page {
+
  color: #fff;
background-color:#e5a51b;
+
  font-size: 60px;
}
+
}  
  
 +
.medals-bg {
 +
  padding: 50px 0;
 +
  background-image: url(https://static.igem.org/mediawiki/2016/a/aa/T--Tec-Chihuahua--awards.jpg);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
  -webkit-transition: all 0.2s ease;
 +
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
 +
.medals-bg h1 {
 +
  text-align: center;
 +
  color: #fff;
 +
  font-size: 60px;
 +
}
  
/*mobile menu bar styling*/
+
.notebook-bg {
/**************************************************************************************************************************************************************************************************/
+
  padding: 50px 0;
 +
  background-image: url(https://static.igem.org/mediawiki/2017/1/11/T--Tec-Chihuahua--Notebook.jpg);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
  -webkit-transition: all 0.2s ease;
 +
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
 +
.notebook-bg h1 {
 +
  text-align: center;
 +
  color: #fff;
 +
  font-size: 60px;
 +
}
  
.igem_2018_team_mobile_bar {
+
.Public-bg {
background-color:#e4dede;  
+
  padding: 60px 0;
border-bottom: 1px solid #c4baba;
+
  background-image: url(https://static.igem.org/mediawiki/2017/5/5b/T--Tec-Chihuahua--BanHum.png);
cursor:pointer;
+
  background-size: cover;
display:none;  
+
  background-attachment: fixed;
float:left;
+
  -webkit-transition: all 0.2s ease;
margin-top: 0;
+
  -moz-transition: all 0.2s ease;
padding: 5px 0;
+
  transition: all 0.2s ease;
position:fixed;
+
  margin-bottom: 40px;
width:100%;  
+
}
}
+
  
.igem_logo_mobile img {
+
.Public-bg h1 {
width:70px;
+
  text-align: center;
}
+
  color: #fff;
 +
  font-size: 60px;
 +
}  
  
.igem_logo_mobile {
+
.overentre-bg {
float:left;  
+
  padding: 100px 0;
padding-left: 5%;
+
  background-image: url(https://static.igem.org/mediawiki/2017/0/03/T--Tec-Chihuahua--Overview.jpg);
width: 30%;  
+
  background-size: cover;
}
+
  background-attachment: fixed;
 +
  -webkit-transition: all 0.2s ease;
 +
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
.igem_menu_control_mobile img {
+
.overentre-bg h1 {
width:25px;
+
  text-align: center;
}
+
  color: #fff;
 +
  font-size: 60px;
 +
}  
  
.igem_menu_control_mobile {
+
.banlab-bg {
float:right;  
+
  padding: 50px 0;
padding-right:5%;  
+
  background-image: url(https://static.igem.org/mediawiki/2017/a/a3/T--Tec-Chihuahua--BanLab.png);
padding-top:5px;
+
  background-size: cover;
text-align:right;  
+
  background-attachment: fixed;
width: 30%;  
+
  -webkit-transition: all 0.2s ease;
}
+
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
 +
.banlab-bg h1 {
 +
  text-align: center;
 +
  color: #fff;
 +
  font-size: 60px;
 +
}
  
 +
.fotolab-bg {
 +
  padding: 50px 0;
 +
  background-image: url(https://static.igem.org/mediawiki/2017/f/fe/T--Tec-Chihuahua--FotoLab.png);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
  -webkit-transition: all 0.2s ease;
 +
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
/**************************************************************************************************************************************************************************************************/
+
.fotolab-bg h1 {
/* CONTENT OF THE PAGE */
+
  text-align: center;
/**************************************************************************************************************************************************************************************************/
+
  color: #fff;
 +
  font-size: 60px;
 +
}
  
/* general wrapper for the content */
+
.protocolos-bg {
.igem_2018_team_content {
+
  padding: 50px 0;
background-color:white;  
+
  background-image: url(https://static.igem.org/mediawiki/2017/4/42/T--Tec-Chihuahua--BanProt.png);
display:block;
+
  background-size: cover;
width: 87%;
+
  background-attachment: fixed;
}
+
  -webkit-transition: all 0.2s ease;
 +
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
/* subwrapper to center content */
+
.protocolos-bg h1 {
.igem_2018_team_content .igem_2018_team_column_wrapper {
+
  text-align: center;
margin:auto;
+
  color: #fff;
max-width: 1400px;
+
  font-size: 60px;
width:90%;
+
}  
}
+
  
 +
.human-bg {
 +
  padding: 60px 0;
 +
  background-image: url(https://static.igem.org/mediawiki/2017/0/0d/T--Tec-Chihuahua--BanHuO.png);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
  -webkit-transition: all 0.2s ease;
 +
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
 +
.human-bg h1 {
 +
  text-align: center;
 +
  color: #fff;
 +
  font-size: 60px;
 +
}
  
/*general styling*/
 
/**************************************************************************************************************************************************************************************************/
 
  
.igem_2018_team_content .igem_2018_team_column_wrapper h1 { font-size: 210%;}
+
.team-bg {
.igem_2018_team_content .igem_2018_team_column_wrapper h2 { font-size: 190%;}
+
  padding: 80px 0;
.igem_2018_team_content .igem_2018_team_column_wrapper h3 { font-size: 170%;}
+
  background-image: url(https://static.igem.org/mediawiki/2017/f/f6/T--Tec-Chihuahua--TeamBan.png);
.igem_2018_team_content .igem_2018_team_column_wrapper h4 { font-size: 150%;}
+
  background-size: cover;
.igem_2018_team_content .igem_2018_team_column_wrapper h5 { font-size: 140%;}
+
  background-attachment: fixed;
.igem_2018_team_content .igem_2018_team_column_wrapper h6 { font-size: 130%;}
+
  -webkit-transition: all 0.2s ease;
 +
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
 +
.team-bg h1 {
 +
  text-align: center;
 +
  color: #fff;
 +
  font-size: 60px;
 +
}
  
/* styling for the titles h1, h2*/
+
.empre-bg {
.igem_2018_team_content .igem_2018_team_column_wrapper h1, .igem_2018_team_content .igem_2018_team_column_wrapper h2 {
+
  padding: 60px 0;
border-bottom:0px;  
+
  background-image: url(https://static.igem.org/mediawiki/2017/0/03/T--Tec-Chihuahua--ArbBello.png);
color: #635d5d;
+
  background-size: cover;
font-family: "Arial Black", Gadget, sans-serif;
+
  background-attachment: fixed;
padding: 10px 0px;
+
  -webkit-transition: all 0.2s ease;
}
+
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
/* styling for the titles h3, h3, h5, h6 */
+
.empre-bg h1 {
.igem_2018_team_content .igem_2018_team_column_wrapper h3,
+
  text-align: center;
.igem_2018_team_content .igem_2018_team_column_wrapper h4,
+
  color: #fff;
.igem_2018_team_content .igem_2018_team_column_wrapper h5,
+
  font-size: 60px;
.igem_2018_team_content .igem_2018_team_column_wrapper h6 {  
+
}  
border-bottom:0px;  
+
color: #928b8b;
+
font-family: "Arial Black", Gadget, sans-serif;
+
padding: 5px 0px;
+
}
+
  
/* text */
+
.banbrain {
.igem_2018_team_content .igem_2018_team_column_wrapper p {
+
  padding: 80px 0;
font-size: 130%;
+
  background-image: url(https://static.igem.org/mediawiki/2017/c/c2/T--Tec-Chihuahua--BanBrain.png);
font-family: Arial, Helvetica, sans-serif;
+
  background-size: cover;
padding: 5px 0px;
+
  background-attachment: fixed;
text-align: left;
+
  -webkit-transition: all 0.2s ease;
color: #484848;
+
  -moz-transition: all 0.2s ease;
}
+
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
/* Links */
+
.banbrain h1 {
.igem_2018_team_content .igem_2018_team_column_wrapper a {
+
  text-align: center;
color: #5bc7d8;
+
  color: #fff;
font-weight: bold;
+
  font-size: 80px;
text-decoration: underline;
+
}  
text-decoration-color:#5bc7d8;
+
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 */
+
.lean-bg {
.igem_2018_team_content .igem_2018_team_column_wrapper a:hover {
+
  padding: 60px 0;
color: #f8b732;
+
  background-image: url(https://static.igem.org/mediawiki/2017/d/df/T--Tec-Chihuahua--leanN.jpg);
text-decoration:none;
+
  background-size: cover;
}
+
  background-attachment: fixed;
 +
  -webkit-transition: all 0.2s ease;
 +
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
 +
.lean-bg h1 {
 +
  text-align: center;
 +
  color: #fff;
 +
  font-size: 60px;
 +
}
  
/* Table */
+
.integrated-bg {
.igem_2018_team_content .igem_2018_team_column_wrapper table {
+
  padding: 70px 0;
border: 1px solid #928b8b;  
+
  background-image: url(https://static.igem.org/mediawiki/2017/2/25/T--Tec-Chihuahua--Tec-Chih.png);
border-collapse: collapse;  
+
  background-size: cover;
font-size: 130%;
+
  background-attachment: fixed;
width: 100%;  
+
  -webkit-transition: all 0.2s ease;
}
+
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
/* table cells */
+
.integrated-bg h1 {
.igem_2018_team_content .igem_2018_team_column_wrapper td {  
+
  text-align: center;
border: 1px solid #c4baba;  
+
  color: #fff;
border-collapse: collapse;  
+
  font-size: 60px;
font-size: 105%;
+
}  
padding: 10px;
+
vertical-align: text-top;  
+
}
+
  
/* table headers */
+
.design-bg {
.igem_2018_team_content .igem_2018_team_column_wrapper th {
+
  padding: 50px 0;
background-color:#c4baba;  
+
  background-image: url(https://static.igem.org/mediawiki/2017/a/a3/T--Tec-Chihuahua--DesignHeader2.png);
border: 1px solid #928b8b;  
+
  background-size: cover;
border-collapse: collapse;  
+
  background-attachment: fixed;
font-size: 110%;
+
  -webkit-transition: all 0.2s ease;
padding: 10px;  
+
  -moz-transition: all 0.2s ease;
vertical-align: text-top;  
+
  transition: all 0.2s ease;
}
+
  margin-bottom: 40px;
 +
}
  
 +
.design-bg h1 {
 +
  text-align: center;
 +
  color: #fff;
 +
  font-size: 60px;
 +
}
  
 +
.parts-bg {
 +
  padding: 50px 0;
 +
  background-image: url(https://static.igem.org/mediawiki/2017/5/50/T--Tec-Chihuahua--Parts1.gif);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
  -webkit-transition: all 0.2s ease;
 +
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
/* non numbered lists */
+
.parts-bg h1 {
.igem_2018_team_content .igem_2018_team_column_wrapper ul, .igem_2018_team_content .igem_2018_team_column_wrapper ol {
+
  text-align: center;
font-size: 130%;
+
  color: #fff;
font-family: Arial, Helvetica, sans-serif;
+
  font-size: 60px;
padding:0px 20px;
+
}  
}
+
  
  
.igem_2018_team_content .igem_2018_team_column_wrapper ul ul li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ul ul li,
+
.results-bg {
.igem_2018_team_content .igem_2018_team_column_wrapper ul ol li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ul ol li,
+
  padding: 50px 0;
.igem_2018_team_content .igem_2018_team_column_wrapper ol ol li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ol ul li,
+
  background-image: url(https://static.igem.org/mediawiki/2017/4/45/T--Tec-Chihuahua--Results.png);
.igem_2018_team_content .igem_2018_team_column_wrapper ol ul li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ol ol li,
+
  background-size: cover;
.igem_2018_team_content .igem_2018_team_column_wrapper ol ul ul li, .igem_2018_team_content .igem_2018_team_column_wrapper ol ol ul li,
+
  background-attachment: fixed;
.igem_2018_team_content .igem_2018_team_column_wrapper ol ol ol li, .igem_2018_team_content .igem_2018_team_column_wrapper ol ul ol li{ font-size: 76%; }
+
  -webkit-transition: all 0.2s ease;
 +
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
 +
.results-bg h1 {
 +
  text-align: center;
 +
  color: #fff;
 +
  font-size: 60px;
 +
}
  
 +
.home-bg {
 +
  padding: 50px 0;
 +
  background-image: url(https://static.igem.org/mediawiki/2017/1/1b/T--Tec-Chihuahua--Man.png);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
  -webkit-transition: all 0.2s ease;
 +
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
/*layout classes*/
+
.home-bg.big > center > img {
/**************************************************************************************************************************************************************************************************/
+
  max-width: 80%;
 +
}
  
/*main layout class */
+
p.standout {
.igem_2018_team_content .igem_2018_team_column_wrapper .column  {  
+
  font-size: 18px;
float:left;
+
}
margin: 1% 2%;
+
padding: 0px;
+
}
+
  
/* 100% */
+
.content .container img {
.igem_2018_team_content .igem_2018_team_column_wrapper .column.full_size { width:96%; }
+
  max-width: 100%;
 +
}
  
/* 66% */
+
.home-bg.big {
.igem_2018_team_content .igem_2018_team_column_wrapper .column.two_thirds_size { width: 62.6%; }
+
  padding: 50px 0;
 +
}
  
/* 33% */
 
.igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size { width: 29.3%; }
 
  
 +
.home-bg h1 {
 +
  text-align: center;
 +
  color: #fff;
 +
  font-size: 60px;
 +
}
  
  
 +
.home-bg.big h1 {
 +
  font-size: 10px;
 +
}
  
/*styling for all images*/
+
.improve-bg {
.igem_2018_team_content .igem_2018_team_column_wrapper .column.full_size img,
+
  padding: 50px 0;
.igem_2018_team_content .igem_2018_team_column_wrapper .column.two_thirds_size img,
+
  background-image: url(https://static.igem.org/mediawiki/2017/3/38/T-Tec-Chihuahua--microtiter.jpeg);
.igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size img {
+
  background-size: cover;
margin-bottom: 15px;
+
  background-attachment: fixed;
width: 100%;  
+
  -webkit-transition: all 0.2s ease;
}
+
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
 +
.improve-bg h1 {
 +
  text-align: center;
 +
  color: #fff;
 +
  font-size: 60px;
 +
}
  
/* page break */
+
.demo-bg {
.igem_2018_team_content .igem_2018_team_column_wrapper .clear {
+
  padding: 50px 0;
clear:both;
+
  background-image: url(https://static.igem.org/mediawiki/2017/1/1a/T--Tec-Chihuahua--DemonstrateA1.jpeg);
}
+
  background-size: cover;
/*add extra space to page break with clear class*/
+
  background-attachment: fixed;
.igem_2018_team_content .igem_2018_team_column_wrapper .clear.extra_space {
+
  -webkit-transition: all 0.2s ease;
height: 30px;
+
  -moz-transition: all 0.2s ease;
}
+
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
/* horizontal line to divide the page*/
+
.demo-bg h1 {
.igem_2018_team_content .igem_2018_team_column_wrapper .line_divider {
+
  text-align: center;
    border-top: 1px solid #c4baba;
+
  color: #fff;
  margin: auto;
+
  font-size: 60px;
  width: 98%;
+
}  
}
+
  
 +
.silver-bg {
 +
  padding: 50px 0;
 +
  background-image: url(https://static.igem.org/mediawiki/2017/a/a7/T-Tec-Chihuahua--plata.jpeg);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
  -webkit-transition: all 0.2s ease;
 +
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
 +
.silver-bg h1 {
 +
  text-align: center;
 +
  color: #fff;
 +
  font-size: 60px;
 +
}
  
 
/*support classes*/
 
/**************************************************************************************************************************************************************************************************/
 
  
 +
.bronze-bg {
 +
  padding: 50px 0;
 +
  background-image: url(https://static.igem.org/mediawiki/2017/c/c4/T-Tec-Chihuahua--joel.png);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
  -webkit-transition: all 0.2s ease;
 +
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
/*Button  */
+
.bronze-bg h1 {
/************************************************/
+
  text-align: center;
.igem_2018_team_content .igem_2018_team_column_wrapper .button_link {
+
  color: #fff;
font-size: 130%;
+
  font-size: 60px;
margin: 30px auto;
+
}  
text-align: center;
+
}
+
  
.igem_2018_team_content .igem_2018_team_column_wrapper .button_link a  {
 
background-color: #5bc7d8;
 
color: #635d5d !important;
 
font-weight: bold;
 
margin: auto;
 
text-decoration: none !important;
 
padding: 10px 15px;
 
}
 
  
.igem_2018_team_content .igem_2018_team_column_wrapper .button_link a:hover {
+
.colab-bg {
background-color: #f8b732 !important;   
+
  padding: 50px 0;
}
+
  background-image: url(https://static.igem.org/mediawiki/2017/4/47/T-Tec-Chihuahua--fiierro.jpeg);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
   -webkit-transition: all 0.2s ease;
 +
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
 +
.colab-bg h1 {
 +
  text-align: center;
 +
  color: #fff;
 +
  font-size: 60px;
 +
}
  
  
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight {  
+
                                                                                                        /*-- Header model --*/
padding: 15px 20px;
+
.model-bg {
}
+
  padding: 50px 0;
 +
  background-image: url(https://static.igem.org/mediawiki/2017/d/d6/T--Tec-Chihuahua--CosaMod.png);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
  -webkit-transition: all 0.2s ease;
 +
  -moz-transition: all 0.2s ease;
 +
  transition: all 0.2s ease;
 +
  margin-bottom: 40px;
 +
}
  
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight p,
+
.model-bg.big > center > img {
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight h1,
+
  max-width: 80%;
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight h2,
+
}
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight h3,
+
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight h4,
+
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight h5,
+
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight h6 {
+
padding: 5px 15px;
+
}
+
  
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_background {
+
p.standout {
background-color: #e4dede;  
+
  font-size: 18px;
}
+
}
  
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_top {
+
.content .container img {
    border-top: 4px solid #5bc7d8;
+
  max-width: 100%;
}
+
}
  
 +
.model-bg.big {
 +
  padding: 50px 0;
 +
}
  
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_full {
+
.model-bg h1 {
    border: 4px solid #5bc7d8;
+
  text-align: center;
}
+
  color: #fff;
 +
  font-size: 60px;
 +
}  
  
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_B_top {
+
.model-bg.big h1 {
    border-top: 4px solid #f8b732
+
  font-size: 10px;
}
+
}
  
 +
/*-- Team Galery --*/
  
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_B_full {
+
.pimg1,
    border: 4px solid #f8b732;
+
.pimg2,
}
+
.pimg3,
 +
.pimg4,
 +
.pimg5,
 +
.pimg6,
 +
.pimg7,
 +
.pimg8,
 +
.pimg9,
 +
.pimg10,
 +
.pimg11 {
 +
  position: relative;
 +
  opacity: 0.90;
 +
  background-position: center;
 +
  background-size: cover;
 +
  background-repeat: no-repeat;
 +
  background-color: red;
 +
  z-index: -2;
 +
  /*
 +
    fixed = parallax
 +
    scroll = normal
 +
  */
 +
  background-attachment: fixed;
 +
}
  
 +
.section {
 +
  text-align: center;
 +
  padding: 50px 80px;
 +
}
  
 +
.section-light {
 +
  background-color: #f4f4f4;
 +
  color: #282e34;
 +
}
  
 +
.section-light h1 {
 +
  font-family: lato;
 +
  font-size: 300%
 +
}
  
/*mobile*/
+
.section-dark {
/**************************************************************************************************************************************************************************************************/
+
  background-color: #282e34;
 +
  color: #ddd;
 +
  font-family: lato;
 +
  font-size: 125%
 +
}
  
 +
.ptext {
 +
  position: absolute;
 +
  top: 50%;
 +
  width: 100%;
 +
  text-align: center;
 +
  color: #000;
 +
  font-size: 27px;
 +
  letter-spacing: 8px;
 +
  text-transform: uppercase;
 +
}
  
/* 1800px  */
+
.ptext .border {
/************************************************/
+
  background-color: #111;
@media only screen and (max-width: 1800px) {
+
  color: #fff;
.igem_2018_team_content { width: 85%;}
+
  padding: 20px;
.igem_2018_team_menu {display:block;}
+
  font-family: Lato;
 +
  font-size: 150%;
 +
  text-shadow: 9px 9px 15px #000;
 
}
 
}
  
/* 1400px  */
+
.ptext .border.trans {
/************************************************/
+
  background-color: transparent;
@media only screen and (max-width: 1400px) {
+
}
.igem_2018_team_menu .menu_item { font-size:100%;}
+
.igem_2018_team_menu .submenu .submenu_item { font-size:90%;}
+
.igem_2018_team_menu {display:block;}
+
}
+
  
@media only screen and (max-width: 1001px) {
+
.footer {
.igem_2018_team_menu {display:block;}
+
  background-color: #333333;
}
+
  padding: 40px 15px;
 +
  border-top: #333 solid 1px;
 +
}
  
/* 1000px  */
+
.footer img {
/************************************************/
+
  display: block;
@media only screen and (max-width: 1000px) {
+
  margin: 0px auto;
.igem_2018_team_content {width:100%; margin-left:0px;}
+
  max-width: 100%;
.igem_2018_team_menu {display:none; margin-top: 45px; min-width:50%; width:50%;}
+
}
.igem_2018_team_mobile_bar {display:block;}
+
.igem_2018_team_content .igem_2018_team_column_wrapper .column.full_size, .igem_2018_team_content .igem_2018_team_column_wrapper .column.two_thirds_size,.igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size {width:96%; }
+
  
}
+
.center {
 +
  text-align: center;
 +
}
  
 +
.footer .center {
 +
  color: #fff;
 +
}
  
@media only screen and (max-width: 500px) {
+
.footer a {
.igem_2018_team_menu {min-width:100%; width:100%; }
+
  color: #4BBDFF;
}
+
}
  
 +
.footer h2 {
 +
  color: #fff;
 +
}
  
/**************************************************************************************************************************************************************************************************/
+
.footer .sponsors {
 +
  background-color: #fff;
 +
  padding: 15px;
 +
}
  
 +
@media(max-width:568px) {
 +
  .pimg1,
 +
  .pimg2,
 +
  .pimg3 {
 +
    background-attachment: scroll;
 +
  }
 +
}
  
 +
.center-block {
 +
  display: block;
 +
  margin: 0px auto;
 +
}
  
 +
.content .container h3 {
 +
  color: #333;
 +
  text-shadow: none;
 +
  margin-top: 20px;
 +
}
  
 +
.content .container h2 {
 +
  font-size: 3rem;
 +
}
  
</style>
+
p.cool {
 +
  text-align: center;
 +
  color: #999;
 +
  font-style: italic;
 +
  margin: 20px 10vw;
 +
}
  
 +
/* JOURNAL */
 +
.bacteria{
 +
    font-style: italic;
 +
}
  
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
.quote-date{
<!--- THIS IS WHERE THE HTML BEGINS --->
+
    color: #679390;
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
    font-size: 18px;
 +
}
 +
.quote-date b{
 +
    color: #B1DF1A;
 +
    font-size: 22px;
 +
}
 +
.in-quote{
 +
    box-shadow: 0 0 3px 1px rgba(0,0,0,.35);
 +
    border-radius: 5px;
 +
}
 +
.in-quote img{
 +
    width: 100%;
 +
    margin-bottom: 1em;
 +
    box-shadow: inset 0 0 7px 4px rgba(255,255,255,.5)
 +
}
  
<head>
+
/* NOTEBOOK */
 +
.month{
 +
    margin-top:  10px;
 +
}
 +
.journal-left{
 +
    margin-top: 5px;
 +
    right: -1px;
 +
    border-right: dashed 2px #679390;
 +
    text-align: right;
 +
}
 +
.journal-left h3{
 +
   
 +
    margin: 2px;
 +
   
 +
}
 +
.journal-right{
 +
    margin-top: 5px;
 +
    left: -1px;
 +
    border-left: dashed 2px #679390;
 +
    text-align: left;
 +
}
 +
.journal-right h3{
 +
   
 +
    margin: 2px;
 +
}
 +
#notebook-title{
 +
    margin-top: 2em;
 +
    font-size: 70px;
 +
}
 +
#notebook-quote{
 +
    font-size: 20px;
 +
    text-align: left;
 +
    margin-top: 120px;
 +
}
 +
#notebook-menu{
 +
    position: absolute;
 +
    text-align: right;
 +
    top: -4em;
 +
}
 +
#notebook-menu li{
 +
    font-size: 20px;
 +
    list-style-type: none;
 +
    font-weight: bold; 
 +
    line-height: 25px;
 +
}
 +
.notebook-month{
 +
    right: -50px;
 +
    font-weight: normal;
 +
    font-size: 18px;
 +
    height: 20px;
 +
    line-height: 15px;
 +
}
  
<!-- This tells the browser that your page is responsive -->
+
nav a:visited {
<meta name="viewport" content="width=device-width, initial-scale=1">
+
    color: #000;
 +
}
  
</head>
+
nav a:hover {
 +
    text-decoration: none !important;
 +
}
  
 +
nav ul li:hover ul {
 +
    top: 50px;
 +
    background-color: #fff;
 +
}
  
 +
nav {
 +
    height: 50px !important;
 +
    padding: 0 !important;
 +
}
  
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
nav > ul {
<!--- Menu --->
+
    margin: 0 !important;
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
    height: 50px !important;
 
+
}
 
+
 
+
 
+
<div class="igem_2018_team_mobile_bar">
+
+
<div class="igem_logo_mobile">
+
<img src="https://static.igem.org/mediawiki/2018/4/4f/2018_igem_mobile_menu_logo.svg">
+
</div>
+
 
+
 
+
<div class="igem_menu_control_mobile">
+
<img id="menu_control_image" src="https://static.igem.org/mediawiki/igem.org/3/3b/Menu_icon.svg">
+
</div>
+
 
+
</div>
+
 
+
 
+
 
+
 
+
<div class="igem_2018_team_menu displaying_menu">
+
 
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua">
+
<img src="http://placehold.it/350x150/e4dede/c4baba">
+
</a>
+
 
+
 
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua">
+
<div class="menu_item direct_link">
+
HOME
+
</div>
+
</a>
+
 
+
<!-- Team -->
+
<div class="menu_item">
+
<div class="submenu_control_icon"> </div>
+
TEAM
+
</div>
+
<div class="submenu">
+
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Team">
+
<div class="submenu_item">
+
Team Members
+
</div>
+
</a>
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Collaborations">
+
<div class="submenu_item">
+
Collaborations
+
</div>
+
</a>
+
</div>
+
 
+
 
+
<!-- Project -->
+
<div class="menu_item">
+
<div class="submenu_control_icon"> </div>
+
PROJECT
+
</div>
+
<div class="submenu">
+
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Description">
+
<div class="submenu_item">
+
Description
+
</div>
+
</a>
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Design">
+
<div class="submenu_item">
+
Design
+
</div>
+
</a>
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Experiments">
+
<div class="submenu_item">
+
Experiments
+
</div>
+
</a>
+
 
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Notebook">
+
<div class="submenu_item">
+
Notebook
+
</div>
+
</a>
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/InterLab">
+
<div class="submenu_item">
+
InterLab
+
</div>
+
</a>
+
 
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Model">
+
<div class="submenu_item">
+
Model
+
</div>
+
</a>
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Results">
+
<div class="submenu_item">
+
Results
+
</div>
+
</a>
+
 
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Demonstrate">
+
<div class="submenu_item">
+
Demonstrate
+
</div>
+
</a>
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Improve">
+
<div class="submenu_item">
+
Improve
+
</div>
+
</a>
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Attributions">
+
<div class="submenu_item">
+
Attributions
+
</div>
+
</a>
+
 
+
</div>
+
 
+
 
+
<div class="menu_item">
+
<div class="submenu_control_icon"> </div>
+
PARTS
+
</div>
+
<div class="submenu">
+
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Parts">
+
<div class="submenu_item">
+
Parts Overview
+
</div>
+
</a>
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Basic_Part">
+
<div class="submenu_item">
+
Basic Parts
+
</div>
+
</a>
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Composite_Part">
+
<div class="submenu_item">
+
Composite Parts
+
</div>
+
</a>
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Part_Collection">
+
<div class="submenu_item">
+
Part Collection
+
</div>
+
</a>
+
</div>
+
 
+
+
+
+
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Safety">
+
<div class="menu_item direct_link">
+
SAFETY
+
</div>
+
</a>
+
 
+
 
+
 
+
 
+
 
+
 
+
<div class="menu_item">
+
<div class="submenu_control_icon"> </div>
+
HUMAN PRACTICES
+
</div>
+
 
+
<div class="submenu">
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Human_Practices">
+
<div class="submenu_item">
+
Human Practices
+
</div>
+
</a>
+
 
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Public_Engagement">
+
<div class="submenu_item">
+
Education & Engagement
+
</div>
+
</a>
+
 
+
</div>
+
 
+
 
+
 
+
 
+
 
+
<div class="menu_item">
+
<div class="submenu_control_icon"> </div>
+
AWARDS
+
</div>
+
 
+
<div class="submenu">
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Applied_Design">
+
<div class="submenu_item">
+
Applied Design
+
</div>
+
</a>
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Entrepreneurship">
+
<div class="submenu_item">
+
Entrepreneurship
+
</div>
+
</a>
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Hardware">
+
<div class="submenu_item">
+
Hardware
+
</div>
+
</a>
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Measurement">
+
<div class="submenu_item">
+
Measurement
+
</div>
+
</a>
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Model">
+
<div class="submenu_item">
+
Model
+
</div>
+
</a>
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Plant">
+
<div class="submenu_item">
+
Plant
+
</div>
+
</a>
+
 
+
 
+
<a href="https://2018.igem.org/Team:Tec-Chihuahua/Software">
+
<div class="submenu_item">
+
Software
+
</div>
+
</a>
+
 
+
</div>
+
 
+
 
+
 
+
<a href="https://igem.org/2018_Judging_Form?team=Tec-Chihuahua">
+
<div class="menu_item direct_link">
+
JUDGING FORM ⇗
+
</div>
+
</a>
+
 
+
 
+
 
+
 
+
 
+
 
+
</div>
+
 
+
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
<!--- Content of the page  --->
+
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
 
+
 
+
<div class="igem_2018_team_content">
+
<div class="igem_2018_team_column_wrapper">
+
<div class="clear extra_space"></div>
+
<div class="clear extra_space"></div>
+

Latest revision as of 16:01, 11 June 2018

  • {
 margin: 0;
 padding: 0;

}

  1. toc {
 display: none !important; /* Seriously, igem? */

}

/*-- Fonts --*/

@font-face {

 font-family: wolf;
 src: url('https://static.igem.org/mediawiki/2017/0/02/Tec-Chihuahua-wolf-font.ttf');

}


/*-- Nav Bar Display --*/

nav {

 position: fixed;
 width: 100%;
 top: 16px;
 background-color: #fff;
 text-align: center;
 padding: 10px 0;
 transition: all 0.5s ease;
 align-content: right;
 z-index: 500;
 box-shadow: 2px -6px 8px 5px #333;

}

nav.hidden {

 transform: translate(0, -100%);

}

nav ul li {

 margin-right: 0px;

}

nav ul {

 margin: 0px;
 padding: 0px;
 list-style: none;

}

nav ul li {

 box-sizing: border-box;
 position: relative;
 display: inline-block;
 min-width: 145px;
 min-height: 100%;
 color: #000;
 line-height: 50px;
 text-align: center;
 font-size: 15px;

}

nav ul li a {

 text-decoration: none;
 color: #000;
 display: block;
 font-family: 'Lato', sans-serif;
 text-align: center;

}

nav ul li a:hover {

 background-color: #000;
 color: #fff;

}

nav ul li ul {

 display: none;

}

nav ul li:hover ul {

 display: block;
 position: absolute;
 top: 35px;
 z-index: 3;  
 margin: 0 !important;
 width: 100%;
 z-index: 20;
 box-shadow: 4px 4px 14px 0px #999;

}

nav ul li ul li {

 display: block;
 background-color: #fff;
 opacity: .9;
 margin-bottom: 0;

}


/*-- content --*/

.content {

 padding-top: 38px;
 background-position: left top;
 background-color: #fff;
 background-attachment: fixed;
 background-repeat: repeat;
 background-size: cover;

}

.content h1 {

 font-family: 'Century Gothic', sans-serif;
 color: #f9f3f4;
 font-size: 500%;
 text-shadow: 9px 9px 15px #000;

}

.content h3 {

 font-family: 'Century Gothic', sans-serif;
 color: #f9f3f4;
 font-size: 200%;
 text-shadow: 9px 9px 15px #000;
 text-align: center;

}

.team-img{

 max-width: 75%;

}

.parallax-bg {

 padding: 50px 0;
 background-image: url(Tec-Chihuahua-index-bg.jpeg);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.parallax-bg.big > center > img {

 max-width: 80%;

}

p.standout {

 font-size: 18px;

}

.content .container img {

 max-width: 100%;

}

.parallax-bg.big {

 padding: 50px 0;

}


.parallax-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}


.parallax-bg.big h1 {

 font-size: 10px;

}


                                                                                                                 /*-- Headeresl --*/

.safety-bg {

 padding: 50px 0;
 background-image: url(T--Tec-Chihuahua--hazard.png);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.safety-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}

.medals-bg {

 padding: 50px 0;
 background-image: url(T--Tec-Chihuahua--awards.jpg);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.medals-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}

.notebook-bg {

 padding: 50px 0;
 background-image: url(T--Tec-Chihuahua--Notebook.jpg);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.notebook-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}

.Public-bg {

 padding: 60px 0;
 background-image: url(T--Tec-Chihuahua--BanHum.png);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.Public-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}

.overentre-bg {

 padding: 100px 0;
 background-image: url(T--Tec-Chihuahua--Overview.jpg);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.overentre-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}

.banlab-bg {

 padding: 50px 0;
 background-image: url(T--Tec-Chihuahua--BanLab.png);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.banlab-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}

.fotolab-bg {

 padding: 50px 0;
 background-image: url(T--Tec-Chihuahua--FotoLab.png);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.fotolab-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}

.protocolos-bg {

 padding: 50px 0;
 background-image: url(T--Tec-Chihuahua--BanProt.png);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.protocolos-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}

.human-bg {

 padding: 60px 0;
 background-image: url(T--Tec-Chihuahua--BanHuO.png);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.human-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}


.team-bg {

 padding: 80px 0;
 background-image: url(T--Tec-Chihuahua--TeamBan.png);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.team-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}

.empre-bg {

 padding: 60px 0;
 background-image: url(T--Tec-Chihuahua--ArbBello.png);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.empre-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}

.banbrain {

 padding: 80px 0;
 background-image: url(T--Tec-Chihuahua--BanBrain.png);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.banbrain h1 {

 text-align: center;
 color: #fff;
 font-size: 80px;

}

.lean-bg {

 padding: 60px 0;
 background-image: url(T--Tec-Chihuahua--leanN.jpg);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.lean-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}

.integrated-bg {

 padding: 70px 0;
 background-image: url(T--Tec-Chihuahua--Tec-Chih.png);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.integrated-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}

.design-bg {

 padding: 50px 0;
 background-image: url(T--Tec-Chihuahua--DesignHeader2.png);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.design-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}

.parts-bg {

 padding: 50px 0;
 background-image: url(T--Tec-Chihuahua--Parts1.gif);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.parts-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}


.results-bg {

 padding: 50px 0;
 background-image: url(T--Tec-Chihuahua--Results.png);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.results-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}

.home-bg {

 padding: 50px 0;
 background-image: url(T--Tec-Chihuahua--Man.png);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.home-bg.big > center > img {

 max-width: 80%;

}

p.standout {

 font-size: 18px;

}

.content .container img {

 max-width: 100%;

}

.home-bg.big {

 padding: 50px 0;

}


.home-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}


.home-bg.big h1 {

 font-size: 10px;

}

.improve-bg {

 padding: 50px 0;
 background-image: url(T-Tec-Chihuahua--microtiter.jpeg);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.improve-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}

.demo-bg {

 padding: 50px 0;
 background-image: url(T--Tec-Chihuahua--DemonstrateA1.jpeg);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.demo-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}

.silver-bg {

 padding: 50px 0;
 background-image: url(T-Tec-Chihuahua--plata.jpeg);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.silver-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}


.bronze-bg {

 padding: 50px 0;
 background-image: url(T-Tec-Chihuahua--joel.png);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.bronze-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}


.colab-bg {

 padding: 50px 0;
 background-image: url(T-Tec-Chihuahua--fiierro.jpeg);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.colab-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}


                                                                                                       /*-- Header model --*/

.model-bg {

 padding: 50px 0;
 background-image: url(T--Tec-Chihuahua--CosaMod.png);
 background-size: cover;
 background-attachment: fixed;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 transition: all 0.2s ease;
 margin-bottom: 40px;

}

.model-bg.big > center > img {

 max-width: 80%;

}

p.standout {

 font-size: 18px;

}

.content .container img {

 max-width: 100%;

}

.model-bg.big {

 padding: 50px 0;

}

.model-bg h1 {

 text-align: center;
 color: #fff;
 font-size: 60px;

}

.model-bg.big h1 {

 font-size: 10px;

}

/*-- Team Galery --*/

.pimg1, .pimg2, .pimg3, .pimg4, .pimg5, .pimg6, .pimg7, .pimg8, .pimg9, .pimg10, .pimg11 {

 position: relative;
 opacity: 0.90;
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
 background-color: red;
 z-index: -2;
 /*
   fixed = parallax
   scroll = normal
 */
 background-attachment: fixed;

}

.section {

 text-align: center;
 padding: 50px 80px;

}

.section-light {

 background-color: #f4f4f4;
 color: #282e34;

}

.section-light h1 {

 font-family: lato;
 font-size: 300%

}

.section-dark {

 background-color: #282e34;
 color: #ddd;
 font-family: lato;
 font-size: 125%

}

.ptext {

 position: absolute;
 top: 50%;
 width: 100%;
 text-align: center;
 color: #000;
 font-size: 27px;
 letter-spacing: 8px;
 text-transform: uppercase;

}

.ptext .border {

 background-color: #111;
 color: #fff;
 padding: 20px;
 font-family: Lato;
 font-size: 150%;
 text-shadow: 9px 9px 15px #000;

}

.ptext .border.trans {

 background-color: transparent;

}

.footer {

 background-color: #333333;
 padding: 40px 15px;
 border-top: #333 solid 1px;

}

.footer img {

 display: block;
 margin: 0px auto;
 max-width: 100%;

}

.center {

 text-align: center;

}

.footer .center {

 color: #fff;

}

.footer a {

 color: #4BBDFF;

}

.footer h2 {

 color: #fff;

}

.footer .sponsors {

 background-color: #fff;
 padding: 15px;

}

@media(max-width:568px) {

 .pimg1,
 .pimg2,
 .pimg3 {
   background-attachment: scroll;
 }

}

.center-block {

 display: block;
 margin: 0px auto;

}

.content .container h3 {

 color: #333;
 text-shadow: none;
 margin-top: 20px;

}

.content .container h2 {

 font-size: 3rem;

}

p.cool {

 text-align: center;
 color: #999;
 font-style: italic;
 margin: 20px 10vw;

}

/* JOURNAL */ .bacteria{

   font-style: italic;

}

.quote-date{

   color: #679390;
   font-size: 18px;

} .quote-date b{

   color: #B1DF1A;
   font-size: 22px;

} .in-quote{

   box-shadow: 0 0 3px 1px rgba(0,0,0,.35);
   border-radius: 5px;

} .in-quote img{

   width: 100%;
   margin-bottom: 1em;
   box-shadow: inset 0 0 7px 4px rgba(255,255,255,.5)

}

/* NOTEBOOK */ .month{

   margin-top:  10px;

} .journal-left{

   margin-top: 5px; 
   right: -1px;
   border-right: dashed 2px #679390;
   text-align: right;

} .journal-left h3{

   margin: 2px;
   

} .journal-right{

   margin-top: 5px; 
   left: -1px;
   border-left: dashed 2px #679390;
   text-align: left;

} .journal-right h3{

   margin: 2px;

}

  1. notebook-title{
   margin-top: 2em;
   font-size: 70px;

}

  1. notebook-quote{
   font-size: 20px;
   text-align: left;
   margin-top: 120px;

}

  1. notebook-menu{
   position: absolute;
   text-align: right;
   top: -4em;

}

  1. notebook-menu li{
   font-size: 20px;
   list-style-type: none;
   font-weight: bold;  
   line-height: 25px;

} .notebook-month{

   right: -50px;
   font-weight: normal;
   font-size: 18px;
   height: 20px;
   line-height: 15px;

}

nav a:visited {

   color: #000;

}

nav a:hover {

   text-decoration: none !important;

}

nav ul li:hover ul {

   top: 50px;
   background-color: #fff;

}

nav {

   height: 50px !important;
   padding: 0 !important;

}

nav > ul {

   margin: 0 !important;
   height: 50px !important;

}