@charset "utf-8";
/* CSS Document */
#menu {
    font-size: x-large;
    text-align: center;
    float: right;
}

.centre_text_about {
	text-align: center;
}

.thumbnail_big {
	width: 300px;
	border-radius: 380px;
	height: 300px;
	margin-left: auto;
}

.thumbnail_tall {
	width: 150px;
	border-radius: 200px;
	height: 200px;
	margin-left: auto;
}

.dropdown {

  display: inline-block;

  position: relative;

}

.dropdown-content {

    display: none;

    position: absolute;

    width: 100%;

    overflow: auto;
	
	background-color: #DDDDDD;

    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}

.dropdown:hover .dropdown-content {

    display: block;

}

.dropdown-content a:hover {

    color: #FFFFFF;

    background-color: #00A4BD;

}

.dropdown-content a {

    display: block;

    color: #000000;

    padding: 5px;

    text-decoration: none;

}

.contact {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 30px;
    margin-right: 35px;
	float: left;
}

.header-links {
    margin-left: 0px;
	
}

a.link {
	color:navajowhite;
}
a.visited {
	color: #FF7275;
}

.kelly {
	
	float: left;
	padding-left: 15%;
}

.image{
	float: right;
}

.main-content {
    padding-right: 10px;
}
