.container {
        margin: 0 auto;
        width: 90%;
        }

body {
	background-color: #929292;
        text-align: center;
	}

h1 {
	display: none;
        color: white;
	font-weight:bold;
	font-variant: small-caps;
	font-size: 20px;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	margin:0;
	padding: 0;
        text-align: center;
	}

h2 {
	display: none;
        color: white;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	margin:0;
	padding: 0;
        text-align: center;
	}

h3 {
	color: white;
	font-weight: bold;
	font-size: 120%;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	}

p {
	text-align: justify;
	color: black;
	font-weight: normal;
	font-size: 11px;
	font-family: Georgia, Garamond, "Times New Roman", serif;
        margin-top: 30px;
	}

p.homepage1 {
        padding-top: 15px;
        }

p.homepage2 {
        padding-top: 5px;
        }

#header {
        background-image: url("/images/Caitlin Marquis Studio Logo small.png");
        width: 60%;
        height: 92px;
        margin-right: auto;
        margin-left: auto;
        background-size: 100%;
        display: block;
        background-repeat: no-repeat;
        }


#nav {
        width: 100%;
        }

#nav li{
        display:inline;
        text-align: center;
        }


ul      {
        position: absolute;
        left: 0;
        margin: 0;
        padding: 0;
        text-align: center;

        list-style-type:none;
	}


a.tabs:link, a.tabs:visited {

	width: 33.333333%;
	font-weight:normal;
	font-size:12px;
	color:white;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	text-align:center;
	padding:6px;
	text-decoration:none;
	}

a {
	color: black;
	}


a.tabs:hover,a.tabs:active{
	background-color:#404040;
	}

.intro {
        top: 170px;
        }

div.images {
        width: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        height: 150px;
        border-width: 10px;
        overflow: hidden;
        position: relative;
        top: 0px;
        }

div.images img {
        width: auto;
        height: 90%;
        margin: 10px;
        text-align: center;
        }

.welcome {
        position: relative;
        }

#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
display: inline;
}

#mobile {
        width: 30%;
        }

.ImageGalleries {
        position: relative;
        text-align: center;
        }

.ImageGalleries img {
        width: 75px;
        height: 75px;
        }

a.galleries {
        padding: 5px;
        display: inline-block;
        }

.block {
        position: relative;
        width: 100%;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        }

.block p {
        text-align: center;
        font-size: 80%;
        }

.block img {
        max-width: 200px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        overflow-x: auto;
        }


.profile {
        width: 100px;
        height: auto;
        position: relative;
        padding-right: 3px;
        padding-bottom: 5px;
        }

footer {
      clear: both;
      }

.footer {
        font-size: 12px;
        text-align: center;
        }


