/* 
    Created on : Apr 20, 2023, 1:33:47 a.m.
    Author     : Jason Prince
    
*/

@import url("https://picturesofcastles.org/styles-large.css");

/***********/
/***Fonts***/
/***********/

@font-face {
    font-family: Cambria;
    src: url("Fonts/cambria.ttc");
}

@font-face {
    font-family: Bebas;
    src: url("Fonts/Bebas-Regular.ttf");
}

@font-face {
    font-family: "Microsoft New Tai Lue";
    src: url("Fonts/ntailu.ttf");
}

@font-face {
    font-family: "Microsoft New Tai Lue";
    font-weight: bold;
    src: url("Fonts/ntailub.ttf");
}

@font-face {
    font-family: Constantine;
    src: url("Fonts/Constantine.ttf");
}

/************/
/***Layout***/
/************/

@media screen and (max-width: 991px) {


*   {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    margin: 0;
}

body {
    width: 100%;
    margin: 0;
}

p {
    font-family: Arial;
    font-size: 16px;
    line-height: 21px;
}

h1 {
    font-family: Arial;
    margin: 0;
    font-size: 28px;
    font-weight: bold;
}

h2 {
    
}

h3 {
    
}

ul {
    
}

ol {
    
}

a {
    color: black;
    text-decoration: none;
    
}

a:visited {
    color: black;
    text-decoration: none;
}

#container {
    width: 100%;
}

#outerWrap {
    width: 100%;
    margin: 0;
}

#headerBG {
    display: none;
    width: 100%;
    margin: 0;
}

#greyFade {
    display: none;
    height: 100px;
}

#heaaderCastleImage {
    display: none;
}

#innerWrap {
    width: 100%;
}







/************/
/***Header***/
/************/

#header {
    width: 100%;
    height: 320px;
    margin: 0;
}

#header #logo {
    width: 100%;
    height: auto;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 5%);
}

#header #logo img {
    width: 100%;
    height: 82px;
}

#header #navMenu {
    width: 100%;
    font-family: Cambria;
    font-weight: bold;
    margin-top: 5px;
}

#header #navMenu span {
    display: block;
    width: 100%;
    text-align: center;
}

#header #navMenu .active {
    color: #d3855a;
}

#header #navMenu .active a {
    color: #d3855a;
}

#header #navMenu a {
    font-size: 34px;
    text-decoration: none;
    color: black;
}

#header #socialMediaLinks {
    display: none;
}

#header #headerSplash {
    display: none;
}

#splash1 {
    display: none;
}








/******************/
/***Main Content***/
/******************/

#mainContent {
    width: 100%;
    min-height: 500px;
    margin: 0;
    font-family: Arial;
    margin-top: 45px;
}









/***************/
/***Home Page***/
/***************/

#homePage {
    height: auto;
    width: 100%;
    margin-top: 10px;
    color: #aaaaaa;
    margin-bottom: 80px;
}

#homePage #homePageImage {
    width: 100%;
    text-align: center;
}

#homePage #homePageImage img {
    width: 391px;
    height: 261px;
    border: 5px solid #d3855a;
}

#homePage #homePageText1 {
    width: 100%;
    margin-top: 10px;
}

#homePage #homePageText1 h1 {
    color: #333333;
    text-align: center;
    font-family: Arial;
    margin-bottom: 15px;
    font-size: 40px;
}

#homePage #homePageText1 p {
    margin-top: 5px;
    line-height: 23px;
    font-size: 20px;
    padding: 0px 10px;
}

#homePage #homePageText2 {
    margin-top: 10px;
}

#homePage #homePageText2 p {
    line-height: 23px;
    font-size: 20px;
    padding: 0px 10px;
}

#homePage #homePageText3 {
    margin-top: 10px;
}

#homePage #homePageText3 p {
    line-height: 23px;
    font-size: 20px;
    padding: 0px 10px;
}

#homePage #homePageCrownIcon {
    text-align: center;
    margin-top: 45px;
}

