﻿body {
    background-image: url(https://www.bakermckenzie.com/-/media/images/locations/turkey.jpg?rev=95c83a04674e4721b959428c569571e6);
    background-size: cover;
    margin: 0;
    padding: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

header {
    background-color: #3a3a3c;
    background-color: rgba(250, 245, 255, .5);
    color: #f5f5f8;
    padding: 0.5%;
    height: auto;
    align-items: center;
    margin-bottom: 0.3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-around;
}

h2 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
    color: black;
}

#flag {
    height: 10rem;
    width: auto;
}

#ottoman {
    height: 12rem;
    width: auto;
}

a {
    color: #007eff;
    border: solid;
    padding: 2px;
    border-radius: 7px;
    background-color: white;
    font-weight: 600;
}

#intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0.5rem;
}

#homePageLink {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#Projects {
    display: flex;
    justify-content: space-between;
    margin: 0px 40px 10px 40px;
    align-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    border: 2px solid;
    border-radius: 1rem;
    background-color: rgba(250, 245, 255, .7);
}

.secondProjectsList {
    display: flex;
    justify-content: space-evenly;
    margin: 0px 40px 0px 40px;
    align-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    border: 2px solid;
    border-radius: 1rem;
    background-color: rgba(250, 245, 255, .7);
}

#firstProject {
    position: relative;
    width: 20rem;
    height: 40.45rem;
    padding: 2rem;
    box-shadow: 0px 4px 6px 2px;
    background-color: blanchedalmond;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    margin: 1.5%;
}

    #firstProject img {
        width: 100%;
    }

img{
    width: 70%;
}

label {
    font-size: 15px;
    font-family: Dubai;
}

#pbp {
    width: 100%;
    text-align: center;
    padding-bottom: 1rem;
    border-radius: 10px;
    background-color: honeydew;
    margin-bottom: 1rem;
}

#secondProject {
    position: relative;
    width: 20rem;
    height: auto;
    padding: 2rem;
    box-shadow: 0px 4px 6px 2px;
    background-color: blanchedalmond;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    margin: 1.5%;
}

#psb {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    background-color: honeydew;
}

#thirdProject {
    width: 20rem;
    height: auto;
    padding: 2rem;
    box-shadow: 0px 4px 6px 2px;
    background-size: cover;
    background-color: blanchedalmond;
    background-image: url();
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    margin: 1.5%;
}

#third {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    background-color: honeydew;
}

#fourth {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    background-color: honeydew;
}
#fourthProject {
    width: 30rem;
    height: 47.68rem;
    padding: 2rem;
    box-shadow: 0px 4px 6px 2px;
    background-size: cover;
    background-color: blanchedalmond;
    background-image: url();
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    margin: 1.5%;
}

#fifth {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    background-color: honeydew;
}

#fifthProject {
    width: 30rem;
    height: auto;
    padding: 2rem;
    box-shadow: 0px 4px 6px 2px;
    background-size: cover;
    background-color: blanchedalmond;
    background-image: url();
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    margin: 1.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2%;
    text-align: center;
}

p {
    font-weight: 400;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: black;
    text-align: center;
    font-size: large;
    text-decoration: underline;
}
