.logo-img {
    width: 226px;
    margin-top: 20px;

}

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

body{
    background-image: url('./Images/pexels-roberto-nickson-2659628_1.png');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}



@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald'), url('Oswald\,Quattrocento/') format('woff2');
  }
  
  @font-face {
    font-family: "Quattrocento", serif;
    font-style: normal;
    font-weight: 400;
    src: local('Quattrocento'), url('Oswald\,Quattrocento/') format('woff2');
  }

  .wtla{
    font-family: 'Oswald', sans-serif;
    font-size: 64px;
    color: #F4D35E;
    text-align: center;
    margin-top: 200px;

    padding-bottom: 35px;
  }

  .wboeteu{
    font-family: "Quattrocento", serif;
    font-size: 16px;
    color: #F4D35E;
    text-align: center;
    background-color: transparent;
    padding: 10px 10px;
    font-weight: bold;
    width: 29%;
    margin: 0 auto;
    }


  .pta2{
    font-family: "Quattrocento", serif;
    font-size: 14px;
    color: #F4D35E;
    text-align: center;
    background-color: transparent;
    padding: 10px 60px;
    font-weight: bold;
    width: 29%;
    margin: 0 auto;
  }


  .exploretours {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1100px; 
}

.tours-ex {
    font-family: 'Oswald', sans-serif;
    color: #F4D35E;
    padding: 10px 60px; 
    font-size: 40px; 
    border-radius: 50px;
    background-color: #f4d45ea3;
    border: 4px solid #F4D35E;
    transition: background-color 0.3s ease; 
    margin-top: -650px;
}

.tours-ex:hover {
    background-color: #F95738; 
}





.nav-item a {
    color: #F4D35E;
    font-family:'Oswald', sans-serif;
    font-size: 19px; 
    margin-top: 30px;
}

.nav-item a:hover {
    color: #F95738; 
}


.nav-pills .nav-item {
    margin-bottom: 10px;
}


.home-table {
    border-collapse: collapse;
    width: 70%;
    margin: 0 auto;
    margin-top: -400px;
}

.home-table th,
.home-table td {
    border: 2px solid #F4D35E;
    padding: 80px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #F4D35E;
}

.home-table tr:nth-child(odd) {
    background-color: #F95738;
}

.scedule-tours-1{
    font-size: 32px;
    font-family:'Oswald', sans-serif; 
}

.time-for-tours{
    font-size: 24px;
    font-family: "Quattrocento", serif;
}


.home-table button.JOT {
    font-family: 'Oswald', sans-serif;
    color: #F4D35E;
    padding: 5px 30px; 
    font-size: 20px; 
    border-radius: 50px;
    background-color: #f4d45ea3;
    border: 4px solid #F4D35E;
    transition: background-color 0.03s ease; 
    margin: 20px auto; 
    display: block; 
}
.home-table.JOT1{
    margin-top: 14px;

}

.home-table button.JOT:hover {
    background-color: #EBEBD3; 
}


    .find-us-table {
        border: none;
        background-color: transparent;
    }
    
    .find-us-table th, .find-us-table td {
        border: none;
    }
    
    .find-us-table tr:nth-child(odd) {
        background-color: transparent; 
    }

.tablef98909 {
        border: none;
        background-color: transparent;
        font-size: 9px;
}
    
.tablef98909 th, .tablef98909 td {
        border: none;
}
    
.tablef98909 tr:nth-child(odd) {
        background-color: transparent; 
}

.tc-table{
    margin-top: 700px;
}

.join-team{
    font-size: 24px;
    font-family: "Quattrocento", serif;
    color: #F4D35E;
    text-align: center;
    margin-top: 150px;

}

.join-team a {
    font-size: 18px;
    color: inherit;
    text-decoration: none;
    border: 2px solid #F4D35E;
    padding: 5px 10px;
    border-radius: 50px;
    background-color: #f4d45ea3;
}


.join-team a:hover {
    background-color: #F95738; 
    color: #F4D35E; 
}

.button-tour-calender-1{
    font-size: 24px;
    font-family: "Quattrocento", serif;
    color: #F4D35E;
    text-align: center;
    margin-top: 150px;
}

