html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,
sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,
figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,
audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

html,
body {
    width: 100%;
    height: 100%;

    overflow: auto;
}

body {
    font-family: "Merriweather", sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-position: center !important;
}

h1, h2, h3 {
    font-weight: 300;
    line-height: 1.2;
}

h1 {
    font-size: 38px;

    margin-bottom: 22px;
}

h2 {
    font-size: 28px;

    margin-bottom: 10px;
}

h3 {
    font-size: 18px;

    margin-bottom: 5px;
}

h1 a,
h2 a,
h3 a {
    border-bottom: 1px solid;
    font-weight: 700;
}

p {
    line-height: 1.4;

    margin-bottom: 20px;
}

a {
    text-decoration: none;
    transition-duration: 0.25s;
}

p a,
strong {
    font-weight: 700;
}

p a {
    border-bottom: 1px solid;
}

footer {
    margin-top: 50px;
}

@font-face {
    font-family: "ionicons";
    src: url("./assets/icons/ionicons.eot?v=1.4.1");
    src: url("./assets/icons/ionicons.eot?v=1.4.1#iefix") format("embedded-opentype"),
         url("./assets/icons/ionicons.ttf?v=1.4.1") format("truetype"),
         url("./assets/icons/ionicons.woff?v=1.4.1") format("woff"),
         url("./assets/icons/ionicons.svg?v=1.4.1#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon {
    font-family: "ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    display: inline-block;
}

.icon.twitter:before { content: "\f243"; }
.icon.facebook:before { content: "\f231"; }
.icon.email:before { content: "\f10f"; }
.icon.submit:before { content: "\f3fd"; }
.icon.error:before { content: "\f404"; }
.icon.success:before { content: "\f3fd"; }

.row {
    width: 100%;
    float: left;
    position: relative;
}

.content {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 20px;
}

body {
    background-size: cover !important;
}

body.custom-background {
    /*background-image: url('bigimages/1.jpg');*/
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

body::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";

    background-color: rgba(0,0,0,0.3);
    /* background-color: rgba(242,235,224,0.8); */
}

body::after {
    border-right: 1px dashed;

    width: 2px;
    height: 100%;

    position: fixed;
    top: 0;
    left: 100px;
    z-index: -1;
}

#text {
    background: rgba(255,255,255,0.9);
    padding: 4vw 2vw;
}

#text a {
    /* color: #c99371; */
    color: #699400;
}

#text h2 {
	color: #333;
	text-align: center;
	font-weight: 700;
    font-size: 30px;
}

#text h3 {
	color: #333;
	text-align: center;
	font-weight: 400;
    font-size: 20px;
    font-style: italic;
}

.email {
	margin: 20px 0 0 0;

	display: flex;
	align-items: center;
    justify-content: center;

    font-size: 27px;
}

.email img {
	width: auto;
	height: 24px;

	margin-right: 14px;
}

.outer-list {
    margin-top: 2em;
    margin-bottom: 2em;

    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.list {
    columns: 2;

    text-align: center;
}

.list li {
    margin: 0 5px 0.77em;
}

.list a,
.list a:hover {
    text-decoration: none;
    border-bottom: 0;
}

.list li {
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.list li img {
    margin-right: 10px;
}

#header {
    border-bottom: 1px dashed;

    line-height: 200px;

    display: none;

    margin-bottom: 3vw;
}

#header .logo {
    display: block;
    padding-left: 0;
    transform: translateY(40px);

    text-transform: uppercase;
    font-size: 45px;
    font-weight: bold;

    text-align: center;
}

#header .logo img {
    width: 400px;

    max-width: 100%;
    height: auto;
}

#header .status {
    height: 1px;

    position: absolute;
    bottom: -1px;
    left: 0;
}

#header .status span {
    border-left: 1px solid;

    font-size: 20px;
    line-height: 20px;

    width: 1px;
    height: 21px;

    padding-left: 5px;

    position: absolute;
    top: -10px;
    right: -6px;

    white-space: nowrap;
    color: #ff5555 !important;
    font-weight: bold;
}

.button {
    outline: none;

    border-radius: 50%;
    border: none;

    font-size: 38px;
    line-height: 19px;
    text-align: center;

    width: 40px;
    height: 40px;

    padding: 0;

    position: absolute;
    top: 0;
    left: 221px;

    cursor: pointer;

    transition-duration: 0.25s;
}

@media (max-width: 850px) {
    .list {
        columns: 1;
    }
}

@media (max-width: 800px) {
    .content {
        width: auto;
        margin-left: 10%;
        margin-right: 10%;
    }

    #header .logo {
        font-size: 25px;
        line-height: 3;

        transform: translateY(20px);
    }

    #text h2 {
       font-size: 20px;
    }
}

@media (max-width: 800px) {
    body::after {
        display: none;
    }
}

@media (max-width: 600px) {
    .content {
        margin-left: 0;
        margin-right: 0;
    }

    .email {
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .email {
        font-size: 16px;
    }
}

@media (max-width: 300px) {
    input[type="text"],
    input[type="email"] {
        width: 180px;
    }

    .button {
        left: 201px;
    }
}

body {
    color: rgba(2, 1, 1, 0.85);
}

h1, h2, h3 {
    color: #ffffff;
}

a {
    color: rgba(255, 255, 255, 0.85);
}

a:hover {
    color: #ffffff;
}

p a {
    border-color: rgba(255, 255, 255, 0.25);
}

body::after {
    border-color: rgba(255, 255, 255, 0.25);
}

#header {
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

#header .status {
    background-color: #ffffff;
}

#header .status span {
    border-color: #ffffff;
    color: #ffffff;
}

.button {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.55);
}

.button:hover {
    background-color: #49b266;
    color: #ffffff;
}

#loading {
    background-color: rgba(255, 255, 255, 0.75);
}

.status {
    color: rgba(255, 255, 255, 0.75);
}

.status.icon.error {
    background-color: rgba(0, 0, 0, 0.75);
}

.status.icon.success {
    background-color: #49b266;
}