/*
    green
    main color: 8dc73f
    secondary color: 67912f
    tertiary color: 425e1e

    blue
    primary color: 00aff0
    secondary color: 0081af
    tertiary color: 004d68
    
*/


/* color */

.primary {
    color: #8dc73f;
}

.secondary {
    color: #00aff0;
}


/* headings */

h1 {}


/* anchors */

a {
    color: #00aff0;
}

a:visited,
a:active {
    color: #0081af;
}


/* input */

input,
textarea {
    border-radius: 2em !important;
    border: 2px solid transparent !important;
    border-image: linear-gradient(to right, #8dc73f 0%, #00aff0 100%) !important;
    border-image-slice: 1 !important;
}


/* body */

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


/* bootstrap */


/* other */

.blue-green {
    background: #8dc73f;
    background: -webkit-linear-gradient(left, #8dc73f, #00aff0);
    background: -o-linear-gradient(right, #8dc73f, #00aff0);
    background: -moz-linear-gradient(right, #8dc73f, #00aff0);
    background: linear-gradient(to right, #8dc73f, #00aff0);
}
