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

body {
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

ul.topnav {
	list-style-type: none;
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 16px;
	overflow: hidden;
	background-color: #F9F0E3;
	font-style: normal;
	font-family: arizonia;
	font-weight: 400;
	line-height: 230pt;
	letter-spacing: 0px;
	word-spacing: 0px;
	white-space: nowrap;

}

ul.topnav li {
	float: left;
	padding-top: 0px;
	font-family: arizonia;
	font-style: normal;
	font-weight: 400;
	padding-right: 0px;
	margin-right: 35px;
	margin-bottom: -2px;
	top: 0px;
}

ul.topnav li a {
	display: block;
	color: #694646;
	padding-top: 11px;
	padding-right: 63px;
	padding-left: 47px;
	padding-bottom: 0px;
	text-decoration: none;
	font-weight: 400;
	font-size: 151%;
	font-family: arizonia;
	font-style: normal;
	width: 11px;
	height: 59px;
	min-width: 44px;
	min-height: 32px;
	text-align: left;
	line-height: 23px;
	text-indent: -24px;
}

ul.topnav li a:hover:not(.active) {background-color: #111;}

ul.topnav li a.active {
	background-color: #FDF687;
}

/* Clear floats after the columns */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

h1 {
	color: #836868;
	padding-right: 0px;
	margin-right: 26px;
	float: none;
	text-align: center;
}
#main-content .collection {
	width: auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#main-content {
	margin: 10px 40px;
}

.column {
    float: left;
    width: 33.33%;
}
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
div.about-main-img {
	text-align: center;
}

div.gallery {
    margin: 0;
    border: 1px solid #ccc;
    float: left;
    width: 300px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

/*Social/findMe*/
/* Container needed to position the button. Adjust the width as needed */
.container {
  position: relative;
  width: 30%;
}

/* Make the image responsive */
.container img {
  width: 30%;
  height: 40%;
}

/* Style the button and place it in the middle of the container/image */
.container .btn {
  position: middle;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #3b5998;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
.container {
  position: relative;
  width: 30%;
}

/* Make the image responsive */
.container img {
  width: 30%;
  height: 40%;
}

/* Style the button and place it in the middle of the container/image */
.container .btn {
  position: middle;
  top: 50%;
  left: 20%;
  transform: translate(-190%, 40%);
  -ms-transform: translate(-50%, -50%);
  background-color: #6C676B;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.container .btn:hover {
  background-color: black;
}



.footer {
	background-color: #F9F0E3;
	padding-top: 56px;
	padding-right: 44px;
	padding-left: 8px;
	padding-bottom: 15px;
	font-variant: small-caps;
	font-size: 18px;
	color: #262525;
	background-position: -79% 106%;
	background-size: 125px auto;
}

.icon-container {
	text-align: center;
}

.copyright-container {
	text-align: right;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-skype {
  background: #00aff0;
  color: white;
}
</style>
</head>
<body>

<h2>Style Social Media Buttons</h2>

 Add font awesome icons 
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-google"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-youtube"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-skype"></a>
      
</body>
</html> }

/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width : 749px ){
    ul.topnav li {float: none;}
}

@media (max-width : 749px ){
    .column {
	width: 93%;
    }
}

.collection {
}
.topnav_landing {
	min-width: 0px;
}
.contactUs {
	margin-right: -6px;
}
.logo {
	margin-right: -31px;
	margin-top: -517px;
	margin-left: 1166px;
	margin-bottom: -115px;
	width: 120px;
	height: 120px;
	clear: both;
	padding-right: 100px;
	padding-top: 29px;
	top: 45px;
	left: 122px;
}
.landing {
	margin-top: 59px;
	margin-right: 3px;
	margin-left: 25px;
}


@charset "UTF-8";
.img-responsive.img-circle {
	margin-left: 50%;
	margin-right: 50px;
	text-align: center;
	position: static;
}
.aboutme1 {
	font-size: 26px;
	line-height: 40px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.aboutme2 {
	font-size: 26px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 40px;
}
.aboutme3 {
	font-size: 26px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 40px;
	text-align: right;
}

.about-me-img-row {
	text-align: center;
}
.about-me-img-container {
	display: inline-block;
}
.about-me-img {
	
}