.button-tour-calender-1 a {
    font-size: 24px;
    color: inherit;
    text-decoration: none;
    border: 2px solid #F4D35E;
    padding: 15px 30px;
    border-radius: 50px;
    background-color: #f4d45ea3;
}


.button-tour-calender-1 a:hover {
    background-color: #F95738; 
    color: #F4D35E; 
}




/*  CALENDER   */




body{
    background-color: #083D77;
    font-family: 'Oswald', sans-serif;
}

.calender-table-1 {
    border: none;
    background-color: transparent;
    font-size: 9px;
    color: #F4D35E;
    position: relative;
    bottom: 0;
    width: 100%;
}

.calender-table-1 th, .calender-table-1 td {
    border: none;
}

.calender-table-1 tr:nth-child(odd) {
    background-color: transparent; 
}


.calender-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #F4D35E;
    position: relative;

}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.month-row {
    color: #F95738;
    background-color: #F4D35E;
    font-size: 32px;
    font-weight: bold;
}

.empty-cell {
    background-color: #EBEBD3;
}


th, td {
    border: 1px solid transparent;

    text-align: center;
}



 td {
    /*color: #F4D35E;*/
    color: #F95738;
    font-size: 32px;
    padding: 45px;
}

.table-container{
    padding-left: 100px;
    padding-right: 100px;
}



.sunday a {
    color: #F95738;
    text-decoration: none;
    border: 2px solid #F95738;
    padding: 0px 30px;
    border-radius: 50px;
    background-color: transparent;
}

.monday a {
    color: #F95738;
    text-decoration: none;
    border: 2px solid #F95738;
    padding: 0px 30px;
    border-radius: 50px;
    background-color: transparent;
}