#homePage #homePageCrownIcon img {
//    width: 30px;
}










/**************/
/***Pictures***/
/**************/

#picturesPage {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
}

#picturesPage .country h1 {
    font-family: Arial;
    font-size: 28px;
    margin-left: 15px;
    margin-right: 15px;
    display: inline;
    float: left;
}

#picturesPage .country a {
    font-size: 28px;
}

#picturesPage .country .countryFlag {
    float: left;
    display: inline;
    margin-left: -2px;
    margin-top: 0px;
}

#picturesPage .country .countryFlag img {
    height: 30px;
    border: 2px solid black;
}

#picturesPage .country p {
    margin-left: 15px;
    margin-right: 15px;
    line-height: 23px;
    color: #333333;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    clear: left;
}

#picturesPage .pictureBox {
    width: 100%;
    text-align: center;
}

#picturesPage .pictureBox img {
    width: 97%;
    margin-bottom: 5px;
}

#picturesPage #picture1-3 {
    margin-bottom: 45px;
}

#picturesPage #picture2-3 {
    margin-bottom: 45px;
}

#picturesPage #picture3-3 {
    margin-bottom: 45px;
}

#picturesPage #picturesPagePagination {
    margin-top: 50px;
    text-align: center;
    font-size: 22px;
}

#picturesPage #picturesPagePagination a.active {
    text-decoration: underline;
}

#picturesPage #picturesPagePagination img.arrowLeft {
    position: relative;
    top: 3px;
    margin-right: 3px;
}

#picturesPage #picturesPagePagination img.arrowRight {
    position: relative;
    top: 2px;
    margin-left: 3px;
}










/***********************/
/****CountryPictures****/
/***********************/


#countryPicturesPage {
    height: auto;
    width: 100%;
}

#countryPicturesPage a {
    font-family: Arial;
    text-decoration: none;
    color: #333;
}

#countryPicturesPage #backButton a {
    font-size: 24px;
    text-align: left;
    margin-top: 10px;
    margin-left: 15px;
    font-weight: bold;
    color: #000;
}

#countryPicturesPage h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 40px;
    text-align: center;
}

#countryPicturesPage h2 {
    font-size: 28px;
    text-align: center;
}

#countryPicturesPage #countryPictures {
    margin-bottom: 60px;
    width: 100%;
    text-align: center;
}

#countryPicturesPage #countryPictures img {
    width: 97%;
    margin: 0 auto;
    margin-top: 15px;
}

#countryPicturesPage #countryPictures .countryPicturesRow {
    height: auto;
}

#countryPicturesPage #countryPictures .countryPicturesRowSplit {
    height: auto;
}

#countryPicturesPage #countryPictures .countryPicLeft {
    margin-left: 0 !important;
}

#countryPicturesPage #countryPictures .countryPicRight {
    margin-left: 0 !important;
}

#countryPicturesPage #countryPictures .castleTitle p {
    font-size: 20px;
    margin-top: 0px;
    margin-left: 6px;
    text-align: left;
}

#countryPicturesPage #countryPicturesPagination {
    font-size: 22px;
    margin: 50px 0;
    text-align: center;
}

#countryPicturesPage #countryPicturesPagination a {
    text-decoration: none;
}

#countryPicturesPage #countryPicturesPagination a.active {
    text-decoration: underline;
}

#countryPicturesPage #countryPicturesPagination img.arrowLeft {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

#countryPicturesPage #countryPicturesPagination img.arrowRight {
    position: relative;
    top: 1px;
    margin-left: 3px;
}









/******************/
/***Picture Page***/
/******************/

#picturePage {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    min-height: 550px;
}

#picturePage #backButton {
    font-size: 24px;
    text-align: left;
    margin-top: 10px;
    margin-left: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

#picturePage img {
    width: 97%;
    margin-left: 5px;
}

#picturePage #photographerSection {
    display: none;
    width: 92%;
    margin: 0 auto;
    margin-top: 20px;
    height: 70px;
    background: #adc6ec;
    border: 8px double #09318d;
}

