﻿

body {
    overflow-x: hidden;
}

textarea {
    width: 100%;
}
#title {
    font-size: 32px;
    font-family: '__Proxima Nova_5';
    text-align: center;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2;

    margin-bottom:20px;
    margin-top:30px;
}




a.btnAdd {
    width: 50%;
    padding: 10px 0 10px 0;
    margin-bottom: 100px;
    font-size: 22px;
    font-family: "__Proxima Nova_5";
    border: 3px solid #BCD530;
    border-radius: 50px;
    background-color: white;
    color: #BCD530;
}

    a.btnAdd:hover {
        background-color: #BCD530;
        border: 3px solid #BCD530;
        color: white;
    }


.scrollTop {
    margin-bottom: -50px;
    transition: all .3s ease;
}

    .scrollTop:hover {
        opacity: 0.5;
    }




.form-group .lbl {
    font-size: 20px;
    font-family: "__Proxima Nova_5"
}

.check-box {
    padding: 10px;
    opacity: 1;
}

.btn-true {
    font-size: 16px;
    font-family: "__Proxima Nova_5";
    color: green;
    width: 40%;
    border: 2px solid green;
    border-radius: 50px;
    transition: all .3s ease;
}

    .btn-true:hover {
        background-color: green;
        color: white;
    }

a.btn-false {
    color: red;
    font-size: 16px;
    font-family: "__Proxima Nova_5";
    width: 40%;
    border: 2px solid red;
    border-radius: 50px;
    transition: all .3s ease;
}

    a.btn-false:hover {
        background-color: red;
        color: white;
    }


#imgpreview{
    max-width:300px;
    max-height:300px;
}






@font-face {
    font-family: "__Proxima Nova_5";
    src: local('__Proxima Nova_5'),url("../Fonts/proximanova-bold.woff") format("woff");
}

@font-face {
    font-family: "__Proxima Nova_5_extrabold";
    src: local('__Proxima Nova_5_extrabold'),url("../Fonts/proximanova-extrabld.woff") format("woff");
}

@font-face {
    font-family: "__Proxima Nova_5_regular";
    src: local('__Proxima Nova_5_regular'),url("../Fonts/proximanova-regular.woff") format("woff");
}
