* {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.9);
    line-height: 1.5;
}

header {
    background-color: rgba(0, 0, 0, 0.9);
    color: rgb(255, 255, 255);
    padding: 1rem;
}

header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-weight: 200;
    margin-bottom: 1rem;
}

nav {
    margin: auto;
    /*text-align: center;*/
    color: #000;
    margin: 1rem 0 1rem;

    font-size: 1.2em;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #2196f3;
}

main {
    text-align: justify;
    position: relative;
    margin: 2rem 0;
}

footer {
    background-color: rgba(0, 0, 0, 0.9);
    color: rgb(255, 255, 255);
    padding: 1rem 0;
    margin-top: 4rem;
}

footer p {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 200;
    margin: 0;
}

a {
    color: #50ce7d;
    text-decoration: none;
}

h1,
h4,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 3.0em;
    margin: 0 0 1rem 0;
    color:#ccc;
}

h4 {
    font-size: 2em;
    margin: 3rem 0 1rem 0;
}

h6 {
    font-size: 1.2em;
    margin: 1rem 0;
}

h4 small {
    font-size: 70%;
    font-weight: 300;
}

p {
    margin: 1rem 0;
}

strong {
    font-weight: 600;
}

form > button, .button {
    -webkit-appearance: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 1rem 0;
    border: none;
    background-color: #14ad00;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin: 2rem 0 2rem auto;
    font-size: 1em;
    width: 100%;
}

ul {
    margin-left: 2rem;
}

input {
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    width: 100%;
    line-height: normal;
    font-size: 1em;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    color: rgba(0, 0, 0, 0.72);
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    -webkit-transition: background 0s ease-out 0s;
    -o-transition: background 0s ease-out 0s;
    transition: background 0s ease-out 0s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2196f3), to(#2196f3)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(#2196f3, #2196f3), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(#2196f3, #2196f3), -o-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: linear-gradient(#2196f3, #2196f3), linear-gradient(#d9d9d9, #d9d9d9);
    height: 2.4em;
}

input:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0 none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-field label {
    width: 100%;
    color: #9e9e9e;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 1em;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    text-align: initial;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    pointer-events: none;
}

input:focus + label {
    color: #2196f3;
}

.input-field {
    position: relative;
    margin-top: 2.2rem;

    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input-field label.active {
    -webkit-transform: translateY(-15px) scale(0.8);
    transform: translateY(-15px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.container {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    margin: auto;
    text-align: center;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.column1 {
    float: left;    
    width: 20%;
    padding-right: 10px;
}
.column2 {
    float: right;
    width: 72%;
    text-align: left !important;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
  
/* Clear floats after the columns */
.row:after {
    content: "";
    display: block;
    clear: both;
    
}


@media screen and (max-width: 1366px) {
    body {
        font-size: 15px;
    }
    h1 {
        font-size: 2.8em;
    }
}

@media screen and (max-width: 992px) {
    main {
        margin: 2rem 0;
    }
    h1 {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 786px) {
    body {
        font-size: 14px;
    }

    .container {
        width: 80%;
    }
    h1 {
        font-size: 2.3em;
    }
    .column1 {
        float: center;
        width: 100%;
        margin: 0 0 1rem 0;
    }
    .column2 {
        float: center;
        width: 100%;
        text-align: center !important;
    }
}

@media screen and (max-width: 450px) {
    .container {
        width: 100%;
    }
}
