*{
    font-family:Georgia, 'Times New Roman', Times, serif
    }

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}



h1{
    color:antiquewhite;
    text-align: center;
    text-shadow: 2px 2px 4px #1B1212;
    padding-top: 0px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 60px;
    
}

.main-header{
    background-image: url("Images/WOH Cloud (head and foot).jpg");
    border-top-left-radius: 35px 30px;
    border-top-right-radius: 35px 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 10px; 
}
   

.nav ul{
    text-align: center;
    margin-top: 0;
    padding: 0;
}

.nav li{
    display:inline; 
    padding: 35px;
    text-decoration-line:none; 
    color: antiquewhite;
    text-shadow: 2px 2px 4px #1B1212;
    font-size: 25px;
    font-weight: bold;
}

.nav a{
    color: inherit;
    text-decoration: none;
}

.nav a:hover{
    text-decoration: underline;
}

h2{
    color: antiquewhite;
    text-shadow: 2px 2px 4px #1B1212;
}

body{

    color:#1B1212; 
    font-size: 18px;
    max-width: 1500px;
    margin:auto;
    width: 93%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    background-color:rgb(255, 174, 142,.77);
    border-radius: 35px 35px 30px 30px;   
    min-height: 100vh;  
    display: flex;
    flex-direction: column;

    footer{
        text-align: center;
        text-shadow: 2px 2px 4px #1B1212;
        font-size: 20px;
        background-image: url("Images/WOH Cloud (head and foot).jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        color: antiquewhite;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom-left-radius: 35px 30px;
        border-bottom-right-radius: 35px 30px;
        margin-top: auto;
    }    
}

html{
    background-image: url("Images/WOH Starry Back.jpg");
    background-repeat:repeat;
    background-size:auto;
    }

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
      }
      
input[type=submit] {
    background-color: #1b1212;
    color: antiquewhite;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
      }
      
input[type=submit]:hover {
    background-color: #71c5f2;
      }
      
.container {
    border-radius: 5px;
    padding: 40px;}

   
hr {
    border: 0;
    clear:both;
    display:block;
    width: 70%;               
    background-color:antiquewhite;
    height: 1px;}

div{
    padding-left: 40px;
    padding-right: 40px;
}

iframe{
    height: 50vh;
    width: 100%;
    object-fit: cover
}

.text-img-L{
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
}

.text-img-R{
    padding-top: 1%;
    padding-left: 1%;
    padding-bottom: 1%;
}
