/* 
  Navigation Bar
*/


.header{
    width: 100%;
    height: 80px;
    position: fixed;	
    transition: top 0.6s;
    top: 0;
    background-color: white;
    align-content:flex-end;
    overflow: hidden;
    z-index: 999
}

.nav-list {
    float: right;
    position: absolute;
    top: 0%;
    right: 0%;
    padding: 0;
    margin-right:30px
  
  
}

.nav-listelem {
    display: inline; 
}

.nav_btn{
    color:#000000;
    margin: 0;
    text-decoration: none;
    background-color: #3BE4D5;
    display: inline-block;
    font-family: Helvetica, Times, sans-serif;
    font-size: 16pt;
    text-align: center;
    vertical-align: center;
    width: 100px;
    padding: 17.7px;
}

.nav_btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  color:#000000;
  background-color: #CFFAF5;
  
}

.lang_btn{
        color:#000000;
    margin: 0;
    text-decoration: none;
    background-color: #ababab;
    display: inline-block;
    font-family: Helvetica, Times, sans-serif;
    font-size: 16pt;
    text-align: center;
    vertical-align: center;
    width: 100px;
    padding: 17.7px;
}

.lang_btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  color:#000000;
  background-color: #e6e6e6;
  
}

/* 
  Logo icon in the nav bar
*/ 

.logo{
  max-width:100%;
  max-height:100%;
}

/* 
  Page Titles
*/



.title{
    margin-top:110px;
    font-size: 24px;
    text-align: center;
    font-family: 'Titillium Web','Noto Sans', sans-serif;
    color: #9e9d9d;
    word-spacing: 1.05em;
    text-transform: uppercase;
}


.subtitle{
    margin-top:70px;
    margin-left:3px;
    font-size: 22px;
    text-align: left;
    font-family: 'Titillium Web','Noto Sans', sans-serif;
    color: #9e9d9d;
    word-spacing: 1.0em;
    text-transform: uppercase;
    border-bottom: 4px solid; 
    height: 8%;
}


/* 
  Shrink images 
*/

.shrink {
  width:100%;
}

.shrink2{
  margin-left: 40px;
  margin-right: 40px;
  max-width:80%;
  max-height:80%;
}

.home_image{
    width: 66%;
    max-height:900px;
}

/* 
    Spacings
 */

.spacing{
    height: 20%;
}

/* 
  Text styles
*/ 

.main_paragraphs{
    color:#000000;
    font-weight: 700;
    margin-left: 40px;
    margin-right: 40px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Yantramanav', Helvetica, Times, sans-serif;
    letter-spacing: 0.05em;
    word-spacing: 0.15em;
    line-height: 1.4em;
    font-size: 14pt;
    text-align: center;
    vertical-align: center;
    padding: 17.7px;
}


.sec_paragraphs{
    color:#000000;
    margin-left: 40px;
    margin-right: 40px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    font-family: 'Yantramanav', Helvetica, sans-serif;
    font-size: 14pt;
    letter-spacing: 0.05em;
    word-spacing: 0.15em;
    line-height: 1.4em;
    font-size: 14pt;
    text-align: center;
    vertical-align: center;
    padding: 17.7px;
}


/* 
  Buttons (save, downloads etc...)
*/

.parent_image{
    width: 100%;
    height: 80%;
 
    position: relative;
}

.parent_image .editor_btn_middle{
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  right: 0;
  margin: auto;
  width: 70%;
  height: 0%;
}

.start_editor_btn {
    font-family: 'Titillium Web', 'Quicksand', sans-serif;
    font-size: 130%;
    font-size: 2.4vw;
    text-decoration: underline, none;
    border: 1px solid;
    border-color: black;
    color: #3BE4D5;
    padding: 35px 30px;
    background: rgba(0, 0, 0, 0.6);
}



.start_editor_btn:hover {
     background: rgba(255, 255, 255, 0.8);
     color: #db7d25;
}

.start_editor_btn:active{
    background-color: white;
    box-shadow: 0 5px #666;
    transform: translate(-50%, -40%);
}



/* 
        ALL FORMS STYLES
*/

.two_column_wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 5%;
    margin-right: 10px;
  
}

.petd_form_wrapper{
    border:5px solid #eeee;
    height: 103%;
    margin: 3px;

    
}


.questionnaire_form_wrapper{
     border:5px solid #eeee;
     width: 100%;
     height: 103%;
     margin: 5px;
}


.main_paragraphss{
  color:#9f5f5f;
  font-weight: 700;
  margin-left: 40px;
  margin-right: 40px;
  text-decoration: none;
  display: inline-block;
  font-family: 'Yantramanav', Helvetica, Times, sans-serif;
  letter-spacing: 0.01em;
  word-spacing: 0.11em;
  line-height: 1.1em;
  font-size: 14pt;
  text-align: center;
  vertical-align: center;
  padding: 17.7px;
}



/*
Help Styles
*/

.questions{
  color:#9f5f5f;
  font-weight: 700;
  margin-left: 40px;
  margin-right: 40px;
  text-decoration: none;
  font-family: 'Yantramanav', Helvetica, Times, sans-serif;
  letter-spacing: 0.01em;
  word-spacing: 0.15em;
  line-height: 1em;
  font-size: 14pt;
  text-align: center;
  vertical-align: center;
  padding: 16px;
}

.anwsers{
     color:#000000;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: 300;
    font-family:  Helvetica, sans-serif;
    font-size: 14pt;
    letter-spacing: 0.02em;
    word-spacing: 0.10em;
    line-height: 1.5em;
    font-size: 14pt;
    text-align: left;
    vertical-align: center;
    
}

/* 
  Buttons and links
*/

a {
  text-decoration-color: #9e9d9d;
  color: #9e9d9d;
    
}

.btn {
  background-color: 3BE4D5;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 2vw;
}


/* Darker background on mouse-over */
.btn:hover {
  background-color: rosybrown;
}


/* 
  footer
*/

.footer{
  margin-top: 4%;
  width: 100%;
  background-color: #db7d25;
  background: linear-gradient(to right, #db7d25, #f2a155);
  padding-bottom:0.5%;
    display: flex;
}

.footer_message{
  margin-left: 3%;
  font-size: 16px;
  font-family: Helvetica,Arial;
}

.footer_date{
  margin-left: 25% ;
  margin-right: %;
  font-size: 16px;
  font-family: Helvetica,Arial;
    
}