#picturePage #photographerSection #cameraIcon {
    position: relative;
    top: -40px;
    left: 45%;
    width: 40px;
    height: 20px;
}

#picturePage #photographerSection #cameraIcon img {
    width: 60px;
    border: none;
}

#picturePage #photographerSection #photographerInfo {
    position: relative;
    left: 10px;
}

#picturePage #photographerSection #photographerInfo #photographerProfileIcon {
    float: left;
    display: inline;
    position: relative;
    top: -20px;
}

#picturePage #photographerSection #photographerInfo #photographerProfileIcon img {
    width: 50px;
    height: 50px;
    border: none;
}

#picturePage #photographerSection #photographerInfo #photographer {
    float: left;
    display: inline;
    position: relative;
    top: -8px;
    margin-left: 10px;
    font-family: Bebas;
    font-size: 28px;
}

#picturePage #photographerSection #photographerInfo #photographer #screenName {
    width: 360px;
    float: left;
    margin-top: 2px;
}

#picturePage #photographerSection #photographerInfo #photographer #takenByWords {
    font-size: 14px;
}

#picturePage #photographerSection #photographerInfo #photographer #photographerScreenName {
    margin-top: -1px;
    font-family: "Microsoft New Tai Lue";
    font-size: 22px;
}

#picturePage #photographerSection #photographerInfo #photographer #photographerScreenName a {
    text-decoration: none;
    color: black;
}

#picturePage #photographerSection #photographerInfo #photographer #photographerScreenName a:hover {
    text-decoration: underline;
}

#picturePage #photographerSection #photographerInfo #photographer #realName {
    width: 250px;
    float: left;
    font-size: 16px;
    font-family: Arial;
    margin-top: 8px;
}

#picturePage #photographerSection #photographerInfo #photographer #realName #firstNameLabel {
    float: left;
    display: inline;
}

#picturePage #photographerSection #photographerInfo #photographer #realName #photographerFirstName {
    float: left;
    display: inline;
    font-weight: bold;
}

#picturePage #photographerSection #photographerInfo #photographer #realName #lastNameLabel {
    float: left;
    display: inline;
    clear: left;
}

#picturePage #photographerSection #photographerInfo #photographer #realName #photographerLastName {
    float: left;
    display: inline;
    font-weight: bold;
}

#picturePage #photographerSection #photographerInfo #photographer #photographerPlatform {
    width: 150px;
    float: left;
    display: inline;
    margin-top: -8px;
}

#picturePage #photographerSection #photographerInfo #photographer #photographerPlatform img {
    width: 150px;
    border: none;
}

#picturePage #castleInfo {
    width: 100%;
}

#picturePage #castleInfo #castleDescription {
    display: block;
    width: 96%;
    background: white;
    margin-top: 7px;
    margin-bottom: 0px;
    color: black;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    line-height: 23px;
    font-size: 20px;
    text-align: center;
    color: #333333;
}

#picturePage #castleInfo #rightInfo #castleTitle {
    display: block;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-top: 4px;
}

#picturePage #castleInfo #rightInfo .facebookShareDesktop {
    display: none;
}

#picturePage #castleInfo #rightInfo .facebookShareMobile {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 14px;
    margin-left: -2px;
}

#picturePage #castleInfo #rightInfo .facebookShareMobile .fb-share-button img {
    width: 110px;
}

#picturePage #castleInfo #rightInfo #downloadButton {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

#picturePage #castleInfo #rightInfo #downloadButton button {
    padding: 8px;
    font-size: 20px;
    cursor: pointer;
    background: #478342;
    color: white;
    border: 2px solid #074302;
    border-radius: 5px;
}






/*************************/
/*************************/
/****Picture Page 2*******/
/*************************/
/*************************/


#picturePage {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    min-height: 550px;
}

#picturePageTop {
    width: 100%;
}

#picturePage #picturePageTop #backButton {
    font-size: 24px;
    text-align: left;
    margin-top: 10px;
    margin-left: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

