* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


html,body {

    margin: 0;
}

body {
    font-family: Arial;
    font-size: 17px;
    height: 200px;
}

main{
    width: 100%;
    margin: auto;
}

/*LINKS*/

ul li {
    list-style-type: none;
    color: #e39d04;
}

a {
    display: block;
    text-decoration: none;
    color: grey;
}

p {
    background: #000000;
    color: #ffffff;
    padding: 20px;
}


/*BTN*/
#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

.btnIdstudio {
    text-decoration: none; 
    color: white;
}

a.btnIdStudio {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    line-height: 100%;
    bottom: 50px;
    width: 100%;
    max-width: 300px;
    justify-content: center;
    z-index: 100;
    display: flex;
    background-color: #FCB600;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(178, 123, 0, 0.37);
    box-shadow: 0px 2px 15px 0px #9874195d;
    transition: background-color .15s ease-in-out, max-width .25s ease-in-out, padding .15s ease-in-out;
}


.btnIdStudio:hover {
    background-color: #fabb1a;
    padding: 22px;
    max-width: 310px;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}


#container-btnId {
    display: flex;
    justify-content: center;
    width: 100%;
}

.btn-uppercase-black {
    color: #000;  
}


ul.contact-container {
    bottom: 0;
    width: 100%;
    margin: 0, auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 50px;
}

.item-content {
    margin:10px 0;
}

.center-text {
   
    text-align: center;
}

li.item-content a {
    font-weight: 600;
    letter-spacing: 2px;
    color: rgb(113, 110, 110);
    text-align: center;
    transition: font-size .15s ease-in-out, letter-spacing .15s ease-in-out, box-shadow .15s ease-in-out;
}

li.item-content a:hover {   
    color: #e39d04;
    font-size: 18px;
    letter-spacing: 3px;
}


.item-content-center a {
    font-weight: 600;
    letter-spacing: 2px;
    color: rgb(113, 110, 110);
    text-align: center;
}

li.item-content-center a:hover { 
    color: #e39d04;
    font-size: 18px;
    letter-spacing: 3px;
}

.video-container {
    height: 50%;
    width: 100%;
    margin: 0, auto;
    display: flex;
    justify-content: center;
}

#myVideo {
    margin-top: 50px;
    height: auto;
    width: 66%;
    min-width: 50%;
}

@media screen and (max-width: 768px) {
ul.contact-container {
  bottom: 0;
  width: 100%;
  margin: 0, auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 50px;
  flex-direction: column;
}

#myVideo {
    min-width: 100%;
}
}