* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    background-color: #006c7f;
}

nav {
    width: 100%;
    height: 50px;
    padding: 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #5ce1e6;
    color: #ffffff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    box-shadow: 2px 2px 12px black;
}

nav ul {
    list-style-type: none;
    margin: auto;
    text-align: center;
    color:#ffffff;
}

nav ul li {
    display: inline-flex;
    margin-right: 100px;
    text-align: center;
    font-size: 20px; 
    color:#ffffff;
}

.intro {
    display: flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
}

.text-container p:nth-child(1) {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    color:#ffffff;
    font-size: 22px;
}

.text-container p:nth-child(2) {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    color:#ffffff;
    font-size: 35px;
}

.text-container p:nth-child(3) {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    color:#ffffff;
    font-size: 25px;
}

.text-container p {
    line-height: 0px;
    margin: 50px 0px 25px 100px;
    flex-wrap: wrap;
}

.me img {
    height: 500px;
    margin-right: 70px;
    float: right;
}

.float-left {
    float: left;
    margin-right: 25px;
}

.float-right {
    float: right;
    margin-left: 25px;
}

.content {
    width: 100%;
    display: inline-block;
}

.about {
    width: 80%;
    margin: 0px auto 50px auto;
    padding: 50px;
    height: 300px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #5ce1e6;
    color: #000000;
    border-radius: 20px;
    display: flexbox;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: 2px 2px 12px black;
}

.about img {
    height: 200px;
}

.about h2 {
    margin-bottom: 20px;
    font-size: 36px;
}

.about p {
    font-size: 25px;
}

.projects {
    width: 80%;
    margin: 0px auto 20px auto;
    padding: 50px;
    height: 300px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #5ce1e6;
    color: #000000;
    border-radius: 20px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 2px 12px black;
    
}

.projects h2 {
    margin-bottom: 20px;
    font-size: 36px;
}

.projects p {
    font-size: 25px;
}

.boxes {
    display: flex;
    justify-content:space-evenly;
    color:#ffffff;
    margin-bottom: 50px;
}

.boxes p {
    background: rgba(125, 125, 125);
    text-align: center;
}

.boxes h2 {
    background: rgba(125, 125, 125);
    text-align: center;
}

a {
   color: #ffffff; 
}

.box1 {
    height: 250px;
    width: 250px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 4px 4px;
    align-items: center;
    background-image: url(../Photos/hero-bg.jpg);
    background-size: 250px 250px;
}

.box2 {
    height: 250px;
    width: 250px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 4px 4px;
    align-items: center;
    background-image: url(../Photos/screenshot\ istreamustream.jpg);
    background-size: 250px 250px;
}

.box3 {
    height: 250px;
    width: 250px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 4px 4px;
    align-items: center;
    background-color: #000000;
}

.contact {
    margin-bottom: 50px;
    padding: 50px;
    clear: both;
    height: 200px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #5ce1e6;
    color: #000000;
    text-align: center;
}

.contact h2 {
    margin-bottom: 20px;
    font-size: 36px;
}

.contact p {
    font-size: 25px;
}

.contact a {
    color: #000000;
}

.footer {
    padding: 30px;
    clear: both;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
}

.footer h2 {
    font-size: 20px;
    color: #ffffff;
}