#picturePage #picturePageTop #castlePicture {
    width: 100%;
    text-align: center;
}

#picturePage #picturePageTop img {
    width: 98%;
    margin-left: 0px;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoTitle {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    font-family: Cambria;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoLeft #castleHistoryTitle {
    margin-top: 5px;
    padding: 0 5px;
    text-align: center;
    text-decoration: underline;
    font-family: Constantine;
    font-size: 26px;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoLeft #castleHistoryText {
    margin-top: 10px;
    padding: 0 5px;
    font-size: 20px;
    line-height: 22px;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoLeft #endOfPageCrown {
    display: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoLeft #endOfPageCrown img {
    width: 34px;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight {
    margin-top: 60px;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #photographerSectionBeige {
    margin:  0 auto;
    background: #edd09d;
    border: 5px solid #564032;
    border-radius: 20px;
    width: 96%;
    height: 235px;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #photographerSectionBeige #cameraIcon {
    position: relative;
    top: -40px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #photographerSectionBeige #cameraIcon img {
    width: 25%;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #photographerSectionBeige #innerRectangle {
    position: relative;
    top: -71px;
    background: #efe1c8;
    border: 5px solid #564032;
    border-radius: 20px;
    width: 95%;
    height: 215px;
    margin: 0 auto;
    overflow: hidden;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #photographerSectionBeige #innerRectangle #photographerInfo {
    position: relative;
    top: 30px;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #photographerSectionBeige #innerRectangle #photographerInfo #photographerProfileIcon {
    float: left;
    display: inline;
    width: 35%;
    text-align: center;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #photographerSectionBeige #innerRectangle #photographerInfo #photographerProfileIcon img {
    width: 85%;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #photographerSectionBeige #innerRectangle #photographerInfo #photographer {
    float: left;
    display: inline;
    width: 60%;
    margin-left: 10px;
    font-family: Bebas;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #photographerSectionBeige #innerRectangle #photographerInfo #photographer #photographerScreenName {
    font-family: "Microsoft New Tai Lue";
    font-size: 22px;
    font-weight: bold;
    width: 100%;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #photographerSectionBeige #innerRectangle #photographerInfo #photographer #realName {
    font-family: Arial;
    width: 100%;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #photographerSectionBeige #innerRectangle #photographerInfo #photographer #realName #photographerFirstName {
    float: left;
    display: inline;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #photographerSectionBeige #innerRectangle #photographerInfo #photographer #realName #photographerLastName {
    float: left;
    display: inline;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #photographerSectionBeige #innerRectangle #photographerPlatform {
    position: relative;
    width: 100%;
    text-align: center;
    clear: both;
    top: 15px;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #photographerSectionBeige #innerRectangle #photographerPlatform img {
    width: 45%;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #infoButtonsSection {
    height: 180px;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #infoButtonsSection .facebookShareDesktop {
    display: none;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #infoButtonsSection .facebookShareMobile {
    margin-top: 20px;
    text-align: center;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #infoButtonsSection .facebookShareMobile img {
    width: 150px;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #infoButtonsSection #downloadButton {
    margin-top: 20px;
    margin-left: 5px;
    text-align: center;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #infoButtonsSection #downloadButton button {
    width: 140px;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight a {
    margin: 0;
    padding: 0;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #advertisementSection {
    border: 3px solid black;
    border-radius: 4px;
    width: 92%;
    margin-left: 3%;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #advertisementSection #adImage {
    width: 98%;
    margin-top: 12px;
    text-align: center;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #advertisementSection #squareAdvertisement img {
    text-align: center;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #advertisementSection #tallAdvertisement img {
    text-align: center;
    width: 45%;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #advertisementSection #wideAdvertisement img {
    margin-top: 9px;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #advertisementSection #adText {
    margin-top: 10px;
    width: 97%;
    text-align: center;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #advertisementSection #adText #adTitle {
    font-size: 22px;
    margin-left: 2%;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #advertisementSection #adText #adTagLine {
    width: 97%;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    margin-left: 2%;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #advertisementSection #amazonTag {
    text-align: center;
    background: black;
    width: 180px;
    margin: 15px auto;
    padding-left: 10px;
    padding-right: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#picturePage #picturePageBottom #castleInfoSection #castleInfoRight #advertisementSection #amazonTag img {
    width: 160px;
}

#picturePage #endOfPageCrown2 {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

#picturePage #endOfPageCrown2 img {
    width: 44px;
}

/*********************/
/***CastleHistories***/
/*********************/

#historiesPage {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
    margin: 0;
}

