@charset "utf-8";
* {
    box-sizing: border-box;
}
body {
    background-color: #95C8ED;
    padding: 20px;
    font-family: Arial;
}


p{
	font-size: 15pt;
	color: white
	
}

#img2{
	float: left;
	padding-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	
}

/* Center website */
.main {
    max-width: 1000px;
    margin: auto;
}

.topnav {
  overflow: hidden;
  background-color: #95C8ED;
}

.topnav a {
	float: right;
	color: white;
	text-align: center;
	padding-top: 14px;
	padding-right: 80px;
	padding-left: 80px;
	padding-bottom: 14px;
	text-decoration: none;
	font-size: 17px;
	background-color: #0F4D98;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #828282;
  color: #6DBCEF;
}

h1 {
    font-size: 50px;
    word-break: break-all;
	text-align: center;
	color: white
}
.write{
	font-size: 20pt;
	text-align: left;
	display: block;
	max-width: 900px;
	float: right;
	margin-right: 230px;
	padding-left: 100px;
}
.title {
	text-align: center;
	padding-top: 70px;
	color: white;
	font-size: 40pt;
}
.photo {
	float: left;
	margin-top: 30px;
	margin-left: 200px;
	width: 25%
}


@media screen and (max-width: 900px) {
    .column {
         float: none;
    display: block;
		text-align: left;
	}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        float: none;
    display: block;
    text-align: left;
  }
 
}







