
body {
    /* background: aqua; */
    /* width: 1200px;
    height: 1024px; */
    font-family: lucida sans;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 1;
}

.image {
    position: fixed;
    /*object-fit: cover;*/
    /* top: 0; */
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;  
    z-index: 2; 
}
h1 {   
    background-color: rgb(255, 0, 0);
    opacity: 80%;
    position: absolute;
    justify-self: right;
    align-items: center;
    z-index: 3;

    top: 45px;
    width: 500px;
    height: 60px;
    margin: 10px 100px auto;
    padding: 5px 10px 10px 10px;
   
    color: white;
    font-size: 1.8em;
    text-align: center;
}
h2 {   
    background-color: rgb(202, 202, 202);
    opacity: 80%;
    position: absolute;
    justify-self: right;
    z-index: 3;

    top: 124px;
    width: 500px;
    height: auto;
    margin: 10px 100px auto;
    padding: 5px 10px 5px 10px;
    
    color: black;
    font-size: 1.5em;
    text-align: center;
}
section {
    background-color: rgb(255, 255, 255);
    opacity: 90%;
    position: absolute;
    justify-self: right;
    z-index: 3;

    top: 104px;
    width: 500px;
    height: auto;
    margin: 100px 100px auto;
    padding: 5px 10px 5px 10px;
   
    text-align: center;
    font-size: 1.3em;
}
.medsos {
    width: 50px;
    height: 50px;

}
.medsos:hover {
    width: 52px;
    height: 52px;
}
section p {
    color: rgb(255, 0, 0);
    margin: 0;
    font-weight: 500;
    align-self: center;
}

@media screen and (min-width:1024px) {
body {
    background:rgb(0, 0, 0);
    font-family: lucida sans;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 1;
}
.image {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;  
    z-index: 2; 
}

h1 {   
    background-color: rgb(255, 0, 0);
    opacity: 80%;
    position: absolute;
    justify-self: right;
    align-items: center;
    z-index: 3;

    top: 70px;
    width: 500px;
    height: 60px;
    margin: 10px 20px auto;
    padding: 5px 10px 10px 10px;
   
    color: white;
    font-size: 1.8em;
    text-align: center;
}
h2 {   
    background-color: rgb(202, 202, 202);
    opacity: 80%;
    position: absolute;
    justify-self: right;
    z-index: 3;

    top: 150px;
    width: 500px;
    height: auto;
    margin: 10px 20px auto;
    padding: 5px 10px 5px 10px;
    
    color: black;
    font-size: 1.5em;
    text-align: center;
}
section {
    background-color: rgb(255, 255, 255);
    opacity: 90%;
    position: absolute;
    justify-self: right;
    z-index: 3;

    top: 130px;
    width: 500px;
    height: 160x;
    margin: 100px 20px auto;
    padding: 10px 10px 5px 10px;
   
    text-align: center;
    font-size: 1.3em;
}
.medsos {
    width: 80px;
    height: 80px;

}
.medsos:hover {
    width: 85px;
    height: 85px;
}
section p {
    color: rgb(255, 0, 0);
    margin: 0;
    font-weight: 500;
    align-self: center;
}
}

@media screen and (min-width:481px) and (max-width:1024px){
body {
    background:rgb(0, 0, 0);
    font-family: lucida sans;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 1;
}
.image {
    position: relative;
    object-fit: contain;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;  
    z-index: 2; 
}

h1 {   
    background-color: rgb(255, 0, 0);
    opacity: 80%;
    position: relative;
    justify-self: center;
    align-content: center;
    z-index: 3;

    top: 45px;
    width: 600px;
    height: 150px;
    margin: 10px 20px auto;
    padding: 5px 10px 10px 10px;
   
    color: white;
    font-size: 1.8em;
    text-align: center;
}
h2 {   
    background-color: rgb(202, 202, 202);
    opacity: 80%;
    position: relative;
    justify-self: center;
    align-content: center;
    z-index: 3;

    top: 45px;
    width: 600px;
    height: 150px;
    margin: 10px 20px auto;
    padding: 5px 10px 5px 10px;
    
    color: black;
    font-size: 1.5em;
    text-align: center;
}
section {
    background-color: rgb(255, 255, 255);
    opacity: 90%;
    position: relative;
    justify-self: center;
    z-index: 3;

    top: 45px;
    width: 600px;
    height: 150x;
    margin: 10px 20px auto;
    padding: 10px 10px 5px 10px;
   
    text-align: center;
    font-size: 1.3em;
}
.medsos {
    width: 80px;
    height: 80px;

}
.medsos:hover {
    width: 85px;
    height: 85px;
}
section p {
    color: rgb(255, 0, 0);
    margin: 0;
    font-weight: 500;
    align-self: center;
}
}
@media screen and (min-width:320px) and (max-width:480px){
body {
    background:rgb(0, 0, 0);
    font-family: lucida sans;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 1;
}

.image {
    position: relative;
    object-fit: contain;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;  
    z-index: 2; 
}

h1 {   
    background-color: rgb(255, 0, 0);
    opacity: 80%;
    position: relative;
    justify-self: center;
    align-content: center;
    z-index: 3;

    top: 55px;
    width: 400px;
    height: 150px;
    margin: 10px 20px auto;
    padding: 30px 10px 30px 10px;
   
    color: white;
    font-size: 1.8em;
    text-align: center;
}
h2 {   
    background-color: rgb(202, 202, 202);
    opacity: 80%;
    position: relative;
    justify-self: center;
    align-content: center;
    z-index: 3;

    top: 55px;
    width: 400px;
    height: 150px;
    margin: 30px 10px 30px 10px;
    padding: 5px 10px 5px 10px;
    
    color: black;
    font-size: 1.5em;
    text-align: center;
}
section {
    background-color: rgb(255, 255, 255);
    opacity: 90%;
    position: relative;
    justify-self: center;
    z-index: 3;

    top: 55px;
    width: 400px;
    height: 150x;
    margin: 30px 10px 30px 10px;
    padding: 20px 10px 20px 10px;
   
    text-align: center;
    font-size: 1.3em;
}
.medsos {
    width: 80px;
    height: 80px;

}
.medsos:hover {
    width: 85px;
    height: 85px;
}
section p {
    color: rgb(255, 0, 0);
    margin: 0;
    font-weight: 500;
    align-self: center;
}
}