@font-face {
    font-family: 'fontLight';
    url('../fonts/GOTHIC.TTF') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

/*  HelveticaNeueMEforSKY-Bold  */
@font-face {
    font-family: 'fontBold';
    url('../fonts/GOTHICB.TTF') format('truetype'),
    font-weight: normal;
    font-style: normal;
}


body { background: #FFFFFF; font-family: 'Catamaran', sans-serif; color: #231F20;}

.container{
    max-width: 213px;
    margin: 0 auto;
}

.header-first{
    font-family: 'Catamaran', sans-serif;
    font-size: 38px;
    text-align: center;
    line-height: 0.7;
    font-weight: bold;
}
.header-second{
    font-family: 'Catamaran', sans-serif;
    font-size: 23px;
    margin-top: 50px;
    text-align: center;
}

.header-third{
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    margin-top: 50px;
    text-align: center;
    line-height: 0.7;
    margin-bottom: 20px;
    color: #9b9b9b;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9b9b9b;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9b9b9b;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9b9b9b;
}
:-moz-placeholder { /* Firefox 18- */
    color: #9b9b9b;
}
.form-input:hover,
.form-input:active,
.form-input
{
    outline: none;
}
.form-input{
    border: none;
    text-align: center;
    border-bottom: 2px solid #9b9b9b;
    width: 100%;
    font-family: 'Catamaran', sans-serif;
}

.form-input-submit{
    width: 100%;
    height: 48px;
    margin-top: 28px;
    border: none;
    color: white;
    background: black;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    /*padding-top: 14px;*/
    /*cursor: pointer;*/
    font-family: 'Catamaran', sans-serif;
}
.rights-res{
    font-size: 10px;
    text-align: center;
    margin-top: 40px;
    font-family: 'Catamaran', sans-serif;
}

.site-content{
    margin-top: 4%;
}
.insta-div{
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}