/*   
Theme Name: ThatGuyCode WordPress Theme
Theme URI: https://www.thatguycode.com/
Description: A custom resposive theme
Author: Riaz Sabjee
Author URI: https://www.thatguycode.com/
Version: 1.0
*/
/*
    VARIABLES

    ----------------------- */
/*
    COLORS

    ----------------------- */
/*
    MEDIA QUERIES

    ----------------------- */
/*
 *	MIXINS
 *	================================================== */
/*
    SITE CSS

    ----------------------- */
/*  HEADER  */
header nav .navbar-brand {
  width: 100px;
}
header nav .navbar-brand img {
  max-width: 100%;
}
header nav .nav-link {
  text-transform: uppercase;
  display: inline-block;
  padding: 20px;
  text-align: center;
  min-width: 11px;
}
header nav .btn-donate {
  margin-left: 20px;
  color: #FFF;
  background-color: #d14f42;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  min-width: 100px;
}

/*  MAIN  */
/*  FOOTER  */
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .copyright {
  color: #FFF;
  border-top: 1px solid #CCCCCC;
  padding: 10px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */