body{
    background-image: url('background.png');
    background-size: 100% 600px;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    color: #525252;
}

h1{
    font-size:65px;
    margin-bottom: 0px;
}

h2{
    font-size: 36px;
    text-align: center;
}

header{
    color: #ffffff;
    text-shadow: 0 0 10px #333333;
    font-family: 'Gochi Hand', cursive;
}

.h2-header{
    margin-top: 0px;
}

p, ul, #contact-details{
    font-size: 18px;
    line-height: 1.5;
}

a{
  transition: all 0.5s ease;
  text-decoration: none;
  color: #525252;
}

.fab{
    transition: all 0.5s ease;
    color: #525252;
}

a:hover, .fab:hover{
  color: #eaca49;
}

strong{
  font-weight: 600;
}

header{
    max-width:1080px;
    margin: auto;
    text-align: center;
    font-size: 30px;
}

section{
    max-width:1080px;
    margin: auto;
    padding: 0 20px 0 20px;
}

#video-section{
    padding-bottom: 50px;
    border-bottom: 1px solid #eaca49;
    text-align: center;
}

#video-container{
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

#video{
    border-radius:15px;
    box-shadow: 0px 0px 27px #525252;
    margin: auto;
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#text-section{
    margin-top: 50px;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #eaca49;
}

#text-section .text-area{
    max-width: 600px;
    margin: auto;
    padding: 5px 0;
    text-align: justify;
}

p.closing-p{
    padding-bottom: 30px !important;
    border-bottom: 1px solid #eaca49;
}

.space-top{
    margin-top: 40px !important;
}

#text-section ul{
  max-width: 500px;
  margin: auto;
  padding: 15px 0 15px 100px;
  text-align: justify;
}

#text-section img.section-image{
    width: 100%;
    max-width:600px;
    margin: auto;
}

.chisiamo-photo{
    display: table-cell;
    text-align: center;
    width: 50%;
}

.chisiamo-photo img{
    width: 80%;
    border-radius: 50%;
}

.chisiamo-photo .description{
    padding: 0 20px;
    text-align: justify;
}

.avatars{
    max-width: 600px;
    margin: auto;
}

.avatars .chisiamo-photo .name{
    text-align: center !important;
    font-size: 22px;
    font-weight: 600;
    padding: 20px 0 !important;
}

#contact-section{
    margin-top: 50px;
    padding-bottom: 90px;
    border-bottom: 1px solid #eaca49;
}

#contactForm{
width:100%;
max-width: 600px;
margin: auto;
border-bottom: 1px solid #eaca49;
padding-bottom:20px;
}

#contact-details{
  width:100%;
  max-width: 600px;
  margin: auto;
  padding: 20px 0 0 0;
}

#phone{
  float: left;
}

#email-address{
  float: right;
}

.form-control, .custom-select {
    height: 50px;
    width: 100%;
    max-width: 585px;
    padding: 0 0 0 15px;
    margin: 5px 0 5px 0;
    font-size:16px;
}

.form-control {
    border: none;
    background: #f3f3f3; }
    .form-control:active, .form-control:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #000;
      background: #f3f3f3; }
  
  .col-form-label {
    color: #000; }
  
  .btn, .form-control, .custom-select {
    height: 50px; }
  
  .custom-select:active, .custom-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }
  
  .btn {
    border: none;
    border-radius: 4px !important; 
    transition: all 0.5s ease;}
    .btn.btn-primary {
      background: #eaca49;
      color: #000000;
      padding: 15px 20px; 
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
    }
    .btn:hover {
      color: #eaca49;
    background:#000; }
    .btn:active, .btn:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  
  .box {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
    box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08); }
    .box h3 {
      font-size: 14px;
      margin-bottom: 30px;
      text-align: center; }
  
  label.error {
    font-size: 12px;
    color: red; }
  
  #message {
    resize: vertical;
    padding: 15px 0 0 15px;
    font-family: 'Roboto', sans-serif;
}
  
  #form-message-warning, #form-message-success {
    display: none; }
  
  #form-message-warning {
    color: #B90B0B; }
  
  #form-message-success {
    color: #eaca49;
    font-size: 26px;
    font-weight: bold; 
    text-align: center;
}
  
  .submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000; }

    #follow-section{
      text-align: center;
      margin-top: 50px;
      padding-bottom: 50px;
    }

    #follow-section a{
      font-size: 35px;
      padding: 10px;
      color: #000000;
    }

    #follow-section a:hover{
      color: #eaca49;
    }

    @media only screen and (max-width: 600px) {
        body {
          background-size: 100% 300px;
        }

        h1{
            margin-top: 20px;
        }

        .h2-header{
            font-size: 26px;
        }
      
        .chisiamo-photo {
          display: block !important;
          width: 100%;
        }
      
        .pampanelli{
            margin-top: 30px;
        }
      
        .chisiamo-photo .description {
           padding: 0 !important; 
           text-align:center;
          }
          
          #text-section .text-area{
              text-align:center;
          }

          #text-section ul {
                        padding: 15px 0 15px 40px;
            }
      
        #phone{
          float: none !important;
          margin: auto;
          width: 100%;
          text-align: center;
        }
        
        #email-address{
          float: none !important;
          margin: auto;
          width: 100%;
          text-align: center;
        }
      
        #contact-section{
          padding-bottom: 20px !important;
        }
        
        .form-control, .custom-select{
            width:calc(100% - 15px);
        }
      }
