/*rgb(56, 139, 162)
rgb(48, 133, 156)*/
body{
    width: 100%;
    margin: 0px;
    background-color:rgba(15,69,84,1);
}

#poemText{
  text-align: justify;
  width:80%;
  /*direction: ltr;*/
}

#svgLoader{
    display: none;
    text-align: center;
    position: absolute;
    height: 125%;
    width: 100%;
    top:0%;
    left: 0%;
    background: rgba(0,0,0,0.4);
    z-index: 100;
}

#svgLoader svg{
    position: absolute;
    top:-10%;
    left:25%;
    height: 1000px;
    fill-opacity: 1;
}

#headingtitle{
    font-family: 'Righteous', cursive;
    color:white;
    font-size:28pt;
    margin-left:4%;
    padding-top:20px;
    color:white;
}


nav
{
	top: 0;
    height: 55px;
    display: inline-block;
    width: 100%;
    color: #95989A;
    background: rgb(181, 211, 220);
    position: fixed;
    box-shadow: 0px 5px 5px #C8C1C1;
}

nav h1{
    padding-left: 18px;
    width: 38%;
    float: left;
    margin-bottom: 0px;
    color: rgba(15,69,84,1);
    font-size: 32px;
    line-height: 0.2;
}

#menuList{
    width: 60%;
    float: right;
    text-align: right;
}

.menu {
    width: 60%;
    position: fixed;
    display: none;
    top: 0;
    height: 55px;
}

.dropbtn {
    background-color: rgba(15,69,84,1);
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    height: 55px;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #918FA5;
}



.dropdown-content {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: rgba(15,69,84,1);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background: #f8efdc;
    text-align: CENTER;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.show {display:block;}


ul {
    text-align: right;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    /*overflow: hidden;
    float: right;
    position: fixed;*/
}

li {
    float: right;
	background:rgb(234, 247, 251);
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	padding:8px;
	margin:0px 15px;
    cursor:pointer;
    font-family: 'Raleway', sans-serif;
}


li:hover {
	background:rgb(147, 171, 179);
    color:white;
}

li a {
    display: block;
    color: rgba(15,69,84,1);
    text-align: center;
	width: 100px;
    text-decoration: none;
	font-size:18px;

}

li a:hover{
    color:white;
}

h1{
	text-align:center;
    margin-top: -22px;
	margin-bottom:0px;
	color:rgba(15,69,84,1);
    background-color: rgb(234, 247, 251);
}

p{
	padding: 7px 30px;
    text-align: justify;
    font-family: 'Raleway', sans-serif;
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 15pt;
    /*color:rgba(245,245,245,1);
    text-shadow: 1px 1px rgba(15,69,84,1);*/
    /*color:rgb(8, 32, 39);*/
    color:rgb(253, 255, 241);
    /*font-style: italic;*/

}

.boxstyle{
    width:200px;
    height:30px;
    border-radius:5px;
    font-family: 'Raleway', sans-serif;
    /*font-family: 'Montserrat', sans-serif;*/
    font-size:12pt;
}

#home{
    margin-top: 59px;
    margin-bottom: 60px;
}

#home h1{
  padding-top:15px;
  padding-bottom:15px;
}

#exitDiv{
	text-align: center;
    padding: 10px;
}
/* rgb(233, 241, 243)*/

#exitDiv button{
	/*height: 42px;*/
    width: 234px;
    background-color:#ADCAD2;
    color:rgba(15,69,84,1);
    font-family: 'Raleway', sans-serif;
    border: 0px;
    border-radius: 5px;
    font-size:12pt;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 12px;
    cursor:pointer;
}
#exitDiv button:hover{
    background: #587c86;
    color: white;
}

#expand{
    display:none;
}

#shrink{
    text-align: center;
    padding-bottom: 5px;
}

#readMore{
    width: 234px;
    background: #ADCAD2;
    color: rgba(15,69,84,1);
    margin: 0 auto;
    cursor:pointer;
    font-family: 'Raleway', sans-serif;
    font-size:12pt;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius:12px;
}
#readMore:hover{
    background: #587c86;
    color: white;
}