#historiesPage a {
    text-decoration: none;
    color: #333;
}

#historiesPage a:visited {
    color: #333;
}

#historiesPage a h1 {
    font-size: 18px;
}

#historiesPage #castleHistories {
    width: 100%;
    margin-bottom: 60px;
}

#historiesPage #castleHistories #castleHistoriesTitle {
    font-size: 18px;
    width: 100%;
    text-align: center;
}

#historiesPage #castleHistories #castleHistoriesList {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#historiesPage #castleHistories #castleHistoriesList ul {
    padding-left: 0px;
    list-style: none;
    line-height: 28px;
}

#historiesPage #castleHistories #castleHistoriesList li {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 20px;
}

#historiesPage #castleHistories #castleHistoriesList a:hover {
    text-decoration: underline;
}

#historiesPage #castleHistories #castleHistoriesImage {
    display: none;
}











/***************/
/****History****/
/***************/

#historyPage {
    width: 100%;
    margin-top: 20px;
    height: auto;
}

#historyPage a {
    text-decoration: none;
    color: #333;
}

#historyPage a:visited {
    color: #333;
}

#historyPage #backButton a {
    font-size: 22px;
    text-align: left;
    margin-top: 10px;
    margin-left: 16px;
    font-weight: bold;
    color: #000;
}

#historyPage #historyTitle {
    margin-bottom: 0px;
    margin-left: 13px;
    margin-top: 10px;
    font-size: 22px;
    line-height: 46px;
}

#historyPage #historyContent {
    width: 100%;
    height: auto;
    position: relative;
}

#historyPage #historyText {
    width: 97%;
    float: none;
    margin: 0;
    height: auto;
    position: relative;
    margin-bottom: 10px;
}

#historyPage #historyText p {
    margin: 7px 15px;
    height: auto;
    line-height: 23px;
    color: #333333;
    font-size: 20px;
}

#historyPage #historyText #historyCrownIcon {
    margin: 15px 0;
    width: 97%;
    text-align: center;
}

#historyPage #historyText #historyCrownIcon img {
    width: 28px;
}

#historyPage #historyPicture {
    text-align: center;
}

#historyPage #historyPicture img {
    width: 97%;
}

#historyPage #historyPicture #historyPictureTitle {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 45px;
}











/***********/
/***About***/
/***********/

#aboutUsPage {
    height: auto;
    width: 100%;
}

#aboutUs {
    margin-top: 10px;
    float: none;
    width: 100%;
    line-height: 20px;
}

#aboutUs p {    
    margin: 15px 10px;
    height: auto;
    line-height: 23px;
    color: #333333;
    font-size: 20px;
}

#aboutUs #aboutUsCrownIcon {
    text-align: center;
}

#aboutUs #aboutUsCrownIcon img {
    width: 30px;
    margin-top: 15px;
}

#contactUs {
    float: none;
    width: 95%;
    margin: 0 10px;
    margin-top: 10px;
    font-size: 20px;
    height: 800px;
}

#contactUs #contactUsTitle {
    text-align: center;
}

#contactUs form {
    width: 100%;
    margin-bottom: 50px;
}

#contactUs input,label {
    float: left;
    clear: left;
    margin-top: 5px;
    font-size: 20px;
}

#contactUs input {
    width: 100%;
    margin-right: 10px;
    border: 1px solid #333;
}

#contactUs label {
    clear: left;
    width: 90%;
    margin-top: 25px;
}

