\documentclass[..]{Settings/class}
%% Language and font encodings
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{times} %Use times new roman
%% Sets page size and margins
\usepackage[a4paper,margin=1in]{geometry}
\linespread{1.}
\usepackage{setspace}
\usepackage{amsmath}
\usepackage{fancyhdr}
\usepackage{fancyref}
\usepackage{graphicx}
\usepackage{natbib}
\usepackage{xcolor}
\usepackage[symbol]{footmisc}
\usepackage{verbatim}
\usepackage{afterpage}
\usepackage{enumitem}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\newcommand{\headingwithfootnote}[2]{
#1[#2]{#2{\textsuperscript{\normalsize\footnotemark}}}}
\usepackage[hidelinks]{hyperref}
\title{
{\textbf{{Proposal title}}}\\~\\
{\large \textbf{Author}}\\~\\~\\~\\
\includegraphics[width=0.35\textwidth]{Settings/Guelph.png} \\~\\
{\large School of Environmental Sciences \\
University of Guelph, Guelph \\
December 2022 \\~\\~\\~\\
A proposal submitted to University of Guelph in partial fulfillment of the requirements of ENVS*6900 }\\~\\~\\
}
\author{\textcopyright Name, 2022}
\date{}
\begin{document}
%% Change the name of the reference section
\renewcommand\refname{References}
\maketitle
\thispagestyle{empty}
\clearpage
\setcounter{page}{1}\renewcommand{\thepage}{\roman{page}}
\section*{Key Words}
Key word 1, key word 2
\input{Content/Summary}
\input{Content/Proposal}
\clearpage
% \renewcommand{\headrulewidth}{0pt} %Remove the header line
% \fancyhead[]{}
% \fancyfoot[C]{\thepage} %Only use page count for reference
\bibliographystyle{Settings/copernicus}
\bibliography{refs}
\end{document}