#poem{

    margin-top: -8px;
    width: 100%;
    /*background: #B0ACC4;*/
    background: rgba(147,206,222,1);
    background: -moz-linear-gradient(-45deg, rgb(48, 133, 156) 0%, rgba(117,189,209,1) 41%, rgba(15,69,84,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(48, 133, 156)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgba(15,69,84,1)));
    background: -webkit-linear-gradient(-45deg, rgb(48, 133, 156) 0%, rgba(117,189,209,1) 41%, rgba(15,69,84,1) 100%);
    background: -o-linear-gradient(-45deg, rgb(48, 133, 156) 0%, rgba(117,189,209,1) 41%, rgba(15,69,84,1) 100%);
    background: -ms-linear-gradient(-45deg, rgb(48, 133, 156) 0%, rgba(117,189,209,1) 41%, rgba(15,69,84,1) 100%);
    background: linear-gradient(135deg, rgb(48, 133, 156) 0%, rgba(117,189,209,1) 41%, rgba(15,69,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#0f4554', GradientType=1 );
}

#poem h5{
    font-size: 20pt;
    background: rgb(234, 247, 251);
    text-align: center;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
}

.personHeader{
    color:rgba(15,69,84,1);
    font-size:20pt;
}

#poemDiv1{
    display: inline-block;
    padding:20px;
    margin:0 auto;
    border:2px solid rgba(15,69,84,1);
    border-radius:8px;
    margin-bottom:20px;
    background-color:rgb(233, 241, 243);
}


#firstPersonDiv{
    width: 60%;
    float: left;
    display: inline-block;
}

.form{
    margin-left: 0px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 25px;
    /*color: #FFF;*/
    padding: 0px 15px;
}

.form p{
    padding: 0px;
    color:rgba(15,69,84,1);
}

#img1{
    width: 30%;
    float: right;
    padding: 15px;
    border: 2px solid rgb(48, 133, 156);
    margin-top:2%;
    background-color:rgba(15,69,84,1);
}

#img1 img{
        width: 100%;
        height: auto;
}


#poemDiv2{
    /*display: inline-block;
    margin-top: 76px;*/
    display: inline-block;
    padding:20px;
    margin:0 auto;
    border:2px solid rgba(15,69,84,1);
    border-radius:8px;
    margin-bottom:20px;
    background-color:rgb(233, 241, 243);
}


#img2{
    width: 30%;
    margin-left: 15px;
    display: inline-block;
    padding: 43px 15px;
    border: 2px solid rgb(48, 133, 156);
    background-color:rgba(15,69,84,1);
    vertical-align: top;
    margin-top: 15px;
}

#img2 img{
        width: 100%;
        height: auto;
}

#secondPersonDiv{
 width: 62%;
display: inline-block;
    position:relative;
    left:10px;
    padding:0;
}

#formSideButtons{
    width:90%;
    margin:0 auto;
    margin-top:20px;
    padding-bottom:100px;
}


#formSideButtons button{
    width: 32%;
    height: 50px;
    background: #ADCAD2;
    font-size: 12pt;
    margin-left:1%;
    border: 0px;
    border-radius: 10px;
    color: rgba(15,69,84,1);
    cursor:pointer;
    font-family:'Raleway';
}

#formSideButtons button:hover{
    background: #587c86;
    color: white;
}

#back{
	margin-left:3%;
}

#clear{
	float:right;
}

/*#resultDiv{
    background-color: #FFF;
}

#resultDiv p{
    white-space: pre;
    color:#000;
    line-height: 1.5;
    text-align: center;
    margin-top: 6%;
}*/

.vex{
    top:50px;
}

.vex-content h1{
    color: #FFF !important;
    text-align: center;
    font-size: 32pt;
    margin-top: 0;
    margin-bottom: 1em;
    background-color:rgba(15,69,84,1) !important;
}

.vex-content p{
    text-align: left;
    padding: 0;
    line-height: 1.4;
    font-size: 14pt;
    text-shadow: none;
    color:#FFF !important;
    background-color:rgba(15,69,84,1) !important;
    /*font-weight: 600;*/
}

