\documentclass[10pt,a4paper]{article}

% Packages
\usepackage{fancyhdr}           % For header and footer
\usepackage{multicol}           % Allows multicols in tables
\usepackage{tabularx}           % Intelligent column widths
\usepackage{tabulary}           % Used in header and footer
\usepackage{hhline}             % Border under tables
\usepackage{graphicx}           % For images
\usepackage{xcolor}             % For hex colours
%\usepackage[utf8x]{inputenc}    % For unicode character support
\usepackage[T1]{fontenc}        % Without this we get weird character replacements
\usepackage{colortbl}           % For coloured tables
\usepackage{setspace}           % For line height
\usepackage{lastpage}           % Needed for total page number
\usepackage{seqsplit}           % Splits long words.
%\usepackage{opensans}          % Can't make this work so far. Shame. Would be lovely.
\usepackage[normalem]{ulem}     % For underlining links
% Most of the following are not required for the majority
% of cheat sheets but are needed for some symbol support.
\usepackage{amsmath}            % Symbols
\usepackage{MnSymbol}           % Symbols
\usepackage{wasysym}            % Symbols
%\usepackage[english,german,french,spanish,italian]{babel}              % Languages

% Document Info
\author{BeeBooBopNerd}
\pdfinfo{
  /Title (ecology-transfer-of-energy-enzymes-for-test.pdf)
  /Creator (Cheatography)
  /Author (BeeBooBopNerd)
  /Subject (Ecology, Transfer of Energy, Enzymes for Test Cheat Sheet)
}

% Lengths and widths
\addtolength{\textwidth}{6cm}
\addtolength{\textheight}{-1cm}
\addtolength{\hoffset}{-3cm}
\addtolength{\voffset}{-2cm}
\setlength{\tabcolsep}{0.2cm} % Space between columns
\setlength{\headsep}{-12pt} % Reduce space between header and content
\setlength{\headheight}{85pt} % If less, LaTeX automatically increases it
\renewcommand{\footrulewidth}{0pt} % Remove footer line
\renewcommand{\headrulewidth}{0pt} % Remove header line
\renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit
% This two commands together give roughly
% the right line height in the tables
\renewcommand{\arraystretch}{1.3}
\onehalfspacing

% Commands
\newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour
\newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols
\newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns
\newcommand{\tn}{\tabularnewline} % Required as custom column type in use

% Font and Colours
\definecolor{HeadBackground}{HTML}{333333}
\definecolor{FootBackground}{HTML}{666666}
\definecolor{TextColor}{HTML}{333333}
\definecolor{DarkBackground}{HTML}{A3A3A3}
\definecolor{LightBackground}{HTML}{F3F3F3}
\renewcommand{\familydefault}{\sfdefault}
\color{TextColor}

% Header and Footer
\pagestyle{fancy}
\fancyhead{} % Set header to blank
\fancyfoot{} % Set footer to blank
\fancyhead[L]{
\noindent
\begin{multicols}{3}
\begin{tabulary}{5.8cm}{C}
    \SetRowColor{DarkBackground}
    \vspace{-7pt}
    {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent
        \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}}
    }
\end{tabulary}
\columnbreak
\begin{tabulary}{11cm}{L}
    \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Ecology, Transfer of Energy, Enzymes for Test Cheat Sheet}}}} \\
    \normalsize{by \textcolor{DarkBackground}{BeeBooBopNerd} via \textcolor{DarkBackground}{\uline{cheatography.com/131975/cs/26629/}}}
\end{tabulary}
\end{multicols}}

\fancyfoot[L]{ \footnotesize
\noindent
\begin{multicols}{3}
\begin{tabulary}{5.8cm}{LL}
  \SetRowColor{FootBackground}
  \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}}  \\
  \vspace{-2pt}BeeBooBopNerd \\
  \uline{cheatography.com/beeboobopnerd} \\
  \end{tabulary}
\vfill
\columnbreak
\begin{tabulary}{5.8cm}{L}
  \SetRowColor{FootBackground}
  \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}}  \\
   \vspace{-2pt}Published 16th February, 2021.\\
   Updated 16th February, 2021.\\
   Page {\thepage} of \pageref{LastPage}.
