/*
selector {
  property: value; 
  }
*/

/*BACKGROUND*/
body{
    background-image:url('https://i.pinimg.com/474x/49/74/55/4974558b17cd1d38cc37a110f88ded8d.jpg');
    color:white;
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}

.P1, .P2, .P3, .P4 p{
    font-size:25px;
}

h3{
    font-size:35px;
}

.Img1 p, .Img4 p{
    font-size:10px;
}


/* HEADER */
.Header{
        overflow: hidden;
        padding: 30px 40px;
        text-align:center;
}

.Header-Buttons{
    float: left;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
    padding:10px;
}

h1 {
    padding:40px;
    background-color:white;  
    color:black;
}

h1:hover {
    background-color:lightblue;
    color:white;
}

a:link { 
  color: white; 
}

a:visited { 
  color: white; 
} 

a:link, a:visited {
    background-color:white;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius:25px;
}

a:hover {
    color:lightpink;
}

.Header{
    font-size:30px;
}

.Header-Buttons{
    position:fixed;
    top:0;
    Left:0;
    Width:100%;
    Box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 15px 0;
}

/*IMAGES*/
.Img1{
    width:500px;
    margin:auto;
    border:25px white;
    padding:30px;
}


.Img4{
    width:650px;
    margin:auto;
}

.picture1{
    border:25px;
    border-color:white;
}

.IntroP{
    float:left;
    width:45%;
}


/*PARAGRAPH*/

.quote{
    font-size:70px;
}

.Intro{
    font-size:40px;
}

div:hover{
    background-color:black;
    color:white;
    padding:20px;
}

p, h3{
    text-align:center;
}

.P1, .P2, .P3, .P4{
    padding:30px 30px;
    text-align:center;
}