body{ 
/* border-style: solid; */
background-color: rgb(249, 120, 51); /* For browsers that do not support gradients */
background-image: radial-gradient(rgb(218, 2, 38), rgb(220, 114, 78));}
.left-aligned { margin-left: auto; }
.bg-hero { width: 60%;}

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid white; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0;}
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:rgb(255, 255, 255) }
.bd-callout-warning { border-left-color:rgb(255, 255, 255) }
.bd-callout-danger { border-left-color:rgb(255, 255, 255)}

/* footer */
footer a { color: #FED854; text-decoration: none; }
footer a:hover { color: #C1B6FF; transition: all 0.17s ease-in; text-decoration: underline; }

table a { color: #FED854; text-decoration: none; }
/* Applies to the entire body of the HTML document (except where overridden by more specific
selectors). */

*{
  margin:0;
  box-sizing: border-box;
  /* border-style: solid; */
}

html, body {
  height:100%;
}

body {
  /* border-style: solid; */
   background-color: rgb(249, 120, 51); /* For browsers that do not support gradients */
  background-image: radial-gradient(rgb(255, 0, 43), rgb(220, 114, 78));
  margin-top:15px;
  font-family: sans-serif;
  font-size: 14px;
  color: #FCE4CD; 
  min-height: 100vh;
}
a{
  text-decoration:none
}

a:hover{
  color: #C1B6FF;
}  
/* Applies to all <h1>...</h1> elements. */
h1 {
  font-size: 112x;
  font-weight: bold;
  margin-top: 30% 30%;
  color: #FCE4CD;
  font-family: Sans-Serif;
  
}

p {
  font-size: 32x;
  color: #FCE4CD;
  font-family: Sans-Serif;
  text-indent: 2.5em;
}

header{
  display:flex
}

.footerlink {
  font-size:16px;
  text-align: right;
}

/* NAVBAR */

nav {
  /* border-style: solid; */
  height: 0px;
  padding-bottom: 35px;
  padding-right: 30px;;
  width:auto;
  margin-left:80%;
  position: absolute;
  z-index: 999;
}

.mainitems {
  /* border-style: solid; */
  padding:0;
  color: #F7BE33;
  font-size:20px;
  font-family:Sans-Serif;
  cursor:default;
  text-align:right;
  margin-left:10px;
}

.drop_items {
  /* border-style: solid; */
  display:none;
  padding-left: 0;
  padding-bottom:2px;
  text-align: right;
}

li > a {
  /* border-style: solid; */
  text-decoration:none;
  color: #c3c3c3;
  font-size:20px;
  font-family: Sans-Serif;
}

ul:hover {
  /* border-style: solid; */
  color:#dedcdc;
  text-decoration:none;
}

ul:hover ul, li, li > a {
  /* border-style: solid; */
  display: block;
  list-style-type:none;
  text-decoration:none;
  font-size:18px;
  color: #FED854;
  line-height: 1.5;
}

li > a:hover {
  color: #C1B6FF;
  transition: all 0.17s ease-in;
}


/* TITLE */
.title{
  /* border-style: solid; */
  font-size: 8vw;
  line-height:1;
  width:50%;
  /* margin-left:70px; */
  margin-top:0; /*how low the title is*/
  /* background: yellow;  turn on to see where text margins are*/
  text-align:left;
}

.title_description_index{
  /* margin-left:70px; */
  color: #F7BE33;
  width: 60%;
  font-weight: lighter;
  line-height: 0.8;
  font-size: 3.0vw;
  text-align:justify;
  text-transform: uppercase;
  /* font-size: 30px; */
}

.title_description{
  /* margin-left:70px; */
  color: #F7BE33;
  width: 60%;
  font-weight: lighter;
  line-height: 0.8;
  font-size: 6.0vh;
  text-align:justify;
  text-transform: uppercase;
  padding-bottom: 35vh;
  /* font-size: 30px; */
}

.p_title{
  color: #F7BE33;
  font-weight: 450;
  line-height: 0.8;
  font-size: 3.5vh;
  text-transform: uppercase;
  padding-bottom: 1em;
  padding-top: 1em;
}
/* FOOTER */

#contnr{
  min-height:95%; /* makes sure the footer is pushed bellow works*/
  
}

#main{
  overflow:hidden;
  padding-bottom:100px; /* makes sure the footer height works*/
}

/* #footer{
  border-style: solid;
  position: relative;
  height: auto;
  margin-top:auto;
  clear: both;
} */

#footerlink{
  font-size: 14px;
  color:orange;
}

