html {
    background-color: #E9FFFE;
}

/* THIS IS FOR TOP HEADER BOX */

body {
    margin:0;
}

#header {
    font-family: "manrope";
    font-weight: bold;
}
/* DROP DPOWN BUTTON STUFF */

.navbar {
    background-color: #1E212B;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

li {
    float: LEFT;
}
  
li a, .dropbtn {
    display: inline-block;
    color: #E9FFFE;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
  
li a:hover, .dropdown:hover .dropbtn {
    background-color: #bedcff;
    color: #1E212B;
}
  
li.dropdown {
    display: inline-block;
}
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #1E212B;
    min-width: 160px;
    z-index: 1;
}
  
.dropdown-content a {
    color: #E9FFFE;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
  
.dropdown-content a:hover {background-color: #bedcff;
}
  
.dropdown:hover .dropdown-content {
    display: block;
}

/* This is the Welcome and text stuff on the home page */

.homefelxc {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /* border-color: red; 
    border-style: dashed;*/
}

.welcome {
    font-family: manrope;
    font-size: 5vw;
    text-align: center;
    width: 100%;
    /* border-color: blue;
    border-style: dashed;  */
}

/* This is for the box below */

.welcomeboxtext {
    background-color: #bedcff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 75%;
    border-style: groove;
    border-color: #1E212B;
    border-width: 5px;
}

.picinbox {
    flex-grow: 0.1;
    padding: 25px;
    width: 33%;
    min-width: 175px;
    max-width: 500px;
}

.georgepic {
    width: 100%;
}

.textinbox {
    flex-grow: 2;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    font-family: manrope;
    font-style: normal;
    padding: 25px;; 
    max-width: 600px;
}

.thetextinthebox {
}

/* Footer */

footer {
    /* border-color: orange; 
    border-style: dashed; */
    color: #E9FFFE;
    background-color: #1E212B;
    position:fixed;
    bottom: 0;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: end;
    flex-direction: row;
    align-items: center;
    font-family: manrope;
    font-style: normal;
    height: 35px;
}

.inbetweenfooter {
    width: 10px;
}

footer p {
    /* border-color: yellow; 
    border-style: dashed;*/
}

.logo   {
   /* border-color: lightcoral; 
    border-style: dashed;*/
    height: 30px;
    padding: 0px 30px 0px 0px;
}

/* gap between bottom text and  social bar */

.gap {
    height: 50px;
}

/* Contact Stuff */

.ContactBox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
}

.contactspace {
    height: 15vw;
}

.pcontact {
 width: 75%;
 margin: 3px;
 background-color: #bedcff;
 align-self: center;
 height: 200px;
 border-style: groove;
 border-color: #1E212B;
 border-width: 5px;
}

.emailbox {
    display: flex;
    flex-direction: column;
    align-self: center;
    text-align: center;
    margin-top: 72px;
    font-family: manrope;
}