\end{tabulary}
\vfill
\columnbreak
\begin{tabulary}{5.8cm}{L}
  \SetRowColor{FootBackground}
  \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}}  \\
  \SetRowColor{white}
  \vspace{-5pt}
  %\includegraphics[width=48px,height=48px]{dave.jpeg}
  Measure your website readability!\\
  www.readability-score.com
\end{tabulary}
\end{multicols}}




\begin{document}
\raggedright
\raggedcolumns

% Set font size to small. Switch to any value
% from this page to resize cheat sheet text:
% www.emerson.emory.edu/services/latex/latex_169.html
\footnotesize % Small font.

\begin{multicols*}{3}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{The Water Cycle \{\{fa-cloud\}\}}}  \tn
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{\{\{bt\}\}{\bf{3 Main Steps}} \newline % Row Count 1 (+ 1)
`{\bf{1.)}} Evaporation through solar energy` \newline % Row Count 2 (+ 1)
`{\bf{2.)}} Condensation of vapor into clouds` \newline % Row Count 3 (+ 1)
`{\bf{3.)}} Precipitation of rain` \newline % Row Count 4 (+ 1)
\{\{bb\}\}% Row Count 5 (+ 1)
} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{x{1.94103 cm} x{3.03597 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Relationships \{\{fa-heart\}\} Symbiosis}}  \tn
% Row 0
\SetRowColor{LightBackground}
{\bf{symboisis}}\{\{bt\}\} & \{\{bt\}\}a relationship between two different species \tn 
% Row Count 3 (+ 3)
% Row 1
\SetRowColor{white}
{\bf{parasitism}} & one benefits while other is harmed \{\{fa-smile-o\}\} / \{\{fa-frown-o\}\} \tn 
% Row Count 6 (+ 3)
% Row 2
\SetRowColor{LightBackground}
{\bf{mutualism}} & both benefits \{\{fa-smile-o\}\} / \{\{fa-smile-o\}\} \tn 
% Row Count 8 (+ 2)
% Row 3
\SetRowColor{white}
{\bf{commensalism}} \{\{noshy\}\} & one benefits and other is unaffected \{\{fa-smile-o\}\} / \{\{fa-meh-o\}\} \tn 
% Row Count 11 (+ 3)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\SetRowColor{LightBackground}
\mymulticolumn{2}{x{5.377cm}}{\{\{bt\}\} \{\{bb\}\} \{\{br\}\} \{\{bl\}\}}  \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{x{1.94103 cm} x{3.03597 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Vocabulary}}  \tn
% Row 0
\SetRowColor{LightBackground}
\{\{bt\}\} {\bf{abiotic factors}} & \{\{bt\}\} nonliving, physical features \tn 
% Row Count 2 (+ 2)
% Row 1
\SetRowColor{white}
{\bf{biotic factors}} & living organisms \tn 
% Row Count 4 (+ 2)
% Row 2
\SetRowColor{LightBackground}
{\bf{population}} & same species in one given area (breed to have fertile children) \tn 
% Row Count 7 (+ 3)
% Row 3
\SetRowColor{white}
{\bf{carrying capacity}} & the limit a population can grow to \tn 
% Row Count 9 (+ 2)
% Row 4
\SetRowColor{LightBackground}
{\bf{limiting factor}} & the reason why populations can't grow infinitely \tn 
% Row Count 11 (+ 2)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\SetRowColor{LightBackground}
\mymulticolumn{2}{x{5.377cm}}{\{\{bb\}\}}  \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Vocabulary Pt. 2}}  \tn
% Row 0
\SetRowColor{LightBackground}
{\bf{competition}} \{\{noshy\}\}\{\{bt\}\} & \{\{bt\}\} occurs when two or more species rely on similar limiting factors \tn 
% Row Count 4 (+ 4)
% Row 1
\SetRowColor{white}
{\bf{int\textasciicircum{}e\textasciicircum{}rspecific competition}} \{\{noshy\}\} & competition between diff\textasciicircum{}e\textasciicircum{}rent species \tn 
% Row Count 7 (+ 3)
% Row 2
\SetRowColor{LightBackground}
{\bf{Intr\textasciicircum{}a\textasciicircum{}specific competition}} \{\{noshy\}\} & competition between s\textasciicircum{}a\textasciicircum{}me species \tn 
% Row Count 10 (+ 3)
% Row 3
\SetRowColor{white}
{\bf{predation}} \{\{noshy\}\} & one animal captures and feeds on another animal \{\{fa-cutlery\}\} \tn 
% Row Count 14 (+ 4)
% Row 4
\SetRowColor{LightBackground}
{\bf{cryptic coloration}} \{\{noshy\}\} & literally just camouflage \{\{fa-eye-slash\}\} \tn 
% Row Count 17 (+ 3)
% Row 5
\SetRowColor{white}
{\bf{aposematic coloration}} \{\{noshy\}\} & bright, warning patterns \{\{fa-lightbulb-o\}\} \tn 
% Row Count 20 (+ 3)
% Row 6
\SetRowColor{LightBackground}
{\bf{batesian mimicry}} \{\{noshy\}\} & harmless species mimics a dangerous one \tn 
% Row Count 22 (+ 2)
% Row 7
\SetRowColor{white}
{\bf{mullerian mimicry}} \{\{noshy\}\} & a few different species mimic each other, so predators know to avoid animals with that pattern \tn 
% Row Count 27 (+ 5)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\SetRowColor{LightBackground}
\mymulticolumn{2}{x{5.377cm}}{\{\{bt\}\} \{\{bb\}\} \{\{br\}\} \{\{bl\}\}}  \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{x{2.14011 cm} x{2.83689 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Energy Vocabulary}}  \tn
% Row 0
\SetRowColor{LightBackground}
{\bf{energy}}\{\{noshy\}\}\{\{bt\}\} & \{\{bt\}\}capacity to do work or cause change \tn 
% Row Count 2 (+ 2)
% Row 1
\SetRowColor{white}
{\bf{chemical energy}}\{\{noshy\}\} & energy\{\{fa-bolt\}\}stored in organic molecules \tn 
% Row Count 4 (+ 2)
% Row 2
\SetRowColor{LightBackground}
{\bf{free energy}}\{\{noshy\}\} & portion of energy\{\{fa-bolt\}\}released during reactions that is available to do work \tn 
% Row Count 8 (+ 4)
% Row 3
\SetRowColor{white}
{\bf{autotrophs}}\{\{noshy\}\} & make own food \tn 
% Row Count 10 (+ 2)
% Row 4
\SetRowColor{LightBackground}
{\bf{heterotrophs}}\{\{noshy\}\} & obtain food from outside source \tn 
% Row Count 12 (+ 2)
% Row 5
\SetRowColor{white}
{\bf{activation energy}}\{\{noshy\}\} & energy\{\{fa-bolt\}\}needed to "activate" reaction and break the bonds between atoms \tn 
% Row Count 16 (+ 4)
% Row 6
\SetRowColor{LightBackground}
{\bf{catalysts}}\{\{noshy\}\} & speed up the rate of reaction by lowering the activation energy\{\{fa-bolt\}\}needed (is not used up or changed in reaction) \tn 
% Row Count 22 (+ 6)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\SetRowColor{LightBackground}
\mymulticolumn{2}{x{5.377cm}}{\{\{bb\}\}}  \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{x{1.94103 cm} x{3.03597 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Vocabulary Pt. 3}}  \tn
% Row 0
\SetRowColor{LightBackground}
{\bf{synthesis}}\{\{bt\}\} & "building-up" reactions	 - store energy\{\{bt\}\} \tn 
% Row Count 3 (+ 3)
% Row 1
\SetRowColor{white}
{\bf{decomposition}}\{\{noshy\}\} & "breaking down" reactions - result in energy release \tn 
% Row Count 6 (+ 3)
% Row 2
\SetRowColor{LightBackground}
{\bf{ATP energy}} & cellular energy currency \tn 
% Row Count 7 (+ 1)
% Row 3
\SetRowColor{white}
\mymulticolumn{2}{x{5.377cm}}{\textasciicircum{}\textasciicircum{} ATP can store/release small amounts of energy. The bond between the 2nd and 3rd phosphate is made or broken to exchange energy.} \tn 
% Row Count 10 (+ 3)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\SetRowColor{LightBackground}
\mymulticolumn{2}{x{5.377cm}}{\{\{bb\}\}}  \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{The Nitrogen Cycle}}  \tn
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{`Nitrogen is essential to building DNA \& Proteins (which make up you)` \newline % Row Count 2 (+ 2)
\{\{bt\}\} \newline % Row Count 3 (+ 1)
{\bf{The main steps in this process are:}} \newline % Row Count 4 (+ 1)
`{\bf{1.)}} Nitrogen-fixing bacteria can change nitrogen in the air into something that can be used to make DNA \& Proteins` \newline % Row Count 7 (+ 3)
`{\bf{2.)}} Bacteria give that nitrogen to plants most of the time, and then it moves its way up the food chain` \newline % Row Count 10 (+ 3)
\{\{bt\}\} \{\{bb\}\} \{\{br\}\} \{\{bl\}\}% Row Count 11 (+ 1)
} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Population \{\{fa-globe\}\}}}  \tn
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{{\bf{Density Independent Factors}} \newline % Row Count 1 (+ 1)
`affect population sizes no matter the size` \newline % Row Count 2 (+ 1)
* Natural disasters \newline % Row Count 3 (+ 1)
* Climate change \newline % Row Count 4 (+ 1)
\textasciicircum{} Drought, extreme weather, or events \newline % Row Count 5 (+ 1)
{\bf{Density Dependent Factors}} \newline % Row Count 6 (+ 1)
`affect populations size as they approach carrying capacity` \newline % Row Count 8 (+ 2)
* Competition for space, shelter, food \newline % Row Count 9 (+ 1)
* Predators, disease, stress, parasitism% Row Count 10 (+ 1)
} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{\{\{bb\}\}}  \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Ecological Succession \{\{fa-tree\}\}}}  \tn
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{{\bf{Definition:}} \newline % Row Count 1 (+ 1)
`The process by which an existing community is gradually replaced by another community`  \newline % Row Count 3 (+ 2)
{\bf{Pioneer Species:}} \newline % Row Count 4 (+ 1)
`first to colonize new, or previously disturbed or damaged ecosystems, beginning a chain of ecological succession that ultimately leads to a more biodiverse steady-state ecosystem` \newline % Row Count 8 (+ 4)
{\bf{Succession Steps:}} \newline % Row Count 9 (+ 1)
`{\bf{1.)}} Lichen and Moss, as well as bacteria, grow and put nitrogen in the soil` \newline % Row Count 11 (+ 2)
`{\bf{2.)}} Grasses start to dominate the area and put even more nitrogen back  in the soil` \newline % Row Count 13 (+ 2)
`{\bf{3.)}} Bushes, shrubs, and small trees inhabit the area next and put EVEN MORE nitrogen back in the soil` \newline % Row Count 16 (+ 3)
`{\bf{4.)}} Finally, there is enough nitrogen in the soil to support large trees and forest which come last.`% Row Count 19 (+ 3)
} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{\{\{bt\}\} \{\{bb\}\} \{\{br\}\} \{\{bl\}\}}  \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Types of Reactions \{\{fa-bolt\}\}}}  \tn
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{{\bf{Endothermic}} \newline % Row Count 1 (+ 1)
`- Stores energy overall` \newline % Row Count 2 (+ 1)
`- {\bf{More energy is needed to break bonds}} than amount of energy released` \newline % Row Count 4 (+ 2)
`- Ex: photosynthesis` \newline % Row Count 5 (+ 1)
{\bf{Exothermic}} \newline % Row Count 6 (+ 1)
`- Energy is released` \newline % Row Count 7 (+ 1)
`- Less energy is needed to break bonds than is {\bf{released when forming new bonds}}` \newline % Row Count 9 (+ 2)
`- Ex: cellular respiration`% Row Count 10 (+ 1)
} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{\{\{bb\}\}}  \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Energy Exchange in Cells}}  \tn
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{`- Decomposition reactions release energy` \newline % Row Count 1 (+ 1)
`- {\bf{Oxidation}} is the removal of electrons from a molecule` \newline % Row Count 3 (+ 2)
`- Bonds are broken and rearranged` \newline % Row Count 4 (+ 1)
`- Some energy of the original molecule is released as heat and free energy` \newline % Row Count 6 (+ 2)
`- Free energy is finally captured in {\bf{ATP (adenosine triphosphate)}}` \{\{noshy\}\} \newline % Row Count 8 (+ 2)
\{\{bb\}\}% Row Count 9 (+ 1)
} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Enzymes}}  \tn
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{`{\bf{- Protein molecules that act as catalysts}}` \newline % Row Count 1 (+ 1)
`- Specific to a Substance or Reaction` \newline % Row Count 2 (+ 1)
`- Speeds up Biological Reactions to 10,000,000,000 Times Faster` \newline % Row Count 4 (+ 2)
\{\{bt\}\}  \newline % Row Count 5 (+ 1)
{\bf{How Enzymes Work}} \newline % Row Count 6 (+ 1)
`- Bind to specific reactants to form a complex` \newline % Row Count 7 (+ 1)
`- Reactant enzymes interact with {\bf{substrates}}` \newline % Row Count 8 (+ 1)
`- Substrates bind to the enzyme in a location called the {\bf{Active Site}}` \newline % Row Count 10 (+ 2)
\{\{bt\}\}  \newline % Row Count 11 (+ 1)
{\bf{Factors Affecting Enzyme Action}} \newline % Row Count 12 (+ 1)
`- When conditions are not ideal for an enzyme, it {\bf{denatures}}` \newline % Row Count 14 (+ 2)
`- {\bf{Denaturing an enzyme}} will cause the 3D shape of the active site, making the enzyme nonfunctional` \newline % Row Count 17 (+ 3)
 \{\{bb\}\}% Row Count 18 (+ 1)
} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{\{\{bb\}\}}  \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{The Carbon Cycle \{\{fa-diamond\}\}}}  \tn
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{{\bf{The main steps in this cycle are:}} \newline % Row Count 1 (+ 1)
 `{\bf{1.)}} Photosynthesis removes CO2 from the atmosphere` \newline % Row Count 3 (+ 2)
 `{\bf{2.)}} Death/Decomposition and Respiration add CO2 to the atmosphere` \newline % Row Count 5 (+ 2)
`Burning of fossil fuels adds CO2 to the atmosphere as well ` \newline % Row Count 7 (+ 2)
\{\{bt\}\} \{\{bb\}\} \{\{br\}\} \{\{bl\}\}% Row Count 8 (+ 1)
} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Primary Succession}}  \tn
\SetRowColor{LightBackground}
\mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/beeboobopnerd_1613494993_primary succession.jpg}}} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Secondary Succession}}  \tn
\SetRowColor{LightBackground}
\mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/beeboobopnerd_1613495376_secondary succession.jpg}}} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Defleating Succession}}  \tn
\SetRowColor{LightBackground}
\mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/beeboobopnerd_1613495562_defleating succession.jpg}}} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Energy Transfer ThroughTrophic Levels \{\{fa-sun-o\}\}}}  \tn
\SetRowColor{LightBackground}
\mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/beeboobopnerd_1613458612_energy transfer between trophic levels.jpg}}} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{\{\{bb\}\}}  \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Ezyme}}  \tn
\SetRowColor{LightBackground}
\mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/beeboobopnerd_1613495146_enzyme.jpg}}} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{S Curves vs J Curves}}  \tn
\SetRowColor{LightBackground}
\mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/beeboobopnerd_1613495656_s curve vs j curve.png}}} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}


% That's all folks
\end{multicols*}

\end{document}