.column {
  float: left;
  width: 33.33%;
  padding: 10px;
}

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


.second_title{
  font-family:sans-serif;
  font-size: 5vw;
  font-weight: bold;
}
.descrip_text{
  font-family: sans-serif;
  font-size: 2.7vh;
  font-weight: lighter;
  text-align:justify;
}

.descrip_text a{
  color: #FED854;
}

.descrip_text a:hover{
  color: #cfadff;
}
right_text_box_video{
  position:relative;
  left:35%;  
  /* text-align:right; */
  bottom:20vw;
  max-width: 60%;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-radius: 10px;
  margin: 30px;
  

}
#right_text_box{
  position:relative;
  left:35%;  
  /* text-align:right; */
  bottom:20vw;
  max-width: 60%;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-radius: 10px;
  margin: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

#left_text_box {
  bottom:15vw;
  position:relative;
  left:30px;
  /* border-style: solid;  */
  /* text-align:left; */
  width:60%;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-radius: 10px;
  margin: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }


  #left_text_box_no_shadow {
  bottom:15vw;
  position:relative;
  left:30px;
  width:60%;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-radius: 10px;
  margin: 30px;
  }

#box{
    position:relative; 
    background-image:url("img/crocin.png");
    background-size: contain;
    border-style: solid;
    left: 100px;
    top: -100px;
}
.img_crocin {
  

  position: relative;
  left: 8vw;
  bottom: 15vw;
  max-width: 75%;
  display: initial;
}

img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin:1em;
}



/* .teamimg{
  /* border:2px solid darkmagenta; */



/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
  height: auto; 
}

.left {
  width: 15%;
}

.right {
  width: 75%;
}
.left_h {
  width: 45%;
}

.right_h {
  width: 50%;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#right_box{
  position:relative;
  left:20%;  
  /* text-align:right; */
  max-width: 75%;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-radius: 10px;
  margin: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#left_box {
  position:relative;
  left:30px;
  /* border-style: solid;  */
  /* text-align:left; */
  width:75%;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-radius: 10px;
  margin: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

iframe{
  position:relative;
  bottom: 20vh;
  max-width: 100%;
  border:0;
}

.names li {
  text-transform: uppercase;
}

@media only screen and (max-width: 900px) {
   body {
      margin: 0;
      padding: 0;
   }
   #left_text_box {
      width:auto;
      max-width: initial;
      left: auto;
      margin: auto;
      box-shadow: none;
   }
   #right_text_box {
      width:auto;
      max-width: initial;
      left: auto;
      margin: auto;
      box-shadow: none;
   }
   #right_box {
      width:auto;
      max-width: initial;
      left: auto;
      margin: auto;
      box-shadow: none;
      overflow: scroll;
   }
   #left_box {
      width:auto;
      max-width: initial;
      left: auto;
      margin: auto;
      box-shadow: none;
      overflow: scroll;
   }
   ul{
    font-size: 3vw;
   }
   nav{
     margin-left: 62vw;
   }
   .mainitems{
     font-size: initial;
   }
   .second_title{
      color: #F7BE33;
      font-size: 4vw;
   }
   .title_description_index{
     width: 70%;
    font-size: 5.0vw;
   }
   .descrip_text{
     font-size: 3vw;
   }
   iframe{
    bottom: 15vh;
   }
   #main{
     overflow: scroll;
   }
}

#names{
  background-color: rgba(250, 250, 250, 0.25);
  font-size: 16px;
}

/* .vid_wrap{
  position: relative;
} */

/* .vid_wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