.thirt a {
    color: #F4D35E;
    background-color: #F95738;
    border: 2px solid #F95738;
    border-radius: 50%;
    text-decoration: none;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.thirt1 a {
    color: #F4D35E;
    background-color: #F95738;
    border: 2px solid #F95738;
    border-radius: 50%;
    text-decoration: none;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.thirt2 a {
    color: #F4D35E;
    background-color: #F95738;
    border: 2px solid #F95738;
    border-radius: 50%;
    text-decoration: none;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.thirt3 a {
    color: #F4D35E;
    background-color: #F95738;
    border: 2px solid #F95738;
    border-radius: 50%;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.eleven a {
    color: #F4D35E;
    background-color: #F95738;
    border: 2px solid #F95738;
    border-radius: 50%;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.eleven11 a {
    color: #F4D35E;
    background-color: #F95738;
    border: 2px solid #F95738;
    border-radius: 50%;
    text-decoration: none;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.eleven11:hover::after {
    content: "LA’s Beginnings | 11:00 AM Witness the transformation of Los Angeles from a pueblo into a world-class city by seeing the monuments that helped shape LA and learning how the city’s history continues to transform the City of Angels into a cultural icon";
    display: block;
    font-size: 12px;
    width: 200px;
    padding: 30px;
    background-color: #F95738;
    color: #F4D35E;
    border-radius: 50px;
    margin-top: -90px;
    margin-left: 400px;
}

.eleven:hover::after {
    content: "LA’s Beginnings | 11:00 AM Witness the transformation of Los Angeles from a pueblo into a world-class city by seeing the monuments that helped shape LA and learning how the city’s history continues to transform the City of Angels into a cultural icon";
    display: block;
    font-size: 12px;
    width: 200px;
    padding: 30px;
    background-color: #F95738;
    color: #F4D35E;
    border-radius: 50px;
    margin-top: -90px;
    margin-left: 400px;
}

.thirt:hover::after {
    content: "LA’s Beginnings | 11:00 AM Witness the transformation of Los Angeles from a pueblo into a world-class city by seeing the monuments that helped shape LA and learning how the city’s history continues to transform the City of Angels into a cultural icon";
    display: block;
    font-size: 12px;
    width: 200px;
    padding: 30px;
    background-color: #F95738;
    color: #F4D35E;
    border-radius: 50px;
    margin-top: -90px;
    margin-left: 400px;
}

.thirt1:hover::after {
    content: "LA’s Beginnings | 11:00 AM Witness the transformation of Los Angeles from a pueblo into a world-class city by seeing the monuments that helped shape LA and learning how the city’s history continues to transform the City of Angels into a cultural icon";
    display: block;
    font-size: 12px;
    width: 200px;
    padding: 30px;
    background-color: #F95738;
    color: #F4D35E;
    border-radius: 50px;
    margin-top: -90px;
    margin-left: 400px;
}


.thirt2:hover::after {
    content: "LA’s Beginnings | 11:00 AM Witness the transformation of Los Angeles from a pueblo into a world-class city by seeing the monuments that helped shape LA and learning how the city’s history continues to transform the City of Angels into a cultural icon";
    display: block;
    font-size: 12px;
    width: 200px;
    padding: 30px;
    background-color: #F95738;
    color: #F4D35E;
    border-radius: 50px;
    margin-top: -90px;
    margin-left: 400px;
}

.thirt3:hover::after {
    content: "LA’s Beginnings | 11:00 AM Witness the transformation of Los Angeles from a pueblo into a world-class city by seeing the monuments that helped shape LA and learning how the city’s history continues to transform the City of Angels into a cultural icon";
    display: block;
    font-size: 12px;
    width: 200px;
    padding: 30px;
    background-color: #F95738;
    color: #F4D35E;
    border-radius: 50px;
    margin-top: -90px;
    margin-left: 400px;
}


/*


TOURS


*/


  .container-terms {
    text-align: center;
    border: none;
    background-color: transparent;
    font-size: 9px;
    color: #F4D35E;
    position: relative;
    top: 100px;
    width: 100%;
  }
  
  .container-terms th, .container-terms td {
    border: none;
  }
  
  .container-terms tr:nth-child(odd) {
    background-color: transparent; 
  }
  
  
  .tour-table {
    border-collapse: collapse;
    width: 100%;
    /*background-color: #083D77;*/
  }
  
  .tour-table th, .tour-table td {
    border: 2px solid #F4D35E; 
    padding: 10px;
    text-align: center;
  }
  

  
  
  
  .tour-map-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .mapimage-tour {
    border: 2px solid #F4D35E;
    width: auto;
    height: 921px;
    /*width: 921px;*/
    
  }
  
  
  
  .tour-table {
    border-collapse: collapse;
    /* width: 100%;*/
    width: 597.01px;
    height: 921px;
  }
  
  .tour-table th, .tour-table td {
    border: 2px solid #F4D35E;
    padding: 10px;
    text-align: center;
  }
  
  
  
  
  .circle-header-tour {
    text-align: center;
  }
  
  .circle-container-tour {
    position: relative;
  
  }
  
  
  .text-overlay-tours {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #F4D35E; 
    font-size: 24px;
    font-family: 'Oswald', sans-serif; 
    width: 40%;
  
  }
  
  .circlechinatokyoandchina {
    width: 236px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  
  .public-and-private-tours{
    font-family: 'Oswald';
    font-size: 28px;
    color: #F4D35E;
  }
  


  /*
  
  individual tour page
  
  */



.individual-tour-table {
    border-collapse: collapse;
    width: 70%;
    margin: 0 auto;

}

.individual-tour-table th, 
.individual-tour-table td {
    border: 2px solid #F4D35E; 
    padding: 80px;
    text-align: center;
    font-family:'Oswald', sans-serif; 
    color: #F4D35E; 
}

.individual-tour-table tr:nth-child(odd) {
    background-color: #F95738; 
}

.titleB-individual-tour{
    font-size: 32px;
    font-family:'Oswald', sans-serif; 
}

/*.timeB-individual-tour{
    font-size: 24px;
    font-family: "Quattrocento", serif;
}*/




    .tabled {
        border: none;
        background-color: transparent;
    }
    
    .tabled th, .tabled td {
        border: none;
    }
    
    .tabled tr:nth-child(odd) {
        background-color: transparent; 
    }

.tablef {
  text-align: center;
  border: none;
  background-color: transparent;
  font-size: 9px;
  color: #F4D35E;
  position: relative;
  top: 100px;
  width: 100%;
}

.tablef th, .tablef td {
  border: none;
}

.tablef tr:nth-child(odd) {
  background-color: transparent; 
}


.note{
    font-size:small;
}


.timed-individual-tour {
    display: flex;
    align-items: center;
  }
  
  .temple {
    margin-right: 20px;
  }
  
  .text {
    flex: 1;
    font-size: 20px;
    text-align: left;
    font-family: "Quattrocento", serif;
  }


.purchasebutton{
    font-family: 'Oswald';
    font-size: 24px;
    border: 2px solid #F95738;
    border-radius: 50px;
    color: #F95738;
    text-decoration: none;
    padding: 10px  20px;
    background-color: #F4D35E;
}


.contact-button{
    font-family: 'Oswald';
    font-size: 18px;
    border: 1.5px solid #F95738;
    border-radius: 50px;
    color: #F95738;
    text-decoration: none;
    padding: 5px  5px;
    background-color: #F4D35E;
}

.button-container {
    display: flex;
    justify-content: center;
  }

.purchasebutton:hover,
.contact-button:hover {

    background-color: #F95738;
    color: #F4D35E;
}







  /*.temple {
    max-width: 100%;
    height: auto;
}*/
  input[type="text"] {
    color: #F4D35E;
}
input[type="text"]::placeholder {
    color: #F4D35E;
}


  .calendar {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background-color: #F95738;
    color: #F4D35E;
    font-family: 'Oswald';
  }
  
  .calendar .leftCol {
    width: 40%;
    background-color: #F95738;
  }
  
  .calendar .rightCol {
    width: 55%;
  }
  
  .calendar h1, .calendar h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  
  .calendar h1 span {
    display: block;
  }
  
  .calendar .col {
    float: left;
    height: 100%;
  }
  
  .calendar .content {
    padding: 20px;
  }
  
  .calendar ul {
    margin: 0;
    padding: 0;
  }
  
  .calendar ul li {
    list-style: none;
  }
  
  .calendar .noteList li {
    color: #F4D35E;
    margin-bottom: 10px;
    text-align: left;
  }
  
  .calendar .notes p,
  .calendar .notes input,
  .calendar .noteList li {
    font-size: 14px;
  }
  
  .calendar .notes p {
    border-bottom: solid 1px #F4D35E;
  }
  
  .calendar .notes input {
    background-color: #F95738;
    color: #F4D35E;
    border: none;
    width: 200px;
  }
  
  .calendar .addNote,
  .calendar .removeNote {
    float: right;
    color: #F4D35E;
    font-weight: bold;
    margin-left: 20px;
  }
  
  .calendar .addNote:hover,
  .calendar .removeNote:hover {
    color: #F4D35E;
  }
  
  .calendar .addNote {
    font-size: 16px;
  }
  
  .calendar .months li,
  .calendar .weekday li,
  .calendar .days li {
    float: left;
    text-transform: uppercase;
  }
  
  .calendar .months li a,
  .calendar .weekday li a,
  .calendar .days li a {
    display: block;
    color: #F4D35E;
  }
  
  .calendar .months li a {
    font-size: 12px;
    text-align: center;
    width: 32px;
    margin-bottom: 20px;
  }
  
  .calendar .months li .selected {
    font-weight: bold;
  }
  
  .calendar .weekday li a {
    width: 55px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
  }
  
  .calendar .days li {
    width: 55px;
  }
  
  .calendar .days li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    background-color: #F95738;
    color: #F4D35E;
    text-decoration: none;
  }
  
  .calendar .days li a:hover {
    background-color: #083D77;
    color: #F95738;
  }


/*


individual story page


*/






table.individual-story-table {
    border-collapse: collapse;
    width: 70%;
    margin: 0 auto;
}

/*th, td {
    border: none;
    padding: 80px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #F4D35E;
}*/

.individual-story-table th, 
.individual-story-table td {
    border: none;
    padding: 80px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #F4D35E;
}
.ind-story-tablef2 th{
    border: none;
    padding: 80px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #F4D35E;
}

.individual-story-titleB {
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #F95738;
    border: 2px solid #F95738;
    background-color: #F4D35E;
    border-radius: 50px;
    width: 1334px;
    margin: 0 auto;
}

/*.individual-story-timeB {
    font-size: 24px;
    font-family: "Quattrocento", serif;
}*/

.ind-story-tablef {
    border: none;
    background-color: transparent;
    font-size: 9px;
    margin: 0 auto; 
   /* width:;*/
}

.ind-story-tablef th, .ind-story-tablef td {
    border: none;
}

.ind-story-tablef tr:nth-child(odd) {
    background-color: transparent;
}

.ind-story-tablef12 {
    text-align: center;
}

.overlay-text-next {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #F95738;
    border: 2px solid #F95738;
    background-color: #F4D35E;
    border-radius: 50px;
    width: 187px;
    margin: 0 auto;
}

.overlay-text-next p {
    margin: 0; 
}

.overlay-text-next a {
    color: inherit;
    text-decoration: none;
    border-radius: 50px;
    text-align: center;
}


/*.tour-map-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mapimage {
    border: 2px solid #F4D35E;
    width: auto;
    height: 921px;
}*/

.story-table {
    border-collapse: collapse;
    width: 1281px;
    height: 662px;
}

.story-table th, .story-table td {
    padding: 12px;
    text-align: center;
}

.circle-header-story {
    text-align: center;
}

.circle-container-story {
    position: relative;
}

.text-overlay-story {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #F4D35E;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    width: 40%;
}

/*.circlechinatokyo-story {
    width: 236px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}*/
.circlechinatokyo-story {
    width: auto;



}

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



/*


individual story page


*/

.individual-stories-table {
    border-collapse: collapse;
    width: 70%;
    margin: 0 auto;
  }
  
  .individual-stories-table th,
  .individual-stories-table td {
    border: 2px solid #F4D35E;
    padding: 80px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #F4D35E;
  }
  
  
  
  .title-row-stories {
    background-color: #F95738; 
  }
  
  .stories-titleB{
      font-size: 32px;
      font-family:'Oswald', sans-serif; 
  }
  
  
  
  .stories-tablef {
    text-align: center;
    border: none;
    background-color: transparent;
    font-size: 9px;
    color: #F4D35E;
    position: relative;
    top: 100px;
    width: 100%;
  }
  
  .stories-tablef th, .stories-tablef td {
    border: none;
  }
  
  .stories-tablef tr:nth-child(odd) {
    background-color: transparent; 
  }
  
  
  
  
  .stories-note2{
    font-size:xx-small;
    color: #EBEBD3;
  }
  
  
  .stories-timed {
      display: flex;
      align-items: center;
    }
    
    .stories-temple {
      margin-right: 20px;
    }
    
    .stories-text {
      flex: 1;
      font-size: 15px;
      text-align: left;
      font-family: "Quattrocento", serif;
    }
  
  

    /*


    about page


    */



table.about {
    border-collapse: collapse;
    width: 70%;
    margin: 0 auto;
    background-color: #083D77;
}

.about th, .about td {
    border: 2px solid #F4D35E; 
    padding: 80px;
    text-align: center;
    font-family:'Oswald', sans-serif; 
    color: #F4D35E; 

}

.about tr:nth-child(odd) {
    background-color: #F95738; 
}



.about-titleB{
    font-size: 32px;
    font-family:'Oswald', sans-serif; 
}

.about-timeB{
    font-size: 16px;
    font-family: "Quattrocento", serif;
}




    /*.tabled {
        border: none;
        background-color: transparent;
    }
    
    .tabled th, .tabled td {
        border: none;
    }
    
    .tabled tr:nth-child(odd) {
        background-color: transparent; 
    }*/

    .about-tablef {
        text-align: center;
        border: none;
        background-color: transparent;
        font-size: 9px;
        color: #F4D35E;
        position: relative;
        top: 100px;
        width: 100%;
      }
      
      .about-tablef th, .about-tablef td {
        border: none;
      }
      
      .about-tablef tr:nth-child(odd) {
        background-color: transparent; 
      }


.about-tableg {
        border: none;
        /*background-color: transparent;*/
        background-color: #083D77;
        font-size: 9px;
}
    
.about-tableg th, .about-tableg td {
        border: none;
}
    
.about-tableg tr:nth-child(odd) {
        background-color: transparent; 
}

.about-icon-face{
    font-size: large;
}

.about-icon-image{
    margin: 20px;
}

/*form*/



*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
    font-family: "Quattrocento", serif;
  padding: 1em;
}

h1 {
  text-align: center;
  color: #F4D35E;

}

form {
  max-width: 600px;
  text-align: center;
  margin: 20px auto;

  input,
  textarea {
    border: 0;
    outline: 0;
    padding: 1em;
    border-radius: 8px;
    display: block;
    width: 100%;
    margin-top: 1em;
    font-family: "Quattrocento", serif;
    box-shadow: 0 1px 1px rgb(252, 7, 7);
    resize: none;


  }

  #input-submit {
    color: #F4D35E;
    background:  #F95738;
    cursor: pointer;
    border-radius: 50px;

    &:hover {
      box-shadow: 0 1px 1px 1px #F4D35E;
    }
  }

  textarea {
    height: 126px;
  }
}

.half {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}

.right {
  width: 50%;
}

.left {
  margin-right: 2%;
}

@media (max-width: 480px) {
  .half {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}


.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}


input[type="text"],
input[type="email"],
input[type="text"],
textarea {
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #F4D35E;
  padding: 10px; 
  margin: 5px 0 10px 0; 
  color: #F4D35E;; 
}


input[type="text"],
input[type="email"],
input[type="text"],
textarea {
  border: 2px solid #F4D35E;

}


#input-message
{
  border: 2px solid #F4D35E;
  padding: 24%;
  border-radius: 30px;

}

textarea {
    color: #F4D35E;
}
.half.right.cf textarea {
    color: #F4D35E;
}


/*form*/




/*


review page


*/




table.review {
    border-collapse: collapse;
    width: 70%;
    margin: 0 auto;
    background-color: #083D77;
}

.review th, .review td {
    border: 2px solid #F4D35E; 
    padding: 80px;
    text-align: center;
    font-family:'Oswald', sans-serif; 
    color: #F4D35E; 

}

.review tr:nth-child(odd) {
    background-color: #F95738; 
}

.review-titleB{
    font-size: 32px;
    font-family:'Oswald', sans-serif; 
}

/*.review-timeB{
    font-size: 24px;
    font-family: "Quattrocento", serif;
}*/





.review-tablef {
  text-align: center;
  border: none;
  background-color: transparent;
  font-size: 9px;
  color: #F4D35E;
  position: relative;
  top: 100px;
  width: 100%;
}

.review-tablef th, .review-tablef td {
  border: none;
}

.review-tablef tr:nth-child(odd) {
  background-color: transparent; 
}


.profileiconimage {
    width: 110px;
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  .review-content {
    display: flex;
    flex-direction: column;
  }
  
  .stars-container {
    position: relative;
    width: 100%;
    height: 0;
    /*padding-top: 10%;*/
    bottom: 70px;
  }
  
  .stars {
    max-width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .text-review {
    padding: 10px;
    text-align: left;
    float: right;
    font-size: 16px;
  }

  .text-review1 {
    padding: 10px;
    text-align: center;
    text-decoration: underline;
    font-size: 16px;
  }

























  

  
  .textup { 
    text-align: center; 
    color: #F4D35E; 
    font-weight: 700; 
  } 
  
  i { 
    margin-right: 3px; 
  } 
  
  /*.form-box { 

    padding: 15px; 
    border-radius: 8px; 
    width: 500px; 
  } 
  
  form { 
    max-width: 400px; 
    margin: 0 auto; 
  } */
  
  .radio-group { 
    display: flex; 
    margin-bottom: 16px; 
  } 
  
  input[type="radio"] { 
    margin-right: 8px; 
  } 
  
  label { 
    display: block; 
    margin-bottom: 8px; 
    font-size: 17px; 
    color: #F4D35E; 
    font-weight: 600; 
  } 
  
  input, 
  textarea { 
    width: 100%; 
    padding: 8px; 
    margin-bottom: 12px; 
    box-sizing: border-box; 
    border-radius: 10px; 
  
  } 
  
  button.review-page-submit { 
    background-color: #F95738; 
    color: #fff; 
    padding: 10px; 
    border: none; 
    border-radius: 25px; 
    cursor: pointer; 
    width: 100%; 
    font-size: 15px; 
    transition: .2s linear; 
  } 
  
  button:hover { 
    background-color: #F4D35E; 
    border: none; 
    transform: translateY(-10px); 
  } 
  

/*  input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  background-color: transparent; 
  border: 1px solid #F4D35E;
  border-radius: 50px;
  color: #F4D35E;
}


textarea {
  border-radius: 20px;
  
}*/

input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%; 
  padding: 8px;
  margin-bottom: 12px;
  box-sizing: border-box;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid #F4D35E;
  color: #F4D35E;
}

#msg {
  border: 2px solid #F4D35E;
  border-radius: 50px;
}