@charset "utf-8";


body{
	font-family: trebuchet ms;
}

.column7{
	float: left;
}

/* Three columns side by side */
.column2 {
    float: left;
    width: 32.1%;
    padding: 30px 8px 30px 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
    .column2 {
        width: 100%;
        display: block;
    }
}

/* Add some shadows to create a card effect */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	background: white;
}

/* Some left and right padding inside the container */
.container {
    padding: 0 16px;
}

/* Clear floats */
.container::after, .row1::after {
    content: "";
    clear: both;
    display: table;
}

.title {
    color: grey;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#word{
	font-family: verdana;
	font-size: 14px;
	color: black;
	padding-top: 40px;
	padding-bottom: 20px;
}

#heading{
	padding-top: 20px;
}

#abt{
	font-size: 22px;
	text-shadow: 1px 1px #d3d3d3;
	color: black;
	border-bottom: 1px solid black;
	border-bottom-style: underline;
}

#tex{
	text-align: left;
}

.button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: grey;
    background-color: #dcdcdc;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.button:hover {
    background-color: #555;
}

.row1{
	background-color: #f0f0f0;
}

.information{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 80px;
	/*background-image: url(image/img4.jpg);
	background-position: center;
	background-attachment: fixed;
	background-size: cover*/
}


#solly{
	width: 80%;
	height: 257px;
}

h3{
	text-shadow: 1px 2px #d3d3d3;
	color: #6495ed;
}

.information p{
	text-align: left;
}