#contactUs textarea {
    position: relative;
    clear: both;
    border: 1px solid #333;
    width: 100%;
    height: 300px;
    top: 5px;
}   

#contactUs #nameError {
    display: block;
    clear: left;
    color: red;
    margin-left: 10px;
    padding-top: 5px;
    height: 25px;
    font-size: 20px;
    text-align: left;
}

#contactUs #emailError {
    display: block;
    clear: left;
    margin-left: 10px;
    padding-top: 5px;
    height: 25px;
    color: red;
    font-size: 20px;
}

#contactUs #subjectError {
    display: block;
    clear: left;
    margin-left: 10px;
    padding-top: 5px;
    height: 25px;
    color: red;
    font-size: 20px;
}

#contactUs #messageError {
    width: 100%;
    color: red;
    display: block;
    position: relative;
    font-size: 20px;
    margin-top: 5px;
    margin-left: 10px;
}

#contactUs #thankYou {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
}

#contactUs #contactUsSubmitButton {
    height: 40px;
    width: 150px;
    margin: 0 auto;
    text-align: center;
}

#contactUs input[type=submit] {
    margin: auto 0;
    margin-top: 15px;
    width: 150px;
    background-color: #d3855a;
    color: white;
    border: 2px solid white;
    padding: 10px 10px;
    letter-spacing: 3px;
}











/********************/
/***Privacy Policy***/
/********************/

#privacyPolicyPage {
    height: 1440px;
    width: 100%;
}

#privacyPolicyPage #privacyTitle {
    font-size: 20px;
    text-align: center;
}

#privacyPolicyPage #privacyText {
    width: 97%;
    color: #333;
    margin-top: 0px;
}

#privacyPolicyPage #privacyText h2 {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
}

#privacyPolicyPage #privacyText p {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 23px;
    font-size: 20px;
}

#privacyPolicyPage #privacyPolicyPageCrownIcon {
    margin: 15px 0;
    width: 97%;
    text-align: center;
    margin-top: 65px;
}

#privacyPolicyPage #privacyPolicyPageCrownIcon img {
    width: 30px;
}












/**********************/
/***Terms of Service***/
/**********************/

#termsOfServicePage {
    height: 1660px;
    width: 100%;
}

#termsOfServicePage #termsOfServiceTitle {
    font-size: 20px;
    text-align: center;
}

#termsOfServicePage #termsOfServiceText {
    width: 97%;
    color: #333;
    margin-top: 0px;
}

#termsOfServicePage #termsOfServiceText h2 {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
}

#termsOfServicePage #termsOfServiceText p {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 23px;
    font-size: 20px;
}

#termsOfServicePage #termsOfServicePageCrownIcon {
    margin: 15px 0;
    width: 97%;
    text-align: center;
    margin-top: 65px;
}

#termsOfServicePage #termsOfServicePageCrownIcon img {
    width: 30px;
}











/************/
/***Footer***/
/************/

#footer {
    width: 100%;
    height: 345px;
    background-color: #f0f0f0;
}

#footer #footerLogo {
    position: relative;
    top: 10px;
    text-align: center;
    height: 50px;
}

#footer #footerLogo img {
    width: 206px;
    height: 41px;
}

#footer #footerCastleIcon {
    text-align: center;
    margin-top: 15px;
}

#footer #footerCastleIcon img {
    width: 150px;
    height: 150px;
}

#footer #footerNavMenu {
    font-family: Cambria;
    margin-top: 25px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

#footer #footerNavMenu span {
    text-align: center;
    margin: 0 15px;
}

#footer #footerNavMenu #about {
    margin-right: 0px;
}

#footer #footerNavMenu a {
    text-decoration: none;
    color: black;
}

#footer #footerPolicy {
    position: relative;
    top: 30px;
    font-family: Cambria;
    font-size: 16px;
    height: 30px;
    text-align: center;
}

#footer #footerPolicy #privacyPolicy {
    margin-right: 15px;
}

#footer #footerPolicy a {
    text-decoration: none;
    color: black;
}

}