@charset "UTF-8";
nav {
    background-color: #E9E9E9;
}
header {
    background-color: #D4D4D4;
}
main {
    background-color: #BCBCBC;
}
footer {
    background-color: #989898;
}
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.First_Section {
}
.Second_Section {
}
.Third_Section {
}
.Container {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Item_1   {
    background-color: lightblue;
    width: 25%;
}
.Item_2   {
    background-color: lightcyan;
    width: 25%;
}
.Item_3   {
    background-color: lightskyblue;
    width: 25%;
}
.Item_4   {
    background-color: lightsteelblue;
    width: 25%;
}
.First_Section .Container {
    display: flex;
}
nav .Container {
    background-color: lightcoral;
    display: flex;
    padding: 10px;
    margin: 14;
    justify-content: space-between;
}
header .Container {
    height: 300px;
    background-color: khaki;
    background-image: url("Images/logo/logo-amy-rob-ic-square-small.png"), url(Images/misc/Hero-Windows-11-Talk-Copilot.jpeg);
    background-repeat: no-repeat, no-repeat;
    background-size: 120px auto, cover;
    background-position: right bottom, center center;
}
footer .Container {
    height: 100px;
    background-color: mediumseagreen;
}
nav ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.First_Section img {
    margin-left: 6px;
    margin-right: 6px;
    width: 100%;
    height: auto;
}
nav img {
    width: 300px;
    height: auto;
}
.Item_1 , .Item_2, .Item_3, .Item_4{
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
