/*Document text settings*/
body {
    background-color:rgb(204,10,10);
    font-family: sans-serif;
    padding: 0;
    margin: 0;
}

p {
    font-size: 2vw;
    padding: 0;
    margin: 0;
    padding: 10%;
    line-height: 2.5vw;
}

h1 {
    color: white;
    font-size: 10vw;
    padding: 5%;
}

h2 {
    color: white;
    font-size: 8vw;
    padding: 10%;
    margin: 0;
}

h3 {
    color: white;
    font-size: 4vw;
    padding: 5%;
    margin: 0;
}

h4 {
    color: white;
    font-size: 3vw;
    padding: 5%;
    margin: 0;
}

/*Colours*/
.red {
    color: rgb(204,10,10);
    margin: 0;
    padding-right: 1rem;
}

.black {
    color: black;
}

/*Navigation Bar*/
nav {
    display: flex;
    justify-content: space-between;
    padding:0 1rem;
    background: white;
    align-items: center;
}

.menu {
    font-weight: bold;
    font-size: 1.5vw;
}

#contactbutton {
    background-color: black;
    display: flex;
    color: white;
    padding: 0.5rem 1rem;
}

#contactbuttonreverse {
    background-color: white;
    display: flex;
    color: black;
    padding: 0.5rem 1rem;
}

.logo {
    justify-content: space-between;
    width: 20%;
    height: 20%;
}

.socials {
    height: 100%;
    width: 100%;
}

ul {
    display: flex;
    list-style-type: none;
    align-items: center;
}

li {
    margin: 0 1rem;
}

a {
    text-decoration: none;
    color:black;
}

/*Hero Section*/
.Hero {
    width: 100%;
    height: 100%;
    background-image: url('../Images/william-daigneault-GAF48XT3yn8-unsplash.jpg');
    background-size:cover;
    background-position: center;
    display:flex;
    justify-content: left;
    align-items: flex-end;
}

/*Intro Section*/
.intro {
    background-color: black;
    font-family: sans-serif;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10%;
}

#Introtxt {
    align-content: left;
    padding: 1rem;
    margin: 0%;
}

#Intrologo {
    align-content: left;
    height: 10%;
    width: 10%;
}

/*About Me Section*/
.AboutMe {
    width: 100%;
    display: flex;
}

#AboutmeLeft{
    background-color:white;
    width: 50%;
    height: 100%;
}

.ProfilePic {
    background-image: url('../Images/gelmis-bartulis-gzlfj8Fjdk0-unsplash\ 1.jpg');
    background-size:cover;
    background-position: center;
    width: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
}

/*Gallery Section*/
#gallerytitle {
    align-items: center;
    justify-content: center;
    display: flex;
}

.Gallery {
    background-color: black;
    padding: 1vw;
}

.row {
    width: 100%;
    height: 100%;
    display: flex;
    padding-bottom: 1vw;
}

.box {
    background-size:cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0.5vw;
}

#box1 {
    background-image: url('../Images/ante-samarzija-dO91nwC0Owk-unsplash\ 1.jpg');}

#box2 {
    background-image: url('../Images/evgeny-tchebotarev-aiwuLjLPFnU-unsplash\ 2.jpg');
}

#box3 {
    background-image: url('../Images/samuel-elias-nadler-w8RT-3E61Ys-unsplash\ 2.jpg');
}

#box4 {
    background-image: url('../Images/hannah-busing-vGHMXnD5A0I-unsplash\ 1.jpg');
}

#box5 {
    background-image: url('../Images/paul-kansonkho-9xjHQvdMi4c-unsplash\ 1.jpg');
}

#box6 {
    background-image: url('../Images/stephan-louis-L3s5QySz5UM-unsplash\ 2.jpg');
}

#box7 {
    background-image: url('../Images/aaron-ahn-0Hs3bIuyAuU-unsplash\ 1.jpg');
}

#box8 {
    background-image: url('../Images/dawid-zawila-5nh9BBFwVQg-unsplash\ 2.jpg');
}

#box9 {
    background-image: url('../Images/artur-aldyrkhanov-_omYGHPwGEU-unsplash\ 1.jpg');
}

#box10 {
    background-image: url('../Images/karl-fredrickson-DsAjH9B24G8-unsplash\ 2.jpg');
}

/*Photo Directory*/
#photodirectorysection {
    background-color: white;
    justify-content: center;
    align-items: center;
    margin: 7rem;
    padding-bottom: 1rem;
}

#photodirectory {
    justify-content: center;
    align-items: center;
    display: flex;
}

#typesofphoto {
    justify-content: center;
    align-items: center;
}

/*Contact Section*/
.ContactSection {
    display: flex;
    padding: 1rem;
    background-color: rgb(204,10,10);
    justify-content: space-between;
    height: 20vw;
}

#contactword {
    font-size: 8vw;
    margin-left: 5vw;
    padding: 0;
    color: white;
    display: flex;
    align-items: center;
}

form {
    align-content: right;
    margin-right: 5vw;
    margin-top: 3vw;
}

#firstname {
    display: flex;
    display: inline-block;
    margin-right: 2px;
}

#lastName {
    display: flex;
    display: inline-block;
}

#email {
    display: flex;
}

input{
    font-size: 16px;
}

textarea {
    font-family: sans-serif;
    font-size: 14px;
    resize: none;
}

/*Footer*/
footer {
    background-color: black;
    display: flex;
    width: 100%;
    height: 20%;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0;
}