
body{
  font-family: 'Quicksand';
}

header{
  min-height: 100vh;
  padding: 50px 0 170px;
  background-image: url(../images/bg-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
}

#logo{
  margin-bottom: 116px;
  display: table;
}

@media (max-width: 1200px) 
{
  header{
    padding: 50px 0 100px;
  }
  
  #logo{
    margin: 0 auto 20px;
  }
}

h1{
  font-weight: 600;
  font-size: 56px;
  padding-bottom: 28px;
  margin-bottom: 32px;
  border-bottom: 1px solid #d0723e;
}

h1 + p{
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 1200px) 
{
  h1{
    text-align: center;
    font-size: 36px;
  }

  h1 + p{
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
  }
}

#form-title .destak {
  font-size: 22px;
  font-weight: 1000;
}

#form-title p {
  font-size: 18px;
}

form{
  background-color: #ef864d;
  padding: 30px;
  text-align: center;
  color: white;
}

.fakeform{
  background-color: #ef864d;
  padding: 30px;
  text-align: center;
  color: white;
  margin-top: 72px;
}

form h2{
  font-size: 26px;
  margin-bottom: 40px;
}

@media (max-width: 1200px) 
{
  form h2{
    font-size: 20px;
  }
  .fakeform{
    margin-top: 0px;
  }
}

form select,
form input{
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  border: none;
  margin-bottom: 10px;
  color: #848484;
}

form input[type="submit"],
form button{
  padding: 20px;
  background-color: #983e07;
  width: 100%;
  border: none;
  color: white;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 30px;
}

form #display-true-url-work{
  display: none;
}

form span{
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 0 5px;
}

form a,
form a:hover{
  color: white;
  font-weight: bold;
  margin-top: 40px;
  display: block;
}

section{
  padding: 80px 0;
  text-align: center;
}

section h2{
  color: #ef864d;
  font-size: 48px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 600;
}

section p{
  font-size: 24px;
  color: #545454;
  margin-bottom: 60px;
}

@media (max-width: 1200px) 
{
  section{
    padding: 40px 0;
  }

  section h2{
    font-size: 28px;
  }

  section p{
    font-size: 16px;
  }
}

section iframe{
  width: 100%;
  height: 660px;
}

@media (max-width: 1200px) 
{

  section iframe{
    width: 100%;
    height: 200px;
  }

}

.schedule{
  padding: 20px 140px;
  background-color: #983e07;
  border: none;
  color: white;
  border-radius: 4px;
  display: table;
  font-weight: 500;
  margin: 70px auto 0;
}

.schedule:hover,
.schedule:focus{
  color: white;
}

@media (max-width: 1200px) 
{
  .schedule{
    padding: 20px;
  }

  .orange-logo{
    padding: 100px 0;
  }

}

img{
  max-width: 100%;
  height: auto;
}

ul{
  list-style: none;
  padding-left: 0;
}

.list-icons div{
  border: 2px solid #ef864d;
  width: 161px;
  height: 161px;
  border-radius: 161px;
  margin-bottom: 30px;
}

.gray{
  background-color: #efefef;
}

.list-img div{
  margin-top: 34px;
}

.list-img p{
  margin: 0;
  font-size: 20px;
}

.list-img h3{
  margin: 40px 0 0;
  font-size: 30px;
  color: #fe813c;
  font-weight: 600;
}

footer{
  text-align: center;
  background-color: #fafafa;
  padding: 100px 0;
}

footer p{
  color: #2e2828;
  font-weight: 600;
  font-size: 16px;
}

footer img{
  margin-bottom: 70px;
}

@media (max-width: 1200px) 
{
  li + li{
    margin-top: 30px;
  }

}

.box-orange{
  background-color: #ef864d;
  height: 100%;
  width: 100%;
  padding: 200px 0 200px;
}

.box-orange .schedule{
  margin-top: 0;
}

@media (max-width: 1200px) 
{
  .box-orange{
    padding: 40px 0 40px;
  }

}

ul.nav{
  margin-bottom: 40px;
}

ul.nav li{
  cursor: pointer;
  margin: 0 20px;
  color: #545454;
  font-size: 18px;
}

ul.nav li.active{
  color: #fe813c;
}

@media (max-width: 1200px) 
{

  ul.nav li{
    margin: 0 5px;
    font-size: 14px;
  }
  

}

#message{
  display: none;
}

#message.active{
  display: block;
}

#gray-section{
  background-color: #2e2e2e;
  color: white;
}

#gray-section a:hover, 
#gray-section a:focus{
  text-decoration: none; 
}

#gray-section p,
#gray-section a{ 
  color: white;
}

#gray-section .box-black{
  background-color: black;
  height: 171px;
  padding: 4px;
  border-radius: 4px;
  margin-top: 30px;
}

#gray-section .box-black > div{
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#gray-section .box-black p,
#gray-section .box-black h4,
#gray-section .box-black a{
  font-size: 14px;
  margin-bottom: 0;
}

#modal-videos{
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  padding: 40px;
}

#modal-videos iframe{
  width: 100%;
}

#modal-videos button{
  background-color: transparent;
  margin-bottom: 20px;
  border: none
}

@media (max-width: 768px) 
{

  #modal-videos iframe{
    height: 320px;
  }
  

}