@charset "UTF-8";
/* CSS Document */



.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}

#mydiv {
    position: absolute;
    
	cursor: move;
}   
#mydiv2 {
    position: absolute;
    
	cursor: move;
	left:300px;
	top:130px;
	
}
#mydiv3 {
    position: absolute;
	cursor: move;
	parent.left:80px;
	top:30px;
	
}

#mydiv4 {
    position: absolute;
	cursor: move;
	parent.left:80px;
	top:30px;
}

#mydiv5 {
    position: absolute;
	cursor: move;
}

#mydiv6 {
    position: absolute;
	cursor: move;
}

#mydiv7 {
    position: absolute;
	cursor: move;
}



.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}

.bg {
	position:relative;
	height:1000px;
	//background-color:#ff4466;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:750px;
	padding:0;
}



.navBox {
	
	border-radius: 10px;
    padding: 15px;
    background-color: #efffff;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5); 
	margin:20px;
}

.contentBox {
	
    width: 300px;
    
	border-radius: 10px;
    padding: 15px;
    background-color: #efffff;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5); 
	font-size:medium;
	
}

.masthead {
	border-radius: 10px;
    padding: 15px;
    background-color: #efffff;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5); 
	width: 300px;
	font-size:medium;
}

.contentBoxImage {
    width:400px;
	margin:0;
	border-radius: 10px 10px 0 0;
    padding: 15px;
    background-color: #efffff;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5); 
}

.contentBoxImageSides {
    width:400px;
	height:300px;
	text-align:right;
	font-size:medium;
	margin:0;
	border-radius: 0px 0px 0 0;
    padding: 15px;
    background-color: #efffff;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5); 
}

.contentBoxImageBottom {
    
	width:400px;
	margin:0;
	border-radius: 0 0 10px 10px;
    padding: 15px;
    background-color: #efffff;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5); 
}