.vex-content{
    /*width: 1080px*/
    max-height: 90%;
    overflow: auto;
    direction: rtl;
    background-color:rgba(15,69,84,1) !important;
    border: 20px solid rgb(234, 247, 251);
    padding: 2em 2em 1em 2em !important;
}

.vex-close:before{
    background: rgb(234, 247, 251) !important;
    color: rgba(15,69,84,1) !important;
}

.vex-close{
    background: rgb(234, 247, 251) !important;
    color:rgba(15,69,84,1) !important;
}

.vex-overlay{
    display: none;
}


@media only screen and (min-width:320px) and (max-width:450px){
    #poem h5{
        top:-5%;
    }


}

@media only screen and (orientation:portrait){
    ul{
        width: 100%;
    }

    #headingTitle{
        font-size: 70pt;
    }

    h1{
        font-size: 6em;
    }

    p{
      font-size: 64pt;
    }
}

@media only screen and (orientation:portrait) and (min-width:980px){


}

@media only screen and (orientation:portrait) and (max-width:980px){


}

@media only screen and (orientation:landscape) and (max-width:1040px){



}

@media only screen and (orientation:portrait) and (max-width:600px){


}

@media only screen and (orientation:portrait) and (max-width:600px) and (min-height:800px){

}

@media only screen and (orientation:portrait) and (min-width:600px) and (min-height:1000px){

}



#homeDetails{
    width:80%;
    padding:20px;
    margin:0 auto;
    /*border:1px solid rgb(234, 247, 251);*/
    box-shadow: 2px 2px 15px rgb(234, 247, 251);
    background: rgb(233, 241, 243);
    border-radius:15px;
    /*rgba(147,206,222,1);*/
    /*background: -moz-linear-gradient(-45deg, rgb(59, 157, 183) 0%, rgba(117,189,209,1) 41%, rgb(56, 139, 162) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(59, 157, 183)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgb(56, 139, 162)));
    background: -webkit-linear-gradient(-45deg, rgb(59, 157, 183) 0%, rgba(117,189,209,1) 41%, rgb(56, 139, 162) 100%);
    background: -o-linear-gradient(-45deg, rgb(59, 157, 183) 0%, rgba(117,189,209,1) 41%, rgb(56, 139, 162) 100%);
    background: -ms-linear-gradient(-45deg, rgb(59, 157, 183) 0%, rgba(117,189,209,1) 41%, rgb(56, 139, 162) 100%);
    background: linear-gradient(135deg, rgb(59, 157, 183) 0%, rgba(117,189,209,1) 41%, rgb(56, 139, 162) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#0f4554', GradientType=1 );*/
}

#homeDetails p{
  color:rgba(15,69,84,1);
}

#resultdata{
  height:70%;
  width:70%;
  position:absolute;
  z-index:10;
  top:15%;
  margin:0 auto;
  background-color:rgb(233, 241, 243);
  left:15%;
  display:none;
  padding:30px;
  border-color:rgba(15,69,84,1);
  border: 2px solid;
  border-radius:8px;
  font-family: 'Raleway';
}

#resultdata h1{
  margin-top:0;
}

.owlitem{
  padding: 25px;
  font-size: 16pt;
  font-family: Raleway;
}

.leftarrow{
  color: rgba(15,69,84,1);
  font-size: 30pt;
  position: absolute;
  top: 40%;
  left: -1%;
}

.rightarrow{
  position: absolute;
  right: -10px;
  top: 40%;
  font-size: 30pt;
  color: rgba(15,69,84,1);
}

#printPoem{
  text-align: center;
  margin: 0 auto;
  width: 90px;
  height: 30px;
  background-color: rgba(15,69,84,1);
  color: white;
  border: none;
  margin-left: 33%;
  cursor:pointer;
}

#closePoem{
  text-align: center;
  margin: 0 auto;
  width: 90px;
  height: 30px;
  background-color: rgba(15,69,84,1);
  color: white;
  border: none;
  margin-left: 2%;
  cursor:pointer;
}
