/* ++++++++ OUR WEBSITE'S SKELETON ++++++++++*/

body{
	background-color: rgba(138, 170, 229,0.8);
	margin: 0px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	}
h1{
	font-size: 130%;
	color: black;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
  }
p {
background-color: rgba(138, 170, 229, 0.8); 
  border-radius: 5px;
  margin-left: 10%; margin-right: 10%;
  text-align:center;
  padding: 5px;
	}
.imagecontent{
	margin-left: auto; margin-right: auto;
	padding: 0px;
	float: left;
	width: 50%
	overflow: hidden;
	clear: both;
	}
.content{
	text-align:center;
	clear: both;
	}
img{
	border: 10px solid gray;
	}

.logo{
	height: 40px;
	width: auto;
  float: left;
  margin-left: 0px; margin-right: 50px;
  margin-top: 0px; margin-bottom: 10px;
  text-align: center;
  padding: 0px 0px 0px 0px;  
  border-radius: 10px;
  }
.recommendations{
	height: auto;
	width: auto;
  float: right;
  align: right;
  margin-left: 0px; margin-right: 0px;
	margin-top: 0px; margin-bottom: 0px;
  padding-left: 0px; padding-right: 0px;
	padding-top: 0px; padding-bottom: 0px;
	border-radius: 10px;
  }
.about{
	height: auto;
	width: auto;
  float: right;
  align:right;
  margin-left: 0px; margin-right: 0px;
	margin-top: 0px; margin-bottom: 0px;
  padding-left:0px; padding-right: 0px;
	padding-top: 0px; padding-bottom: 0px;
	border-radius: 10px;
	clear: both;
  }
.main{
	background-color: rgba(255,255,255,0.8);
	margin-left: 10px; margin-right: 10px;
	margin-top: 10px; margin-bottom: 10px;
	border-radius: 5px;
	padding-left: 2px; padding-right: 2px;
	padding-top: 2px; padding-bottom:   100px;
	font-size: 150%;
	}
#footer{
	background-color: rgba(255,255,255,0.8);
	margin: 10px;
	height:70px;
	border-radius: 5px;
	clear: both;
	}
.sitebg{
	width: 100%;
  float: left;
  background-image: url(Images/AyalaTriangle.jpg);
  height: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  opacity:0.9;
  margin-left: 0px; margin-right: 0px;
	margin-top: 70px; margin-bottom: 0px;
  /*padding-bottom: 345px;*/
    
	}
/* +++++ WEBSITE SKELETON SECTION END +++++ */

/* +++++SALGADO MADE CSS+++++*/
ul {
    list-style-type: none;
    margin: 0;
    padding-left: 30px; padding-right: 30px;
	  padding-top: 2px; padding-bottom: 2px;
    overflow: hidden;
    background-color: rgba(255,255,255);
    position:fixed;
    top: 0;
    width: 100%;
    height: 70px;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 36%);
    border-radius: 5px;
  }
li {
    float: left;
  }
li a {
    display: block;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 20px 0px;
    text-decoration: none;
  }

  /* +++++++++++ */

.social{
    height: 40px; width: 40px;
    margin-left: 30px; margin-right: 10px;
    margin-top: 10px; margin-bottom: 10px;
    background-color: rgba(138, 170, 229,0.8); 
	}
summary {
    font-size:25px;
    font-weight: bold;
    padding-left: 10%;
	}
.button {
    border: none;
    color: rgba(138, 170, 229,0.8); ;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 5px;
    font-family: Verdana, sans-serif;
}

.button1 {
  background-color: rgba(138, 170, 229,0.8); 
  color: black; 
  border: 2px solid rgba(138, 170, 229,0.8); 
}

.button1:hover {
  background-color: rgba(138, 170, 229,0.8); 
  color: white;
}
.dropbtn {
  background-color: rgba(138, 170, 229,0.9);
  color: black;
  padding: 16px;
  font-size: 16px;
  border: 2px solid blue;
  
    border-radius:10px; 
    padding:15px;
    min-height:30px; 
    min-width: 145px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(138, 170, 229);
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(138, 170, 229);
  z-index: 1;
  border: 2px solid blue;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: rgba(138, 170, 229);
}