a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}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:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button,input,textarea{outline:0}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100vh;padding:10px;font:16px "Source Sans Pro",sans-serif;background-image:url(img/background-texture.png);background-color:#ffe88f;background-repeat:repeat;color:#50514f}footer,main{width:90%}@media only screen and (min-width:992px){footer,main{width:60%}}@media only screen and (min-width:1600px){footer,main{width:50%}}main{background-color:#fffdf5;padding:20px 30px;margin-bottom:40px;-webkit-box-shadow:0 0 40px 0 rgba(80,81,79,.5);box-shadow:0 0 40px 0 rgba(80,81,79,.5)}@media only screen and (min-width:992px){main{padding:40px 60px}}main .title{font-family:"Noticia Text",serif;font-size:30px;font-weight:700;line-height:1;margin-bottom:40px;text-align:center}@media only screen and (min-width:992px){main .title{font-size:36px}}.wysiwyg .text-center{text-align:center}.wysiwyg img{font-size:0;display:inline-block;max-width:100%;height:auto;margin:5px;cursor:pointer}.wysiwyg img.aligncenter{display:block;margin:5px auto}.wysiwyg li,.wysiwyg p{font-weight:300;line-height:1.33;margin-bottom:2rem}.wysiwyg li{margin-left:30px;padding-left:10px}.wysiwyg ul>li{list-style-type:disc}.wysiwyg ol>li{list-style-type:decimal}.wysiwyg strong{font-weight:700}.wysiwyg em{font-style:italic}.wysiwyg h1{font-family:"Noticia Text",serif;font-size:36px;font-weight:700;line-height:1;margin-bottom:40px}.wysiwyg h2{font-family:"Noticia Text",serif;font-size:30px;font-weight:700;line-height:1;margin-bottom:40px}.wysiwyg h3{font-family:"Noticia Text",serif;font-size:27px;font-weight:700;line-height:1;margin-bottom:40px}.wysiwyg h4{font-size:24px;font-weight:700;line-height:1.33;margin-bottom:20px}.wysiwyg h5{font-size:18px;font-weight:400;line-height:1.33;margin-bottom:20px}.wysiwyg h6{font-size:18px;font-weight:300;line-height:1.43;font-style:italic;margin-bottom:20px}.wysiwyg a{font-weight:700;text-decoration:underline;color:#50514f}.wysiwyg blockquote{font-style:italic;line-height:1.25}.wysiwyg table{width:100%!important;font-size:10px;border:1px solid #d1d1d1;margin-bottom:1rem}@media only screen and (min-width:576px){.wysiwyg table{font-size:11px}}@media only screen and (min-width:768px){.wysiwyg table{font-size:12px}}@media only screen and (min-width:992px){.wysiwyg table{font-size:13px}}.wysiwyg th{border:1px solid #d1d1d1;padding:5px!important;font-weight:700;background-color:#eee}.wysiwyg td{border:1px solid #d1d1d1;padding:5px!important}.wysiwyg tr{border:1px solid #d1d1d1}.wysiwyg tr:nth-child(odd){background-color:#fff}.wysiwyg tr:nth-child(even){background-color:#eee}footer{text-align:center}

a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: #428bca;
}

/* selected link */
a:active {
  color: #428bca;
}