body {
    /* padding-top: 20px; */
    padding-bottom: 20px;
    background-color: #333333;
}

h1 {
	color: #c5c5c5;
}

h2 {
	color: #c5c5c5;
}

h3 {
    color: #c5c5c5;
}

h4 {
    color: #c5c5c5;
}

.customlist {
    color: #c5c5c5;
}


.customp {
    color: #c5c5c5;
}

.navbar {
    margin-bottom: 20px;
    min-height: 82px;
    background-color: #252525;
}

.footer_td {
    padding: 10px;
    color: #9d9d9d;
    text-align: center;
}

.nobreak {
    white-space: nowrap;
}

.buttonlink {
    text-decoration: none;
}

.buttonlink:hover {
    text-decoration: none;
    color: #ffffff;
}

.customlink {
    text-decoration: none;
    color: #c8c8c8;
}

.customlink:hover {
    text-decoration: none;
    color: #ffffff;
}

.list-group-item {
    background-color: #282828;
    color: #c8c8c8;
}

.list-group-item:hover {
    background-color: #222222;
    color: #ffffff;
}

.display-3 {
    font-size: 51px;
    color: #e6e6e6;
    margin-left: 50px;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
}

.display-3:hover {
    color: #ffffff;
}

.hoverclass1 {
    text-decoration: none;
    color: #c5c5c5;
    background-color: #565353;
    text-align: center;
    font-size: 44px;
}

.hoverclass1:hover {
    text-decoration: none;
    color: #ffffff;
}

.img {
	width: 100%;
}

.row {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.column {
  float: left;
  width: 50%;
  padding-bottom: 15px;
  padding-top: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.scalable_list {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.scalable_map {
	width: 100%;
}

/*BIG*/
@media (min-width: 600px) {
	
	.column_single {
		margin-left: auto;
		margin-right: auto;
		width: 70%;
	}
	
	.row {
		width: 80%;
	}
	
	.scalable_map {
		height: 400px;
	}
	
	.padding_right {
		padding-right: 30px;
	}
	
	.scalable_h4 {
		font-size: 18px;
	}
	
	.scalable_h3 {
		font-size: 20px;
	}
	
	.scalable_h2 {
		font-size: 22px;
	}
	
	.scalable_h1 {
		font-size: 24px
	}
	
    .scalable_list {
        font-size: 20px;
		padding-right: 10px;
    }

    .scalable_p {
        font-size: 16px;
    }

    .scalable_footer {
        font-size: 17px;
    }

    .scalable_frontp {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
	.logo {
		width: 100%;
		height: 50%;
	}
}

/*SMALL*/
@media (max-width: 600px) {
	.column {
		width: 100%;
	}
	
	.column_single {
		width: 100%;
	}
	
	.row {
		width: 90%;
	}
	
	.scalable_map {
		height: 400px;
	}
	
	.padding_right {
		padding-right: 0px;
	}
	
	.scalable_h4 {
		font-size: 16px;
	}
	
	.scalable_h3 {
		font-size: 19px;
	}
	
	.scalable_h2 {
		font-size: 21px;
	}
	
	.scalable_h1 {
		font-size: 23px;
	}
	
    .scalable_list {
        font-size: 16px;
    }

    .scalable_p {
        font-size: 14px;
    }

    .scalable_footer {
        font-size: 10px;
    }

    .scalable_frontp {
        font-size: 20px;
    }
}

