/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13 May 2024, 1:56:29 PM
    Author     : Clare_S5
*/

#conStyle {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background-color: #f0f0f0;
    color: #333;
    margin: 0;
    padding: 100px;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

header {
    background-color: #1F2937;
    color: #F9FAF8;
    padding: 10px 0;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #F9FAF8;
}

main.content {
    padding: 20px;
}

form {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

textarea {
    height: 100px;
}

button[type="submit"],
button[type="reset"],
button[type="button"] {
    padding: 10px 20px;
    background-color: #1F2937;
    color: #F9FAF8;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button[type="submit"]:hover,
button[type="reset"]:hover,
button[type="button"]:hover {
    background-color: #0F1620;
}
h1{
  background-color: #1F2937;
  color: #F9FAF8;
  text-align: center;
  padding: 10px 0;
}
#one{
    text-align: center;
}
h2{
    text-align: center;
}
aside.contact-info {
    margin-bottom: 20px;
}

aside.contact-info h3 {
    color: #1F2937;
}

aside.contact-info p {
    color: #666;
}

iframe {
    position: relative;
    float: right;
    right: 0; 
    top: 29px;
    border-bottom: 100px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
section.developer-contact {
    margin-bottom: 20px;
}

section.developer-contact h2 {
    color: #1F2937;
}

section.developer-contact p {
    color: #666;
}


/*
main.Contact.Developer {
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  background-color: #f8f8f8;
  padding: 20px;
  text-align: center;
}
* {
  box-sizing: border-box;
}
input{
    width: 20%;
    border: 3px solid #555;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
   font-family: 'Roboto', sans-serif;
   line-height: 1.6;
}

textarea{
    width: 50%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}

select{
    width: 20%;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}

button{
    background-color: #3882f6;
    color:#F9FAF8;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    resize: none;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}
button hover{
  background-color: #ddd;
  color: black;
}
.submitbtn{
    text-align: center;
}

#contactInfo{
  float: right; 
  right: 0;
  
}


.Developer{
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    text-align: center; 
}
.Contact{
  float: left;
  left: 0;
  padding: 20px;
  width: 70%;
  background-color: #f1f1f1;
   
}
p{
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    text-align: center;
    font-size: 18px;
}
h3{
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    text-align: center;
}
h2{
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    text-align: center;
}
.two{
     font-family: 'Roboto', sans-serif;
     line-height: 1.6;
    text-align: left;
}
#three{
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    text-align: center;
}
label {
  font-family: 'Roboto', sans-serif;
  padding: 12px 12px 12px 0;
  display: inline-block;
  font-size: 18px;
  align-items: left;
}
 */
#back-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 1000;
    text-decoration: none;
  }
 
  #back-to-top-btn:hover {
    background-color: #555;
  }
@media only screen and (max-width: 600px) {
  
  iframe {
      width: auto;
      height: 390px;
      margin: auto;
      clear: right;
  }
  aside.contact-info{
      clear: right;
  }
}
  @media (max-width:576px){
      .navList {
    display: flex;
    flex-direction: column;
  }
  .navList li {
    display: block;
  }

  .navList li a {
    text-decoration: none;
    color: #f9faf8;
    padding: 12px;
    text-align: center;
    margin: 15px;
  }
  header {
    text-align: center;
    flex-direction: column;
  }

  header .container {
    justify-content: center;
  }
  }
