body {
  height: 100%;
  width: 100%; }

html {
  height: 100%;
  width: 100%; }

#headerContainer {
  height: 100%;
  width: 100%; }
  #headerContainer .container {
    display: flex;
    align-items: center;
    justify-content: center; }
  #headerContainer .row {
    margin: 20%; }
  #headerContainer h1 {
    color: #d11400;
    font-size: 5rem; }
  #headerContainer h2 {
    color: white;
    font-size: 2rem;
    font-family: "Lato", sans-serif; }

.col-12 {
  text-align: center; }

.col-4 {
  border-style: solid;
  border-color: blue; }

header {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  background: url("../images/headerbg.png") center center no-repeat;
  background-size: cover; }

.profileImg {
  border-radius: 50%; }

#sectionTwo {
  background-color: #607D8B;
  padding-bottom: 10%; }
  #sectionTwo h1 {
    color: white;
    font-size: 2rem;
    font-family: "Lato", sans-serif;
    margin-top: 5%;
    margin-bottom: 10%; }
  #sectionTwo .row {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  #sectionTwo .col-12 {
    text-align: center; }
  #sectionTwo .gitbtn {
    margin-top: 10%; }
  #sectionTwo .btn {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #ffffff;
    border-radius: 0.5rem;
    font-size: 1.5rem; }
  #sectionTwo .btn:hover {
    font-size: 1.55rem; }
  #sectionTwo a {
    color: black; }
  #sectionTwo a:hover {
    color: blue; }
  #sectionTwo p {
    text-align: left; }

#sectionThree {
  background-color: #9E9E9E;
  padding-bottom: 10%; }
  #sectionThree h1 {
    color: black;
    font-size: 2rem;
    font-family: "Lato", sans-serif;
    margin-top: 5%;
    margin-bottom: 10%; }

#sectionFour {
  background-color: #ffffff;
  margin-bottom: 10%; }
  #sectionFour h1 {
    color: #757575;
    font-size: 2rem;
    font-family: "Lato", sans-serif;
    margin-top: 5%;
    margin-bottom: 10%; }
  #sectionFour .row {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  #sectionFour .col-12 {
    text-align: center; }

.aboutus {
  margin-top: 10%; }

.video {
  max-width: 100% !important;
  position: relative;
  overflow: hidden;
  margin-bottom: 5%; }

.iframe {
  max-width: 100% !important; }

/*# sourceMappingURL=styles.css.map */
