@charset "UTF-8";
* {
    box-sizing: border-box;
	font-family: 'PT Serif Caption';;	
}

html,
body {
    margin: 0 auto;
    /*background-color: #dbcba6;*/
    background-image: url("../backgroundimg2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 270px;
    /*background-color: rgb(102, 155, 186);*/
    /*background-color: #dbcba6;
    background-size: 100% 280px;*/
    /*background-repeat: no-repeat;
    background-position: center;*/
    /*max-width: 100%; /*40rem;
    padding: 2rem;*/
}

body {
    background-image: url("assets/backgroundimg2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 280px;
}

@media (min-width: 45rem) {
    html,
    body {
        max-width: 50.75rem;
    }
}

@media (min-width: 55rem) {
    html,
    body {
        max-width: 78.75rem;
    }
}

.titletop {
    display: flex;
    position: relative;
	justify-content: center;
	top: 20px;
    width: 100%;
    /*color: #8a4c1c;*/
    color: #800000;
}

.headerblock {
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    /* Make a counter */
    /*counter-reset: item-count;*/
    font-size: 0;
    width: 100%;
    margin: 4px 0 20px;
}

.personal-contaner {
    display: flex;
    flex-direction: column;
	/*display: inline-block;
    /*justify-content: space-around;*/
    justify-content: center;
}

.personal-contaner > div {
	/*background-color: #c29443;*/
	display: inline-block;
    position: relative;
    border-radius: 6px;
	width: 100%;
	height: 800px;
	margin: 4px 4px 10px 4px;
	/*border: 2px dashed orange;*/
}

@media (min-width: 600px) {
	.personal-contaner {
		flex-flow: row wrap;
    	width: 100%; 
	}	
}

.clip1 img {
	width: 150px;
	height: 170px;
	margin: auto;	
	left: 15px;
}

#left-nav {
    position: relative;
	width: 160px;
	height:200px;
}

#right-nav {
    position: relative;
    /*justify-content: space-around;*/
    width: 600px;
    height: 100%;
	border-radius: 5px;
	border:3px solid #CCCCCC;
    padding: 4px;
    background-color: #e5c590;
}

.profile_item {
/*margin: 40px;*/	
}

.itemLogo {
    display: flex;
    position: relative;
    font-size: 1rem;
    counter-increment: item-count;
	width: 16%;
}

.itemheader {
    display: flex;
    position: relative;
    font-size: 1rem;
    counter-increment: item-count;
	width: 100%;
    margin-top: 20px;
    left: 20px;
}

.Scroll_Wrapper {
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    /* Make a counter */
    /*counter-reset: item-count;*/
    font-size: 0;
}

/*Stops the scrollbar appearing in WebKit browsers*/
.Scroll_Wrapper::-webkit-scrollbar {
    display: none;
}

.bcontainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
	top: 0;
	/*height:80px;*/
    width: 100%;
}

ul li {
	display: inline-block;
	position: relative;
    border-radius: 10px;
    border: solid black;
    border-width: 1px;
    background-color: #dbcba6;
    height: 60px;
    width: 230px;
    margin: 20px;
}


ul li a {
	display: block;
	padding: 20px 6px;
	color: black;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
}


ul li a:hover {
    border-radius: 10px;
	background: #e4e2e2;
}

.pageData {
    display: flex;
    position: relative;
    /*justify-content: center;*/
    border-radius: 10px;
    border: solid black;
    border-width: 1px;
    background-color: white;
    max-width: 100%;
    margin: 20px 20px 20px 20px;
	padding: 10px 20px;
}

.pageData > div {
    flex-direction: row;
	font-size: 24px;
    height: 100%;
}


#content > p {
    display: flex;
    position: relative;
    justify-content: center;
    max-width: 100%;
}


.footercolor {
    display: flex;
	background-color: #8a4c1c;
    max-width: 100%;
    color: white;
	font-size: 12px;
	margin: 8px 0 0 0;
    justify-content: center;
}

.footercontainer {
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
}

.footercontainer > div {
	/*background-color: #8a4c1c;*/
    border-radius: 6px;
    max-width: 100%;
    align-items: center;
  }

@media (min-width: 600px) {
	.footercontainer {
		flex-flow: row wrap;
    	max-width: 100%;
	}	
}
