@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap');

html {
    height:100%;
	font-family: 'Roboto Slab', serif;
	font-size:12pt;
}

body {
    margin:0;
	background: url(/images/bg2.jpg) no-repeat #fcfcfc;
	/*background-attachment: fixed;*/
	background-size: 100%;
	background-size: cover;
    height:100%;
	line-height: 150%;
	background-attachment: fixed
}

a {
	color: rgb(237, 30, 19);
	text-decoration: none;
	border-bottom: 1px solid rgb(204, 230, 205);
}

div.site {
    /*background-color: white;*/
	background: rgb(255,255,255);
	/*background: linear-gradient(0deg, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 100%);*/
    width:98%;
    margin: 0 auto;
    max-width: 1000px;
    min-height:100%;
    
    -webkit-box-shadow: 0px 0px 25px 0px rgba(220,220,220,1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(220,220,220,1);
    box-shadow: 0px 0px 25px 0px rgba(220,220,220,1);
}

.header {
	height:250px;
	text-align: center;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
	color:white;
	font-size: 2.5em;
	line-height: 150%;
}

.flex-center {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer {
	width:calc(98% - 60px);
    margin: 0 auto;
    max-width: 1000px;
	text-align: center;
	padding:30px;
}

.content {
	padding: 30px;
}

.first {
	
}

.second {
	background-color: #FF5757;
	/* background-color: #ef8383; */
}

.second, .second a {
	color:white;
}

.third {
	background-color: rgb(210, 229, 199);
}

.third {}

.fourth {
	background-color: #7283B8;
}

.fourth, .fourth a {
	color:white;
}

.fifth {
	
}

.relative {
position:relative;
}

a.anchor {
	position:absolute; top:-00px;
}

.links img {
	height:40px;
	width: auto;
}

.join img {
	height:35px;
	width: auto;
	vertical-align: middle;
}

.links a {
	margin:0 10px;
}

@media screen and (max-width:700px) {
    .less-700 {
		display: none;
    }
	
	.less-700-show {
		display: inline;
    }
}

.button {
    padding:10px; 
    background-color: #FF5757;  
	color:white;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.second button {
	padding:10px; 
    background-color: white;  
	color:#FF5757;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	font-family: 'Roboto Slab', serif;
	font-size:12pt;
}