
html {
    scroll-behavior: smooth;
}  

body {
    background-image: url('../Resource/ANZAC_Day_Statue.jpg');
    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif;
    color: white; 
}

h1 {
    border-style:solid;
    border-width: 10px;
    border-color:saddlebrown;
    border-radius: 15px;
    color: rgb(224, 207, 200);
    font-size: 135px; 
    display: flex;
    justify-content: center;
    height: 200px;
    margin-top: 20px; 
    background-image: url("../Resource/h1_pic.jpg");
    
}

h1 img {
    position: absolute;
    width:130px ;
    margin-left: -1100px;
    margin-top: 20px;
}


.home_nav {
    margin-top: 20px;
    margin-left: 1200px;
    font-size: 25px;
    font-weight: 700; 
}


.home_nav li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 25px;
    color: white; 
    font-weight: bold;      
}

.home_nav li a {
    text-decoration: none;
}


.home_nav a:visited {
    color: inherit; 
    
}

.home_nav a:hover {
    color: rgb(5, 2, 186);
    text-decoration: none;
}

.hero {
    display: flex;
    flex-direction: column;
    margin-top: -85px;
    width: 1880px;
    height: 800px;
    background-image: url("../Resource/hero.jpg");
    background-size:cover;
}

.hero .headline {
    
    margin-top: 50px;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    color: black;
    justify-content: center;
}

.hero .source {
    margin-top: 40px;
}

.hero .source  a{
    font-style: italic;
    text-decoration: none;
}

.hero .join{
    width: 250px;
    margin-top: -50px;
    margin-left: 300px;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 3px;
    color: #fff;
    background: #000;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    padding: 12px 20px;
    text-align:center;

}
.hero .join:hover{
    color: #000;
    background: #fff;
}



h2 {
    justify-content: center;
    display: flex;
    cursor: pointer;
    font-size: 50px;
    font-family: serif;
    color: black;    
}

h2:hover {
    color: #fff;
}

nav {
    position: absolute;
    margin-top: -160px;
    margin-left: 650px;
    text-align: center;
}


p {
    font-size: 20px;
}

ul {
    font-family: serif;
    text-align:left ;
    margin-left: 50px;
    font-size: 22px;
    line-height: 2
}



.home_span_copyright {
    position:relative;
    margin-left: 200px;
    margin-top: 10px;
    font-size: 22px;
    color: wheat;
}

.h2_image_1 {
    top: 200px;
    right: 100px;
    text-align: center;
}
.h2_image_2 {
    position: absolute;
    top: 1400px;
    left: 10px;
}
.h2_image_3 {
    position: absolute;
    top: 1400px;
    right: 10px;
}
.h2_image_4 {
    top: 200px;
    margin-left: 40px;
}
.h2_image_5 {
    position: absolute;
    top: 2850px;
    right: 133px;
}


.ul_pic1 {
position: absolute;
margin-top: -200px;
margin-left: 300px;  
}
.ul_pic2 {
position: absolute;
margin-top: -200px;
margin-left: 900px;  
}

hr.rounded {
    border-top: 5px solid black;
    border-radius: 5px;
  }

.about {
    display: flex;
    background-image: url(../Resource/blog_back_image.jpg);
    background-size: cover;
    width: 1880px;
    height: 800px;
    margin-top: 10px;
}

.about span {
    font-weight: 700;
    font-size: 50px;
}

.about .content {
    margin-top: 130px;
    margin-left: 1270px;
    font-size:30px;
}


p {
    margin-left:50px;
    margin-right: 50px;
}


footer ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

footer .icons {
    display: flex;
    justify-content: center;
}

footer img {
    width: 30px;
    margin: 10px;
}

